<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url(img/ajax-loader.gif) center center no-repeat;
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url(img/slick.eot);
	src: url(img/slick.eot#iefix) format('embedded-opentype'), url(img/slick.woff) format('woff'), url(img/slick.ttf) format('truetype'), url(/themes/custom/vaisala/js/libs/slick/./fonts/slick.svg#slick) format('svg');
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '?';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.chocolat-zoomable.chocolat-zoomed {
	cursor: zoom-out;
}

.chocolat-open {
	overflow: hidden;
}

.chocolat-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #fff;
	display: none;
	opacity: 0.8;
}

.chocolat-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 16;
	color: #fff;
}

.chocolat-zoomable .chocolat-img {
	cursor: zoom-in;
}

.chocolat-loader {
	height: 32px;
	width: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 11;
	background: url(img/loader.gif);
	display: none;
}

.chocolat-content {
	position: fixed;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	z-index: 14;
	text-align: left;
}

.chocolat-content .chocolat-img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.chocolat-wrapper .chocolat-left {
	position: absolute;
	left: 0;
	width: 50px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	background: url(img/left.png) 50% 50% no-repeat;
	z-index: 17;
	display: none;
}

.chocolat-wrapper .chocolat-right {
	position: absolute;
	right: 0;
	width: 50px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	background: url(img/right.png) 50% 50% no-repeat;
	z-index: 17;
	display: none;
}

.chocolat-wrapper .chocolat-right.active {
	display: block;
}

.chocolat-wrapper .chocolat-left.active {
	display: block;
}

.chocolat-wrapper .chocolat-top {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 17;
	margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/close.png) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	z-index: 17;
	padding-left: 15px;
	padding-right: 15px;
	background: rgba(0, 0, 0, 0.2);
	text-align: right;
	margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
	display: inline-block;
	padding-right: 15px;
	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
	float: right;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
}

.chocolat-wrapper .chocolat-fullscreen {
	width: 16px;
	height: 40px;
	background: url(img/fullscreen.png) 50% 50% no-repeat;
	display: block;
	margin: auto;
	cursor: pointer;
	float: right;
}

.chocolat-wrapper .chocolat-description {
	display: inline-block;
	float: left;
}

body.chocolat-open&gt;.chocolat-overlay {
	z-index: 15;
}

body.chocolat-open&gt;.chocolat-loader {
	z-index: 15;
}

body.chocolat-open&gt;.chocolat-content {
	z-index: 17;
}

.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
	position: absolute;
}

.chocolat-in-container {
	position: relative;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

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

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

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

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

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

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,
	img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn&gt;.caret,
	.dropup&gt;.btn&gt;.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url(img/glyphicons-halflings-regular.eot);
	src: url(img/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(img/glyphicons-halflings-regular.woff2) format("woff2"), url(img/glyphicons-halflings-regular.woff) format("woff"), url(img/glyphicons-halflings-regular.ttf) format("truetype"), url(/themes/custom/vaisala/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "*"
}

.glyphicon-plus:before {
	content: "+"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "€"
}

.glyphicon-minus:before {
	content: "?"
}

.glyphicon-cloud:before {
	content: "?"
}

.glyphicon-envelope:before {
	content: "?"
}

.glyphicon-pencil:before {
	content: "?"
}

.glyphicon-glass:before {
	content: ""
}

.glyphicon-music:before {
	content: ""
}

.glyphicon-search:before {
	content: ""
}

.glyphicon-heart:before {
	content: ""
}

.glyphicon-star:before {
	content: ""
}

.glyphicon-star-empty:before {
	content: ""
}

.glyphicon-user:before {
	content: ""
}

.glyphicon-film:before {
	content: ""
}

.glyphicon-th-large:before {
	content: ""
}

.glyphicon-th:before {
	content: ""
}

.glyphicon-th-list:before {
	content: ""
}

.glyphicon-ok:before {
	content: ""
}

.glyphicon-remove:before {
	content: ""
}

.glyphicon-zoom-in:before {
	content: ""
}

.glyphicon-zoom-out:before {
	content: ""
}

.glyphicon-off:before {
	content: ""
}

.glyphicon-signal:before {
	content: ""
}

.glyphicon-cog:before {
	content: ""
}

.glyphicon-trash:before {
	content: ""
}

.glyphicon-home:before {
	content: ""
}

.glyphicon-file:before {
	content: ""
}

.glyphicon-time:before {
	content: ""
}

.glyphicon-road:before {
	content: ""
}

.glyphicon-download-alt:before {
	content: ""
}

.glyphicon-download:before {
	content: ""
}

.glyphicon-upload:before {
	content: ""
}

.glyphicon-inbox:before {
	content: ""
}

.glyphicon-play-circle:before {
	content: ""
}

.glyphicon-repeat:before {
	content: ""
}

.glyphicon-refresh:before {
	content: ""
}

.glyphicon-list-alt:before {
	content: ""
}

.glyphicon-lock:before {
	content: ""
}

.glyphicon-flag:before {
	content: ""
}

.glyphicon-headphones:before {
	content: ""
}

.glyphicon-volume-off:before {
	content: ""
}

.glyphicon-volume-down:before {
	content: ""
}

.glyphicon-volume-up:before {
	content: ""
}

.glyphicon-qrcode:before {
	content: ""
}

.glyphicon-barcode:before {
	content: ""
}

.glyphicon-tag:before {
	content: ""
}

.glyphicon-tags:before {
	content: ""
}

.glyphicon-book:before {
	content: ""
}

.glyphicon-bookmark:before {
	content: ""
}

.glyphicon-print:before {
	content: ""
}

.glyphicon-camera:before {
	content: ""
}

.glyphicon-font:before {
	content: ""
}

.glyphicon-bold:before {
	content: ""
}

.glyphicon-italic:before {
	content: ""
}

.glyphicon-text-height:before {
	content: ""
}

.glyphicon-text-width:before {
	content: ""
}

.glyphicon-align-left:before {
	content: ""
}

.glyphicon-align-center:before {
	content: ""
}

.glyphicon-align-right:before {
	content: ""
}

.glyphicon-align-justify:before {
	content: ""
}

.glyphicon-list:before {
	content: ""
}

.glyphicon-indent-left:before {
	content: ""
}

.glyphicon-indent-right:before {
	content: ""
}

.glyphicon-facetime-video:before {
	content: ""
}

.glyphicon-picture:before {
	content: ""
}

.glyphicon-map-marker:before {
	content: ""
}

.glyphicon-adjust:before {
	content: ""
}

.glyphicon-tint:before {
	content: ""
}

.glyphicon-edit:before {
	content: ""
}

.glyphicon-share:before {
	content: ""
}

.glyphicon-check:before {
	content: ""
}

.glyphicon-move:before {
	content: ""
}

.glyphicon-step-backward:before {
	content: ""
}

.glyphicon-fast-backward:before {
	content: ""
}

.glyphicon-backward:before {
	content: ""
}

.glyphicon-play:before {
	content: ""
}

.glyphicon-pause:before {
	content: ""
}

.glyphicon-stop:before {
	content: ""
}

.glyphicon-forward:before {
	content: ""
}

.glyphicon-fast-forward:before {
	content: ""
}

.glyphicon-step-forward:before {
	content: ""
}

.glyphicon-eject:before {
	content: ""
}

.glyphicon-chevron-left:before {
	content: ""
}

.glyphicon-chevron-right:before {
	content: ""
}

.glyphicon-plus-sign:before {
	content: ""
}

.glyphicon-minus-sign:before {
	content: ""
}

.glyphicon-remove-sign:before {
	content: ""
}

.glyphicon-ok-sign:before {
	content: ""
}

.glyphicon-question-sign:before {
	content: ""
}

.glyphicon-info-sign:before {
	content: ""
}

.glyphicon-screenshot:before {
	content: ""
}

.glyphicon-remove-circle:before {
	content: ""
}

.glyphicon-ok-circle:before {
	content: ""
}

.glyphicon-ban-circle:before {
	content: ""
}

.glyphicon-arrow-left:before {
	content: ""
}

.glyphicon-arrow-right:before {
	content: ""
}

.glyphicon-arrow-up:before {
	content: ""
}

.glyphicon-arrow-down:before {
	content: ""
}

.glyphicon-share-alt:before {
	content: ""
}

.glyphicon-resize-full:before {
	content: ""
}

.glyphicon-resize-small:before {
	content: ""
}

.glyphicon-exclamation-sign:before {
	content: ""
}

.glyphicon-gift:before {
	content: ""
}

.glyphicon-leaf:before {
	content: ""
}

.glyphicon-fire:before {
	content: ""
}

.glyphicon-eye-open:before {
	content: ""
}

.glyphicon-eye-close:before {
	content: ""
}

.glyphicon-warning-sign:before {
	content: ""
}

.glyphicon-plane:before {
	content: ""
}

.glyphicon-calendar:before {
	content: ""
}

.glyphicon-random:before {
	content: ""
}

.glyphicon-comment:before {
	content: ""
}

.glyphicon-magnet:before {
	content: ""
}

.glyphicon-chevron-up:before {
	content: ""
}

.glyphicon-chevron-down:before {
	content: ""
}

.glyphicon-retweet:before {
	content: ""
}

.glyphicon-shopping-cart:before {
	content: ""
}

.glyphicon-folder-close:before {
	content: ""
}

.glyphicon-folder-open:before {
	content: ""
}

.glyphicon-resize-vertical:before {
	content: ""
}

.glyphicon-resize-horizontal:before {
	content: ""
}

.glyphicon-hdd:before {
	content: ""
}

.glyphicon-bullhorn:before {
	content: ""
}

.glyphicon-bell:before {
	content: ""
}

.glyphicon-certificate:before {
	content: ""
}

.glyphicon-thumbs-up:before {
	content: ""
}

.glyphicon-thumbs-down:before {
	content: ""
}

.glyphicon-hand-right:before {
	content: ""
}

.glyphicon-hand-left:before {
	content: ""
}

.glyphicon-hand-up:before {
	content: ""
}

.glyphicon-hand-down:before {
	content: ""
}

.glyphicon-circle-arrow-right:before {
	content: ""
}

.glyphicon-circle-arrow-left:before {
	content: ""
}

.glyphicon-circle-arrow-up:before {
	content: ""
}

.glyphicon-circle-arrow-down:before {
	content: ""
}

.glyphicon-globe:before {
	content: ""
}

.glyphicon-wrench:before {
	content: ""
}

.glyphicon-tasks:before {
	content: ""
}

.glyphicon-filter:before {
	content: ""
}

.glyphicon-briefcase:before {
	content: ""
}

.glyphicon-fullscreen:before {
	content: ""
}

.glyphicon-dashboard:before {
	content: ""
}

.glyphicon-paperclip:before {
	content: ""
}

.glyphicon-heart-empty:before {
	content: ""
}

.glyphicon-link:before {
	content: ""
}

.glyphicon-phone:before {
	content: ""
}

.glyphicon-pushpin:before {
	content: ""
}

.glyphicon-usd:before {
	content: ""
}

.glyphicon-gbp:before {
	content: ""
}

.glyphicon-sort:before {
	content: ""
}

.glyphicon-sort-by-alphabet:before {
	content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
	content: ""
}

.glyphicon-sort-by-order:before {
	content: ""
}

.glyphicon-sort-by-order-alt:before {
	content: ""
}

.glyphicon-sort-by-attributes:before {
	content: ""
}

.glyphicon-sort-by-attributes-alt:before {
	content: ""
}

.glyphicon-unchecked:before {
	content: ""
}

.glyphicon-expand:before {
	content: ""
}

.glyphicon-collapse-down:before {
	content: ""
}

.glyphicon-collapse-up:before {
	content: ""
}

.glyphicon-log-in:before {
	content: ""
}

.glyphicon-flash:before {
	content: ""
}

.glyphicon-log-out:before {
	content: ""
}

.glyphicon-new-window:before {
	content: ""
}

.glyphicon-record:before {
	content: ""
}

.glyphicon-save:before {
	content: ""
}

.glyphicon-open:before {
	content: ""
}

.glyphicon-saved:before {
	content: ""
}

.glyphicon-import:before {
	content: ""
}

.glyphicon-export:before {
	content: ""
}

.glyphicon-send:before {
	content: ""
}

.glyphicon-floppy-disk:before {
	content: ""
}

.glyphicon-floppy-saved:before {
	content: ""
}

.glyphicon-floppy-remove:before {
	content: ""
}

.glyphicon-floppy-save:before {
	content: ""
}

.glyphicon-floppy-open:before {
	content: ""
}

.glyphicon-credit-card:before {
	content: ""
}

.glyphicon-transfer:before {
	content: ""
}

.glyphicon-cutlery:before {
	content: ""
}

.glyphicon-header:before {
	content: ""
}

.glyphicon-compressed:before {
	content: ""
}

.glyphicon-earphone:before {
	content: ""
}

.glyphicon-phone-alt:before {
	content: ""
}

.glyphicon-tower:before {
	content: ""
}

.glyphicon-stats:before {
	content: ""
}

.glyphicon-sd-video:before {
	content: ""
}

.glyphicon-hd-video:before {
	content: ""
}

.glyphicon-subtitles:before {
	content: ""
}

.glyphicon-sound-stereo:before {
	content: ""
}

.glyphicon-sound-dolby:before {
	content: ""
}

.glyphicon-sound-5-1:before {
	content: ""
}

.glyphicon-sound-6-1:before {
	content: ""
}

.glyphicon-sound-7-1:before {
	content: ""
}

.glyphicon-copyright-mark:before {
	content: ""
}

.glyphicon-registration-mark:before {
	content: ""
}

.glyphicon-cloud-download:before {
	content: ""
}

.glyphicon-cloud-upload:before {
	content: ""
}

.glyphicon-tree-conifer:before {
	content: ""
}

.glyphicon-tree-deciduous:before {
	content: ""
}

.glyphicon-cd:before {
	content: ""
}

.glyphicon-save-file:before {
	content: ""
}

.glyphicon-open-file:before {
	content: ""
}

.glyphicon-level-up:before {
	content: ""
}

.glyphicon-copy:before {
	content: ""
}

.glyphicon-paste:before {
	content: ""
}

.glyphicon-alert:before {
	content: ""
}

.glyphicon-equalizer:before {
	content: ""
}

.glyphicon-king:before {
	content: ""
}

.glyphicon-queen:before {
	content: ""
}

.glyphicon-pawn:before {
	content: ""
}

.glyphicon-bishop:before {
	content: ""
}

.glyphicon-knight:before {
	content: ""
}

.glyphicon-baby-formula:before {
	content: ""
}

.glyphicon-tent:before {
	content: "?"
}

.glyphicon-blackboard:before {
	content: ""
}

.glyphicon-bed:before {
	content: ""
}

.glyphicon-apple:before {
	content: "?"
}

.glyphicon-erase:before {
	content: ""
}

.glyphicon-hourglass:before {
	content: "?"
}

.glyphicon-lamp:before {
	content: ""
}

.glyphicon-duplicate:before {
	content: ""
}

.glyphicon-piggy-bank:before {
	content: ""
}

.glyphicon-scissors:before {
	content: ""
}

.glyphicon-bitcoin:before {
	content: ""
}

.glyphicon-btc:before {
	content: ""
}

.glyphicon-xbt:before {
	content: ""
}

.glyphicon-yen:before {
	content: "￥"
}

.glyphicon-jpy:before {
	content: "￥"
}

.glyphicon-ruble:before {
	content: "?"
}

.glyphicon-rub:before {
	content: "?"
}

.glyphicon-scale:before {
	content: ""
}

.glyphicon-ice-lolly:before {
	content: ""
}

.glyphicon-ice-lolly-tasted:before {
	content: ""
}

.glyphicon-education:before {
	content: ""
}

.glyphicon-option-horizontal:before {
	content: ""
}

.glyphicon-option-vertical:before {
	content: ""
}

.glyphicon-menu-hamburger:before {
	content: ""
}

.glyphicon-modal-window:before {
	content: ""
}

.glyphicon-oil:before {
	content: ""
}

.glyphicon-grain:before {
	content: ""
}

.glyphicon-sunglasses:before {
	content: ""
}

.glyphicon-text-size:before {
	content: ""
}

.glyphicon-text-color:before {
	content: ""
}

.glyphicon-text-background:before {
	content: ""
}

.glyphicon-object-align-top:before {
	content: ""
}

.glyphicon-object-align-bottom:before {
	content: ""
}

.glyphicon-object-align-horizontal:before {
	content: ""
}

.glyphicon-object-align-left:before {
	content: ""
}

.glyphicon-object-align-vertical:before {
	content: ""
}

.glyphicon-object-align-right:before {
	content: ""
}

.glyphicon-triangle-right:before {
	content: ""
}

.glyphicon-triangle-left:before {
	content: ""
}

.glyphicon-triangle-bottom:before {
	content: ""
}

.glyphicon-triangle-top:before {
	content: ""
}

.glyphicon-console:before {
	content: ""
}

.glyphicon-superscript:before {
	content: ""
}

.glyphicon-subscript:before {
	content: ""
}

.glyphicon-menu-left:before {
	content: ""
}

.glyphicon-menu-right:before {
	content: ""
}

.glyphicon-menu-down:before {
	content: ""
}

.glyphicon-menu-up:before {
	content: ""
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 36px
}

h2,
.h2 {
	font-size: 30px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media(min-width:660px) {
	.lead {
		font-size: 21px
	}
}

small,
.small {
	font-size: 85%
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase,
.initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover,
a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline&gt;li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt,
dd {
	line-height: 1.428571429
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media(min-width:660px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "—?"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: ""
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: "?—"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container,
.cohesion-products-blog,
.page-node-type-blog .related-products,
.page-node-type-case .related-products,
.page-node-type-news .related-products,
.page-node-type-cohesion-webinar-page .related-products,
.page-node-type-event .related-products,
.page-node-type-event-webinar .related-products {
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px
}

.container:before,
.cohesion-products-blog:before,
.page-node-type-blog .related-products:before,
.page-node-type-case .related-products:before,
.page-node-type-news .related-products:before,
.page-node-type-cohesion-webinar-page .related-products:before,
.page-node-type-event .related-products:before,
.page-node-type-event-webinar .related-products:before,
.container:after,
.cohesion-products-blog:after,
.page-node-type-blog .related-products:after,
.page-node-type-case .related-products:after,
.page-node-type-news .related-products:after,
.page-node-type-cohesion-webinar-page .related-products:after,
.page-node-type-event .related-products:after,
.page-node-type-event-webinar .related-products:after {
	content: " ";
	display: table
}

.container:after,
.cohesion-products-blog:after,
.page-node-type-blog .related-products:after,
.page-node-type-case .related-products:after,
.page-node-type-news .related-products:after,
.page-node-type-cohesion-webinar-page .related-products:after,
.page-node-type-event .related-products:after,
.page-node-type-event-webinar .related-products:after {
	clear: both
}

@media(min-width:660px) {

	.container,
	.cohesion-products-blog,
	.page-node-type-blog .related-products,
	.page-node-type-case .related-products,
	.page-node-type-news .related-products,
	.page-node-type-cohesion-webinar-page .related-products,
	.page-node-type-event .related-products,
	.page-node-type-event-webinar .related-products {
		width: 664px
	}
}

@media(min-width:1024px) {

	.container,
	.cohesion-products-blog,
	.page-node-type-blog .related-products,
	.page-node-type-case .related-products,
	.page-node-type-news .related-products,
	.page-node-type-cohesion-webinar-page .related-products,
	.page-node-type-event .related-products,
	.page-node-type-event-webinar .related-products {
		width: 964px
	}
}

@media(min-width:1440px) {

	.container,
	.cohesion-products-blog,
	.page-node-type-blog .related-products,
	.page-node-type-case .related-products,
	.page-node-type-news .related-products,
	.page-node-type-cohesion-webinar-page .related-products,
	.page-node-type-event .related-products,
	.page-node-type-event-webinar .related-products {
		width: 1434px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row,
article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .meta-info {
	margin-left: -12px;
	margin-right: -12px
}

.row:before,
article.node--type-blog.node--view-mode-full .meta-info:before,
article.node--type-case.node--view-mode-full .meta-info:before,
article.node--type-release.node--view-mode-full .meta-info:before,
article.node--type-news.node--view-mode-full .meta-info:before,
.row:after,
article.node--type-blog.node--view-mode-full .meta-info:after,
article.node--type-case.node--view-mode-full .meta-info:after,
article.node--type-release.node--view-mode-full .meta-info:after,
article.node--type-news.node--view-mode-full .meta-info:after {
	content: " ";
	display: table
}

.row:after,
article.node--type-blog.node--view-mode-full .meta-info:after,
article.node--type-case.node--view-mode-full .meta-info:after,
article.node--type-release.node--view-mode-full .meta-info:after,
article.node--type-news.node--view-mode-full .meta-info:after {
	clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.node--type-infographics .field--name-field-items.full-view&gt;.field--item,
.col-md-3,
#block-secondarynavigation ul.menu.menu-depth--1&gt;div.column,
#block-full-navigation .menu-depth--2&gt;li,
#block-full-navigation .menu-level-2&gt;li,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,
.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,
.view-list .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-releases .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-acquia-search .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-list .form-inline .form-item,
.view-releases .form-inline .form-item,
.view-acquia-search .form-inline .form-item,
.view-contact-finder .view-filters .form-type-select,
.node--type-faq .accordion-form .form-type-select,
.node--type-faq-select .accordion-form .form-type-select,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
article.contactsicons .contact-wrap .col,
article.contactsicons .contact-wrap .field--type-link,
article.generalcontacts .contact-wrap .col,
article.generalcontacts .contact-wrap .field--type-link,
.path-product #block-generalcontacts .contact-wrap .col,
.path-product #block-generalcontacts .contact-wrap .field--type-link,
.contact-block .contact-wrap .col,
.contact-block .contact-wrap .field--type-link,
.view-id-events .view-filters .form-type-select,
.view-id-webinars .view-filters .form-type-select,
.view-releases .form-inline .form-item,
article.node--type-blog.node--view-mode-full .meta-info .social-links,
article.node--type-case.node--view-mode-full .meta-info .social-links,
article.node--type-release.node--view-mode-full .meta-info .social-links,
article.node--type-news.node--view-mode-full .meta-info .social-links,
article.node--type-blog.node--view-mode-full .meta-info .author,
article.node--type-case.node--view-mode-full .meta-info .author,
article.node--type-release.node--view-mode-full .meta-info .author,
article.node--type-news.node--view-mode-full .meta-info .author,
.col-md-4,
.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
.layout-checkout-form .layout-region-checkout-main .info-wrap,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,
.row.services .field--name-field-services .field--item,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
.row-wrap .field--type-entity-reference.field--items&gt;.field--item,
.row.packages .field--name-variations.narrow&gt;.field--item,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item,
.product--updated-layout .product__services .field--name-field-services .field--item,
.view-products .views-row,
.view-measurement-products .views-row,
.product .prod-benefits .benefits .field--items&gt;.field--item,
.view-releases .form-inline .form-item,
.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select,
.block-views-blocklatest-news-liftups .select-wrapper,
.block-views-blocklatest-news-liftups-local-language .select-wrapper,
#block-views-block-latest-news-block-blogs .select-wrapper,
#block-views-block-latest-news-block-blogs-local-language .select-wrapper,
#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.node--type-module-text .field--name-field-texts.multiple .field--item,
.layout-checkout-form .layout-region-checkout-footer .form-actions,
.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information,
.row.packages .field--name-variations&gt;.field--item,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,
.page-node-type-blog .liftups&gt;.field&gt;.field--item,
.page-node-type-case .liftups&gt;.field&gt;.field--item,
.page-node-type-news .liftups&gt;.field&gt;.field--item,
.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item,
.page-node-type-event .liftups&gt;.field&gt;.field--item,
.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item,
.liftups&gt;.field&gt;.field--item,
.node--type-grid-liftup .view.single&gt;.field--item,
.node--type-grid-liftup .view.multiple&gt;.field--item,
.node--type-grid-liftup .view-content.single&gt;.field--item,
.node--type-grid-liftup .view-content.multiple&gt;.field--item,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item,
.node--type-grid-liftup .field--name-field-products.single&gt;.field--item,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item,
.node--type-single-liftup.media-position-right .content,
.node--type-single-liftup.media-position-left .content,
.col-lg-5,
.col-xs-6,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-value,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,
.col-sm-6,
.node--type-module-text .field--name-field-texts.multiple .field--item,
.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
.node--type-eloqua.has-body .field--name-body,
.node--type-eloqua.has-body .field--name-field-script,
.node--type-video .field--name-field-media-videos.multiple&gt;.field--item,
.col-md-6,
.main-container .comment-form .field--name-field-email,
.main-container .comment-form .field--name-field-username,
.review .layout-checkout-form .layout-region-checkout-footer .form-actions,
.layout-checkout-form .layout-region-checkout-footer .checkboxes,
.layout-checkout-form .layout-region-checkout-footer .actions,
.layout-checkout-form .layout-region-checkout-footer .contact,
.layout-checkout-form .layout-region-checkout-main .right,
.layout-checkout-form .layout-region-checkout-main .left,
article.contactsicons .contact-wrap,
article.generalcontacts .contact-wrap,
.path-product #block-generalcontacts .contact-wrap,
.contact-block .contact-wrap,
.system.commerce-product--view-mode-full .more .row-wrap .features,
.system.commerce-product--view-mode-full .more .row-wrap .overview,
.product .more .row-wrap .features,
.product .more .row-wrap .overview,
.product .prod-hero .info,
.product .prod-hero .images,
article.node--view-mode-full.node--type-release .meta-info .author,
article.node--view-mode-full.node--type-event .meta-info .author,
article.node--view-mode-full.node--type-event-webinar .meta-info .author,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,
article.node--type-news.node--view-mode-full,
article.node--type-basic-page,
.node--type-single-liftup.media-position-right .field--name-field-media-image,
.node--type-single-liftup.media-position-right .field--name-field-media-video,
.node--type-single-liftup.media-position-left .field--name-field-media-image,
.node--type-single-liftup.media-position-left .field--name-field-media-video,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,
article.contactsicons .module-wrapper .contact-wrap,
article.generalcontacts .module-wrapper .contact-wrap,
.system.commerce-product--view-mode-full .prod-details .comp-overview .video,
.system.commerce-product--view-mode-full .prod-benefits .video,
.system.commerce-product--view-mode-full .prod-hero .info,
.product .prod-benefits .video,
article.node--type-news.node--view-mode-full h1,
article.node--type-basic-page h1,
.node--type-article-page .article-header h1,
.node--type-single-liftup.no-media .content,
.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text,
.col-lg-8,
.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
.blog-comments,
.col-xs-9,
.col-sm-9,
.col-md-9,
.view-list .views-row .node.list-item.has-image .list-content .content,
.view-releases .views-row .node.list-item.has-image .list-content .content,
.view-acquia-search .views-row .node.list-item.has-image .list-content .content,
.view-list .views-row .node.list-item.has-image .list-content .meta,
.view-releases .views-row .node.list-item.has-image .list-content .meta,
.view-acquia-search .views-row .node.list-item.has-image .list-content .meta,
.col-lg-9,
.col-xs-10,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,
.col-sm-10,
article.contactsicons .contact-wrap,
article.generalcontacts .contact-wrap,
.path-product #block-generalcontacts .contact-wrap,
.contact-block .contact-wrap,
article.contactsicons .module-wrapper .contact-wrap,
article.generalcontacts .module-wrapper .contact-wrap,
.col-md-10,
.alert,
.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper,
.layout-checkout-form .layout-region-checkout-footer,
.layout-checkout-form .layout-region-checkout-main,
.layout-checkout-form .layout-region-checkout-top .top-wrap,
.layout-checkout-form .layout-region-checkout-top h3,
.system.commerce-product--view-mode-full .prod-details h2,
.system.commerce-product--view-mode-full .row .row-wrap,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
.product--updated-layout .content&gt;section&gt;.module-wrapper,
.product .prod-details .overview,
.product .prod-details h2,
.product .row .row-wrap,
.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .product .meta-info .row-wrap,
.view-list .view-content,
.view-releases .view-content,
.view-acquia-search .view-content,
#block-views-block-list-block-news-list .views-exposed-form,
#block-views-block-list-block-news-list .view-empty,
#block-views-block-releases-block-1 .views-exposed-form,
#block-views-block-releases-block-1 .view-empty,
#block-views-block-releases-block-2 .views-exposed-form,
#block-views-block-releases-block-2 .view-empty,
.cohesion-products-blog,
article.node--type-news.node--view-mode-full .field--name-body,
.liftups,
article.node--type-basic-page .field--name-body,
.node--type-article-page .node--type-sub-article .files,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6,
.node--type-video .field--name-field-link,
.node--type-video .field--name-field-media-videos,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.alert,
.node--type-module-text .field--name-field-texts.multiple .field--item,
.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper,
.main-container .comment-form .field--name-field-email,
.main-container .comment-form .field--name-field-username,
.layout-checkout-form .layout-region-checkout-footer .form-actions,
.layout-checkout-form .layout-region-checkout-footer .checkboxes,
.layout-checkout-form .layout-region-checkout-footer .actions,
.layout-checkout-form .layout-region-checkout-footer .contact,
.layout-checkout-form .layout-region-checkout-footer,
.layout-checkout-form .layout-region-checkout-main #edit-review-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-user-information,
.layout-checkout-form .layout-region-checkout-main #edit-payment-information .form-item,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information .form-item,
.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information,
.layout-checkout-form .layout-region-checkout-main .info-wrap,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line,
.layout-checkout-form .layout-region-checkout-main #edit-order-review,
.layout-checkout-form .layout-region-checkout-main #payment-information-wrapper,
.layout-checkout-form .layout-region-checkout-main #contact-information-wrapper,
.layout-checkout-form .layout-region-checkout-main .right,
.layout-checkout-form .layout-region-checkout-main .left,
.layout-checkout-form .layout-region-checkout-main,
.layout-checkout-form .layout-region-checkout-top .top-wrap,
.layout-checkout-form .layout-region-checkout-top h3,
.layout-checkout-form .layout-region-checkout-top,
.view-documents .views-col .views-row,
.row-wrap .field--type-entity-reference.field--items&gt;.field--item,
article.contactsicons .contact-wrap .col,
article.contactsicons .contact-wrap .field--type-link,
article.generalcontacts .contact-wrap .col,
article.generalcontacts .contact-wrap .field--type-link,
.path-product #block-generalcontacts .contact-wrap .col,
.path-product #block-generalcontacts .contact-wrap .field--type-link,
.contact-block .contact-wrap .col,
.contact-block .contact-wrap .field--type-link,
article.contactsicons .contact-wrap,
article.generalcontacts .contact-wrap,
.path-product #block-generalcontacts .contact-wrap,
.contact-block .contact-wrap,
article.contactsicons,
article.generalcontacts,
.path-product #block-generalcontacts,
.contact-block,
article.contactsicons .module-wrapper .contact-wrap,
article.generalcontacts .module-wrapper .contact-wrap,
.prod-menu,
.row div.toggle-more,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more,
.system.commerce-product--view-mode-full .support .rel-documents,
.system.commerce-product--view-mode-full .documents .toggle-wrap,
.system.commerce-product--view-mode-full .documents,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components,
.system.commerce-product--view-mode-full .prod-details .comp-overview .video,
.system.commerce-product--view-mode-full .prod-details .comp-overview,
.system.commerce-product--view-mode-full .prod-details h2,
.system.commerce-product--view-mode-full .more .row-wrap .features,
.system.commerce-product--view-mode-full .more .row-wrap .overview,
.system.commerce-product--view-mode-full .more,
.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item,
.system.commerce-product--view-mode-full .prod-benefits .benefits,
.system.commerce-product--view-mode-full .prod-benefits .video,
.system.commerce-product--view-mode-full .prod-benefits .image,
.system.commerce-product--view-mode-full .prod-hero .info,
.system.commerce-product--view-mode-full .prod-hero,
.system.commerce-product--view-mode-full .row .row-wrap,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full .row,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.path-products .view-product-search .view-header,
.path-taxonomy .view-product-search .view-header,
.product--updated-layout .content&gt;section&gt;.module-wrapper,
.view-products .views-row,
.view-measurement-products .views-row,
.product .support .rel-documents,
.product .prod-details .documents .toggle-wrap,
.product .prod-details .documents,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,
.product .prod-details .specifications .paragraph--type--specification,
.product .prod-details .specifications .toggle-wrap,
.product .prod-details .specifications,
.product .prod-details .overview,
.product .prod-details h2,
.product .more .row-wrap .features,
.product .more .row-wrap .overview,
.product .more,
.product .prod-benefits .benefits .field--items&gt;.field--item,
.product .prod-benefits .benefits,
.product .prod-benefits .video,
.product .prod-benefits .image,
.product .prod-hero .info,
.product .prod-hero .images,
.product .prod-hero,
.product .row .row-wrap,
.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .product .meta-info .row-wrap,
.product .row,
.product article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .product .meta-info,
.product article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .product .meta-info,
.product article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .product .meta-info,
.product article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .product .meta-info,
.view-id-events .view-filters .form-type-select,
.view-id-webinars .view-filters .form-type-select,
.view-list .views-row .node.list-item .list-content .content,
.view-releases .views-row .node.list-item .list-content .content,
.view-acquia-search .views-row .node.list-item .list-content .content,
.view-list .views-row .node.list-item .list-content .meta,
.view-releases .views-row .node.list-item .list-content .meta,
.view-acquia-search .views-row .node.list-item .list-content .meta,
.view-list .views-row .node.list-item.has-image .list-content .content,
.view-releases .views-row .node.list-item.has-image .list-content .content,
.view-acquia-search .views-row .node.list-item.has-image .list-content .content,
.view-list .views-row .node.list-item.has-image .list-content .meta,
.view-releases .views-row .node.list-item.has-image .list-content .meta,
.view-acquia-search .views-row .node.list-item.has-image .list-content .meta,
.view-list .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-releases .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-acquia-search .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-list .views-row .node.list-item,
.view-releases .views-row .node.list-item,
.view-acquia-search .views-row .node.list-item,
.view-list .view-content,
.view-releases .view-content,
.view-acquia-search .view-content,
.view-list .form-inline .form-item,
.view-releases .form-inline .form-item,
.view-acquia-search .form-inline .form-item,
article.node--view-mode-full.node--type-release .field--name-body,
article.node--view-mode-full.node--type-release .field--name-field-link,
article.node--view-mode-full.node--type-release .field--name-field-location,
article.node--view-mode-full.node--type-event .field--name-body,
article.node--view-mode-full.node--type-event .field--name-field-link,
article.node--view-mode-full.node--type-event .field--name-field-location,
article.node--view-mode-full.node--type-event-webinar .field--name-body,
article.node--view-mode-full.node--type-event-webinar .field--name-field-link,
article.node--view-mode-full.node--type-event-webinar .field--name-field-location,
article.node--view-mode-full.node--type-release .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event-webinar .date-time .field--name-field-time,
article.node--view-mode-full.node--type-release .date-time .date,
article.node--view-mode-full.node--type-event .date-time .date,
article.node--view-mode-full.node--type-event-webinar .date-time .date,
article.node--view-mode-full.node--type-release h1,
article.node--view-mode-full.node--type-event h1,
article.node--view-mode-full.node--type-event-webinar h1,
article.node--view-mode-full.node--type-release,
article.node--view-mode-full.node--type-event,
article.node--view-mode-full.node--type-event-webinar,
.cohesion-products-blog,
.page-node-type-blog .field--name-field-module,
.page-node-type-case .field--name-field-module,
.page-node-type-news .field--name-field-module,
.page-node-type-cohesion-webinar-page .field--name-field-module,
.page-node-type-event .field--name-field-module,
.page-node-type-event-webinar .field--name-field-module,
.page-node-type-blog .related-products,
.page-node-type-case .related-products,
.page-node-type-news .related-products,
.page-node-type-cohesion-webinar-page .related-products,
.page-node-type-event .related-products,
.page-node-type-event-webinar .related-products,
.page-node-type-blog .liftups&gt;.field&gt;.field--item,
.page-node-type-case .liftups&gt;.field&gt;.field--item,
.page-node-type-news .liftups&gt;.field&gt;.field--item,
.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item,
.page-node-type-event .liftups&gt;.field&gt;.field--item,
.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item,
.page-node-type-blog .liftups,
.page-node-type-case .liftups,
.page-node-type-news .liftups,
.page-node-type-cohesion-webinar-page .liftups,
.page-node-type-event .liftups,
.page-node-type-event-webinar .liftups,
article.node--type-blog.node--view-mode-full .field--name-field-body2,
article.node--type-case.node--view-mode-full .field--name-field-body2,
article.node--type-release.node--view-mode-full .field--name-field-body2,
article.node--type-news.node--view-mode-full .field--name-field-body2,
article.node--type-blog.node--view-mode-full .field--name-body,
article.node--type-case.node--view-mode-full .field--name-body,
article.node--type-release.node--view-mode-full .field--name-body,
article.node--type-blog.node--view-mode-full header h1,
article.node--type-case.node--view-mode-full header h1,
article.node--type-release.node--view-mode-full header h1,
article.node--type-news.node--view-mode-full header h1,
article.node--type-blog.node--view-mode-full,
article.node--type-case.node--view-mode-full,
article.node--type-release.node--view-mode-full,
article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-news.node--view-mode-full .field--name-body,
article.node--type-news.node--view-mode-full h1,
article.node--type-news.node--view-mode-full,
.liftups&gt;.field&gt;.field--item,
.liftups,
article.node--type-basic-page .field--name-body,
article.node--type-basic-page h1,
article.node--type-basic-page,
.node--type-article-page .node--type-sub-article .sub-article-modules,
.node--type-article-page .node--type-sub-article .files,
.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6,
.col-sm-12,
.col-md-12,
.view-id-events .view-header .views-nav,
.view-id-webinars .view-header .views-nav,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 12px;
	padding-right: 12px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-value,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,
.node--type-article-page .article-header h1,
.col-xs-11,
.col-xs-12,
.alert,
.node--type-module-text .field--name-field-texts.multiple .field--item,
.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper,
.main-container .comment-form .field--name-field-email,
.main-container .comment-form .field--name-field-username,
.layout-checkout-form .layout-region-checkout-footer .form-actions,
.layout-checkout-form .layout-region-checkout-footer .checkboxes,
.layout-checkout-form .layout-region-checkout-footer .actions,
.layout-checkout-form .layout-region-checkout-footer .contact,
.layout-checkout-form .layout-region-checkout-footer,
.layout-checkout-form .layout-region-checkout-main #edit-review-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-user-information,
.layout-checkout-form .layout-region-checkout-main #edit-payment-information .form-item,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information .form-item,
.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information,
.layout-checkout-form .layout-region-checkout-main .info-wrap,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line,
.layout-checkout-form .layout-region-checkout-main #edit-order-review,
.layout-checkout-form .layout-region-checkout-main #payment-information-wrapper,
.layout-checkout-form .layout-region-checkout-main #contact-information-wrapper,
.layout-checkout-form .layout-region-checkout-main .right,
.layout-checkout-form .layout-region-checkout-main .left,
.layout-checkout-form .layout-region-checkout-main,
.layout-checkout-form .layout-region-checkout-top .top-wrap,
.layout-checkout-form .layout-region-checkout-top h3,
.layout-checkout-form .layout-region-checkout-top,
.view-documents .views-col .views-row,
.row-wrap .field--type-entity-reference.field--items&gt;.field--item,
article.contactsicons .contact-wrap .col,
article.contactsicons .contact-wrap .field--type-link,
article.generalcontacts .contact-wrap .col,
article.generalcontacts .contact-wrap .field--type-link,
.path-product #block-generalcontacts .contact-wrap .col,
.path-product #block-generalcontacts .contact-wrap .field--type-link,
.contact-block .contact-wrap .col,
.contact-block .contact-wrap .field--type-link,
article.contactsicons .contact-wrap,
article.generalcontacts .contact-wrap,
.path-product #block-generalcontacts .contact-wrap,
.contact-block .contact-wrap,
article.contactsicons,
article.generalcontacts,
.path-product #block-generalcontacts,
.contact-block,
article.contactsicons .module-wrapper .contact-wrap,
article.generalcontacts .module-wrapper .contact-wrap,
.prod-menu,
.row div.toggle-more,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more,
.system.commerce-product--view-mode-full .support .rel-documents,
.system.commerce-product--view-mode-full .documents .toggle-wrap,
.system.commerce-product--view-mode-full .documents,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components,
.system.commerce-product--view-mode-full .prod-details .comp-overview .video,
.system.commerce-product--view-mode-full .prod-details .comp-overview,
.system.commerce-product--view-mode-full .prod-details h2,
.system.commerce-product--view-mode-full .more .row-wrap .features,
.system.commerce-product--view-mode-full .more .row-wrap .overview,
.system.commerce-product--view-mode-full .more,
.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item,
.system.commerce-product--view-mode-full .prod-benefits .benefits,
.system.commerce-product--view-mode-full .prod-benefits .video,
.system.commerce-product--view-mode-full .prod-benefits .image,
.system.commerce-product--view-mode-full .prod-hero .info,
.system.commerce-product--view-mode-full .prod-hero,
.system.commerce-product--view-mode-full .row .row-wrap,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full .row,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.path-products .view-product-search .view-header,
.path-taxonomy .view-product-search .view-header,
.product--updated-layout .content&gt;section&gt;.module-wrapper,
.view-products .views-row,
.view-measurement-products .views-row,
.product .support .rel-documents,
.product .prod-details .documents .toggle-wrap,
.product .prod-details .documents,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,
.product .prod-details .specifications .paragraph--type--specification,
.product .prod-details .specifications .toggle-wrap,
.product .prod-details .specifications,
.product .prod-details .overview,
.product .prod-details h2,
.product .more .row-wrap .features,
.product .more .row-wrap .overview,
.product .more,
.product .prod-benefits .benefits .field--items&gt;.field--item,
.product .prod-benefits .benefits,
.product .prod-benefits .video,
.product .prod-benefits .image,
.product .prod-hero .info,
.product .prod-hero .images,
.product .prod-hero,
.product .row .row-wrap,
.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .product .meta-info .row-wrap,
.product .row,
.product article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .product .meta-info,
.product article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .product .meta-info,
.product article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .product .meta-info,
.product article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .product .meta-info,
.view-id-events .view-filters .form-type-select,
.view-id-webinars .view-filters .form-type-select,
.view-list .views-row .node.list-item .list-content .content,
.view-releases .views-row .node.list-item .list-content .content,
.view-acquia-search .views-row .node.list-item .list-content .content,
.view-list .views-row .node.list-item .list-content .meta,
.view-releases .views-row .node.list-item .list-content .meta,
.view-acquia-search .views-row .node.list-item .list-content .meta,
.view-list .views-row .node.list-item.has-image .list-content .content,
.view-releases .views-row .node.list-item.has-image .list-content .content,
.view-acquia-search .views-row .node.list-item.has-image .list-content .content,
.view-list .views-row .node.list-item.has-image .list-content .meta,
.view-releases .views-row .node.list-item.has-image .list-content .meta,
.view-acquia-search .views-row .node.list-item.has-image .list-content .meta,
.view-list .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-releases .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-acquia-search .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-list .views-row .node.list-item,
.view-releases .views-row .node.list-item,
.view-acquia-search .views-row .node.list-item,
.view-list .view-content,
.view-releases .view-content,
.view-acquia-search .view-content,
.view-list .form-inline .form-item,
.view-releases .form-inline .form-item,
.view-acquia-search .form-inline .form-item,
article.node--view-mode-full.node--type-release .field--name-body,
article.node--view-mode-full.node--type-release .field--name-field-link,
article.node--view-mode-full.node--type-release .field--name-field-location,
article.node--view-mode-full.node--type-event .field--name-body,
article.node--view-mode-full.node--type-event .field--name-field-link,
article.node--view-mode-full.node--type-event .field--name-field-location,
article.node--view-mode-full.node--type-event-webinar .field--name-body,
article.node--view-mode-full.node--type-event-webinar .field--name-field-link,
article.node--view-mode-full.node--type-event-webinar .field--name-field-location,
article.node--view-mode-full.node--type-release .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event-webinar .date-time .field--name-field-time,
article.node--view-mode-full.node--type-release .date-time .date,
article.node--view-mode-full.node--type-event .date-time .date,
article.node--view-mode-full.node--type-event-webinar .date-time .date,
article.node--view-mode-full.node--type-release h1,
article.node--view-mode-full.node--type-event h1,
article.node--view-mode-full.node--type-event-webinar h1,
article.node--view-mode-full.node--type-release,
article.node--view-mode-full.node--type-event,
article.node--view-mode-full.node--type-event-webinar,
.cohesion-products-blog,
.page-node-type-blog .field--name-field-module,
.page-node-type-case .field--name-field-module,
.page-node-type-news .field--name-field-module,
.page-node-type-cohesion-webinar-page .field--name-field-module,
.page-node-type-event .field--name-field-module,
.page-node-type-event-webinar .field--name-field-module,
.page-node-type-blog .related-products,
.page-node-type-case .related-products,
.page-node-type-news .related-products,
.page-node-type-cohesion-webinar-page .related-products,
.page-node-type-event .related-products,
.page-node-type-event-webinar .related-products,
.page-node-type-blog .liftups&gt;.field&gt;.field--item,
.page-node-type-case .liftups&gt;.field&gt;.field--item,
.page-node-type-news .liftups&gt;.field&gt;.field--item,
.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item,
.page-node-type-event .liftups&gt;.field&gt;.field--item,
.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item,
.page-node-type-blog .liftups,
.page-node-type-case .liftups,
.page-node-type-news .liftups,
.page-node-type-cohesion-webinar-page .liftups,
.page-node-type-event .liftups,
.page-node-type-event-webinar .liftups,
article.node--type-blog.node--view-mode-full .field--name-field-body2,
article.node--type-case.node--view-mode-full .field--name-field-body2,
article.node--type-release.node--view-mode-full .field--name-field-body2,
article.node--type-news.node--view-mode-full .field--name-field-body2,
article.node--type-blog.node--view-mode-full .field--name-body,
article.node--type-case.node--view-mode-full .field--name-body,
article.node--type-release.node--view-mode-full .field--name-body,
article.node--type-blog.node--view-mode-full header h1,
article.node--type-case.node--view-mode-full header h1,
article.node--type-release.node--view-mode-full header h1,
article.node--type-news.node--view-mode-full header h1,
article.node--type-blog.node--view-mode-full,
article.node--type-case.node--view-mode-full,
article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-news.node--view-mode-full .field--name-body,
article.node--type-news.node--view-mode-full h1,
article.node--type-news.node--view-mode-full,
.liftups&gt;.field&gt;.field--item,
.liftups,
article.node--type-basic-page .field--name-body,
article.node--type-basic-page h1,
article.node--type-basic-page,
.node--type-article-page .node--type-sub-article .sub-article-modules,
.node--type-article-page .node--type-sub-article .files,
.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6,
#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,
.node--type-grid-liftup .view.single&gt;.field--item,
.node--type-grid-liftup .view.multiple&gt;.field--item,
.node--type-grid-liftup .view-content.single&gt;.field--item,
.node--type-grid-liftup .view-content.multiple&gt;.field--item,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item,
.node--type-grid-liftup .field--name-field-products.single&gt;.field--item,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item,
.node--type-infographics .field--name-field-items.full-view&gt;.field--item,
.view-contact-finder .view-filters .form-type-select,
.node--type-video .field--name-field-media-videos.multiple&gt;.field--item {
	float: left
}

.col-xs-1 {
	width: 8.3333333333%
}

.col-xs-2 {
	width: 16.6666666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.3333333333%
}

.col-xs-5 {
	width: 41.6666666667%
}

.col-xs-6,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-value,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label {
	width: 50%
}

.col-xs-7 {
	width: 58.3333333333%
}

.col-xs-8 {
	width: 66.6666666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,
.node--type-article-page .article-header h1 {
	width: 83.3333333333%
}

.col-xs-11 {
	width: 91.6666666667%
}

.col-xs-12,
.alert,
.node--type-module-text .field--name-field-texts.multiple .field--item,
.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper,
.main-container .comment-form .field--name-field-email,
.main-container .comment-form .field--name-field-username,
.layout-checkout-form .layout-region-checkout-footer .form-actions,
.layout-checkout-form .layout-region-checkout-footer .checkboxes,
.layout-checkout-form .layout-region-checkout-footer .actions,
.layout-checkout-form .layout-region-checkout-footer .contact,
.layout-checkout-form .layout-region-checkout-footer,
.layout-checkout-form .layout-region-checkout-main #edit-review-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-user-information,
.layout-checkout-form .layout-region-checkout-main #edit-payment-information .form-item,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information .form-item,
.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information,
.layout-checkout-form .layout-region-checkout-main .info-wrap,
.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line,
.layout-checkout-form .layout-region-checkout-main #edit-order-review,
.layout-checkout-form .layout-region-checkout-main #payment-information-wrapper,
.layout-checkout-form .layout-region-checkout-main #contact-information-wrapper,
.layout-checkout-form .layout-region-checkout-main .right,
.layout-checkout-form .layout-region-checkout-main .left,
.layout-checkout-form .layout-region-checkout-main,
.layout-checkout-form .layout-region-checkout-top .top-wrap,
.layout-checkout-form .layout-region-checkout-top h3,
.layout-checkout-form .layout-region-checkout-top,
.view-documents .views-col .views-row,
.row-wrap .field--type-entity-reference.field--items&gt;.field--item,
article.contactsicons .contact-wrap .col,
article.contactsicons .contact-wrap .field--type-link,
article.generalcontacts .contact-wrap .col,
article.generalcontacts .contact-wrap .field--type-link,
.path-product #block-generalcontacts .contact-wrap .col,
.path-product #block-generalcontacts .contact-wrap .field--type-link,
.contact-block .contact-wrap .col,
.contact-block .contact-wrap .field--type-link,
article.contactsicons .contact-wrap,
article.generalcontacts .contact-wrap,
.path-product #block-generalcontacts .contact-wrap,
.contact-block .contact-wrap,
article.contactsicons,
article.generalcontacts,
.path-product #block-generalcontacts,
.contact-block,
article.contactsicons .module-wrapper .contact-wrap,
article.generalcontacts .module-wrapper .contact-wrap,
.prod-menu,
.row div.toggle-more,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more,
.system.commerce-product--view-mode-full .support .rel-documents,
.system.commerce-product--view-mode-full .documents .toggle-wrap,
.system.commerce-product--view-mode-full .documents,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
.system.commerce-product--view-mode-full .prod-details .comp-overview .components,
.system.commerce-product--view-mode-full .prod-details .comp-overview .video,
.system.commerce-product--view-mode-full .prod-details .comp-overview,
.system.commerce-product--view-mode-full .prod-details h2,
.system.commerce-product--view-mode-full .more .row-wrap .features,
.system.commerce-product--view-mode-full .more .row-wrap .overview,
.system.commerce-product--view-mode-full .more,
.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item,
.system.commerce-product--view-mode-full .prod-benefits .benefits,
.system.commerce-product--view-mode-full .prod-benefits .video,
.system.commerce-product--view-mode-full .prod-benefits .image,
.system.commerce-product--view-mode-full .prod-hero .info,
.system.commerce-product--view-mode-full .prod-hero,
.system.commerce-product--view-mode-full .row .row-wrap,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full .row,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.path-products .view-product-search .view-header,
.path-taxonomy .view-product-search .view-header,
.product--updated-layout .content&gt;section&gt;.module-wrapper,
.view-products .views-row,
.view-measurement-products .views-row,
.product .support .rel-documents,
.product .prod-details .documents .toggle-wrap,
.product .prod-details .documents,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,
.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,
.product .prod-details .specifications .paragraph--type--specification,
.product .prod-details .specifications .toggle-wrap,
.product .prod-details .specifications,
.product .prod-details .overview,
.product .prod-details h2,
.product .more .row-wrap .features,
.product .more .row-wrap .overview,
.product .more,
.product .prod-benefits .benefits .field--items&gt;.field--item,
.product .prod-benefits .benefits,
.product .prod-benefits .video,
.product .prod-benefits .image,
.product .prod-hero .info,
.product .prod-hero .images,
.product .prod-hero,
.product .row .row-wrap,
.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .product .meta-info .row-wrap,
.product .row,
.product article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .product .meta-info,
.product article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .product .meta-info,
.product article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .product .meta-info,
.product article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .product .meta-info,
.view-id-events .view-filters .form-type-select,
.view-id-webinars .view-filters .form-type-select,
.view-list .views-row .node.list-item .list-content .content,
.view-releases .views-row .node.list-item .list-content .content,
.view-acquia-search .views-row .node.list-item .list-content .content,
.view-list .views-row .node.list-item .list-content .meta,
.view-releases .views-row .node.list-item .list-content .meta,
.view-acquia-search .views-row .node.list-item .list-content .meta,
.view-list .views-row .node.list-item.has-image .list-content .content,
.view-releases .views-row .node.list-item.has-image .list-content .content,
.view-acquia-search .views-row .node.list-item.has-image .list-content .content,
.view-list .views-row .node.list-item.has-image .list-content .meta,
.view-releases .views-row .node.list-item.has-image .list-content .meta,
.view-acquia-search .views-row .node.list-item.has-image .list-content .meta,
.view-list .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-releases .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-acquia-search .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-list .views-row .node.list-item,
.view-releases .views-row .node.list-item,
.view-acquia-search .views-row .node.list-item,
.view-list .view-content,
.view-releases .view-content,
.view-acquia-search .view-content,
.view-list .form-inline .form-item,
.view-releases .form-inline .form-item,
.view-acquia-search .form-inline .form-item,
article.node--view-mode-full.node--type-release .field--name-body,
article.node--view-mode-full.node--type-release .field--name-field-link,
article.node--view-mode-full.node--type-release .field--name-field-location,
article.node--view-mode-full.node--type-event .field--name-body,
article.node--view-mode-full.node--type-event .field--name-field-link,
article.node--view-mode-full.node--type-event .field--name-field-location,
article.node--view-mode-full.node--type-event-webinar .field--name-body,
article.node--view-mode-full.node--type-event-webinar .field--name-field-link,
article.node--view-mode-full.node--type-event-webinar .field--name-field-location,
article.node--view-mode-full.node--type-release .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event-webinar .date-time .field--name-field-time,
article.node--view-mode-full.node--type-release .date-time .date,
article.node--view-mode-full.node--type-event .date-time .date,
article.node--view-mode-full.node--type-event-webinar .date-time .date,
article.node--view-mode-full.node--type-release h1,
article.node--view-mode-full.node--type-event h1,
article.node--view-mode-full.node--type-event-webinar h1,
article.node--view-mode-full.node--type-release,
article.node--view-mode-full.node--type-event,
article.node--view-mode-full.node--type-event-webinar,
.cohesion-products-blog,
.page-node-type-blog .field--name-field-module,
.page-node-type-case .field--name-field-module,
.page-node-type-news .field--name-field-module,
.page-node-type-cohesion-webinar-page .field--name-field-module,
.page-node-type-event .field--name-field-module,
.page-node-type-event-webinar .field--name-field-module,
.page-node-type-blog .related-products,
.page-node-type-case .related-products,
.page-node-type-news .related-products,
.page-node-type-cohesion-webinar-page .related-products,
.page-node-type-event .related-products,
.page-node-type-event-webinar .related-products,
.page-node-type-blog .liftups&gt;.field&gt;.field--item,
.page-node-type-case .liftups&gt;.field&gt;.field--item,
.page-node-type-news .liftups&gt;.field&gt;.field--item,
.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item,
.page-node-type-event .liftups&gt;.field&gt;.field--item,
.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item,
.page-node-type-blog .liftups,
.page-node-type-case .liftups,
.page-node-type-news .liftups,
.page-node-type-cohesion-webinar-page .liftups,
.page-node-type-event .liftups,
.page-node-type-event-webinar .liftups,
article.node--type-blog.node--view-mode-full .field--name-field-body2,
article.node--type-case.node--view-mode-full .field--name-field-body2,
article.node--type-release.node--view-mode-full .field--name-field-body2,
article.node--type-news.node--view-mode-full .field--name-field-body2,
article.node--type-blog.node--view-mode-full .field--name-body,
article.node--type-case.node--view-mode-full .field--name-body,
article.node--type-blog.node--view-mode-full header h1,
article.node--type-case.node--view-mode-full header h1,
article.node--type-release.node--view-mode-full header h1,
article.node--type-news.node--view-mode-full header h1,
article.node--type-blog.node--view-mode-full,
article.node--type-case.node--view-mode-full,
article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-news.node--view-mode-full .field--name-body,
article.node--type-news.node--view-mode-full h1,
article.node--type-news.node--view-mode-full,
.liftups&gt;.field&gt;.field--item,
.liftups,
article.node--type-basic-page .field--name-body,
article.node--type-basic-page h1,
article.node--type-basic-page,
.node--type-article-page .node--type-sub-article .sub-article-modules,
.node--type-article-page .node--type-sub-article .files,
.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6,
#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,
.node--type-grid-liftup .view.single&gt;.field--item,
.node--type-grid-liftup .view.multiple&gt;.field--item,
.node--type-grid-liftup .view-content.single&gt;.field--item,
.node--type-grid-liftup .view-content.multiple&gt;.field--item,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item,
.node--type-grid-liftup .field--name-field-products.single&gt;.field--item,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item,
.node--type-infographics .field--name-field-items.full-view&gt;.field--item,
.view-contact-finder .view-filters .form-type-select,
.node--type-video .field--name-field-media-videos.multiple&gt;.field--item {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.3333333333%
}

.col-xs-pull-2 {
	right: 16.6666666667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.3333333333%
}

.col-xs-pull-5 {
	right: 41.6666666667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.3333333333%
}

.col-xs-pull-8 {
	right: 66.6666666667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.3333333333%
}

.col-xs-pull-11 {
	right: 91.6666666667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.3333333333%
}

.col-xs-push-2 {
	left: 16.6666666667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.3333333333%
}

.col-xs-push-5 {
	left: 41.6666666667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.3333333333%
}

.col-xs-push-8 {
	left: 66.6666666667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.3333333333%
}

.col-xs-push-11 {
	left: 91.6666666667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1,
.node--type-article-page .article-header h1 {
	margin-left: 8.3333333333%
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media(min-width:660px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.node--type-infographics .field--name-field-items.full-view&gt;.field--item,
	.col-sm-4,
	.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
	article.contactsicons .contact-wrap .col,
	article.contactsicons .contact-wrap .field--type-link,
	article.generalcontacts .contact-wrap .col,
	article.generalcontacts .contact-wrap .field--type-link,
	.path-product #block-generalcontacts .contact-wrap .col,
	.path-product #block-generalcontacts .contact-wrap .field--type-link,
	.contact-block .contact-wrap .col,
	.contact-block .contact-wrap .field--type-link,
	.view-id-events .view-filters .form-type-select,
	.view-id-webinars .view-filters .form-type-select,
	.view-releases .form-inline .form-item,
	article.node--type-blog.node--view-mode-full .meta-info .social-links,
	article.node--type-case.node--view-mode-full .meta-info .social-links,
	article.node--type-release.node--view-mode-full .meta-info .social-links,
	article.node--type-news.node--view-mode-full .meta-info .social-links,
	article.node--type-blog.node--view-mode-full .meta-info .author,
	article.node--type-case.node--view-mode-full .meta-info .author,
	article.node--type-release.node--view-mode-full .meta-info .author,
	article.node--type-news.node--view-mode-full .meta-info .author,
	.view-contact-finder .view-filters .form-type-select,
	.col-sm-5,
	.col-sm-6,
	.node--type-module-text .field--name-field-texts.multiple .field--item,
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
	.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select,
	.node--type-grid-liftup .view.single&gt;.field--item,
	.node--type-grid-liftup .view.multiple&gt;.field--item,
	.node--type-grid-liftup .view-content.single&gt;.field--item,
	.node--type-grid-liftup .view-content.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item,
	.node--type-eloqua.has-body .field--name-body,
	.node--type-eloqua.has-body .field--name-field-script,
	.node--type-video .field--name-field-media-videos.multiple&gt;.field--item,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	article.contactsicons .contact-wrap,
	article.generalcontacts .contact-wrap,
	.path-product #block-generalcontacts .contact-wrap,
	.contact-block .contact-wrap,
	article.contactsicons .module-wrapper .contact-wrap,
	article.generalcontacts .module-wrapper .contact-wrap,
	.node--type-single-liftup.no-media .content,
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-1 {
		width: 8.3333333333%
	}

	.col-sm-2 {
		width: 16.6666666667%
	}

	.col-sm-3,
	.node--type-infographics .field--name-field-items.full-view&gt;.field--item {
		width: 25%
	}

	.col-sm-4,
	.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
	article.contactsicons .contact-wrap .col,
	article.contactsicons .contact-wrap .field--type-link,
	article.generalcontacts .contact-wrap .col,
	article.generalcontacts .contact-wrap .field--type-link,
	.path-product #block-generalcontacts .contact-wrap .col,
	.path-product #block-generalcontacts .contact-wrap .field--type-link,
	.contact-block .contact-wrap .col,
	.contact-block .contact-wrap .field--type-link,
	.view-id-events .view-filters .form-type-select,
	.view-id-webinars .view-filters .form-type-select,
	.view-releases .form-inline .form-item,
	article.node--type-blog.node--view-mode-full .meta-info .social-links,
	article.node--type-case.node--view-mode-full .meta-info .social-links,
	article.node--type-release.node--view-mode-full .meta-info .social-links,
	article.node--type-news.node--view-mode-full .meta-info .social-links,
	article.node--type-blog.node--view-mode-full .meta-info .author,
	article.node--type-case.node--view-mode-full .meta-info .author,
	article.node--type-release.node--view-mode-full .meta-info .author,
	article.node--type-news.node--view-mode-full .meta-info .author,
	.view-contact-finder .view-filters .form-type-select {
		width: 33.3333333333%
	}

	.col-sm-5 {
		width: 41.6666666667%
	}

	.col-sm-6,
	.node--type-module-text .field--name-field-texts.multiple .field--item,
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
	.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select,
	.node--type-grid-liftup .view.single&gt;.field--item,
	.node--type-grid-liftup .view.multiple&gt;.field--item,
	.node--type-grid-liftup .view-content.single&gt;.field--item,
	.node--type-grid-liftup .view-content.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item,
	.node--type-eloqua.has-body .field--name-body,
	.node--type-eloqua.has-body .field--name-field-script,
	.node--type-video .field--name-field-media-videos.multiple&gt;.field--item {
		width: 50%
	}

	.col-sm-7 {
		width: 58.3333333333%
	}

	.col-sm-8 {
		width: 66.6666666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10,
	article.contactsicons .contact-wrap,
	article.generalcontacts .contact-wrap,
	.path-product #block-generalcontacts .contact-wrap,
	.contact-block .contact-wrap,
	article.contactsicons .module-wrapper .contact-wrap,
	article.generalcontacts .module-wrapper .contact-wrap,
	.node--type-single-liftup.no-media .content,
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text {
		width: 83.3333333333%
	}

	.col-sm-11 {
		width: 91.6666666667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.3333333333%
	}

	.col-sm-pull-2 {
		right: 16.6666666667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.3333333333%
	}

	.col-sm-pull-5 {
		right: 41.6666666667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.3333333333%
	}

	.col-sm-pull-8 {
		right: 66.6666666667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.3333333333%
	}

	.col-sm-pull-11 {
		right: 91.6666666667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.3333333333%
	}

	.col-sm-push-2 {
		left: 16.6666666667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.3333333333%
	}

	.col-sm-push-5 {
		left: 41.6666666667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.3333333333%
	}

	.col-sm-push-8 {
		left: 66.6666666667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.3333333333%
	}

	.col-sm-push-11 {
		left: 91.6666666667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0%
	}

	.col-sm-offset-1,
	article.contactsicons .contact-wrap,
	article.generalcontacts .contact-wrap,
	.path-product #block-generalcontacts .contact-wrap,
	.contact-block .contact-wrap,
	article.contactsicons .module-wrapper .contact-wrap,
	article.generalcontacts .module-wrapper .contact-wrap,
	.node--type-single-liftup.no-media .content,
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text {
		margin-left: 8.3333333333%
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4,
	article.node--type-blog.node--view-mode-full .meta-info .author,
	article.node--type-case.node--view-mode-full .meta-info .author,
	article.node--type-release.node--view-mode-full .meta-info .author,
	article.node--type-news.node--view-mode-full .meta-info .author {
		margin-left: 33.3333333333%
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media(min-width:1024px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	#block-secondarynavigation ul.menu.menu-depth--1&gt;div.column,
	#block-full-navigation .menu-depth--2&gt;li,
	#block-full-navigation .menu-level-2&gt;li,
	.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,
	.view-list .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
	.view-releases .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
	.view-list .form-inline .form-item,
	.view-releases .form-inline .form-item,
	.view-acquia-search .form-inline .form-item,
	.view-contact-finder .view-filters .form-type-select,
	.node--type-faq .accordion-form .form-type-select,
	.node--type-faq-select .accordion-form .form-type-select,
	.col-md-4,
	.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
	.layout-checkout-form .layout-region-checkout-main .info-wrap,
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,
	.row.services .field--name-field-services .field--item,
	article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	.row-wrap .field--type-entity-reference.field--items&gt;.field--item,
	.row.packages .field--name-variations.narrow&gt;.field--item,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
	.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item,
	.product--updated-layout .product__services .field--name-field-services .field--item,
	.view-products .views-row,
	.view-measurement-products .views-row,
	.product .prod-benefits .benefits .field--items&gt;.field--item,
	.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select,
	.block-views-blocklatest-news-liftups .select-wrapper,
	.block-views-blocklatest-news-liftups-local-language .select-wrapper,
	#block-views-block-latest-news-block-blogs .select-wrapper,
	#block-views-block-latest-news-block-blogs-local-language .select-wrapper,
	#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,
	.col-md-5,
	.node--type-module-text .field--name-field-texts.multiple .field--item,
	.layout-checkout-form .layout-region-checkout-footer .form-actions,
	.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
	.layout-checkout-form .layout-region-checkout-main #edit-contact-information,
	.row.packages .field--name-variations&gt;.field--item,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,
	.page-node-type-blog .liftups&gt;.field&gt;.field--item,
	.page-node-type-case .liftups&gt;.field&gt;.field--item,
	.page-node-type-news .liftups&gt;.field&gt;.field--item,
	.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item,
	.page-node-type-event .liftups&gt;.field&gt;.field--item,
	.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item,
	.liftups&gt;.field&gt;.field--item,
	.node--type-grid-liftup .view.single&gt;.field--item,
	.node--type-grid-liftup .view.multiple&gt;.field--item,
	.node--type-grid-liftup .view-content.single&gt;.field--item,
	.node--type-grid-liftup .view-content.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item,
	.node--type-single-liftup.media-position-right .content,
	.node--type-single-liftup.media-position-left .content,
	.col-md-6,
	.main-container .comment-form .field--name-field-email,
	.main-container .comment-form .field--name-field-username,
	.review .layout-checkout-form .layout-region-checkout-footer .form-actions,
	.layout-checkout-form .layout-region-checkout-footer .checkboxes,
	.layout-checkout-form .layout-region-checkout-footer .actions,
	.layout-checkout-form .layout-region-checkout-footer .contact,
	.layout-checkout-form .layout-region-checkout-main .right,
	.layout-checkout-form .layout-region-checkout-main .left,
	article.contactsicons .contact-wrap,
	article.generalcontacts .contact-wrap,
	.path-product #block-generalcontacts .contact-wrap,
	.contact-block .contact-wrap,
	.system.commerce-product--view-mode-full .more .row-wrap .features,
	.system.commerce-product--view-mode-full .more .row-wrap .overview,
	.product .more .row-wrap .features,
	.product .more .row-wrap .overview,
	.product .prod-hero .info,
	.product .prod-hero .images,
	article.node--view-mode-full.node--type-release .meta-info .author,
	article.node--view-mode-full.node--type-event .meta-info .author,
	article.node--view-mode-full.node--type-event-webinar .meta-info .author,
	.col-md-7,
	.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,
	article.node--type-news.node--view-mode-full,
	article.node--type-basic-page,
	.node--type-single-liftup.media-position-right .field--name-field-media-image,
	.node--type-single-liftup.media-position-right .field--name-field-media-video,
	.node--type-single-liftup.media-position-left .field--name-field-media-image,
	.node--type-single-liftup.media-position-left .field--name-field-media-video,
	.col-md-8,
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,
	article.contactsicons .module-wrapper .contact-wrap,
	article.generalcontacts .module-wrapper .contact-wrap,
	.system.commerce-product--view-mode-full .prod-details .comp-overview .video,
	.system.commerce-product--view-mode-full .prod-benefits .video,
	.system.commerce-product--view-mode-full .prod-hero .info,
	.product .prod-benefits .video,
	article.node--type-news.node--view-mode-full h1,
	article.node--type-basic-page h1,
	.node--type-article-page .article-header h1,
	.node--type-single-liftup.no-media .content,
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text,
	.col-md-9,
	.view-list .views-row .node.list-item.has-image .list-content .content,
	.view-releases .views-row .node.list-item.has-image .list-content .content,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .content,
	.view-list .views-row .node.list-item.has-image .list-content .meta,
	.view-releases .views-row .node.list-item.has-image .list-content .meta,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .meta,
	.col-md-10,
	.alert,
	.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper,
	.layout-checkout-form .layout-region-checkout-footer,
	.layout-checkout-form .layout-region-checkout-main,
	.layout-checkout-form .layout-region-checkout-top .top-wrap,
	.layout-checkout-form .layout-region-checkout-top h3,
	.system.commerce-product--view-mode-full .prod-details h2,
	.system.commerce-product--view-mode-full .row .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
	.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
	.product--updated-layout .content&gt;section&gt;.module-wrapper,
	.product .prod-details .overview,
	.product .prod-details h2,
	.product .row .row-wrap,
	.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .product .meta-info .row-wrap,
	.view-list .view-content,
	.view-releases .view-content,
	.view-acquia-search .view-content,
	#block-views-block-list-block-news-list .views-exposed-form,
	#block-views-block-list-block-news-list .view-empty,
	#block-views-block-releases-block-1 .views-exposed-form,
	#block-views-block-releases-block-1 .view-empty,
	#block-views-block-releases-block-2 .views-exposed-form,
	#block-views-block-releases-block-2 .view-empty,
	.cohesion-products-blog,
	article.node--type-news.node--view-mode-full .field--name-body,
	.liftups,
	article.node--type-basic-page .field--name-body,
	.node--type-article-page .node--type-sub-article .files,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6,
	.node--type-video .field--name-field-link,
	.node--type-video .field--name-field-media-videos,
	.col-md-11,
	.col-md-12,
	.view-id-events .view-header .views-nav,
	.view-id-webinars .view-header .views-nav {
		float: left
	}

	.col-md-1 {
		width: 8.3333333333%
	}

	.col-md-2 {
		width: 16.6666666667%
	}

	.col-md-3,
	#block-secondarynavigation ul.menu.menu-depth--1&gt;div.column,
	#block-full-navigation .menu-depth--2&gt;li,
	#block-full-navigation .menu-level-2&gt;li,
	.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,
	.view-list .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
	.view-releases .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
	.view-list .form-inline .form-item,
	.view-releases .form-inline .form-item,
	.view-acquia-search .form-inline .form-item,
	.view-contact-finder .view-filters .form-type-select,
	.node--type-faq .accordion-form .form-type-select,
	.node--type-faq-select .accordion-form .form-type-select {
		width: 25%
	}

	.col-md-4,
	.node--type-grid-3 .field--name-field-liftup&gt;.field--item,
	.layout-checkout-form .layout-region-checkout-main .info-wrap,
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,
	.row.services .field--name-field-services .field--item,
	article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item,
	.row-wrap .field--type-entity-reference.field--items&gt;.field--item,
	.row.packages .field--name-variations.narrow&gt;.field--item,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item,
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item,
	.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item,
	.product--updated-layout .product__services .field--name-field-services .field--item,
	.view-products .views-row,
	.view-measurement-products .views-row,
	.product .prod-benefits .benefits .field--items&gt;.field--item,
	.view-releases .form-inline .form-item,
	.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select,
	.block-views-blocklatest-news-liftups .select-wrapper,
	.block-views-blocklatest-news-liftups-local-language .select-wrapper,
	#block-views-block-latest-news-block-blogs .select-wrapper,
	#block-views-block-latest-news-block-blogs-local-language .select-wrapper,
	#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item {
		width: 33.3333333333%
	}

	.col-md-5,
	.node--type-module-text .field--name-field-texts.multiple .field--item,
	.layout-checkout-form .layout-region-checkout-footer .form-actions,
	.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
	.layout-checkout-form .layout-region-checkout-main #edit-contact-information,
	.row.packages .field--name-variations&gt;.field--item,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item,
	.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,
	.page-node-type-blog .liftups&gt;.field&gt;.field--item,
	.page-node-type-case .liftups&gt;.field&gt;.field--item,
	.page-node-type-news .liftups&gt;.field&gt;.field--item,
	.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item,
	.page-node-type-event .liftups&gt;.field&gt;.field--item,
	.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item,
	.liftups&gt;.field&gt;.field--item,
	.node--type-grid-liftup .view.single&gt;.field--item,
	.node--type-grid-liftup .view.multiple&gt;.field--item,
	.node--type-grid-liftup .view-content.single&gt;.field--item,
	.node--type-grid-liftup .view-content.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.single&gt;.field--item,
	.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item,
	.node--type-single-liftup.media-position-right .content,
	.node--type-single-liftup.media-position-left .content {
		width: 41.6666666667%
	}

	.col-md-6,
	.main-container .comment-form .field--name-field-email,
	.main-container .comment-form .field--name-field-username,
	.review .layout-checkout-form .layout-region-checkout-footer .form-actions,
	.layout-checkout-form .layout-region-checkout-footer .checkboxes,
	.layout-checkout-form .layout-region-checkout-footer .actions,
	.layout-checkout-form .layout-region-checkout-footer .contact,
	.layout-checkout-form .layout-region-checkout-main .right,
	.layout-checkout-form .layout-region-checkout-main .left,
	article.contactsicons .contact-wrap,
	article.generalcontacts .contact-wrap,
	.path-product #block-generalcontacts .contact-wrap,
	.contact-block .contact-wrap,
	.system.commerce-product--view-mode-full .more .row-wrap .features,
	.system.commerce-product--view-mode-full .more .row-wrap .overview,
	.product .more .row-wrap .features,
	.product .more .row-wrap .overview,
	.product .prod-hero .info,
	.product .prod-hero .images,
	article.node--view-mode-full.node--type-release .meta-info .author,
	article.node--view-mode-full.node--type-event .meta-info .author,
	article.node--view-mode-full.node--type-event-webinar .meta-info .author {
		width: 50%
	}

	.col-md-7,
	.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,
	article.node--type-news.node--view-mode-full,
	article.node--type-basic-page,
	.node--type-single-liftup.media-position-right .field--name-field-media-image,
	.node--type-single-liftup.media-position-right .field--name-field-media-video,
	.node--type-single-liftup.media-position-left .field--name-field-media-image,
	.node--type-single-liftup.media-position-left .field--name-field-media-video {
		width: 58.3333333333%
	}

	.col-md-8,
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,
	article.contactsicons .module-wrapper .contact-wrap,
	article.generalcontacts .module-wrapper .contact-wrap,
	.system.commerce-product--view-mode-full .prod-details .comp-overview .video,
	.system.commerce-product--view-mode-full .prod-benefits .video,
	.system.commerce-product--view-mode-full .prod-hero .info,
	.product .prod-benefits .video,
	article.node--type-news.node--view-mode-full h1,
	article.node--type-basic-page h1,
	.node--type-article-page .article-header h1,
	.node--type-single-liftup.no-media .content,
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text {
		width: 66.6666666667%
	}

	.col-md-9,
	.view-list .views-row .node.list-item.has-image .list-content .content,
	.view-releases .views-row .node.list-item.has-image .list-content .content,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .content,
	.view-list .views-row .node.list-item.has-image .list-content .meta,
	.view-releases .views-row .node.list-item.has-image .list-content .meta,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .meta {
		width: 75%
	}

	.col-md-10,
	.alert,
	.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper,
	.layout-checkout-form .layout-region-checkout-footer,
	.layout-checkout-form .layout-region-checkout-main,
	.layout-checkout-form .layout-region-checkout-top .top-wrap,
	.layout-checkout-form .layout-region-checkout-top h3,
	.system.commerce-product--view-mode-full .prod-details h2,
	.system.commerce-product--view-mode-full .row .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
	.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
	.product--updated-layout .content&gt;section&gt;.module-wrapper,
	.product .prod-details .overview,
	.product .prod-details h2,
	.product .row .row-wrap,
	.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .product .meta-info .row-wrap,
	.view-list .view-content,
	.view-releases .view-content,
	.view-acquia-search .view-content,
	#block-views-block-list-block-news-list .views-exposed-form,
	#block-views-block-list-block-news-list .view-empty,
	#block-views-block-releases-block-1 .views-exposed-form,
	#block-views-block-releases-block-1 .view-empty,
	#block-views-block-releases-block-2 .views-exposed-form,
	#block-views-block-releases-block-2 .view-empty,
	.cohesion-products-blog,
	article.node--type-news.node--view-mode-full .field--name-body,
	.liftups,
	article.node--type-basic-page .field--name-body,
	.node--type-article-page .node--type-sub-article .files,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
	.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6,
	.node--type-video .field--name-field-link,
	.node--type-video .field--name-field-media-videos {
		width: 83.3333333333%
	}

	.col-md-11 {
		width: 91.6666666667%
	}

	.col-md-12,
	.view-id-events .view-header .views-nav,
	.view-id-webinars .view-header .views-nav {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.3333333333%
	}

	.col-md-pull-2 {
		right: 16.6666666667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.3333333333%
	}

	.col-md-pull-5 {
		right: 41.6666666667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.3333333333%
	}

	.col-md-pull-8 {
		right: 66.6666666667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.3333333333%
	}

	.col-md-pull-11 {
		right: 91.6666666667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.3333333333%
	}

	.col-md-push-2 {
		left: 16.6666666667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.3333333333%
	}

	.col-md-push-5 {
		left: 41.6666666667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.3333333333%
	}

	.col-md-push-8 {
		left: 66.6666666667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.3333333333%
	}

	.col-md-push-11 {
		left: 91.6666666667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0,
	.row.packages .field--name-variations.narrow&gt;.field--item:nth-child(odd),
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd),
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd),
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd),
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd) {
		margin-left: 0%
	}

	.col-md-offset-1,
	.alert,
	.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even),
	.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper,
	.layout-checkout-form .layout-region-checkout-footer,
	.layout-checkout-form .layout-region-checkout-main,
	.layout-checkout-form .layout-region-checkout-top .top-wrap,
	.layout-checkout-form .layout-region-checkout-top h3,
	.row.packages .field--name-variations&gt;.field--item:nth-child(odd),
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd),
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd),
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd),
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd),
	.system.commerce-product--view-mode-full .prod-details h2,
	.system.commerce-product--view-mode-full .row .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
	.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
	.product--updated-layout .content&gt;section&gt;.module-wrapper,
	.product .prod-details .overview,
	.product .prod-details h2,
	.product .row .row-wrap,
	.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .product .meta-info .row-wrap,
	.view-list .view-content,
	.view-releases .view-content,
	.view-acquia-search .view-content,
	#block-views-block-list-block-news-list .views-exposed-form,
	#block-views-block-list-block-news-list .view-empty,
	#block-views-block-releases-block-1 .views-exposed-form,
	#block-views-block-releases-block-1 .view-empty,
	#block-views-block-releases-block-2 .views-exposed-form,
	#block-views-block-releases-block-2 .view-empty,
	.cohesion-products-blog,
	.page-node-type-blog .liftups&gt;.field&gt;.field--item:nth-child(odd),
	.page-node-type-case .liftups&gt;.field&gt;.field--item:nth-child(odd),
	.page-node-type-news .liftups&gt;.field&gt;.field--item:nth-child(odd),
	.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item:nth-child(odd),
	.page-node-type-event .liftups&gt;.field&gt;.field--item:nth-child(odd),
	.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item:nth-child(odd),
	.page-node-type-blog .liftups,
	.page-node-type-case .liftups,
	.page-node-type-news .liftups,
	.page-node-type-cohesion-webinar-page .liftups,
	.page-node-type-event .liftups,
	.page-node-type-event-webinar .liftups,
	.liftups&gt;.field&gt;.field--item:nth-child(odd),
	.liftups,
	.node--type-article-page .node--type-sub-article .files,
	.node--type-grid-liftup .view.single&gt;.field--item:nth-child(odd),
	.node--type-grid-liftup .view.multiple&gt;.field--item:nth-child(odd),
	.node--type-grid-liftup .view-content.single&gt;.field--item:nth-child(odd),
	.node--type-grid-liftup .view-content.multiple&gt;.field--item:nth-child(odd),
	.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item:nth-child(odd),
	.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item:nth-child(odd),
	.node--type-grid-liftup .field--name-field-products.single&gt;.field--item:nth-child(odd),
	.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item:nth-child(odd),
	.node--type-video .field--name-field-link,
	.node--type-video .field--name-field-media-videos,
	.node--type-single-liftup.media-position-left .content {
		margin-left: 8.3333333333%
	}

	.col-md-offset-2,
	article.contactsicons .module-wrapper .contact-wrap,
	article.generalcontacts .module-wrapper .contact-wrap,
	.system.commerce-product--view-mode-full .prod-details .comp-overview .video,
	.system.commerce-product--view-mode-full .prod-benefits .video,
	.system.commerce-product--view-mode-full .prod-hero .info,
	.product .prod-benefits .video,
	.node--type-article-page .article-header h1,
	.node--type-single-liftup.no-media .content,
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text {
		margin-left: 16.6666666667%
	}

	.col-md-offset-3,
	article.contactsicons .contact-wrap,
	article.generalcontacts .contact-wrap,
	.path-product #block-generalcontacts .contact-wrap,
	.contact-block .contact-wrap,
	article.node--view-mode-full.node--type-release .meta-info .author,
	article.node--view-mode-full.node--type-event .meta-info .author,
	article.node--view-mode-full.node--type-event-webinar .meta-info .author {
		margin-left: 25%
	}

	.col-md-offset-4,
	.order-info .layout-checkout-form .layout-region-checkout-footer .form-actions,
	.layout-checkout-form .layout-region-checkout-footer .form-actions,
	.block-views-blocklatest-news-liftups .select-wrapper,
	.block-views-blocklatest-news-liftups-local-language .select-wrapper,
	#block-views-block-latest-news-block-blogs .select-wrapper,
	#block-views-block-latest-news-block-blogs-local-language .select-wrapper {
		margin-left: 33.3333333333%
	}

	.col-md-offset-5,
	.row.packages .field--name-variations.single&gt;.field--item,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.single&gt;.field--item,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.single&gt;.field--item,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations.single&gt;.field--item,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations.single&gt;.field--item {
		margin-left: 41.6666666667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media(min-width:1440px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
	.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
	.blog-comments,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-1 {
		width: 8.3333333333%
	}

	.col-lg-2 {
		width: 16.6666666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.3333333333%
	}

	.col-lg-5 {
		width: 41.6666666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.3333333333%
	}

	.col-lg-8,
	.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
	.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
	.blog-comments {
		width: 66.6666666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.3333333333%
	}

	.col-lg-11 {
		width: 91.6666666667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.3333333333%
	}

	.col-lg-pull-2 {
		right: 16.6666666667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.3333333333%
	}

	.col-lg-pull-5 {
		right: 41.6666666667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.3333333333%
	}

	.col-lg-pull-8 {
		right: 66.6666666667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.3333333333%
	}

	.col-lg-pull-11 {
		right: 91.6666666667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.3333333333%
	}

	.col-lg-push-2 {
		left: 16.6666666667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.3333333333%
	}

	.col-lg-push-5 {
		left: 41.6666666667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.3333333333%
	}

	.col-lg-push-8 {
		left: 66.6666666667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.3333333333%
	}

	.col-lg-push-11 {
		left: 91.6666666667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0%
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-lg-offset-2,
	.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper,
	.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper,
	.blog-comments {
		margin-left: 16.6666666667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table&gt;thead&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table&gt;thead&gt;tr&gt;th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table&gt;caption+thead&gt;tr:first-child&gt;th,
.table&gt;caption+thead&gt;tr:first-child&gt;td,
.table&gt;colgroup+thead&gt;tr:first-child&gt;th,
.table&gt;colgroup+thead&gt;tr:first-child&gt;td,
.table&gt;thead:first-child&gt;tr:first-child&gt;th,
.table&gt;thead:first-child&gt;tr:first-child&gt;td {
	border-top: 0
}

.table&gt;tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed&gt;thead&gt;tr&gt;th,
.table-condensed&gt;thead&gt;tr&gt;td,
.table-condensed&gt;tbody&gt;tr&gt;th,
.table-condensed&gt;tbody&gt;tr&gt;td,
.table-condensed&gt;tfoot&gt;tr&gt;th,
.table-condensed&gt;tfoot&gt;tr&gt;td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td {
	border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td {
	border-bottom-width: 2px
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover&gt;tbody&gt;tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table&gt;thead&gt;tr&gt;td.active,
.table&gt;thead&gt;tr&gt;th.active,
.table&gt;thead&gt;tr.active&gt;td,
.table&gt;thead&gt;tr.active&gt;th,
.table&gt;tbody&gt;tr&gt;td.active,
.table&gt;tbody&gt;tr&gt;th.active,
.table&gt;tbody&gt;tr.active&gt;td,
.table&gt;tbody&gt;tr.active&gt;th,
.table&gt;tfoot&gt;tr&gt;td.active,
.table&gt;tfoot&gt;tr&gt;th.active,
.table&gt;tfoot&gt;tr.active&gt;td,
.table&gt;tfoot&gt;tr.active&gt;th {
	background-color: #f5f5f5
}

.table-hover&gt;tbody&gt;tr&gt;td.active:hover,
.table-hover&gt;tbody&gt;tr&gt;th.active:hover,
.table-hover&gt;tbody&gt;tr.active:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.active,
.table-hover&gt;tbody&gt;tr.active:hover&gt;th {
	background-color: #e8e8e8
}

.table&gt;thead&gt;tr&gt;td.success,
.table&gt;thead&gt;tr&gt;th.success,
.table&gt;thead&gt;tr.success&gt;td,
.table&gt;thead&gt;tr.success&gt;th,
.table&gt;tbody&gt;tr&gt;td.success,
.table&gt;tbody&gt;tr&gt;th.success,
.table&gt;tbody&gt;tr.success&gt;td,
.table&gt;tbody&gt;tr.success&gt;th,
.table&gt;tfoot&gt;tr&gt;td.success,
.table&gt;tfoot&gt;tr&gt;th.success,
.table&gt;tfoot&gt;tr.success&gt;td,
.table&gt;tfoot&gt;tr.success&gt;th {
	background-color: #dff0d8
}

.table-hover&gt;tbody&gt;tr&gt;td.success:hover,
.table-hover&gt;tbody&gt;tr&gt;th.success:hover,
.table-hover&gt;tbody&gt;tr.success:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.success,
.table-hover&gt;tbody&gt;tr.success:hover&gt;th {
	background-color: #d0e9c6
}

.table&gt;thead&gt;tr&gt;td.info,
.table&gt;thead&gt;tr&gt;th.info,
.table&gt;thead&gt;tr.info&gt;td,
.table&gt;thead&gt;tr.info&gt;th,
.table&gt;tbody&gt;tr&gt;td.info,
.table&gt;tbody&gt;tr&gt;th.info,
.table&gt;tbody&gt;tr.info&gt;td,
.table&gt;tbody&gt;tr.info&gt;th,
.table&gt;tfoot&gt;tr&gt;td.info,
.table&gt;tfoot&gt;tr&gt;th.info,
.table&gt;tfoot&gt;tr.info&gt;td,
.table&gt;tfoot&gt;tr.info&gt;th {
	background-color: #d9edf7
}

.table-hover&gt;tbody&gt;tr&gt;td.info:hover,
.table-hover&gt;tbody&gt;tr&gt;th.info:hover,
.table-hover&gt;tbody&gt;tr.info:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.info,
.table-hover&gt;tbody&gt;tr.info:hover&gt;th {
	background-color: #c4e3f3
}

.table&gt;thead&gt;tr&gt;td.warning,
.table&gt;thead&gt;tr&gt;th.warning,
.table&gt;thead&gt;tr.warning&gt;td,
.table&gt;thead&gt;tr.warning&gt;th,
.table&gt;tbody&gt;tr&gt;td.warning,
.table&gt;tbody&gt;tr&gt;th.warning,
.table&gt;tbody&gt;tr.warning&gt;td,
.table&gt;tbody&gt;tr.warning&gt;th,
.table&gt;tfoot&gt;tr&gt;td.warning,
.table&gt;tfoot&gt;tr&gt;th.warning,
.table&gt;tfoot&gt;tr.warning&gt;td,
.table&gt;tfoot&gt;tr.warning&gt;th {
	background-color: #fcf8e3
}

.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,
.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.warning,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;th {
	background-color: #faf2cc
}

.table&gt;thead&gt;tr&gt;td.danger,
.table&gt;thead&gt;tr&gt;th.danger,
.table&gt;thead&gt;tr.danger&gt;td,
.table&gt;thead&gt;tr.danger&gt;th,
.table&gt;tbody&gt;tr&gt;td.danger,
.table&gt;tbody&gt;tr&gt;th.danger,
.table&gt;tbody&gt;tr.danger&gt;td,
.table&gt;tbody&gt;tr.danger&gt;th,
.table&gt;tfoot&gt;tr&gt;td.danger,
.table&gt;tfoot&gt;tr&gt;th.danger,
.table&gt;tfoot&gt;tr.danger&gt;td,
.table&gt;tfoot&gt;tr.danger&gt;th {
	background-color: #f2dede
}

.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,
.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.danger,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:659px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive&gt;.table {
		margin-bottom: 0
	}

	.table-responsive&gt;.table&gt;thead&gt;tr&gt;th,
	.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
	.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
	.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,
	.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,
	.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td {
		white-space: nowrap
	}

	.table-responsive&gt;.table-bordered {
		border: 0
	}

	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
		border-left: 0
	}

	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
		border-right: 0
	}

	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 34px
	}

	input[type=date].input-sm,
	.input-group-sm&gt;.input-group-btn&gt;input[type=date].btn,
	.input-group-sm input[type=date],
	input[type=time].input-sm,
	.input-group-sm&gt;.input-group-btn&gt;input[type=time].btn,
	.input-group-sm input[type=time],
	input[type=datetime-local].input-sm,
	.input-group-sm&gt;.input-group-btn&gt;input[type=datetime-local].btn,
	.input-group-sm input[type=datetime-local],
	input[type=month].input-sm,
	.input-group-sm&gt;.input-group-btn&gt;input[type=month].btn,
	.input-group-sm input[type=month] {
		line-height: 30px
	}

	input[type=date].input-lg,
	.input-group-lg&gt;.input-group-btn&gt;input[type=date].btn,
	.input-group-lg input[type=date],
	input[type=time].input-lg,
	.input-group-lg&gt;.input-group-btn&gt;input[type=time].btn,
	.input-group-lg input[type=time],
	input[type=datetime-local].input-lg,
	.input-group-lg&gt;.input-group-btn&gt;input[type=datetime-local].btn,
	.input-group-lg input[type=datetime-local],
	input[type=month].input-lg,
	.input-group-lg&gt;.input-group-btn&gt;input[type=month].btn,
	.input-group-lg input[type=month] {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg&gt;.form-control-static.form-control,
.input-group-lg&gt;.form-control-static.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm&gt;.form-control-static.form-control,
.input-group-sm&gt;.form-control-static.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}

.input-sm,
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm,
.input-group-sm&gt;select.form-control,
.input-group-sm&gt;select.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;select.btn {
	height: 30px;
	line-height: 30px
}

textarea.input-sm,
.input-group-sm&gt;textarea.form-control,
.input-group-sm&gt;textarea.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;textarea.btn,
select[multiple].input-sm,
.input-group-sm&gt;select[multiple].form-control,
.input-group-sm&gt;select[multiple].input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;select[multiple].btn {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg,
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg,
.input-group-lg&gt;select.form-control,
.input-group-lg&gt;select.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;select.btn {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,
.input-group-lg&gt;textarea.form-control,
.input-group-lg&gt;textarea.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;textarea.btn,
select[multiple].input-lg,
.input-group-lg&gt;select[multiple].form-control,
.input-group-lg&gt;select[multiple].input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;select[multiple].btn {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg&gt;.form-control+.form-control-feedback,
.input-group-lg&gt;.input-group-addon+.form-control-feedback,
.input-group-lg&gt;.input-group-btn&gt;.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm&gt;.form-control+.form-control-feedback,
.input-group-sm&gt;.input-group-addon+.form-control-feedback,
.input-group-sm&gt;.input-group-btn&gt;.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media(min-width:660px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group&gt;.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .radio input[type=radio],
	.form-inline .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -12px;
	margin-right: -12px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media(min-width:660px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 12px
}

@media(min-width:660px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media(min-width:660px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open&gt;.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open&gt;.btn-default.dropdown-toggle:hover,
.open&gt;.btn-default.dropdown-toggle:focus,
.open&gt;.btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open&gt;.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open&gt;.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open&gt;.btn-primary.dropdown-toggle:hover,
.open&gt;.btn-primary.dropdown-toggle:focus,
.open&gt;.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open&gt;.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open&gt;.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open&gt;.btn-success.dropdown-toggle:hover,
.open&gt;.btn-success.dropdown-toggle:focus,
.open&gt;.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open&gt;.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open&gt;.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open&gt;.btn-info.dropdown-toggle:hover,
.open&gt;.btn-info.dropdown-toggle:focus,
.open&gt;.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open&gt;.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open&gt;.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open&gt;.btn-warning.dropdown-toggle:hover,
.open&gt;.btn-warning.dropdown-toggle:focus,
.open&gt;.btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open&gt;.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open&gt;.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open&gt;.btn-danger.dropdown-toggle:hover,
.open&gt;.btn-danger.dropdown-toggle:focus,
.open&gt;.btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open&gt;.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,
.btn-group-lg&gt;.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm&gt;.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs&gt;.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu&gt;li&gt;a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap
}

.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:hover,
.dropdown-menu&gt;.active&gt;a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu&gt;.disabled&gt;a,
.dropdown-menu&gt;.disabled&gt;a:hover,
.dropdown-menu&gt;.disabled&gt;a:focus {
	color: #777
}

.dropdown-menu&gt;.disabled&gt;a:hover,
.dropdown-menu&gt;.disabled&gt;a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open&gt;.dropdown-menu {
	display: block
}

.open&gt;a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right&gt;.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media(min-width:660px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group&gt;.btn,
.btn-group-vertical&gt;.btn {
	position: relative;
	float: left
}

.btn-group&gt;.btn:hover,
.btn-group&gt;.btn:focus,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn.active,
.btn-group-vertical&gt;.btn:hover,
.btn-group-vertical&gt;.btn:focus,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn.active {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar&gt;.btn,
.btn-toolbar&gt;.btn-group,
.btn-toolbar&gt;.input-group {
	margin-left: 5px
}

.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group&gt;.btn:first-child {
	margin-left: 0
}

.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group&gt;.btn:last-child:not(:first-child),
.btn-group&gt;.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group&gt;.btn-group {
	float: left
}

.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
	border-radius: 0
}

.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group&gt;.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group&gt;.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group&gt;.btn+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret,
.btn-group-lg&gt;.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg&gt;.btn .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical&gt;.btn,
.btn-group-vertical&gt;.btn-group,
.btn-group-vertical&gt;.btn-group&gt;.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical&gt;.btn-group:before,
.btn-group-vertical&gt;.btn-group:after {
	content: " ";
	display: table
}

.btn-group-vertical&gt;.btn-group:after {
	clear: both
}

.btn-group-vertical&gt;.btn-group&gt;.btn {
	float: none
}

.btn-group-vertical&gt;.btn+.btn,
.btn-group-vertical&gt;.btn+.btn-group,
.btn-group-vertical&gt;.btn-group+.btn,
.btn-group-vertical&gt;.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical&gt;.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical&gt;.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
	border-radius: 0
}

.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified&gt;.btn,
.btn-group-justified&gt;.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified&gt;.btn-group .btn {
	width: 100%
}

.btn-group-justified&gt;.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]&gt;.btn input[type=radio],
[data-toggle=buttons]&gt;.btn input[type=checkbox],
[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio],
[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.btn-group&gt;.btn,
.input-group-btn:first-child&gt;.dropdown-toggle,
.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group&gt;.btn,
.input-group-btn:last-child&gt;.dropdown-toggle,
.input-group-btn:first-child&gt;.btn:not(:first-child),
.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn&gt;.btn {
	position: relative
}

.input-group-btn&gt;.btn+.btn {
	margin-left: -1px
}

.input-group-btn&gt;.btn:hover,
.input-group-btn&gt;.btn:focus,
.input-group-btn&gt;.btn:active {
	z-index: 2
}

.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display:block;
}

.nav:before,
.nav:after {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav&gt;li {
	position: relative;
	display: block
}

.nav&gt;li&gt;a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav&gt;li.disabled&gt;a {
	color: #777
}

.nav&gt;li.disabled&gt;a:hover,
.nav&gt;li.disabled&gt;a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;a:focus {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav&gt;li&gt;a&gt;img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs&gt;li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs&gt;li&gt;a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs&gt;li&gt;a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover,
.nav-tabs&gt;li.active&gt;a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills&gt;li {
	float: left
}

.nav-pills&gt;li&gt;a {
	border-radius: 4px
}

.nav-pills&gt;li+li {
	margin-left: 2px
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:hover,
.nav-pills&gt;li.active&gt;a:focus {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked&gt;li {
	float: none
}

.nav-stacked&gt;li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified&gt;li,
.nav-tabs.nav-justified&gt;li {
	float: none
}

.nav-justified&gt;li&gt;a,
.nav-tabs.nav-justified&gt;li&gt;a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified&gt;.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media(min-width:660px) {

	.nav-justified&gt;li,
	.nav-tabs.nav-justified&gt;li {
		display: table-cell;
		width: 1%
	}

	.nav-justified&gt;li&gt;a,
	.nav-tabs.nav-justified&gt;li&gt;a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified&gt;li&gt;a,
.nav-tabs.nav-justified&gt;li&gt;a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified&gt;.active&gt;a,
.nav-tabs.nav-justified&gt;.active&gt;a,
.nav-tabs-justified&gt;.active&gt;a:hover,
.nav-tabs-justified&gt;.active&gt;a:focus {
	border: 1px solid #ddd
}

@media(min-width:660px) {

	.nav-tabs-justified&gt;li&gt;a,
	.nav-tabs.nav-justified&gt;li&gt;a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified&gt;.active&gt;a,
	.nav-tabs.nav-justified&gt;.active&gt;a,
	.nav-tabs-justified&gt;.active&gt;a:hover,
	.nav-tabs-justified&gt;.active&gt;a:focus {
		border-bottom-color: #fff
	}
}

.tab-content&gt;.tab-pane {
	display: none
}

.tab-content&gt;.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media(min-width:660px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header {
	background-color: #0a2a3d;
	color: #fff
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media(min-width:660px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 12px;
	padding-left: 12px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media(min-width:660px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media(max-device-width:480px)and (orientation:landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container&gt;.navbar-header,
.cohesion-products-blog&gt;.navbar-header,
.page-node-type-blog .related-products&gt;.navbar-header,
.page-node-type-case .related-products&gt;.navbar-header,
.page-node-type-news .related-products&gt;.navbar-header,
.page-node-type-cohesion-webinar-page .related-products&gt;.navbar-header,
.page-node-type-event .related-products&gt;.navbar-header,
.page-node-type-event-webinar .related-products&gt;.navbar-header,
.container&gt;.navbar-collapse,
.cohesion-products-blog&gt;.navbar-collapse,
.page-node-type-blog .related-products&gt;.navbar-collapse,
.page-node-type-case .related-products&gt;.navbar-collapse,
.page-node-type-news .related-products&gt;.navbar-collapse,
.page-node-type-cohesion-webinar-page .related-products&gt;.navbar-collapse,
.page-node-type-event .related-products&gt;.navbar-collapse,
.page-node-type-event-webinar .related-products&gt;.navbar-collapse,
.container-fluid&gt;.navbar-header,
.container-fluid&gt;.navbar-collapse {
	margin-right: -12px;
	margin-left: -12px
}

@media(min-width:660px) {

	.container&gt;.navbar-header,
	.cohesion-products-blog&gt;.navbar-header,
	.page-node-type-blog .related-products&gt;.navbar-header,
	.page-node-type-case .related-products&gt;.navbar-header,
	.page-node-type-news .related-products&gt;.navbar-header,
	.page-node-type-cohesion-webinar-page .related-products&gt;.navbar-header,
	.page-node-type-event .related-products&gt;.navbar-header,
	.page-node-type-event-webinar .related-products&gt;.navbar-header,
	.container&gt;.navbar-collapse,
	.cohesion-products-blog&gt;.navbar-collapse,
	.page-node-type-blog .related-products&gt;.navbar-collapse,
	.page-node-type-case .related-products&gt;.navbar-collapse,
	.page-node-type-news .related-products&gt;.navbar-collapse,
	.page-node-type-cohesion-webinar-page .related-products&gt;.navbar-collapse,
	.page-node-type-event .related-products&gt;.navbar-collapse,
	.page-node-type-event-webinar .related-products&gt;.navbar-collapse,
	.container-fluid&gt;.navbar-header,
	.container-fluid&gt;.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media(min-width:660px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media(min-width:660px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 12px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand&gt;img {
	display: block
}

@media(min-width:660px) {

	.navbar&gt;.container .navbar-brand,
	.navbar&gt;.cohesion-products-blog .navbar-brand,
	.page-node-type-blog .navbar&gt;.related-products .navbar-brand,
	.page-node-type-case .navbar&gt;.related-products .navbar-brand,
	.page-node-type-news .navbar&gt;.related-products .navbar-brand,
	.page-node-type-cohesion-webinar-page .navbar&gt;.related-products .navbar-brand,
	.page-node-type-event .navbar&gt;.related-products .navbar-brand,
	.page-node-type-event-webinar .navbar&gt;.related-products .navbar-brand,
	.navbar&gt;.container-fluid .navbar-brand {
		margin-left: -12px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 12px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media(min-width:660px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -12px
}

.navbar-nav&gt;li&gt;a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media(max-width:659px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu&gt;li&gt;a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu&gt;li&gt;a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
	.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
		background-image: none
	}
}

@media(min-width:660px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav&gt;li {
		float: left
	}

	.navbar-nav&gt;li&gt;a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: -12px;
	margin-right: -12px;
	padding: 10px 12px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media(min-width:660px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group&gt;.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .radio input[type=radio],
	.navbar-form .checkbox input[type=checkbox] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media(max-width:659px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media(min-width:660px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav&gt;li&gt;.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm,
.btn-group-sm&gt;.navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs,
.btn-group-xs&gt;.navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media(min-width:660px) {
	.navbar-text {
		float: left;
		margin-left: 12px;
		margin-right: 12px
	}
}

@media(min-width:660px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -12px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav&gt;li&gt;a {
	color: #777
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav&gt;.disabled&gt;a,
.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,
.navbar-default .navbar-nav&gt;.disabled&gt;a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media(max-width:659px) {
	.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav&gt;.active&gt;a,
.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav&gt;.disabled&gt;a,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav&gt;.open&gt;a,
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus {
	background-color: #090909;
	color: #fff
}

@media(max-width:659px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb&gt;li {
	display: inline-block
}

.breadcrumb&gt;li+li:before {
	content: "/?";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb&gt;.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination&gt;li {
	display: inline
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;span:hover,
.pagination&gt;li&gt;span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:hover,
.pagination&gt;.active&gt;span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination&gt;.disabled&gt;span,
.pagination&gt;.disabled&gt;span:hover,
.pagination&gt;.disabled&gt;span:focus,
.pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:hover,
.pagination&gt;.disabled&gt;a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg&gt;li&gt;a,
.pagination-lg&gt;li&gt;span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg&gt;li:first-child&gt;a,
.pagination-lg&gt;li:first-child&gt;span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg&gt;li:last-child&gt;a,
.pagination-lg&gt;li:last-child&gt;span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm&gt;li&gt;a,
.pagination-sm&gt;li&gt;span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm&gt;li:first-child&gt;a,
.pagination-sm&gt;li:first-child&gt;span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm&gt;li:last-child&gt;a,
.pagination-sm&gt;li:last-child&gt;span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager:before,
.pager:after {
	content: " ";
	display: table
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li&gt;a,
.pager li&gt;span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li&gt;a:hover,
.pager li&gt;a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager .next&gt;a,
.pager .next&gt;span {
	float: right
}

.pager .previous&gt;a,
.pager .previous&gt;span {
	float: left
}

.pager .disabled&gt;a,
.pager .disabled&gt;a:hover,
.pager .disabled&gt;a:focus,
.pager .disabled&gt;span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,
.btn-group-xs&gt;.btn .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active&gt;.badge,
.nav-pills&gt;.active&gt;a&gt;.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item&gt;.badge {
	float: right
}

.list-group-item&gt;.badge+.badge {
	margin-right: 5px
}

.nav-pills&gt;li&gt;a&gt;.badge {
	margin-left: 3px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron&gt;hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.cohesion-products-blog .jumbotron,
.page-node-type-blog .related-products .jumbotron,
.page-node-type-case .related-products .jumbotron,
.page-node-type-news .related-products .jumbotron,
.page-node-type-cohesion-webinar-page .related-products .jumbotron,
.page-node-type-event .related-products .jumbotron,
.page-node-type-event-webinar .related-products .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 12px;
	padding-right: 12px
}

.jumbotron .container,
.jumbotron .cohesion-products-blog,
.jumbotron .page-node-type-blog .related-products,
.page-node-type-blog .jumbotron .related-products,
.jumbotron .page-node-type-case .related-products,
.page-node-type-case .jumbotron .related-products,
.jumbotron .page-node-type-news .related-products,
.page-node-type-news .jumbotron .related-products,
.jumbotron .page-node-type-cohesion-webinar-page .related-products,
.page-node-type-cohesion-webinar-page .jumbotron .related-products,
.jumbotron .page-node-type-event .related-products,
.page-node-type-event .jumbotron .related-products,
.jumbotron .page-node-type-event-webinar .related-products,
.page-node-type-event-webinar .jumbotron .related-products {
	max-width: 100%
}

@media screen and (min-width:660px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,
	.cohesion-products-blog .jumbotron,
	.page-node-type-blog .related-products .jumbotron,
	.page-node-type-case .related-products .jumbotron,
	.page-node-type-news .related-products .jumbotron,
	.page-node-type-cohesion-webinar-page .related-products .jumbotron,
	.page-node-type-event .related-products .jumbotron,
	.page-node-type-event-webinar .related-products .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail&gt;img,
.thumbnail a&gt;img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert&gt;p,
.alert&gt;ul {
	margin-bottom: 0
}

.alert&gt;p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media&gt;.pull-right {
	padding-left: 10px
}

.media-left,
.media&gt;.pull-left {
	padding-right: 10px
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading&gt;small,
.list-group-item.active .list-group-item-heading&gt;.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading&gt;small,
.list-group-item.active:hover .list-group-item-heading&gt;.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading&gt;small,
.list-group-item.active:focus .list-group-item-heading&gt;.small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading&gt;.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title&gt;a,
.panel-title&gt;small,
.panel-title&gt;.small,
.panel-title&gt;small&gt;a,
.panel-title&gt;.small&gt;a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel&gt;.list-group,
.panel&gt;.panel-collapse&gt;.list-group {
	margin-bottom: 0
}

.panel&gt;.list-group .list-group-item,
.panel&gt;.panel-collapse&gt;.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel&gt;.list-group:first-child .list-group-item:first-child,
.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel&gt;.list-group:last-child .list-group-item:last-child,
.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel&gt;.table,
.panel&gt;.table-responsive&gt;.table,
.panel&gt;.panel-collapse&gt;.table {
	margin-bottom: 0
}

.panel&gt;.table caption,
.panel&gt;.table-responsive&gt;.table caption,
.panel&gt;.panel-collapse&gt;.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel&gt;.table:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel&gt;.table:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel&gt;.panel-body+.table,
.panel&gt;.panel-body+.table-responsive,
.panel&gt;.table+.panel-body,
.panel&gt;.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th,
.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td {
	border-top: 0
}

.panel&gt;.table-bordered,
.panel&gt;.table-responsive&gt;.table-bordered {
	border: 0
}

.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
	border-left: 0
}

.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
	border-right: 0
}

.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th {
	border-bottom: 0
}

.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th {
	border-bottom: 0
}

.panel&gt;.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse&gt;.panel-body,
.panel-group .panel-heading+.panel-collapse&gt;.list-group {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default&gt;.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #ddd
}

.panel-default&gt;.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary&gt;.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #337ab7
}

.panel-primary&gt;.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success&gt;.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #d6e9c6
}

.panel-success&gt;.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info&gt;.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #bce8f1
}

.panel-info&gt;.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning&gt;.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #faebcc
}

.panel-warning&gt;.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger&gt;.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #ebccd1
}

.panel-danger&gt;.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
	content: " ";
	display: table
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.428571429
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:660px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media(min-width:1024px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover&gt;.arrow,
.popover&gt;.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover&gt;.arrow {
	border-width: 11px
}

.popover&gt;.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top&gt;.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top&gt;.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right&gt;.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right&gt;.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom&gt;.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom&gt;.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left&gt;.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left&gt;.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner&gt;.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner&gt;.item&gt;img,
.carousel-inner&gt;.item&gt;a&gt;img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner&gt;.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner&gt;.item.next,
	.carousel-inner&gt;.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}

	.carousel-inner&gt;.item.prev,
	.carousel-inner&gt;.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}

	.carousel-inner&gt;.item.next.left,
	.carousel-inner&gt;.item.prev.right,
	.carousel-inner&gt;.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner&gt;.active,
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
	display: block
}

.carousel-inner&gt;.active {
	left: 0
}

.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner&gt;.next {
	left: 100%
}

.carousel-inner&gt;.prev {
	left: -100%
}

.carousel-inner&gt;.next.left,
.carousel-inner&gt;.prev.right {
	left: 0
}

.carousel-inner&gt;.active.left {
	left: -100%
}

.carousel-inner&gt;.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: "?"
}

.carousel-control .icon-next:before {
	content: "?"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #0a2a3d;
	border-radius: 100%;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
	margin: 0;
	width: 2rem;
	height: 2rem;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:660px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before,
.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even):before,
.vaisala-testing-devicetest .content&gt;section:before,
.row.services .field--name-field-services:before,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services:before,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services:before,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services:before,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services:before,
.path-products .view-product-search .view-header .tags:before,
.path-taxonomy .view-product-search .view-header .tags:before,
.path-products .view-product-search .view-header:before,
.path-taxonomy .view-product-search .view-header:before,
.product--updated-layout .product__services .field--name-field-services:before,
.product--updated-layout .content&gt;section:before,
form.elq-form .field-style._100:before,
form.elq-form [id^=formElement]:before,
#block-views-block-list-block-news-list .views-exposed-form:before,
#block-views-block-list-block-news-list .view-empty:before,
#block-views-block-releases-block-1 .views-exposed-form:before,
#block-views-block-releases-block-1 .view-empty:before,
#block-views-block-releases-block-2 .views-exposed-form:before,
#block-views-block-releases-block-2 .view-empty:before,
.node--type-article-page .article-header:before,
.node--type-grid-liftup .view.single&gt;.field--item:nth-child(odd):before,
.node--type-grid-liftup .view.multiple&gt;.field--item:nth-child(odd):before,
.node--type-grid-liftup .view-content.single&gt;.field--item:nth-child(odd):before,
.node--type-grid-liftup .view-content.multiple&gt;.field--item:nth-child(odd):before,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item:nth-child(odd):before,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item:nth-child(odd):before,
.node--type-grid-liftup .field--name-field-products.single&gt;.field--item:nth-child(odd):before,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item:nth-child(odd):before,
#block-exposedformproduct-searchpage-1 .form-actions:before,
#block-vaisalacommerceproductsearchquickform .form-actions:before,
#block-exposedformproduct-searchpage-1 .form-type-select:before,
#block-vaisalacommerceproductsearchquickform .form-type-select:before,
#block-exposedformproduct-searchpage-1 #views-exposed-form-product-search-page-1:before,
#block-exposedformproduct-searchpage-1 #product-search-quick-form:before,
#block-vaisalacommerceproductsearchquickform #views-exposed-form-product-search-page-1:before,
#block-vaisalacommerceproductsearchquickform #product-search-quick-form:before,
.node--type-eloqua.has-body .content:before,
.view-contact-finder .view-content h3:before,
.view-contact-finder .view-filters:before,
.node--type-faq .accordion-form:before,
.node--type-faq-select .accordion-form:before,
.filter-wrapper:before,
.clearfix:after,
.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even):after,
.vaisala-testing-devicetest .content&gt;section:after,
.row.services .field--name-field-services:after,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services:after,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services:after,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services:after,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services:after,
.path-products .view-product-search .view-header .tags:after,
.path-taxonomy .view-product-search .view-header .tags:after,
.path-products .view-product-search .view-header:after,
.path-taxonomy .view-product-search .view-header:after,
.product--updated-layout .product__services .field--name-field-services:after,
.product--updated-layout .content&gt;section:after,
form.elq-form .field-style._100:after,
form.elq-form [id^=formElement]:after,
#block-views-block-list-block-news-list .views-exposed-form:after,
#block-views-block-list-block-news-list .view-empty:after,
#block-views-block-releases-block-1 .views-exposed-form:after,
#block-views-block-releases-block-1 .view-empty:after,
#block-views-block-releases-block-2 .views-exposed-form:after,
#block-views-block-releases-block-2 .view-empty:after,
.node--type-article-page .article-header:after,
.node--type-grid-liftup .view.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .view.multiple&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .view-content.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .view-content.multiple&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-products.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item:nth-child(odd):after,
#block-exposedformproduct-searchpage-1 .form-actions:after,
#block-vaisalacommerceproductsearchquickform .form-actions:after,
#block-exposedformproduct-searchpage-1 .form-type-select:after,
#block-vaisalacommerceproductsearchquickform .form-type-select:after,
#block-exposedformproduct-searchpage-1 #views-exposed-form-product-search-page-1:after,
#block-exposedformproduct-searchpage-1 #product-search-quick-form:after,
#block-vaisalacommerceproductsearchquickform #views-exposed-form-product-search-page-1:after,
#block-vaisalacommerceproductsearchquickform #product-search-quick-form:after,
.node--type-eloqua.has-body .content:after,
.view-contact-finder .view-content h3:after,
.view-contact-finder .view-filters:after,
.node--type-faq .accordion-form:after,
.node--type-faq-select .accordion-form:after,
.filter-wrapper:after {
	content: " ";
	display: table
}

.clearfix:after,
.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even):after,
.vaisala-testing-devicetest .content&gt;section:after,
.row.services .field--name-field-services:after,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services:after,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services:after,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services:after,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services:after,
.path-products .view-product-search .view-header .tags:after,
.path-taxonomy .view-product-search .view-header .tags:after,
.path-products .view-product-search .view-header:after,
.path-taxonomy .view-product-search .view-header:after,
.product--updated-layout .product__services .field--name-field-services:after,
.product--updated-layout .content&gt;section:after,
form.elq-form .field-style._100:after,
form.elq-form [id^=formElement]:after,
#block-views-block-list-block-news-list .views-exposed-form:after,
#block-views-block-list-block-news-list .view-empty:after,
#block-views-block-releases-block-1 .views-exposed-form:after,
#block-views-block-releases-block-1 .view-empty:after,
#block-views-block-releases-block-2 .views-exposed-form:after,
#block-views-block-releases-block-2 .view-empty:after,
.node--type-article-page .article-header:after,
.node--type-grid-liftup .view.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .view.multiple&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .view-content.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .view-content.multiple&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-products.single&gt;.field--item:nth-child(odd):after,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item:nth-child(odd):after,
#block-exposedformproduct-searchpage-1 .form-actions:after,
#block-vaisalacommerceproductsearchquickform .form-actions:after,
#block-exposedformproduct-searchpage-1 .form-type-select:after,
#block-vaisalacommerceproductsearchquickform .form-type-select:after,
#block-exposedformproduct-searchpage-1 #views-exposed-form-product-search-page-1:after,
#block-exposedformproduct-searchpage-1 #product-search-quick-form:after,
#block-vaisalacommerceproductsearchquickform #views-exposed-form-product-search-page-1:after,
#block-vaisalacommerceproductsearchquickform #product-search-quick-form:after,
.node--type-eloqua.has-body .content:after,
.view-contact-finder .view-content h3:after,
.view-contact-finder .view-filters:after,
.node--type-faq .accordion-form:after,
.node--type-faq-select .accordion-form:after,
.filter-wrapper:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media(max-width:659px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media(max-width:659px) {
	.visible-xs-block {
		display: block !important
	}
}

@media(max-width:659px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media(max-width:659px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media(min-width:660px)and (max-width:1023px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media(min-width:660px)and (max-width:1023px) {
	.visible-sm-block {
		display: block !important
	}
}

@media(min-width:660px)and (max-width:1023px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media(min-width:660px)and (max-width:1023px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.visible-md-block {
		display: block !important
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1440px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media(min-width:1440px) {
	.visible-lg-block {
		display: block !important
	}
}

@media(min-width:1440px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media(min-width:1440px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media(max-width:659px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:660px)and (max-width:1023px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1440px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.col-sm-3:nth-child(4n+1),
.node--type-infographics .field--name-field-items.full-view&gt;.field--item:nth-child(4n+1) {
	clear: left
}

.col-sm-5:nth-child(2n+1) {
	clear: left
}

.alert-sm {
	padding: .5rem 1rem
}

.alert a {
	font-weight: bold
}

.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
	color: #2b542c
}

.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
	color: #245269
}

.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
	color: #66512c
}

.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
	color: #843534
}

@-webkit-keyframes glyphicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes glyphicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.glyphicon-spin {
	display: inline-block;
	-webkit-animation: glyphicon-spin 1s infinite linear;
	animation: glyphicon-spin 1s infinite linear
}

a .glyphicon-spin {
	display: inline-block;
	text-decoration: none
}

html.js .btn .ajax-throbber {
	margin-left: .5em;
	margin-right: -0.25em
}

html.js .form-item .input-group-addon .glyphicon {
	color: #777;
	opacity: .5;
	-webkit-transition: 150ms color, 150ms opacity;
	transition: 150ms color, 150ms opacity
}

html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
	color: #0a2a3d;
	opacity: 1
}

html.js .form-item .input-group-addon .input-group-addon {
	background-color: #fff
}

html.js .ajax-new-content:empty {
	display: none !important
}

.ajax-progress.ajax-progress-fullscreen {
	background: rgba(255, 255, 255, .5) !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000
}

.ajax-progress.ajax-progress-fullscreen .ajax-throbber {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 6rem;
	margin: 0 !important
}

.ajax-progress.ajax-progress-fullscreen .ajax-throbber .sk-child {
	background: #0a2a3d;
	width: 1rem;
	height: 1rem
}

.hide-ajax-throbber .ajax-progress-fullscreen {
	display: none
}

.field--label {
	font-weight: bold
}

.field--label-inline .field--label,
.field--label-inline .field--items {
	float: left
}

.field--label-inline .field--label,
.field--label-inline&gt;.field--item,
.field--label-inline .field--items {
	padding-right: .5em
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
	padding-left: .5em;
	padding-right: 0
}

.field--label-inline .field--label::after {
	content: ":"
}

article:not(.media--document--view-mode-search) .field--type-file {
	border-bottom: 1px solid #0a2a3d;
	display: table;
	width: 100%;
	padding: 1.6rem 0
}

article:not(.media--document--view-mode-search) .file {
	display: table-row;
	padding: 0;
	font-size: 75%;
	font-weight: 700;
	margin: .5rem 0;
	width: 100%
}

article:not(.media--document--view-mode-search) .file&gt;span {
	background: #fff;
	color: #0a2a3d;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}

article:not(.media--document--view-mode-search) .file&gt;span:first-child {
	border-left: 1px solid #ccc
}

article:not(.media--document--view-mode-search) .file&gt;span:last-child {
	border-right: 1px solid #ccc
}

article:not(.media--document--view-mode-search) .file&gt;.tabledrag-changed {
	background: #fcf8e3;
	border-radius: 0;
	color: #8a6d3b;
	display: table-cell;
	padding: 0 1em;
	top: 0;
	vertical-align: middle;
	border-left: 1px solid inherit
}

article:not(.media--document--view-mode-search) .file&gt;.tabledrag-changed,
article:not(.media--document--view-mode-search) .file&gt;.tabledrag-changed:last-child {
	border: 1px solid #f7e1b5
}

article:not(.media--document--view-mode-search) .file-link {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	padding-left: 1rem;
	text-align: left
}

article:not(.media--document--view-mode-search) .file-icon {
	display: table-cell;
	font-size: 150%;
	padding: .25em 0;
	text-align: right;
	vertical-align: middle;
	width: 5%
}

article:not(.media--document--view-mode-search) .file-icon .text-primary {
	color: #0a2a3d
}

article:not(.media--document--view-mode-search) .file-size {
	display: table-cell;
	padding: 0 1em;
	text-align: right;
	white-space: pre;
	vertical-align: middle;
	width: 25%
}

article:not(.media--document--view-mode-search) .image-widget.row,
article:not(.media--document--view-mode-search) article.node--type-blog.node--view-mode-full .image-widget.meta-info,
article.node--type-blog.node--view-mode-full article:not(.media--document--view-mode-search) .image-widget.meta-info,
article:not(.media--document--view-mode-search) article.node--type-case.node--view-mode-full .image-widget.meta-info,
article.node--type-case.node--view-mode-full article:not(.media--document--view-mode-search) .image-widget.meta-info,
article:not(.media--document--view-mode-search) article.node--type-release.node--view-mode-full .image-widget.meta-info,
article.node--type-release.node--view-mode-full article:not(.media--document--view-mode-search) .image-widget.meta-info,
article:not(.media--document--view-mode-search) article.node--type-news.node--view-mode-full .image-widget.meta-info,
article.node--type-news.node--view-mode-full article:not(.media--document--view-mode-search) .image-widget.meta-info {
	overflow: hidden
}

.filter-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 0;
	padding: 1rem;
	height: 5.1rem
}

.filter-help {
	float: right;
	line-height: 1;
	margin: .5em 0 0
}

.nav.nav-tabs.filter-formats {
	margin-bottom: 1.5rem
}

table .checkbox.form-no-label,
table .radio.form-no-label {
	margin-bottom: 0;
	margin-top: 0
}

.select-wrapper {
	display: inline-block;
	position: relative;
	width: 100%
}

.form-inline .select-wrapper {
	width: auto
}

.input-group .select-wrapper {
	display: table-cell
}

.input-group .select-wrapper:first-child .form-control:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.input-group .select-wrapper:last-child .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
	padding-right: 2em
}

.select-wrapper select::-ms-expand {
	opacity: 0
}

.select-wrapper:after {
	color: #0a2a3d;
	content: "▼";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -0.5em;
	padding-right: .5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10
}

.has-glyphicons .select-wrapper:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	font-family: "Glyphicons Halflings"
}

.has-error .select-wrapper:after {
	color: #a94442
}

.has-success .select-wrapper:after {
	color: #3c763d
}

.has-warning .select-wrapper:after {
	color: #8a6d3b
}

.form-required:after {
	background-image: url(img/required.svg);
	background-size: 1rem .7rem;
	content: "";
	display: inline-block;
	line-height: 1;
	height: .7rem;
	width: 1rem
}

.form-actions .btn,
.form-actions .btn-group {
	margin-right: 1rem
}

.form-actions .btn-group .btn {
	margin-right: 0
}

#elq-FormLastRow {
	width: 0;
	height: 0;
	overflow: hidden
}

a.icon-before .glyphicon {
	margin-right: .25em
}

a.icon-after .glyphicon {
	margin-left: .25em
}

.btn.icon-before .glyphicon {
	margin-left: -0.25em;
	margin-right: .25em
}

.btn.icon-after .glyphicon {
	margin-left: .25em;
	margin-right: -0.25em
}

svg.svg-inline--fa {
	color: #0a2a3d
}

body {
	position: relative
}

body.navbar-is-static-top {
	margin-top: 0
}

body.navbar-is-fixed-top {
	margin-top: 62px
}

body.navbar-is-fixed-bottom {
	padding-bottom: 62px
}

@media screen and (min-width:660px) {
	body {
		margin-top: 12px
	}
}

@media screen and (max-width:659px) {

	body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,
	body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
		position: fixed
	}

	body.toolbar-vertical.navbar-is-fixed-top header,
	body.toolbar-vertical.navbar-is-fixed-bottom header {
		z-index: 500
	}

	body.toolbar-vertical.navbar-is-fixed-top header {
		top: 3.9rem
	}
}

@media screen and (min-width:660px) {

	.navbar.container,
	.navbar.cohesion-products-blog,
	.page-node-type-blog .navbar.related-products,
	.page-node-type-case .navbar.related-products,
	.page-node-type-news .navbar.related-products,
	.page-node-type-cohesion-webinar-page .navbar.related-products,
	.page-node-type-event .navbar.related-products,
	.page-node-type-event-webinar .navbar.related-products {
		max-width: 640px
	}
}

@media screen and (min-width:1024px) {

	.navbar.container,
	.navbar.cohesion-products-blog,
	.page-node-type-blog .navbar.related-products,
	.page-node-type-case .navbar.related-products,
	.page-node-type-news .navbar.related-products,
	.page-node-type-cohesion-webinar-page .navbar.related-products,
	.page-node-type-event .navbar.related-products,
	.page-node-type-event-webinar .navbar.related-products {
		max-width: 940px
	}
}

@media screen and (min-width:1440px) {

	.navbar.container,
	.navbar.cohesion-products-blog,
	.page-node-type-blog .navbar.related-products,
	.page-node-type-case .navbar.related-products,
	.page-node-type-news .navbar.related-products,
	.page-node-type-cohesion-webinar-page .navbar.related-products,
	.page-node-type-event .navbar.related-products,
	.page-node-type-event-webinar .navbar.related-products {
		max-width: 1410px
	}
}

.node-preview-container {
	margin-top: -12px
}

.node-preview-form-select {
	padding: 12px
}

.panel-title {
	display: block;
	margin: -1rem -1.5rem;
	padding: 1rem 1.5rem
}

.panel-title,
.panel-title:hover,
.panel-title:focus,
.panel-title:hover:focus {
	color: inherit
}

.panel-title:focus,
.panel-title:hover {
	text-decoration: none
}

.progress-wrapper {
	margin-bottom: 15px
}

.progress-wrapper:last-child .progress {
	margin-bottom: .5rem
}

.progress-wrapper .message {
	font-weight: 700;
	margin-bottom: .5rem
}

.progress-wrapper .percentage,
.progress-wrapper .progress-label {
	font-size: 12px
}

.progress-wrapper .progress-bar {
	min-width: 2em
}

.tabledrag-toggle-weight {
	float: right;
	margin: 1px 2px 1px 10px
}

.tabledrag-changed-warning {
	margin: 0;
	overflow: hidden
}

.tabledrag-handle {
	color: #777;
	cursor: move;
	float: left;
	font-size: 125%;
	line-height: 1;
	margin: -10px 0 0 -10px;
	padding: 10px
}

.tabledrag-handle:hover,
.tabledrag-handle:focus {
	color: #0a2a3d
}

.indentation {
	float: left;
	height: 1.7em;
	margin: -0.4em .2em -0.4em -0.4em;
	padding: .42em 0 .42em .6em;
	width: 20px
}

[dir=rtl] .indentation {
	float: right;
	margin: -0.4em -0.4em -0.4em .2em;
	padding: .42em .6em .42em 0
}

.local-actions {
	margin: 1rem 0 1rem -0.5rem
}

.tabs--secondary {
	margin: 1rem 0 .5rem
}

.tabbable {
	margin-bottom: 2rem
}

.tabs-below&gt;.nav-tabs,
.tabs-left&gt;.nav-tabs,
.tabs-right&gt;.nav-tabs {
	border-bottom: 0
}

.tabs-below&gt;.nav-tabs .summary,
.tabs-left&gt;.nav-tabs .summary,
.tabs-right&gt;.nav-tabs .summary {
	color: #777;
	font-size: 12px
}

.tab-pane&gt;.panel-heading {
	display: none
}

.tab-content&gt;.active {
	display: block
}

.tabs-below&gt;.nav-tabs {
	border-top: 1px solid #ddd
}

.tabs-below&gt;.nav-tabs&gt;li {
	margin-top: -1px;
	margin-bottom: 0
}

.tabs-below&gt;.nav-tabs&gt;li&gt;a {
	border-radius: 0 0 4px 4px
}

.tabs-below&gt;.nav-tabs&gt;li&gt;a:hover,
.tabs-below&gt;.nav-tabs&gt;li&gt;a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent
}

.tabs-below&gt;.nav-tabs&gt;.active&gt;a,
.tabs-below&gt;.nav-tabs&gt;.active&gt;a:hover,
.tabs-below&gt;.nav-tabs&gt;.active&gt;a:focus {
	border-color: transparent #ddd #ddd #ddd
}

.tabs-left&gt;.nav-tabs,
.tabs-right&gt;.nav-tabs {
	padding-bottom: 2rem;
	width: 22rem
}

.tabs-left&gt;.nav-tabs&gt;li,
.tabs-right&gt;.nav-tabs&gt;li {
	float: none
}

.tabs-left&gt;.nav-tabs&gt;li:focus,
.tabs-right&gt;.nav-tabs&gt;li:focus {
	outline: 0
}

.tabs-left&gt;.nav-tabs&gt;li&gt;a,
.tabs-right&gt;.nav-tabs&gt;li&gt;a {
	margin-right: 0;
	margin-bottom: .3rem
}

.tabs-left&gt;.nav-tabs&gt;li&gt;a:focus,
.tabs-right&gt;.nav-tabs&gt;li&gt;a:focus {
	outline: 0
}

.tabs-left&gt;.tab-content,
.tabs-right&gt;.tab-content {
	border-radius: 0 4px 4px 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	overflow: hidden;
	padding: 1rem 1.5rem
}

.tabs-left&gt;.nav-tabs {
	float: left;
	margin-right: -1px
}

.tabs-left&gt;.nav-tabs&gt;li&gt;a {
	border-radius: 4px 0 0 4px
}

.tabs-left&gt;.nav-tabs&gt;li&gt;a:hover,
.tabs-left&gt;.nav-tabs&gt;li&gt;a:focus {
	border-color: #eee #ddd #eee #eee
}

.tabs-left&gt;.nav-tabs&gt;.active&gt;a,
.tabs-left&gt;.nav-tabs&gt;.active&gt;a:hover,
.tabs-left&gt;.nav-tabs&gt;.active&gt;a:focus {
	border-color: #ddd transparent #ddd #ddd;
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right&gt;.nav-tabs {
	float: right;
	margin-left: -1px
}

.tabs-right&gt;.nav-tabs&gt;li&gt;a {
	border-radius: 0 4px 4px 0
}

.tabs-right&gt;.nav-tabs&gt;li&gt;a:hover,
.tabs-right&gt;.nav-tabs&gt;li&gt;a:focus {
	border-color: #eee #eee #eee #ddd;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right&gt;.nav-tabs&gt;.active&gt;a,
.tabs-right&gt;.nav-tabs&gt;.active&gt;a:hover,
.tabs-right&gt;.nav-tabs&gt;.active&gt;a:focus {
	border-color: #ddd #ddd #ddd transparent
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
	z-index: 1031
}

body.toolbar-fixed .navbar-fixed-top {
	top: 3.9rem
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
	top: 7.9rem
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
	left: 24rem
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
	margin-left: 24rem
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
	padding-bottom: 4rem
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray&gt;.toolbar-lining:before {
	width: 24rem
}

.button-pill,
.light-pill-button,
.orange-pill-button,
.blue-pill-button {
	padding: 10px 20px;
	border-radius: 25px;
	border: none;
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.button-pill:last-child,
.light-pill-button:last-child,
.orange-pill-button:last-child,
.blue-pill-button:last-child {
	margin-right: 0
}

.button-pill:hover,
.light-pill-button:hover,
.orange-pill-button:hover,
.blue-pill-button:hover {
	background-color: #030c11
}

.blue-pill-button {
	background-color: #c6d9e5;
	color: #0a2a3d
}

.blue-pill-button:hover {
	background-color: #60addb
}

.orange-pill-button {
	background-color: #fb6432;
	color: #fff
}

.orange-pill-button:hover {
	background-color: #e54615
}

.light-pill-button {
	background-color: #fff;
	border: 2px solid #0a2a3d;
	color: #0a2a3d
}

.light-pill-button:hover {
	background-color: #fff
}

.ui-autocomplete {
	background: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	color: inherit;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	list-style: none;
	min-width: 160px;
	padding: 5px 0;
	text-align: left;
	z-index: 1000
}

.ui-autocomplete .ui-menu-item {
	border: 0;
	border-radius: 0;
	clear: both;
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.428571429;
	margin: 0;
	outline: 0;
	padding: 3px 20px;
	text-decoration: none;
	white-space: nowrap
}

.ui-autocomplete .ui-menu-item.ui-state-hover {
	background: #f5f5f5;
	color: #262626
}

.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #337ab7;
	color: #fff
}

ol,
ul {
	padding-left: 1.5em
}

.popover ol:last-child,
.popover ul:last-child {
	margin-bottom: 0
}

.page-header {
	margin-top: 0
}

.footer {
	margin-top: 0px;
	padding-top: 3.5rem;
	padding-bottom: 3.6rem
}

p:last-child,
.form-group:last-child,
.panel:last-child {
	margin-bottom: 0
}

.region-help&gt;.glyphicon {
	font-size: 18px;
	float: left;
	margin: -0.05em .5em 0 0
}

.region-help .block {
	overflow: hidden
}

.help-block,
.control-group .help-inline {
	color: #777;
	font-size: 1.2rem;
	margin: .5rem 0 1rem;
	padding: 0
}

.help-block:first-child,
.control-group .help-inline:first-child {
	margin-top: 0
}

nav.tabs {
	clear: both
}

ul.platforms {
	text-align: center;
	margin: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 1rem
}

@media screen and (min-width:1024px) {
	ul.platforms {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 4rem 0
	}
}

@media screen and (min-width:1024px) {
	ul.platforms {
		margin: 6rem 0 8rem
	}
}

ul.platforms li {
	padding: 0 !important;
	margin: 1rem 1.5rem;
	display: inline-block
}

ul.platforms li a {
	display: inline-block;
	margin-top: 0;
	color: #0a2a3d;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 4rem;
	width: 4rem;
	height: 4rem;
	text-align: center;
	vertical-align: bottom;
	border-radius: 50%;
	-webkit-transition: background-color .1s ease-out, -webkit-transform .15s;
	transition: background-color .1s ease-out, -webkit-transform .15s;
	transition: background-color .1s ease-out, transform .15s;
	transition: background-color .1s ease-out, transform .15s, -webkit-transform .15s;
	padding-bottom: 1px
}

ul.platforms li a:hover {
	background-color: #60addb
}

ul.platforms li a:hover span{
	color:#fff;
}

ul.platforms li a:active,
ul.platforms li a:focus {
	background-color: #dbf93a
}

@media screen and (max-width:659px) {
	ul.platforms li {
		margin: 1rem .5rem
	}

	ul.platforms li:first-child {
		margin-left: 0px !important
	}
}

.social-links,
.addtoany_list {
	display: block;
	text-align: center
}

.node--type-lander-campaign .social-links,
.node--type-lander-campaign .addtoany_list {
	padding: 3rem 0
}

.social-links a,
.addtoany_list a {
	padding: 0 1rem;
	border-right: 1px solid #c6d9e5
}

.social-links a:last-child,
.addtoany_list a:last-child {
	border-right: none
}

.social-links a span,
.addtoany_list a span {
	background: none !important
}

.social-links a span svg path,
.addtoany_list a span svg path {
	fill: #0a2a3d
}

.social-media-icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 3rem 0 1rem 0
}

.social-media-icon-wrapper .a2a_button_print {
	display: inline-block
}

.social-media-icon-wrapper .a2a_button_print:hover {
	color: #0a2a3d
}

.social-media-icon-wrapper .a2a_button_print span {
	color: #0a2a3d;
	font-size: 1.22em;
	vertical-align: -10%
}

.language-switcher-toggle-wrapper {
	position: static;
	float: left;
	margin-right: 1rem;
	display: block
}

.language-switcher-toggle-wrapper.language-switcher-toggle-mobile {
	position: absolute;
	float: none;
	margin-right: 1rem;
	display: block;
	right: 8rem;
	top: 0
}

@media screen and (min-width:1025px) {
	.language-switcher-toggle-wrapper.language-switcher-toggle-mobile {
		display: none
	}
}

.language-switcher-toggle-wrapper.language-switcher-toggle-mobile .language-switcher-toggle {
	border-right: 0px none;
	margin-top: 1.9rem
}

.language-switcher-toggle-wrapper .language-switcher-toggle {
	margin-top: 1.6rem;
	color: #60addb
}

.language-switcher-toggle-wrapper .language-switcher-toggle .mobile,
.language-switcher-toggle-wrapper .language-switcher-toggle .desktop {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #e7fb74
}

.language-switcher-toggle-wrapper .language-switcher-toggle .mobile:hover,
.language-switcher-toggle-wrapper .language-switcher-toggle .desktop:hover {
	color: #60addb
}

.language-switcher-toggle-wrapper .language-switcher-toggle .mobile {
	display: block
}

.language-switcher-toggle-wrapper .language-switcher-toggle .desktop {
	display: none
}

@media screen and (min-width:1251px) {
	.language-switcher-toggle-wrapper .language-switcher-toggle {
		margin-top: 2.3rem
	}

	.language-switcher-toggle-wrapper .language-switcher-toggle .mobile {
		display: none
	}

	.language-switcher-toggle-wrapper .language-switcher-toggle .desktop {
		display: block
	}
}

.language-switcher-toggle-wrapper .language-switcher-toggle {
	position: relative;
	display: block;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	font-size: 1.3rem;
	letter-spacing: .2px;
	color: #e7fb74;
	text-decoration: none;
	margin-top: 3.2rem;
	margin-bottom: 1.2rem;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 1.5rem;
	margin-right: 0px;
	height: 2.5rem;
	line-height: 2.5rem
}

.language-switcher-toggle-wrapper .language-switcher-toggle:hover,
.language-switcher-toggle-wrapper .language-switcher-toggle:focus {
	text-decoration: none
}

.language-switcher-toggle-wrapper .language-switcher-toggle.open .angle {
	background: transparent url(img/carret_yellow_up.svg) no-repeat center center
}

.language-switcher-toggle-wrapper .language-switcher-toggle .angle {
	display: inline-block;
	width: 1.6rem;
	height: 1rem;
	background: transparent url(img/carret_yellow_down.svg) no-repeat center center;
	position: relative;
	top: 1px
}

.language-switcher-toggle-wrapper .language-switcher-toggle .language-label {
	display: inline-block
}

.language-switcher {
	background: #e7eeef;
	width: 100%;
	display: none;
	padding: 10rem 0
}

.language-switcher.on{
	display: block;
}

@media screen and (min-width:1024px) {
	.language-switcher {
		width: 26.8rem;
		position: absolute;
		right: 0;
		padding: 2rem 6rem 0 2.7rem;
		z-index: 1
	}
}

.language-switcher.open {
	display: block
}

.language-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 25rem;
	margin: 0 auto
}

@media screen and (min-width:1024px) {
	.language-switcher ul {
		width: 100%;
		margin: 0
	}
}

.language-switcher ul li {
	margin-bottom: 2rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 140%;
	letter-spacing: .5px;
	text-align: center;
	color: #0a2a3d
}

@media screen and (min-width:1024px) {
	.language-switcher ul li {
		text-align: left
	}
}

#block-languageswitcher {
	position: absolute;
	right: 10rem;
	top: .5rem;
	z-index: 10
}

@media screen and (min-width:1024px) {
	#block-languageswitcher {
		top: 1.3rem;
		right: 14rem
	}
}

#block-languageswitcher .contextual {
	display: none !important
}

#block-languageswitcher ul.links {
	padding: .2rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 1.2rem 0
}

#block-languageswitcher ul.links li {
	display: inline-block;
	list-style: none;
	padding: 0;
	text-transform: uppercase
}

#block-languageswitcher ul.links li a {
	text-decoration: none
}

#block-languageswitcher ul.links li:after {
	content: "/";
	display: inline-block;
	padding: 0 .7rem;
	color: #9b9b9b;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300
}

#block-languageswitcher ul.links li:last-child:after {
	content: "";
	display: none
}

#block-languageswitcher ul.links li.is-active a {
	color: #60addb
}

header.navbar.container,
header.navbar.cohesion-products-blog,
.page-node-type-blog header.navbar.related-products,
.page-node-type-case header.navbar.related-products,
.page-node-type-news header.navbar.related-products,
.page-node-type-cohesion-webinar-page header.navbar.related-products,
.page-node-type-event header.navbar.related-products,
.page-node-type-event-webinar header.navbar.related-products,
header.navbar.container-fluid {
	height: 6.5rem;
	margin-bottom: 0
}

@media screen and (min-width:1025px) {

	header.navbar.container,
	header.navbar.cohesion-products-blog,
	.page-node-type-blog header.navbar.related-products,
	.page-node-type-case header.navbar.related-products,
	.page-node-type-news header.navbar.related-products,
	.page-node-type-cohesion-webinar-page header.navbar.related-products,
	.page-node-type-event header.navbar.related-products,
	.page-node-type-event-webinar header.navbar.related-products,
	header.navbar.container-fluid {
		height: 14.5rem;
		padding: 0
	}
}

header .logo {
	margin: .4rem 2rem
}

@media screen and (min-width:1025px) {
	header .logo {
		margin: 1.4rem 0 1.4rem 3rem
	}
}

header .logo img {
	width: 15rem;
	height: 5.6rem
}

header .breadcrumb {
	display: none;
	background: none;
	float: left;
	margin: 1rem 2rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.4rem
}

@media screen and (min-width:1024px) {
	header .breadcrumb {
		display: block;
		margin: 1.9rem 2rem
	}
}

header .store-icon {
	display: block;
	color: #fff;
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	right: 6rem;
	top: 7.6rem;
	z-index: 99;
	background: url(img/cart.svg) no-repeat left center;
	background-size: 1.21em;
	text-indent: 1000em;
	overflow: hidden;
	border-bottom: 4px solid transparent
}

@media screen and (min-width:1025px) {
	header .store-icon {
		display: none;
		top: 2.6rem;
		right: 9.5rem;
		margin-top: 3.3rem;
		margin-left: 1.5rem;
		background-size: 1.7em;
		background: none
	}
}

@media screen and (min-width:1251px) {
	header .store-icon {
		margin-top: 0;
		text-indent: 0;
		line-height: 8.5rem;
		width: auto;
		height: 8.5rem;
		display: block;
		font-size: 1.4rem;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
		font-style: normal
	}
}

header .store-icon:hover {
	color: #60addb
}

@media screen and (min-width:1025px) {

	header .store-icon:hover,
	header .store-icon:focus,
	header .store-icon:active {
		border-bottom: 4px solid #fb6432
	}
}

header .login-icon,
header .shopping-cart-icon {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

header .login-icon {
	width: 3.5rem;
	height: 2.5rem;
	margin-top: 3.1rem;
	margin-left: 0px;
	margin-right: 1rem;
	display: block;
	z-index: 99;
	background: url(img/login_yellow.svg) no-repeat left center;
	text-indent: 1000em;
	overflow: hidden;
	background-size: 2.4rem
}

header .login-icon:hover {
	background: url(img/login_hover.svg) no-repeat left center;
	background-size: 24px
}

header .shopping-cart-icon {
	width: 2.5rem;
	height: 2.2rem;
	margin-top: 3.3rem;
	margin-left: .5rem;
	display: block;
	z-index: 99;
	background: url(img/cart.svg) no-repeat center center;
	text-indent: 1000em;
	overflow: hidden;
	background-size: contain
}

header .shopping-cart-icon:hover {
	background: url(img/cart_hover.svg) no-repeat center center;
	background-size: contain
}

header.navbar-default {
	background: none;
	border: none;
	position: relative
}

header.navbar-default .navbar-wrap {
	position: fixed;
	width: 100%;
	height: 6.5rem;
	max-width: 1920px;
	background: #fff;
	z-index: 1020;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

@media screen and (min-width:1025px) {
	header.navbar-default .navbar-wrap {
		height: 14.5rem
	}
}

header.navbar-default .navbar-header {
	float: inherit;
	width: 100%;
	height: 100%;
	margin: 0
}

header.navbar-default .navbar-toggle {
	display: block;
	position: absolute;
	right: 2rem;
	top: 1.8rem;
	background: transparent !important;
	border: none;
	z-index: 99;
	margin: 0;
	padding: 0
}

@media screen and (min-width:1025px) {
	header.navbar-default .navbar-toggle {
		top: 2.8rem;
		right: 4.5rem
	}
}

header.navbar-default .navbar-toggle:hover,
header.navbar-default .navbar-toggle:active,
header.navbar-default .navbar-toggle:focus,
header.navbar-default .navbar-toggle:visited {
	background: transparent !important
}

header.navbar-default .navbar-toggle .icon-bar {
	width: 2.2rem;
	height: .1rem;
	margin: .6rem 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	background: #c6d9e5
}

header.navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
	-ms-transform: translateX(4px) rotate(45deg);
	transform: translateX(4px) rotate(45deg);
	-webkit-transform: translateX(4px) rotate(45deg);
	-moz-transform: translateX(4px) rotate(45deg);
	-o-transform: translateX(4px) rotate(45deg);
	-ms-transform-origin: 5% 10%;
	transform-origin: 5% 10%;
	-webkit-transform-origin: 5% 10%;
	-moz-transform-origin: 5% 10%;
	-o-transform-origin: 5% 10%
}

header.navbar-default .navbar-toggle .icon-bar:nth-of-type(3) {
	opacity: 0
}

header.navbar-default .navbar-toggle .icon-bar:nth-of-type(4) {
	-ms-transform: translateX(4px) rotate(-45deg);
	transform: translateX(4px) rotate(-45deg);
	-webkit-transform: translateX(4px) rotate(-45deg);
	-moz-transform: translateX(4px) rotate(-45deg);
	-o-transform: translateX(4px) rotate(-45deg);
	-ms-transform-origin: 5% 90%;
	transform-origin: 5% 90%;
	-webkit-transform-origin: 5% 90%;
	-moz-transform-origin: 5% 90%;
	-o-transform-origin: 5% 90%
}

header.navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0)
}

header.navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	opacity: 1
}

header.navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0)
}

header.navbar-default .navbar-collapse {
	background: #fff;
	width: 100%;
	padding: 0
}

header.navbar-default .navbar-collapse.collapse {
	display: none !important
}

header.navbar-default .navbar-collapse.collapse.in {
	display: block !important;
	margin: 0
}

header.navbar-default .navbar-nav {
	float: none !important;
	margin: 0
}

header.navbar-default .navbar-nav&gt;li {
	float: none
}

header.navbar-default .navbar-nav&gt;li&gt;a {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.region-header .breadcrumb {
	display: none;
	background: none;
	margin: 1rem 2rem;
	padding: 0;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem
}

.path-frontpage .region-header .breadcrumb {
	display: none !important
}

@media screen and (min-width:1025px) {
	.region-header .breadcrumb {
		display: block;
		margin: 1rem 2rem 1rem 3.5rem
	}
}

.region-header .breadcrumb a,
.region-header .breadcrumb .active {
	color: #5d5d5d
}

.region-header .breadcrumb .active {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

.region-header .breadcrumb .active:before {
	font-weight: 400;
	content: "/"
}

header.navbar--full-navi-enabled .store-icon {
	position: static;
	float: left
}

@media screen and (max-width:1024px) {
	header.navbar--full-navi-enabled .store-icon {
		position: absolute;
		float: none;
		margin-top: 0;
		top: 2.2rem
	}
}

header.navbar--full-navi-enabled .navbar-actions {
	float: right;
	padding-right: 2rem
}

header.navbar--full-navi-enabled .navbar-actions #block-languageswitcher,
header.navbar--full-navi-enabled .navbar-actions .shopping-cart-icon,
header.navbar--full-navi-enabled .navbar-actions .login-icon,
header.navbar--full-navi-enabled .navbar-actions .login-actions {
	float: left
}

header.navbar--full-navi-enabled .navbar-actions #block-languageswitcher {
	position: static
}

header.navbar--full-navi-enabled .navbar-actions #block-languageswitcher ul.links {
	margin-top: 2.6rem;
	padding-right: 1.5rem;
	margin-right: .5rem
}

header.navbar--full-navi-enabled .navbar-actions #block-languageswitcher ul.links li {
	text-transform: capitalize;
	font-size: 1.1rem
}

header.navbar--full-navi-enabled .navbar-actions .login-actions {
	margin-top: 2.6rem;
	margin-bottom: 0;
	padding-left: 1rem
}

header.navbar--full-navi-enabled .navbar-actions .login-actions ul {
	list-style: none
}

header.navbar--full-navi-enabled .navbar-actions .login-actions li {
	display: inline-block
}

header.navbar--full-navi-enabled .navbar-actions .login-actions a {
	font-size: 1.1rem;
	display: bloxk;
	padding: .5rem .7rem;
	border-radius: 10rem
}

header.navbar--full-navi-enabled .navbar-actions .login-actions .login-action--emphasis a {
	color: #fff;
	background: #0a2a3d
}

header.navbar--full-navi-enabled .navbar-collapse,
header.navbar--full-navi-enabled .navbar-actions-toggle,
header.navbar--full-navi-enabled .navbar-mobile-toggle {
	display: none
}

@media screen and (min-width:992px)and (max-width:1024px) {
	header.navbar--full-navi-enabled .navbar-actions-toggle {
		right: 2.5rem
	}
}

@media screen and (max-width:1024px) {
	header.navbar--full-navi-enabled .navbar-actions-toggle {
		display: block
	}
}

@media screen and (min-width:1025px) {
	header.navbar--full-navi-enabled .region-navigation-collapsible {
		display: none !important
	}
}

@media screen and (max-width:1024px) {

	header.navbar--full-navi-enabled .vaisala-full-navigation,
	header.navbar--full-navi-enabled #block-secondarynavigation {
		display: none
	}

	header.navbar--full-navi-enabled .navbar-toggle {
		display: block
	}

	header.navbar--full-navi-enabled .navbar-actions {
		display: none
	}

	header.navbar--full-navi-enabled .navbar-actions.opened {
		display: none
	}

	header.navbar--full-navi-enabled .navbar-actions-toggle {
		display: none
	}

	header.navbar--full-navi-enabled .navbar-collapse {
		display: block
	}
}

footer.footer {
	background: #0a2a3d;
	padding: 3.5rem 0 0
}

footer.footer a {
	color: #fff
}

footer.footer a:hover,
footer.footer a:active {
	background-color: transparent;
	text-decoration: none
}

footer.footer a:hover {
	color: #60addb
}

footer.footer a:focus,
footer.footer a:active {
	color: #dbf93a
}

footer.footer .region-footer-top .page-header {
	border: 0;
	color: #fff;
	padding: 2rem 0
}

@media screen and (min-width:1024px) {
	footer.footer .region-footer-top {
		padding: 0 10%
	}
}

footer.footer .region-footer-top #block-vaisalalogowhite {
	max-width: 120px;
	margin: 4rem 3rem 1rem
}

@media screen and (min-width:1024px) {
	footer.footer .region-footer-top #block-vaisalalogowhite {
		margin: 10rem 0 5rem
	}
}

footer.footer .region-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 3rem
}

@media screen and (min-width:1024px) {
	footer.footer .region-footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding: 0 10%
	}
}

footer.footer nav#block-footernavigation {
	padding: 0
}

footer.footer nav#block-footernavigation ul.menu li a {
	padding: 0
}

footer.footer nav#block-footernavigation ul.menu li.expanded {
	margin-bottom: 2rem;
	padding: 0
}

footer.footer nav#block-footernavigation ul.menu li.expanded&gt;a {
	color: #fb6432;
	line-height: 140%;
	padding-top: 0;
	padding-bottom: 1.2rem
}

@media screen and (min-width:1024px) {
	footer.footer nav#block-footernavigation ul.menu li.expanded&gt;a {
		margin-bottom: 0
	}
}

footer.footer nav#block-footernavigation ul.menu li.expanded ul.sub-menu {
	padding: 0;
	display: inline-block;
	margin-bottom: 1rem
}

footer.footer nav#block-footernavigation ul.menu li.expanded ul.sub-menu li {
	list-style: none;
	padding: 1.2rem 0 0;
	line-height: 120%;
	font-size:1.6rem;
}

footer.footer nav#block-vaisala-footer {
	background: #0e1f2c;
	padding: 1.5rem 1.5rem 3rem 1.5rem;
	margin-top: 2rem;
	color: #fff;
	line-height: 3.6rem
}

@media screen and (min-width:1024px) {
	footer.footer nav#block-vaisala-footer {
		padding: 1.5rem 10%;
		margin-top: 5rem
	}
}

footer.footer nav#block-vaisala-footer .copyright {
	color: #60addb;
	font-size:1.6rem;
	margin: 1.5rem 0;
}

footer.footer nav#block-vaisala-footer ul.menu li a {
	padding: 0 1rem;
	margin: .3rem 0;
	color: #60addb;
	font-size:1.6rem;
}

@media screen and (min-width:1024px) {
	footer.footer nav#block-vaisala-footer ul.menu li a {
		float: left;
		margin: 1.5rem 0;
		padding: 0 1.5rem
	}
}

footer.footer nav#block-vaisala-footer ul.menu li:last-of-type a {
	border-right: none
}

.scroll-top-wrapper {
	background: #fb6432;
	opacity: 0;
	position: fixed;
	bottom: 3rem;
	right: -999em;
	padding: 1.5rem;
	border-radius: 50%;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	cursor: pointer
}

@media screen and (max-width:659px) {
	.scroll-top-wrapper {
		display: none
	}
}

.scroll-top-wrapper.active {
	right: 50%;
	opacity: 1
}

.scroll-top-wrapper.active:hover {
	background: #e54615
}

.scroll-top-wrapper .icon-up {
	height: 1.4rem;
	width: 1.4rem;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: relative;
	top: .3rem
}

.footer-menu--print-link .fa-print {
	color: #60addb;
	padding-left: .3rem
}

.node--view-mode-module .module-wrapper {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0
}

.node--view-mode-module .module-wrapper&gt;.contextual {
	right: 3rem
}

.node--view-mode-module h2 {
	position: relative
}

.node--view-mode-module h2.module-title,
.node--view-mode-module h2.block-title {
	position: relative;
	z-index: 1;
	font-size: 3.6rem;
	line-height: 140%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: center;
	padding-bottom: 0;
	margin-top: 0
}

@media screen and (min-width:1024px) {

	.node--view-mode-module h2.module-title,
	.node--view-mode-module h2.block-title {
		font-size: 3.6rem;
		line-height: 140%
	}
}

@media screen and (min-width:1440px) {

	.node--view-mode-module h2.module-title,
	.node--view-mode-module h2.block-title {
		font-size: 4.6rem;
		line-height: 140%
	}
}

.node--view-mode-module h3.module-title {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left
}

@media screen and (min-width:1024px) {
	.node--view-mode-module h3.module-title {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {
	.node--view-mode-module h3.module-title {
		font-size: 4.6rem;
		line-height: 140%
	}
}

@media screen and (max-width:659px) {
	.node--view-mode-module h3.module-title {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media screen and (min-width:660px) {
	.node--view-mode-module h3.module-title {
		padding: 0 1rem 1rem 1rem;
		margin-top: 0
	}
}

.node--view-mode-module p {
	margin-bottom: 1.6rem
}

.node--view-mode-module&gt;.module-wrapper&gt;.field--name-field-text {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 3rem
}

.node--view-mode-module&gt;.module-wrapper&gt;.field--name-field-text:before,
.node--view-mode-module&gt;.module-wrapper&gt;.field--name-field-text:after {
	content: " ";
	display: table
}

.node--view-mode-module&gt;.module-wrapper&gt;.field--name-field-text:after {
	clear: both
}

@media screen and (min-width:1024px) {

	.node--view-mode-module.node--type-grid-liftup&gt;.module-wrapper&gt;.field--name-field-text,
	.node--view-mode-module.title-hidden&gt;.module-wrapper&gt;.field--name-field-text {
		margin-left: 8.3333333333%;
		margin-right: 16.66667%
	}
}

.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text {
	padding-left: 0;
	padding-right: 0;
	text-align: center
}

@media screen and (max-width:659px) {
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text {
		margin-left: 2rem;
		margin-right: 2rem
	}
}

@media screen and (min-width:1024px) {
	.node--view-mode-module.default-title&gt;.module-wrapper&gt;.field--name-field-text {
		margin-right: 16.66667%
	}
}

.node--view-mode-module.small-title&gt;.module-wrapper&gt;.field--name-field-text {
	padding-bottom: 2rem
}

.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup h2 {
	position: relative
}

.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup h2.module-title:after,
.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup h2.block-title:after {
	display: none
}

.node--type-side-by-side-liftup,
.node--type-grid-liftup,
.node--type-product-cards,
.node--type-system-block,
.node--type-hero,
.node--type-faq {
	padding-top: 2rem;
	padding-bottom: 0;
	position: relative
}

.node--type-side-by-side-liftup:before,
.node--type-side-by-side-liftup:after,
.node--type-grid-liftup:before,
.node--type-grid-liftup:after,
.node--type-product-cards:before,
.node--type-product-cards:after,
.node--type-system-block:before,
.node--type-system-block:after,
.node--type-hero:before,
.node--type-hero:after,
.node--type-faq:before,
.node--type-faq:after {
	content: " ";
	display: table
}

.node--type-side-by-side-liftup:after,
.node--type-grid-liftup:after,
.node--type-product-cards:after,
.node--type-system-block:after,
.node--type-hero:after,
.node--type-faq:after {
	clear: both
}

.node--type-side-by-side-liftup .module-wrapper&gt;.content&gt;.field--name-field-link,
.node--type-grid-liftup .module-wrapper&gt;.content&gt;.field--name-field-link,
.node--type-product-cards .module-wrapper&gt;.content&gt;.field--name-field-link,
.node--type-system-block .module-wrapper&gt;.content&gt;.field--name-field-link,
.node--type-hero .module-wrapper&gt;.content&gt;.field--name-field-link,
.node--type-faq .module-wrapper&gt;.content&gt;.field--name-field-link {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 2rem
}

@media screen and (min-width:660px) {

	.node--type-side-by-side-liftup .module-wrapper&gt;.content&gt;.field--name-field-link,
	.node--type-grid-liftup .module-wrapper&gt;.content&gt;.field--name-field-link,
	.node--type-product-cards .module-wrapper&gt;.content&gt;.field--name-field-link,
	.node--type-system-block .module-wrapper&gt;.content&gt;.field--name-field-link,
	.node--type-hero .module-wrapper&gt;.content&gt;.field--name-field-link,
	.node--type-faq .module-wrapper&gt;.content&gt;.field--name-field-link {
		margin-top: 4rem
	}
}

.node--type-side-by-side-liftup article,
.node--type-grid-liftup article,
.node--type-product-cards article,
.node--type-system-block article,
.node--type-hero article,
.node--type-faq article {
	position: relative
}

.node--type-side-by-side-liftup article .field--name-body,
.node--type-grid-liftup article .field--name-body,
.node--type-product-cards article .field--name-body,
.node--type-system-block article .field--name-body,
.node--type-hero article .field--name-body,
.node--type-faq article .field--name-body {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c
}

@media screen and (min-width:660px) {
	.node--type-system-block section.block.se-ticker {
		padding: 0 1rem
	}
}

.module-background {
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative
}

.module-background.bg_dark h2.module-title,
.module-background.bg_dark h2.module-title a,
.module-background.bg_dark h3.module-title,
.module-background.bg_dark h3.module-title a {
	font-size: 2.6rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #fff;
	text-align: center
}

@media screen and (min-width:1024px) {

	.module-background.bg_dark h2.module-title,
	.module-background.bg_dark h2.module-title a,
	.module-background.bg_dark h3.module-title,
	.module-background.bg_dark h3.module-title a {
		font-size: 3.6rem
	}
}

@media screen and (min-width:1440px) {

	.module-background.bg_dark h2.module-title,
	.module-background.bg_dark h2.module-title a,
	.module-background.bg_dark h3.module-title,
	.module-background.bg_dark h3.module-title a {
		font-size: 4.6rem
	}
}

.module-background.bg_dark h2.module-title:after,
.module-background.bg_dark h2.block-title:after,
.module-background.bg_dark h3.module-title:after,
.module-background.bg_dark h3.block-title:after {
	background: #fff
}

.module-background.bg_dark h4 {
	color: #fff;
	border-color: #fff
}

.module-background.bg_dark .field--name-field-text,
.module-background.bg_dark .field--name-field-text p,
.module-background.bg_dark .field--type-text-long,
.module-background.bg_dark label {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #fff
}

@media screen and (min-width:660px) {

	.module-background.bg_dark .field--name-field-text a,
	.module-background.bg_dark .field--name-field-text p a,
	.module-background.bg_dark .field--type-text-long a,
	.module-background.bg_dark label a {
		color: #fff;
		text-decoration: underline
	}

	.module-background.bg_dark .field--name-field-text a:hover,
	.module-background.bg_dark .field--name-field-text p a:hover,
	.module-background.bg_dark .field--type-text-long a:hover,
	.module-background.bg_dark label a:hover {
		text-decoration: none;
		color: #60addb
	}
}

.module-background .background {
	display: block;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.module-background .background article.node--view-mode-liftup-contact-card {
	background-color: #fff
}

.article-header .background:after,
.field--name-field-hero .module-background .background:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .15)
}

.bg_dark.node--type-single-liftup h2.module-title,
.bg_dark.node--type-single-liftup h2.module-title a {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #fff;
	text-align: left
}

@media screen and (min-width:1024px) {

	.bg_dark.node--type-single-liftup h2.module-title,
	.bg_dark.node--type-single-liftup h2.module-title a {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {

	.bg_dark.node--type-single-liftup h2.module-title,
	.bg_dark.node--type-single-liftup h2.module-title a {
		font-size: 4.6rem;
		line-height: 140%
	}
}

.bg_dark.node--type-single-liftup .field--name-body {
	font-size: 1.6rem;
	line-height: 120%;
	letter-spacing: .4px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #fff
}

@media screen and (min-width:1024px) {
	.bg_dark.node--type-single-liftup .field--name-body {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: .4px
	}
}

.bg_dark.node--type-single-liftup .field--name-body ul li,
.bg_dark.node--type-single-liftup .field--name-body ol li {
	line-height: 3.6rem
}

.node--type-single-liftup {
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (min-width:660px) {
	.node--type-single-liftup {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
}

.node--type-single-liftup .content h2 {
	margin-top: 3rem;
	padding-bottom: 0;
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup .content h2 {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {
	.node--type-single-liftup .content h2 {
		font-size: 4.6rem;
		line-height: 140%
	}
}

@media screen and (min-width:660px) {
	.node--type-single-liftup .content h2 {
		margin-top: 0
	}
}

.node--type-single-liftup .content h2 a {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup.no-media.title-hidden {
		padding-top: 0
	}
}

.node--type-single-liftup.no-media .field--name-field-media-image {
	margin-bottom: 3rem
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.no-media .field--name-field-media-image {
		margin-bottom: 2rem
	}
}

.node--type-single-liftup.no-media .field--name-field-media-image img {
	margin: 0 auto
}

.node--type-single-liftup.no-media .content h2 {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup.no-media .content h2 {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {
	.node--type-single-liftup.no-media .content h2 {
		font-size: 4.6rem;
		line-height: 140%
	}
}

.node--type-single-liftup.no-media.bg_dark .content h2.module-title,
.node--type-single-liftup.no-media.bg_dark .content h3.module-title {
	color: #fff;
	text-align: center
}

.node--type-single-liftup.no-media .module-wrapper:before,
.node--type-single-liftup.no-media .module-wrapper:after {
	content: " ";
	display: table
}

.node--type-single-liftup.no-media .module-wrapper:after {
	clear: both
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.no-media .module-wrapper {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.node--type-single-liftup.no-media .module-wrapper {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.no-media h2.module-title:after {
		margin-left: 0
	}
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.no-media .content h2 {
		margin-top: 0
	}
}

.node--type-single-liftup.media-position-cover .module-wrapper {
	padding-top: 5rem;
	padding-bottom: 3rem
}

@media screen and (min-width:660px) {
	.node--type-single-liftup.media-position-cover .module-wrapper {
		min-height: 28rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.node--type-single-liftup.media-position-cover .module-wrapper .content {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
}

.node--type-single-liftup.media-position-cover .module-wrapper:before,
.node--type-single-liftup.media-position-cover .module-wrapper:after {
	content: " ";
	display: table
}

.node--type-single-liftup.media-position-cover .module-wrapper:after {
	clear: both
}

.node--type-single-liftup.media-position-cover .module-wrapper .content {
	text-align: center
}

.node--type-single-liftup.media-position-cover .module-wrapper .field--name-body {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #fff
}

.node--type-single-liftup.media-position-cover .module-wrapper .field--name-field-link a {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d
}

@media screen and (min-width:660px) {
	.node--type-single-liftup.media-position-left {
		padding-top: 4.9rem;
		padding-bottom: 1.8rem
	}
}

.node--type-single-liftup.media-position-left .field--name-field-media-image,
.node--type-single-liftup.media-position-left .field--name-field-media-video {
	margin-top: 2rem
}

@media screen and (min-width:660px) {

	.node--type-single-liftup.media-position-left .field--name-field-media-image,
	.node--type-single-liftup.media-position-left .field--name-field-media-video {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem
	}

	.node--type-single-liftup.media-position-left .field--name-field-media-image img,
	.node--type-single-liftup.media-position-left .field--name-field-media-video img {
		float: right
	}
}

@media screen and (min-width:1024px) {

	.node--type-single-liftup.media-position-left .field--name-field-media-image,
	.node--type-single-liftup.media-position-left .field--name-field-media-video {
		width: 50%;
		float: left;
		padding: 0
	}
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.media-position-left .module-wrapper {
		padding-bottom: 1rem;
		padding-top: 1rem
	}
}

.node--type-single-liftup.media-position-left h2.module-title {
	padding-bottom: 2.4rem;
	margin-top: 1.5rem;
	margin-bottom: 0
}

.node--type-single-liftup.media-position-left h2.module-title:after {
	margin-left: 0
}

.node--type-single-liftup.media-position-left .content {
	padding-bottom: 3rem
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup.media-position-left .content {
		float: right
	}
}

@media screen and (min-width:660px) {
	.node--type-single-liftup.media-position-right {
		padding-top: 4.9rem;
		padding-bottom: 1.8rem
	}
}

.node--type-single-liftup.media-position-right .field--name-field-media-image,
.node--type-single-liftup.media-position-right .field--name-field-media-video {
	margin-top: 2rem
}

@media screen and (min-width:660px) {

	.node--type-single-liftup.media-position-right .field--name-field-media-image,
	.node--type-single-liftup.media-position-right .field--name-field-media-video {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem
	}
}

@media screen and (min-width:1024px) {

	.node--type-single-liftup.media-position-right .field--name-field-media-image,
	.node--type-single-liftup.media-position-right .field--name-field-media-video {
		margin-right: -10%;
		width: 60%;
		float: right;
		padding: 0
	}
}

@media screen and (min-width:1440px) {

	.node--type-single-liftup.media-position-right .field--name-field-media-image,
	.node--type-single-liftup.media-position-right .field--name-field-media-video {
		margin-right: -8.33333%;
		width: 58.33333%
	}
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.media-position-right .module-wrapper {
		padding-bottom: 1rem;
		padding-top: 1rem
	}
}

.node--type-single-liftup.media-position-right h2.module-title {
	padding-bottom: 2.4rem;
	margin-top: 1.5rem;
	margin-bottom: 0
}

.node--type-single-liftup.media-position-right h2.module-title:after {
	margin-left: 0
}

.node--type-single-liftup.media-position-right .content {
	padding-bottom: 3rem
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup.media-position-right .content {
		float: left;
		margin-right: 8.33333%
	}
}

.node--type-video.node--view-mode-module {
	padding-top: 2rem;
	padding-bottom: 4rem
}

.node--type-video.node--view-mode-module.module-background {
	margin-top: 0
}

.node--type-video.node--view-mode-module.module-background .module-wrapper {
	padding-top: 0
}

.node--type-video.node--view-mode-module.module-background .module-wrapper:before,
.node--type-video.node--view-mode-module.module-background .module-wrapper:after {
	content: " ";
	display: table
}

.node--type-video.node--view-mode-module.module-background .module-wrapper:after {
	clear: both
}

.node--type-video .field--name-field-text {
	float: none !important
}

.node--type-video .field--name-field-media-videos:before,
.node--type-video .field--name-field-media-videos:after {
	content: " ";
	display: table
}

.node--type-video .field--name-field-media-videos:after {
	clear: both
}

.node--type-video .field--name-field-media-videos.multiple&gt;.field--item {
	margin-top: 2rem
}

.node--type-video .field--name-field-link {
	text-align: center;
	padding-top: 6rem
}

.node--type-video .field--name-field-link:before,
.node--type-video .field--name-field-link:after {
	content: " ";
	display: table
}

.node--type-video .field--name-field-link:after {
	clear: both
}

.node--type-faq.module-background,
.node--type-faq-select.module-background {
	padding-top: 6.4rem;
	padding-bottom: 4.8rem
}

.node--type-faq.no-background .module-wrapper,
.node--type-faq-select.no-background .module-wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem
}

@media screen and (min-width:660px) {

	.node--type-faq.no-background .module-wrapper:before,
	.node--type-faq.no-background .module-wrapper:after,
	.node--type-faq-select.no-background .module-wrapper:before,
	.node--type-faq-select.no-background .module-wrapper:after {
		content: " ";
		display: table
	}

	.node--type-faq.no-background .module-wrapper:after,
	.node--type-faq-select.no-background .module-wrapper:after {
		clear: both
	}
}

.node--type-faq.no-background .node--view-mode-faq-item,
.node--type-faq-select.no-background .node--view-mode-faq-item {
	border: 1px solid #0a2a3d
}

.node--type-faq.small-title&gt;.module-wrapper&gt;.field--name-field-text,
.node--type-faq-select.small-title&gt;.module-wrapper&gt;.field--name-field-text {
	padding-bottom: 0
}

.node--type-faq .module-wrapper&gt;.field--name-field-text p,
.node--type-faq-select .module-wrapper&gt;.field--name-field-text p {
	margin-bottom: 1.6rem
}

@media screen and (min-width:1024px) {

	.node--type-faq .module-wrapper,
	.node--type-faq-select .module-wrapper {
		max-width: 119.6rem;
		margin: 0 auto;
		width: 100%;
		float: none
	}
}

.node--type-faq .module-wrapper&gt;h2,
.node--type-faq .module-wrapper&gt;h3,
.node--type-faq-select .module-wrapper&gt;h2,
.node--type-faq-select .module-wrapper&gt;h3 {
	margin-bottom: 1.6rem;
	padding-bottom: 0;
	text-align: center
}

.node--type-faq .module-wrapper&gt;h2,
.node--type-faq-select .module-wrapper&gt;h2 {
	font-size: 5.6rem;
	line-height: 140%;
	margin-top: 0
}

.node--type-faq .module-wrapper&gt;h3,
.node--type-faq-select .module-wrapper&gt;h3 {
	font-size: 3.6rem;
	line-height: 140%
}

.node--type-faq .field--name-field-text,
.node--type-faq-select .field--name-field-text {
	float: none !important
}

.node--type-faq .accordion-form,
.node--type-faq-select .accordion-form {
	border-bottom: 1px solid #0a2a3d;
	padding-bottom: 2rem;
	margin-bottom: 5rem
}

@media screen and (min-width:660px) {

	.node--type-faq .accordion-form .form-type-select,
	.node--type-faq-select .accordion-form .form-type-select {
		padding-left: 0
	}
}

.node--type-faq .accordion-form .form-submit,
.node--type-faq-select .accordion-form .form-submit {
	border-radius: 0;
	border: 0 none;
	height: 4.5rem;
	padding: 0 2rem;
	background: #0a2a3d;
	color: #fff;
	margin-left: 1rem
}

@media screen and (min-width:660px) {

	.node--type-faq .accordion-form .form-submit,
	.node--type-faq-select .accordion-form .form-submit {
		margin-left: 0;
		float: left;
		margin-top: 3.4rem
	}
}

.node--type-faq .node--view-mode-faq-item,
.node--type-faq-select .node--view-mode-faq-item {
	background: #fff;
	padding: 0;
	margin-bottom: 1.6rem
}

.node--type-faq .node--view-mode-faq-item h2,
.node--type-faq-select .node--view-mode-faq-item h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 2.5rem 3.2rem;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d
}

@media screen and (max-width:659px) {

	.node--type-faq .node--view-mode-faq-item h2,
	.node--type-faq-select .node--view-mode-faq-item h2 {
		padding: 1.6rem 6.4rem 1.6rem 1.6rem
	}
}

.node--type-faq .node--view-mode-faq-item h2 a,
.node--type-faq-select .node--view-mode-faq-item h2 a {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d
}

.node--type-faq .node--view-mode-faq-item h2 a .caret,
.node--type-faq-select .node--view-mode-faq-item h2 a .caret {
	position: absolute;
	width: 3.333rem;
	height: 3.333rem;
	right: 3.2rem;
	top: 2.3rem;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #0a2a3d;
	border-radius: 50%
}

.node--type-faq .node--view-mode-faq-item h2 a .caret .plus,
.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus {
	width: 1.3rem;
	height: 1.3rem;
	display: inline-block;
	position: absolute;
	top: .8rem;
	right: 1.2rem
}

.node--type-faq .node--view-mode-faq-item h2 a .caret .plus:before,
.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus:before {
	content: "";
	width: 1.333rem;
	height: 1px;
	border-top: 2px solid #0a2a3d;
	border-radius: 1px;
	display: block;
	position: absolute;
	top: .6rem;
	left: .4rem
}

.node--type-faq .node--view-mode-faq-item h2 a .caret .plus:after,
.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus:after {
	content: "";
	width: 1px;
	height: 1.333rem;
	border-right: 2px solid #0a2a3d;
	border-radius: 1px;
	display: block;
	position: absolute;
	top: 0px;
	left: 1rem;
	-webkit-transition: all .2s;
	transition: all .2s
}

.node--type-faq .node--view-mode-faq-item .content,
.node--type-faq-select .node--view-mode-faq-item .content {
	padding: 0
}

.node--type-faq .node--view-mode-faq-item .content .field--name-body,
.node--type-faq-select .node--view-mode-faq-item .content .field--name-body {
	padding: 0 1.6rem;
	font-size: 1.6rem;
	line-height: 120%;
	letter-spacing: .4px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c
}

@media screen and (min-width:1024px) {

	.node--type-faq .node--view-mode-faq-item .content .field--name-body,
	.node--type-faq-select .node--view-mode-faq-item .content .field--name-body {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: .4px
	}
}

.node--type-faq .node--view-mode-faq-item .content .field--name-body ul li,
.node--type-faq .node--view-mode-faq-item .content .field--name-body ol li,
.node--type-faq-select .node--view-mode-faq-item .content .field--name-body ul li,
.node--type-faq-select .node--view-mode-faq-item .content .field--name-body ol li {
	line-height: 3.6rem
}

@media screen and (min-width:660px) {

	.node--type-faq .node--view-mode-faq-item .content .field--name-body,
	.node--type-faq-select .node--view-mode-faq-item .content .field--name-body {
		padding: 1.6rem 6.4rem 1.6rem 3.2rem
	}
}

.node--type-faq .node--view-mode-faq-item.open h2 .caret .plus:after,
.node--type-faq-select .node--view-mode-faq-item.open h2 .caret .plus:after {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg)
}

.view-contact-finder .view-filters {
	padding: 0;
	margin: 0 1rem 3rem
}

.view-contact-finder .view-filters .form-type-select {
	float: none;
	padding: 0
}

@media screen and (min-width:660px) {
	.view-contact-finder .view-filters .form-type-select {
		padding-left: 0px;
		float: left;
		padding-right: 2rem
	}
}

.view-contact-finder .view-filters .form-type-select label:after {
	display: none
}

.view-contact-finder .view-filters .form-submit {
	display: none !important;
	border-radius: 0;
	border: 0 none;
	height: 4.5rem;
	padding: 0 2rem;
	background: #0a2a3d;
	color: #fff;
	float: none
}

@media screen and (min-width:660px) {
	.view-contact-finder .view-filters .form-submit {
		float: left;
		margin-top: 3rem;
		margin-left: 1rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.view-contact-finder .view-filters .form-submit {
		margin-top: 2.8rem
	}
}

.view-contact-finder .view-empty {
	padding: 0 1rem
}

.view-contact-finder .view-content {
	padding: 0 1rem
}

.view-contact-finder .view-content h3 {
	background: #fff;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 2rem 4rem;
	cursor: pointer;
	border: 1px solid #0a2a3d;
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	line-height: 140%;
	clear: both
}

@media screen and (max-width:659px) {
	.view-contact-finder .view-content h3 {
		padding: 2rem 2.5rem 2rem 2rem
	}
}

.view-contact-finder .view-content h3 .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0a2a3d;
	-webkit-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	line-height: 2.6rem;
	float: right;
	margin-top: 0
}

@media screen and (min-width:1024px) {
	.view-contact-finder .view-content h3 .icon {
		width: 40px;
		height: 40px
	}
}

.view-contact-finder .view-content h3 .icon:after {
	width: 10px;
	height: 10px;
	border-top: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-webkit-transition: .2s transform;
	transition: .2s transform;
	content: "";
	display: inline-block;
	position: relative;
	top: -2px
}

@media screen and (min-width:1024px) {
	.view-contact-finder .view-content h3 .icon:after {
		top: 4px;
		width: 14px;
		height: 14px
	}
}

.view-contact-finder .view-content h3 .icon.down:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.view-contact-finder .view-content h3 .icon.up:after {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (min-width:1024px) {
	.view-contact-finder .view-content h3 .icon.up:after {
		top: 10px
	}
}

.view-contact-finder .view-content .toggle-wrap.collapsed {
	display: none
}

.view-contact-finder .view-content .contact-sub-category {
	margin-bottom: 4rem
}

.view-contact-finder .view-content .contact-sub-category article {
	height: 100%;
	border: 1px solid #0a2a3d
}

.bg_light .view-contact-finder .view-content .contact-sub-category article {
	border: 1px solid #0a2a3d
}

.bg_dark .view-contact-finder .view-content .contact-sub-category article {
	border: 1px solid #fff
}

.view-contact-finder .view-content .contact-sub-category .content {
	height: 100%;
	padding: 2rem
}

.view-contact-finder .view-content .contact-sub-category h4 {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	border-bottom: 1px solid #0a2a3d;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem
}

@media screen and (min-width:1024px) {
	.view-contact-finder .view-content .contact-sub-category h4 {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.bg_dark .view-contact-finder .view-content .contact-sub-category h4 {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #fff;
	border-bottom: 1px solid #fff
}

@media screen and (min-width:1024px) {
	.bg_dark .view-contact-finder .view-content .contact-sub-category h4 {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.view-contact-finder .view-content .contact-sub-category .contact-sub-category-items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 2rem
}

@media screen and (min-width:800px) {
	.view-contact-finder .view-content .contact-sub-category .contact-sub-category-items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2rem
	}
}

.node--type-eloqua .module-wrapper {
	background: #fff;
	padding: 9rem 5rem
}

@media screen and (max-width:659px) {
	.node--type-eloqua .module-wrapper {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.node--type-eloqua .module-wrapper&gt;h2 {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	padding-bottom: .8rem !important
}

@media screen and (min-width:1024px) {
	.node--type-eloqua .module-wrapper&gt;h2 {
		font-size: 3rem;
		line-height: 140%;
		letter-spacing: .4px
	}
}

.node--type-eloqua .module-wrapper&gt;h2:after {
	display: none
}

.node--type-eloqua.no-background .module-wrapper {
	padding-top: 6rem
}

@media screen and (min-width:660px) {
	.node--type-eloqua.has-body .field--name-body {
		padding-right: 3rem
	}

	.node--type-eloqua.has-body .field--name-field-script {
		padding-left: 3rem
	}
}

#block-views-block-cases-block-1 .geolocation-common-map-locations {
	display: none
}

#block-views-block-cases-block-1 .js-form-item-category label {
	float: left;
	width: auto;
	margin-right: 2rem;
	line-height: 3.6rem
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper {
	float: left;
	width: 20rem
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper .chosen-container .chosen-single {
	padding-top: .5rem;
	padding-bottom: .5rem;
	height: 3.6rem
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper .chosen-container .chosen-single:after {
	top: .8rem
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper .chosen-with-drop .chosen-single:after {
	top: 1.4rem !important
}

.field--name-field-module .exposedformproduct-searchpage-1,
.field--name-field-module .vaisalacommerceproductsearchquickform {
	padding-bottom: 0;
	padding-top: 8rem
}

@media screen and (min-width:1024px) {

	.field--name-field-module .exposedformproduct-searchpage-1.bg_light .background,
	.field--name-field-module .exposedformproduct-searchpage-1.bg_dark .background,
	.field--name-field-module .vaisalacommerceproductsearchquickform.bg_light .background,
	.field--name-field-module .vaisalacommerceproductsearchquickform.bg_dark .background {
		height: 12rem
	}
}

@media screen and (max-width:659px) {

	.field--name-field-module .exposedformproduct-searchpage-1,
	.field--name-field-module .vaisalacommerceproductsearchquickform {
		padding-top: 0
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.field--name-field-module .exposedformproduct-searchpage-1,
	.field--name-field-module .vaisalacommerceproductsearchquickform {
		padding-top: 4rem
	}
}

#block-exposedformproduct-searchpage-1,
#block-vaisalacommerceproductsearchquickform {
	z-index: 100;
	background: #fff
}

@media screen and (min-width:660px) {

	.node--view-mode-module.no-background #block-exposedformproduct-searchpage-1,
	.node--view-mode-module.no-background #block-vaisalacommerceproductsearchquickform {
		-webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, .1);
		box-shadow: 0 0 3rem rgba(0, 0, 0, .1)
	}
}

@media screen and (min-width:660px) {

	#block-exposedformproduct-searchpage-1,
	#block-vaisalacommerceproductsearchquickform {
		position: absolute;
		top: -14.5rem;
		width: 100%
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	#block-exposedformproduct-searchpage-1,
	#block-vaisalacommerceproductsearchquickform {
		top: -10.5rem;
		margin-left: -1rem
	}
}

#block-exposedformproduct-searchpage-1 #views-exposed-form-product-search-page-1,
#block-exposedformproduct-searchpage-1 #product-search-quick-form,
#block-vaisalacommerceproductsearchquickform #views-exposed-form-product-search-page-1,
#block-vaisalacommerceproductsearchquickform #product-search-quick-form {
	background: #fff;
	position: relative
}

@media screen and (max-width:659px) {

	#block-exposedformproduct-searchpage-1 #views-exposed-form-product-search-page-1,
	#block-exposedformproduct-searchpage-1 #product-search-quick-form,
	#block-vaisalacommerceproductsearchquickform #views-exposed-form-product-search-page-1,
	#block-vaisalacommerceproductsearchquickform #product-search-quick-form {
		padding: 2.5rem 2rem;
		margin: 0 -1rem 0;
		border-top: 1px solid #d8d8d8
	}
}

#block-exposedformproduct-searchpage-1 .form-type-select,
#block-vaisalacommerceproductsearchquickform .form-type-select {
	padding: 0;
	margin-bottom: 0
}

@media screen and (max-width:659px) {

	#block-exposedformproduct-searchpage-1 .form-type-select,
	#block-vaisalacommerceproductsearchquickform .form-type-select {
		margin-bottom: 2.5rem
	}
}

@media screen and (min-width:660px) {

	#block-exposedformproduct-searchpage-1 .form-type-select,
	#block-vaisalacommerceproductsearchquickform .form-type-select {
		width: 98%;
		padding: 3.5rem 15.5rem 3.5rem 4.5rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	#block-exposedformproduct-searchpage-1 .form-type-select,
	#block-vaisalacommerceproductsearchquickform .form-type-select {
		width: 90%;
		padding: 3.5rem 2.5rem 3.5rem 0
	}
}

#block-exposedformproduct-searchpage-1 .form-type-select .control-label,
#block-vaisalacommerceproductsearchquickform .form-type-select .control-label {
	font-size: 1.6rem;
	line-height: 120%;
	font-weight: 400;
	text-align: center
}

@media screen and (min-width:660px) {

	#block-exposedformproduct-searchpage-1 .form-type-select .control-label,
	#block-vaisalacommerceproductsearchquickform .form-type-select .control-label {
		float: left;
		width: 50%;
		padding: 1rem 2rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	#block-exposedformproduct-searchpage-1 .form-type-select .control-label,
	#block-vaisalacommerceproductsearchquickform .form-type-select .control-label {
		padding: 1rem 0
	}
}

@media screen and (max-width:659px) {

	#block-exposedformproduct-searchpage-1 .form-type-select .control-label,
	#block-vaisalacommerceproductsearchquickform .form-type-select .control-label {
		margin-bottom: 1rem
	}
}

@media screen and (min-width:660px) {

	#block-exposedformproduct-searchpage-1 .form-type-select .select-wrapper,
	#block-vaisalacommerceproductsearchquickform .form-type-select .select-wrapper {
		float: left;
		width: 45%
	}
}

@media screen and (min-width:660px) {

	#block-exposedformproduct-searchpage-1 .form-actions,
	#block-vaisalacommerceproductsearchquickform .form-actions {
		width: 12rem;
		display: block;
		float: left;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	#block-exposedformproduct-searchpage-1 .form-actions,
	#block-vaisalacommerceproductsearchquickform .form-actions {
		width: 10%
	}
}

@media screen and (max-width:659px) {

	#block-exposedformproduct-searchpage-1 .form-actions,
	#block-vaisalacommerceproductsearchquickform .form-actions {
		text-align: center
	}
}

#block-exposedformproduct-searchpage-1 .form-actions .button,
#block-vaisalacommerceproductsearchquickform .form-actions .button {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fb6432;
	border: 0px none;
	border-radius: 0px;
	color: #fff;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0
}

#block-exposedformproduct-searchpage-1 .form-actions .button:hover,
#block-vaisalacommerceproductsearchquickform .form-actions .button:hover {
	background-color: #e54615
}

@media screen and (max-width:659px) {

	#block-exposedformproduct-searchpage-1 .form-actions .button,
	#block-vaisalacommerceproductsearchquickform .form-actions .button {
		padding: 1.5rem 8rem;
		display: inline-block;
		width: auto;
		margin: 0 auto;
		position: relative
	}
}

.node--type-hero.bg_light.high .hero-title,
.node--type-hero.bg_light.high .hero-title a,
.node--type-hero.bg_light.extra-high .hero-title,
.node--type-hero.bg_light.extra-high .hero-title a {
	font-size: 3.4rem;
	line-height: 140%;
	letter-spacing: 1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #0a2a3d;
	text-align: center
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.node--type-hero.bg_light.high .hero-title,
	.node--type-hero.bg_light.high .hero-title a,
	.node--type-hero.bg_light.extra-high .hero-title,
	.node--type-hero.bg_light.extra-high .hero-title a {
		font-size: 4rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:1024px) {

	.node--type-hero.bg_light.high .hero-title,
	.node--type-hero.bg_light.high .hero-title a,
	.node--type-hero.bg_light.extra-high .hero-title,
	.node--type-hero.bg_light.extra-high .hero-title a {
		font-size: 6rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:1440px) {

	.node--type-hero.bg_light.high .hero-title,
	.node--type-hero.bg_light.high .hero-title a,
	.node--type-hero.bg_light.extra-high .hero-title,
	.node--type-hero.bg_light.extra-high .hero-title a {
		font-size: 7.4rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

.field--name-field-hero .node--type-hero.extra-high {
	height: auto;
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (min-width:660px) {
	.field--name-field-hero .node--type-hero.extra-high {
		height: 94rem
	}
}

@media screen and (max-width:659px) {
	.field--name-field-hero .node--type-hero.extra-high .background {
		height: 31.5rem
	}

	.field--name-field-hero .node--type-hero.extra-high&gt;.content {
		position: relative;
		top: 0px;
		padding: 3rem 0
	}
}

.field--name-field-hero .node--type-hero.high {
	height: auto;
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (min-width:660px) {
	.field--name-field-hero .node--type-hero.high {
		height: 52.5rem
	}
}

@media screen and (max-width:659px) {
	.field--name-field-hero .node--type-hero.high .background {
		height: 31.5rem
	}

	.field--name-field-hero .node--type-hero.high&gt;.content {
		position: relative;
		top: 0;
		padding: 2rem 0
	}
}

.field--name-field-hero .node--type-hero.high .hero_scrolldown {
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	margin-left: -1.8rem;
	cursor: pointer;
	border-radius: 50%;
	background: transparent;
	transition: all .2s;
	-webkit-transition: all .2s
}

@media screen and (max-width:659px) {
	.field--name-field-hero .node--type-hero.high .hero_scrolldown {
		display: none
	}
}

.field--name-field-hero .node--type-hero.high .hero_scrolldown .arrow {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	margin-left: 1.2rem;
	margin-top: 1rem;
	position: relative
}

.field--name-field-hero .node--type-hero.high .hero_scrolldown:hover {
	background: #fff
}

.field--name-field-hero .node--type-hero.high .hero_scrolldown:hover .arrow {
	border-right-color: #0a2a3d;
	border-bottom-color: #0a2a3d
}

.node--type-hero.low {
	height: auto;
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (min-width:660px) {
	.node--type-hero.low {
		height: 38.5rem
	}
}

@media screen and (max-width:659px) {
	.node--type-hero.low .background {
		height: 31.5rem
	}

	.node--type-hero.low .hero-title {
		height: 31.5rem;
		margin-bottom: 0
	}

	.node--type-hero.low&gt;.content {
		position: relative;
		top: 0;
		padding: 2rem 0
	}
}

@media screen and (min-width:660px) {

	.node--type-hero .hero-title,
	.node--type-hero&gt;.content {
		opacity: 0
	}
}

.node--type-hero .hero-title,
.node--type-hero.module-background.bg_dark .field--name-field-text,
.node--type-hero .field--name-field-link {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 80%;
	margin: 0 auto
}

@media screen and (min-width:660px) {

	.node--type-hero .hero-title,
	.node--type-hero.module-background.bg_dark .field--name-field-text,
	.node--type-hero .field--name-field-link {
		max-width: 60%;
		margin-top: 2rem;
		text-align: left
	}
}

@media screen and (min-width:1024px) {

	.node--type-hero .hero-title,
	.node--type-hero.module-background.bg_dark .field--name-field-text,
	.node--type-hero .field--name-field-link {
		margin-top: 2rem
	}
}

@media screen and (min-width:1440px) {

	.node--type-hero .hero-title,
	.node--type-hero.module-background.bg_dark .field--name-field-text,
	.node--type-hero .field--name-field-link {
		max-width: 90rem
	}
}

@media screen and (min-width:660px) {
	.node--type-hero .hero-title {
		max-width: 60%
	}
}

@media screen and (min-width:1440px) {
	.node--type-hero .hero-title {
		max-width: 90rem
	}
}

@media screen and (min-width:1024px) {

	.node--type-hero.module-background.bg_dark .field--name-field-text,
	.node--type-hero .field--name-field-link {
		padding-right: 10rem
	}
}

@media screen and (min-width:1440px) {

	.node--type-hero.module-background.bg_dark .field--name-field-text,
	.node--type-hero .field--name-field-link {
		padding-right: 15rem
	}
}

@media screen and (max-width:659px) {
	.node--type-hero .field--name-field-link {
		padding-top: 2rem
	}
}

.node--type-hero.module-background.bg_dark .field--name-field-text {
	font-size: 1.6rem !important;
	line-height: 120% !important;
	color: #0e1f2c !important;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	text-align: left
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text {
		color: #0a2a3d !important;
		text-align: center
	}
}

@media screen and (min-width:1024px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text {
		font-size: 1.8rem !important;
		line-height: 140% !important;
		letter-spacing: 1px !important;
		color: #0a2a3d !important;
		text-align: center
	}
}

@media screen and (min-width:1440px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text {
		font-size: 1.8rem !important;
		line-height: 140% !important;
		letter-spacing: 1px !important;
		color: #0a2a3d !important;
		text-align: center
	}
}

@media screen and (min-width:660px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text {
		text-align: left
	}
}

.node--type-hero.module-background.bg_dark .field--name-field-text p {
	margin-bottom: 2rem;
	font-size: 1.6rem !important;
	line-height: 120% !important;
	color: #0e1f2c !important;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	text-align: left
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text p {
		color: #fff !important;
		text-align: center
	}
}

@media screen and (min-width:1024px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text p {
		font-size: 1.8rem !important;
		line-height: 140% !important;
		letter-spacing: 1px !important;
		color: #fff !important;
		text-align: center
	}
}

@media screen and (min-width:1440px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text p {
		font-size: 1.8rem !important;
		line-height: 140% !important;
		letter-spacing: 1px !important;
		color: #fff !important;
		text-align: center
	}
}

@media screen and (min-width:660px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text p {
		text-align: left
	}
}

.node--type-hero.module-background.bg_dark .field--name-field-text p:last-child {
	margin-bottom: 0
}

.node--type-hero.high .hero-title,
.node--type-hero.high .hero-title a,
.node--type-hero.extra-high .hero-title,
.node--type-hero.extra-high .hero-title a {
	margin-top: 0;
	font-size: 3.4rem;
	line-height: 140%;
	letter-spacing: 1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	text-align: center
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.node--type-hero.high .hero-title,
	.node--type-hero.high .hero-title a,
	.node--type-hero.extra-high .hero-title,
	.node--type-hero.extra-high .hero-title a {
		font-size: 4rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:1024px) {

	.node--type-hero.high .hero-title,
	.node--type-hero.high .hero-title a,
	.node--type-hero.extra-high .hero-title,
	.node--type-hero.extra-high .hero-title a {
		font-size: 6rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:1440px) {

	.node--type-hero.high .hero-title,
	.node--type-hero.high .hero-title a,
	.node--type-hero.extra-high .hero-title,
	.node--type-hero.extra-high .hero-title a {
		font-size: 7.4rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:660px) {

	.node--type-hero.high .hero-title,
	.node--type-hero.high .hero-title a,
	.node--type-hero.extra-high .hero-title,
	.node--type-hero.extra-high .hero-title a {
		text-align: left
	}
}

.node--type-hero.low .hero-title,
.node--type-hero.low .hero-title a {
	font-size: 2.6rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	text-align: center
}

@media screen and (min-width:1024px) {

	.node--type-hero.low .hero-title,
	.node--type-hero.low .hero-title a {
		font-size: 4.2rem;
		line-height: 140%;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:1440px) {

	.node--type-hero.low .hero-title,
	.node--type-hero.low .hero-title a {
		font-size: 6rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:660px) {

	.node--type-hero.low .hero-title,
	.node--type-hero.low .hero-title a {
		text-align: left
	}
}

@media screen and (min-width:660px) {
	.node--type-infographics {
		margin: 5rem 0
	}
}

.node--type-infographics .carousel-indicators {
	position: relative
}

.node--type-infographics .carousel-indicators li {
	background: #0a2a3d;
	margin: .1rem 1rem
}

.node--type-infographics .carousel-indicators li.active {
	background: #0a2a3d;
	height: 2rem;
	width: 2rem;
	border: 1px solid #fff;
	position: relative;
	top: -1px;
	margin: 0 1rem
}

.node--type-infographics .carousel-indicators li.active:before {
	content: " ";
	height: 2.2rem;
	width: 2.2rem;
	position: absolute;
	top: -0.2rem;
	left: -0.2rem;
	z-index: -1;
	background: #fff;
	border: .1rem solid #0a2a3d;
	border-radius: 1.2rem
}

@media screen and (min-width:660px) {
	.node--type-infographics .carousel {
		display: none
	}
}

.node--type-infographics .carousel .carousel-inner .item {
	cursor: pointer;
	text-align: center;
	height: auto;
	min-height: 10rem
}

.node--type-infographics .carousel .carousel-inner .item article {
	max-width: 30rem;
	margin: 2rem auto
}

@media screen and (max-width:659px) {
	.node--type-infographics .field--name-field-items.full-view {
		display: none
	}
}

@media screen and (min-width:660px) {
	.node--type-infographics .field--name-field-items.full-view {
		display: block
	}
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item {
	text-align: center
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item:after {
	content: " ";
	display: inline-block;
	height: 10rem;
	width: .1rem;
	border-left: 1px solid #60addb;
	-webkit-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg);
	position: absolute;
	top: 0;
	right: 0
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item:first-child .node--type-infographic {
	padding-left: 0
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item:last-child:after {
	display: none
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item:last-child .node--type-infographic {
	padding-right: 0
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item .node--type-infographic {
	display: inline-block;
	padding: 0 1.5rem
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item .node--type-infographic .content {
	max-width: 22.5rem;
	margin: 0 auto
}

.node--type-infographics .field--name-field-items.full-view&gt;.field--item:last-child article:after {
	display: none
}

.node--type-infographics .field--name-field-items.full-view.items-count-1&gt;.field--item:first-child {
	margin-left: 37.5% !important
}

.node--type-infographics .field--name-field-items.full-view.items-count-2&gt;.field--item:first-child {
	margin-left: 25% !important
}

.node--type-infographics .field--name-field-items.full-view.items-count-3&gt;.field--item:first-child {
	margin-left: 12.5% !important
}

.node--type-infographics .field--name-field-prefix {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 140%;
	text-transform: uppercase;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d
}

@media screen and (min-width:1024px) {
	.node--type-infographics .field--name-field-prefix {
		font-size: 3rem
	}
}

.node--type-infographics .field--name-field-number,
.node--type-infographics .field--name-field-info {
	display: none;
	font-size: 2.6rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d;
	text-align: center
}

@media screen and (min-width:1024px) {

	.node--type-infographics .field--name-field-number,
	.node--type-infographics .field--name-field-info {
		font-size: 3.6rem
	}
}

@media screen and (min-width:1440px) {

	.node--type-infographics .field--name-field-number,
	.node--type-infographics .field--name-field-info {
		font-size: 6rem
	}
}

.node--type-infographics .field--name-field-suffix {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 140%;
	text-transform: uppercase;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d
}

@media screen and (min-width:1024px) {
	.node--type-infographics .field--name-field-suffix {
		font-size: 3rem
	}
}

.node--type-infographics .field--name-field-text {
	font-size: 1.4rem;
	line-height: 120%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d
}

.node--type-infographics .field--name-field-text:before,
.node--type-infographics .field--name-field-text:after {
	content: " ";
	display: table
}

.node--type-infographics .field--name-field-text:after {
	clear: both
}

.view article.node--view-mode-liftup-contact-card&gt;.content,
.view-content article.node--view-mode-liftup-contact-card&gt;.content,
.field--name-field-liftup article.node--view-mode-liftup-contact-card&gt;.content,
.field--name-field-products article.node--view-mode-liftup-contact-card&gt;.content {
	padding-top: 1rem !important
}

.view article.node--view-mode-liftup-contact-card .field--name-field-media-image,
.view article.node--view-mode-liftup-contact-card .liftup-icon,
.view-content article.node--view-mode-liftup-contact-card .field--name-field-media-image,
.view-content article.node--view-mode-liftup-contact-card .liftup-icon,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .field--name-field-media-image,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .liftup-icon,
.field--name-field-products article.node--view-mode-liftup-contact-card .field--name-field-media-image,
.field--name-field-products article.node--view-mode-liftup-contact-card .liftup-icon {
	display: table-cell;
	margin: 0;
	padding: 0 1.2rem 0 0;
	width: 5.8rem;
	vertical-align: middle
}

.view article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,
.view article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,
.view-content article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,
.view-content article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,
.field--name-field-products article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,
.field--name-field-products article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image {
	margin-top: 0
}

.view article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,
.view article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,
.view-content article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,
.view-content article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,
.field--name-field-products article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,
.field--name-field-products article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img {
	border-radius: 50%;
	width: 4.6rem;
	height: 4.6rem
}

.view article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,
.view-content article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,
.field--name-field-products article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area {
	margin: 2rem 0;
	padding-left: 0
}

.view article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,
.view-content article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,
.field--name-field-liftup article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,
.field--name-field-products article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li {
	background: #dee1e6;
	border-radius: 2rem;
	color: #0a2a3d;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 120%;
	padding: .5rem 1rem;
	margin-bottom: .3rem
}

.node--type-grid-liftup .view.single&gt;.field--item article .content,
.node--type-grid-liftup .view.multiple&gt;.field--item article .content,
.node--type-grid-liftup .view-content.single&gt;.field--item article .content,
.node--type-grid-liftup .view-content.multiple&gt;.field--item article .content,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item article .content,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item article .content,
.node--type-grid-liftup .field--name-field-products.single&gt;.field--item article .content,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item article .content {
	padding: 4rem;
	margin-bottom: 4rem
}

.view .node--type-liftup .field--name-field-media-image .img-responsive,
.view-content .node--type-liftup .field--name-field-media-image .img-responsive,
.field--name-field-liftup .node--type-liftup .field--name-field-media-image .img-responsive,
.field--name-field-products .node--type-liftup .field--name-field-media-image .img-responsive {
	max-width: none;
	width: 100%
}

.view-view-mode-card .view-content&gt;.views-infinite-scroll-content-wrapper,
.view-view-mode-masonry .view-content&gt;.views-infinite-scroll-content-wrapper,
.view-view-mode-liftup .view-content&gt;.views-infinite-scroll-content-wrapper {
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}

@media screen and (min-width:660px) {

	.view-view-mode-card .view-content&gt;.views-infinite-scroll-content-wrapper,
	.view-view-mode-masonry .view-content&gt;.views-infinite-scroll-content-wrapper,
	.view-view-mode-liftup .view-content&gt;.views-infinite-scroll-content-wrapper {
		gap: 4.8rem
	}
}

@media screen and (min-width:660px) {

	.view-view-mode-card .view-content&gt;.views-infinite-scroll-content-wrapper,
	.view-view-mode-masonry .view-content&gt;.views-infinite-scroll-content-wrapper,
	.view-view-mode-liftup .view-content&gt;.views-infinite-scroll-content-wrapper {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.view-view-mode-card .view-content&gt;.views-infinite-scroll-content-wrapper,
	.view-view-mode-masonry .view-content&gt;.views-infinite-scroll-content-wrapper,
	.view-view-mode-liftup .view-content&gt;.views-infinite-scroll-content-wrapper {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

.view-view-mode-card .view-content&gt;.views-infinite-scroll-content-wrapper::before,
.view-view-mode-card .view-content&gt;.views-infinite-scroll-content-wrapper::after,
.view-view-mode-masonry .view-content&gt;.views-infinite-scroll-content-wrapper::before,
.view-view-mode-masonry .view-content&gt;.views-infinite-scroll-content-wrapper::after,
.view-view-mode-liftup .view-content&gt;.views-infinite-scroll-content-wrapper::before,
.view-view-mode-liftup .view-content&gt;.views-infinite-scroll-content-wrapper::after {
	display: none
}

.view-view-mode-card .view-content .views-row,
.view-view-mode-masonry .view-content .views-row,
.view-view-mode-liftup .view-content .views-row {
	padding-bottom: 0
}

.view-view-mode-card .view-content::before,
.view-view-mode-card .view-content::after,
.view-view-mode-masonry .view-content::before,
.view-view-mode-masonry .view-content::after,
.view-view-mode-liftup .view-content::before,
.view-view-mode-liftup .view-content::after {
	display: none
}

.view-view-mode-card .view-content article,
.view-view-mode-masonry .view-content article,
.view-view-mode-liftup .view-content article {
	height: auto
}

.view-view-mode-card .view-content article .content,
.view-view-mode-masonry .view-content article .content,
.view-view-mode-liftup .view-content article .content {
	position: relative
}

.view-view-mode-card .view-content article h2,
.view-view-mode-card .view-content article h3,
.view-view-mode-masonry .view-content article h2,
.view-view-mode-masonry .view-content article h3,
.view-view-mode-liftup .view-content article h2,
.view-view-mode-liftup .view-content article h3 {
	margin-top: 0;
	margin-bottom: 3.2rem
}

.view-view-mode-card.is-not-infinitive-view-pager .view-content,
.view-view-mode-masonry.is-not-infinitive-view-pager .view-content,
.view-view-mode-liftup.is-not-infinitive-view-pager .view-content {
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}

@media screen and (min-width:660px) {

	.view-view-mode-card.is-not-infinitive-view-pager .view-content,
	.view-view-mode-masonry.is-not-infinitive-view-pager .view-content,
	.view-view-mode-liftup.is-not-infinitive-view-pager .view-content {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.view-view-mode-card.is-not-infinitive-view-pager .view-content,
	.view-view-mode-masonry.is-not-infinitive-view-pager .view-content,
	.view-view-mode-liftup.is-not-infinitive-view-pager .view-content {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

.view-view-mode-card.is-not-infinitive-view-pager .view-content::before,
.view-view-mode-card.is-not-infinitive-view-pager .view-content::after,
.view-view-mode-masonry.is-not-infinitive-view-pager .view-content::before,
.view-view-mode-masonry.is-not-infinitive-view-pager .view-content::after,
.view-view-mode-liftup.is-not-infinitive-view-pager .view-content::before,
.view-view-mode-liftup.is-not-infinitive-view-pager .view-content::after {
	display: none
}

.view-display-id-block_industry_products .view-content,
.view-id-measurement_products .view-content,
.view-measurement-stories .view-content,
.view-stories .view-content,
.view-related-events .view-content,
.view-id-industries_innovation .view-content,
.node--type-mini-grid-liftup .mobile-show .field--name-field-liftup .view-content {
	display: block !important
}

.node--type-side-by-side-liftup .field--name-field-liftup {
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	width: 100%
}

@media screen and (min-width:660px) {
	.node--type-side-by-side-liftup .field--name-field-liftup {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.node--type-side-by-side-liftup .field--name-field-liftup {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

.node--type-side-by-side-liftup .field--name-field-liftup::before,
.node--type-side-by-side-liftup .field--name-field-liftup::after {
	display: none
}

.node--type-side-by-side-liftup .field--name-field-liftup article {
	height: 100%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.node--type-side-by-side-liftup .field--name-field-liftup article .content {
	padding: 2rem
}

.node--type-side-by-side-liftup .field--name-field-liftup .masonry-link {
	text-indent: unset;
	margin-top: auto
}

.node--type-side-by-side-liftup .field--name-field-liftup .read-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2rem;
	padding-top: 0
}

.node--type-side-by-side-liftup .field--name-field-liftup .read-more::after {
	position: relative
}

[id^=block-views-block-latest-news] .custom-exposed-form {
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: 0;
	margin-bottom: 5rem
}

@media screen and (max-width:659px) {
	[id^=block-views-block-latest-news] .custom-exposed-form {
		display: none
	}
}

[id^=block-views-block-latest-news] .custom-exposed-form .filter-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.4rem;
	padding: 1.6rem;
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	border: 1px solid #0a2a3d;
	color: #0a2a3d;
	margin: 1rem .6rem;
	text-decoration: none;
	cursor: pointer
}

[id^=block-views-block-latest-news] .custom-exposed-form .filter-item.filter-selected {
	background: #0a2a3d;
	color: #fff
}

.bg_dark [id^=block-views-block-latest-news] .custom-exposed-form .filter-item {
	font-size: 1.6rem;
	line-height: 120%;
	letter-spacing: .4px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #fff
}

@media screen and (min-width:1024px) {
	.bg_dark [id^=block-views-block-latest-news] .custom-exposed-form .filter-item {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: .4px
	}
}

.bg_dark [id^=block-views-block-latest-news] .custom-exposed-form .filter-item ul li,
.bg_dark [id^=block-views-block-latest-news] .custom-exposed-form .filter-item ol li {
	line-height: 3.6rem
}

.bg_dark [id^=block-views-block-latest-news] .custom-exposed-form .filter-item.filter-selected:after {
	background: #fff
}

[id^=block-views-block-latest-news] .select-wrapper {
	padding: 0 1rem;
	display: block
}

@media screen and (min-width:660px) {
	[id^=block-views-block-latest-news] .select-wrapper {
		display: none
	}
}

[id^=block-views-block-latest-news] .select-wrapper .mobile-dropdown {
	display: block;
	text-align: left;
	margin: 2rem 0
}

.node--view-mode-liftup,
.node--view-mode-card,
.node--view-mode-liftup_contact_card,
.node--view-mode-masonry,
.node--view-mode-list-item {
	height: 100%;
	padding-bottom: 3.5rem;
	background-color: #fff;
	max-height: none;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s
}

.bg_light .node--view-mode-liftup .content,
.bg_dark .node--view-mode-liftup .content,
.bg_light .node--view-mode-card .content,
.bg_dark .node--view-mode-card .content,
.bg_light .node--view-mode-liftup_contact_card .content,
.bg_dark .node--view-mode-liftup_contact_card .content,
.bg_light .node--view-mode-masonry .content,
.bg_dark .node--view-mode-masonry .content,
.bg_light .node--view-mode-list-item .content,
.bg_dark .node--view-mode-list-item .content {
	padding: 2rem
}

.bg_light .node--view-mode-liftup .coh-style-vaisala-preheading-label---grey,
.bg_dark .node--view-mode-liftup .coh-style-vaisala-preheading-label---grey,
.bg_light .node--view-mode-card .coh-style-vaisala-preheading-label---grey,
.bg_dark .node--view-mode-card .coh-style-vaisala-preheading-label---grey,
.bg_light .node--view-mode-liftup_contact_card .coh-style-vaisala-preheading-label---grey,
.bg_dark .node--view-mode-liftup_contact_card .coh-style-vaisala-preheading-label---grey,
.bg_light .node--view-mode-masonry .coh-style-vaisala-preheading-label---grey,
.bg_dark .node--view-mode-masonry .coh-style-vaisala-preheading-label---grey,
.bg_light .node--view-mode-list-item .coh-style-vaisala-preheading-label---grey,
.bg_dark .node--view-mode-list-item .coh-style-vaisala-preheading-label---grey {
	position: absolute;
	top: -1.4rem
}

.bg_light .node--view-mode-liftup .masonry-link a::after,
.bg_dark .node--view-mode-liftup .masonry-link a::after,
.bg_light .node--view-mode-card .masonry-link a::after,
.bg_dark .node--view-mode-card .masonry-link a::after,
.bg_light .node--view-mode-liftup_contact_card .masonry-link a::after,
.bg_dark .node--view-mode-liftup_contact_card .masonry-link a::after,
.bg_light .node--view-mode-masonry .masonry-link a::after,
.bg_dark .node--view-mode-masonry .masonry-link a::after,
.bg_light .node--view-mode-list-item .masonry-link a::after,
.bg_dark .node--view-mode-list-item .masonry-link a::after {
	margin-right: 2rem;
	margin-bottom: 1rem
}

.node--view-mode-liftup footer,
.node--view-mode-card footer,
.node--view-mode-liftup_contact_card footer,
.node--view-mode-masonry footer,
.node--view-mode-list-item footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1.8rem 0
}

.node--view-mode-liftup .publish-info,
.node--view-mode-card .publish-info,
.node--view-mode-liftup_contact_card .publish-info,
.node--view-mode-masonry .publish-info,
.node--view-mode-list-item .publish-info {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 120%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #9ba1a8
}

.node--view-mode-liftup .coh-style-vaisala-preheading-label---grey,
.node--view-mode-card .coh-style-vaisala-preheading-label---grey,
.node--view-mode-liftup_contact_card .coh-style-vaisala-preheading-label---grey,
.node--view-mode-masonry .coh-style-vaisala-preheading-label---grey,
.node--view-mode-list-item .coh-style-vaisala-preheading-label---grey {
	position: absolute;
	top: -3.15rem;
	right: 3.6rem;
	color: #fff;
	background: #5e967e;
	padding: .6rem;
	font-size: 1.2rem;
	border-radius: 4px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase
}

.node--view-mode-liftup.hover .publish-info,
.node--view-mode-card.hover .publish-info,
.node--view-mode-liftup_contact_card.hover .publish-info,
.node--view-mode-masonry.hover .publish-info,
.node--view-mode-list-item.hover .publish-info {
	color: #fff
}

.node--view-mode-liftup h2,
.node--view-mode-liftup h2 a,
.node--view-mode-liftup h3,
.node--view-mode-liftup h3 a,
.node--view-mode-card h2,
.node--view-mode-card h2 a,
.node--view-mode-card h3,
.node--view-mode-card h3 a,
.node--view-mode-liftup_contact_card h2,
.node--view-mode-liftup_contact_card h2 a,
.node--view-mode-liftup_contact_card h3,
.node--view-mode-liftup_contact_card h3 a,
.node--view-mode-masonry h2,
.node--view-mode-masonry h2 a,
.node--view-mode-masonry h3,
.node--view-mode-masonry h3 a,
.node--view-mode-list-item h2,
.node--view-mode-list-item h2 a,
.node--view-mode-list-item h3,
.node--view-mode-list-item h3 a {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem
}

@media screen and (min-width:1024px) {

	.node--view-mode-liftup h2,
	.node--view-mode-liftup h2 a,
	.node--view-mode-liftup h3,
	.node--view-mode-liftup h3 a,
	.node--view-mode-card h2,
	.node--view-mode-card h2 a,
	.node--view-mode-card h3,
	.node--view-mode-card h3 a,
	.node--view-mode-liftup_contact_card h2,
	.node--view-mode-liftup_contact_card h2 a,
	.node--view-mode-liftup_contact_card h3,
	.node--view-mode-liftup_contact_card h3 a,
	.node--view-mode-masonry h2,
	.node--view-mode-masonry h2 a,
	.node--view-mode-masonry h3,
	.node--view-mode-masonry h3 a,
	.node--view-mode-list-item h2,
	.node--view-mode-list-item h2 a,
	.node--view-mode-list-item h3,
	.node--view-mode-list-item h3 a {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.node--view-mode-liftup.card-theme-ocean,
.node--view-mode-card.card-theme-ocean,
.node--view-mode-liftup_contact_card.card-theme-ocean,
.node--view-mode-masonry.card-theme-ocean,
.node--view-mode-list-item.card-theme-ocean {
	background: #0a2a3d
}

.node--view-mode-liftup.card-theme-ocean&gt;.content h2,
.node--view-mode-liftup.card-theme-ocean&gt;.content h2 a,
.node--view-mode-liftup.card-theme-ocean&gt;.content .field,
.node--view-mode-liftup.card-theme-ocean&gt;.content .field--label,
.node--view-mode-liftup.card-theme-ocean&gt;.content .field a,
.node--view-mode-card.card-theme-ocean&gt;.content h2,
.node--view-mode-card.card-theme-ocean&gt;.content h2 a,
.node--view-mode-card.card-theme-ocean&gt;.content .field,
.node--view-mode-card.card-theme-ocean&gt;.content .field--label,
.node--view-mode-card.card-theme-ocean&gt;.content .field a,
.node--view-mode-liftup_contact_card.card-theme-ocean&gt;.content h2,
.node--view-mode-liftup_contact_card.card-theme-ocean&gt;.content h2 a,
.node--view-mode-liftup_contact_card.card-theme-ocean&gt;.content .field,
.node--view-mode-liftup_contact_card.card-theme-ocean&gt;.content .field--label,
.node--view-mode-liftup_contact_card.card-theme-ocean&gt;.content .field a,
.node--view-mode-masonry.card-theme-ocean&gt;.content h2,
.node--view-mode-masonry.card-theme-ocean&gt;.content h2 a,
.node--view-mode-masonry.card-theme-ocean&gt;.content .field,
.node--view-mode-masonry.card-theme-ocean&gt;.content .field--label,
.node--view-mode-masonry.card-theme-ocean&gt;.content .field a,
.node--view-mode-list-item.card-theme-ocean&gt;.content h2,
.node--view-mode-list-item.card-theme-ocean&gt;.content h2 a,
.node--view-mode-list-item.card-theme-ocean&gt;.content .field,
.node--view-mode-list-item.card-theme-ocean&gt;.content .field--label,
.node--view-mode-list-item.card-theme-ocean&gt;.content .field a {
	color: #fff !important
}

.node--view-mode-liftup.card-theme-ocean&gt;.content .field a:hover,
.node--view-mode-card.card-theme-ocean&gt;.content .field a:hover,
.node--view-mode-liftup_contact_card.card-theme-ocean&gt;.content .field a:hover,
.node--view-mode-masonry.card-theme-ocean&gt;.content .field a:hover,
.node--view-mode-list-item.card-theme-ocean&gt;.content .field a:hover {
	color: #60addb !important
}

.node--view-mode-liftup.hover,
.node--view-mode-card.hover,
.node--view-mode-liftup_contact_card.hover,
.node--view-mode-masonry.hover,
.node--view-mode-list-item.hover {
	background: #0a2a3d;
	cursor: pointer
}

.node--view-mode-liftup.hover h2,
.node--view-mode-liftup.hover h2 a,
.node--view-mode-liftup.hover .field--name-body,
.node--view-mode-card.hover h2,
.node--view-mode-card.hover h2 a,
.node--view-mode-card.hover .field--name-body,
.node--view-mode-liftup_contact_card.hover h2,
.node--view-mode-liftup_contact_card.hover h2 a,
.node--view-mode-liftup_contact_card.hover .field--name-body,
.node--view-mode-masonry.hover h2,
.node--view-mode-masonry.hover h2 a,
.node--view-mode-masonry.hover .field--name-body,
.node--view-mode-list-item.hover h2,
.node--view-mode-list-item.hover h2 a,
.node--view-mode-list-item.hover .field--name-body {
	color: #fff !important
}

.module-background .node--view-mode-liftup,
.module-background .node--view-mode-card,
.module-background .node--view-mode-liftup_contact_card,
.module-background .node--view-mode-masonry,
.module-background .node--view-mode-list-item {
	border: 0 none
}

.node--view-mode-liftup .media img,
.node--view-mode-card .media img,
.node--view-mode-liftup_contact_card .media img,
.node--view-mode-masonry .media img,
.node--view-mode-list-item .media img {
	width: 100%
}

#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item .select-wrapper {
	display: block;
	padding: 0
}

#block-views-block-latest-news-block-blogs .custom-exposed-form,
#block-views-block-latest-news-block-blogs-local-language .custom-exposed-form {
	display: none !important
}

#block-views-block-latest-news-block-blogs .select-wrapper,
#block-views-block-latest-news-block-blogs-local-language .select-wrapper {
	padding: 0 1rem;
	display: block !important
}

#block-views-block-latest-news-block-blogs .select-wrapper .mobile-dropdown,
#block-views-block-latest-news-block-blogs-local-language .select-wrapper .mobile-dropdown {
	display: block;
	text-align: none;
	margin: 2rem 0
}

#block-views-block-latest-news-block-blogs .form-group,
#block-views-block-latest-news-block-blogs-local-language .form-group {
	clear: left
}

#block-views-block-latest-news-block-blogs .views-exposed-form,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form {
	margin-bottom: 3rem
}

@media screen and (min-width:1024px) {

	#block-views-block-latest-news-block-blogs .views-exposed-form,
	#block-views-block-latest-news-block-blogs-local-language .views-exposed-form {
		margin-top: -3rem;
		-webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, .1);
		box-shadow: 0 0 3rem rgba(0, 0, 0, .1)
	}
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 1rem;
	position: relative;
	width: 100%
}

@media screen and (min-width:1024px) {

	#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios,
	#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios {
		min-height: 10.8rem;
		margin-top: -10.8rem;
		padding: 0
	}
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .form-item,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios .form-item {
	margin: 0 1rem
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .form-item:not(:first-of-type),
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios .form-item:not(:first-of-type) {
	min-width: 18rem
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .control-label,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios .control-label {
	background: #fafafa;
	border: 1px solid #eff0f2;
	border-radius: 5px;
	color: #0e1f2c;
	display: block;
	font-weight: normal;
	min-width: 13.2rem;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	text-align: center
}

@media screen and (min-width:1024px) {

	#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .control-label,
	#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios .control-label {
		margin-right: 2rem
	}
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .control-label:hover,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios .control-label:hover {
	color: #0a2a3d;
	background-color: #fff;
	border-color: #0a2a3d;
	-webkit-box-shadow: 0 0 .4rem 0 #0a2a3d;
	box-shadow: 0 0 .4rem 0 #0a2a3d
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .form-radio,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios .form-radio {
	display: none
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .form-radio:checked+label,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-radios .form-radio:checked+label {
	color: #0a2a3d;
	background-color: #fff;
	border-color: #0a2a3d;
	-webkit-box-shadow: 0 0 .4rem 0 #0a2a3d;
	box-shadow: 0 0 .4rem 0 #0a2a3d
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-item-field-editorial-category-target-id,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-item-field-editorial-category-target-id {
	background: #fafafa;
	height: 108px;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	padding: 1rem
}

@media screen and (min-width:1024px) {

	#block-views-block-latest-news-block-blogs .views-exposed-form .form-item-field-editorial-category-target-id,
	#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-item-field-editorial-category-target-id {
		padding: 0
	}
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-item-field-editorial-category-target-id .select-wrapper,
#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-item-field-editorial-category-target-id .select-wrapper {
	z-index: 100;
	margin: 0
}

@media screen and (min-width:1024px) {

	#block-views-block-latest-news-block-blogs .views-exposed-form .form-item-field-editorial-category-target-id .select-wrapper,
	#block-views-block-latest-news-block-blogs-local-language .views-exposed-form .form-item-field-editorial-category-target-id .select-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.block-views-blocklatest-news-liftups .form-inline .form-group,
.block-views-blocklatest-news-liftups-local-language .form-inline .form-group {
	width: 100%;
	display: block
}

.block-views-blocklatest-news-liftups .select-wrapper,
.block-views-blocklatest-news-liftups-local-language .select-wrapper {
	padding: 0 1rem
}

.block-views-blocklatest-news-liftups button[type=submit],
.block-views-blocklatest-news-liftups-local-language button[type=submit] {
	display: none !important
}

.block-views-blocklatest-news-liftups .form-group,
.block-views-blocklatest-news-liftups-local-language .form-group {
	clear: left
}

.masonry-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.masonry-link {
	padding: 0;
	text-indent: -9999em
}

.masonry-link a:after {
	position: absolute;
	right: 0;
	bottom: 1.4rem;
	margin-bottom: 0
}

article.views-block__offices-block-1 {
	padding-top: 0px;
	padding-bottom: 0px
}

article.views-block__offices-block-1 .module-wrapper {
	margin-left: 0;
	width: 100%
}

@media screen and (min-width:1024px) {
	.block-views-blockoffices-block-1 {
		margin-left: 0;
		margin-right: 0
	}
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations {
	display: block !important
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation {
	display: none;
	position: absolute;
	background: #fff;
	width: 34rem;
	bottom: 3rem;
	left: 5rem;
	padding: 3rem 4rem;
	max-height: 47rem;
	overflow: hidden
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .close-icon {
	background: transparent url(img/close.svg) no-repeat left top;
	background-size: contain;
	height: 1.3rem;
	width: 1.3rem;
	position: absolute;
	top: 1.7rem;
	right: 1.7rem;
	cursor: pointer
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .location-title {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	line-height: 120%;
	text-transform: uppercase;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .views-field {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .views-label {
	font-size: 1.6rem;
	line-height: 120%;
	color: #666c73;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .9px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: left
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation_196 {
	display: block;
	z-index: 1
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation_196.minimized {
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	padding: 2rem 0
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation_196.minimized .close-icon {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation_196.minimized .location-title,
.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation_196.minimized .location-content {
	display: none
}

@media screen and (max-width:659px) {
	.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation_196 {
		z-index: 1;
		position: relative;
		top: 0;
		left: 0;
		width: 100%
	}

	.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation_196 .close-icon {
		display: none
	}
}

@media screen and (max-width:659px) {
	.block-views-blockoffices-block-1 .geolocation-common-map-container {
		height: 40rem !important
	}
}

[id^=block-views-block-industries-innovation-] article h2 {
	margin-top: 1rem
}

.node--type-side-by-side-liftup article h2,
.node--type-side-by-side-liftup article h2 a {
	margin-top: 0px;
	margin-bottom: 1.6rem
}

.node--type-side-by-side-liftup article.hover h2,
.node--type-side-by-side-liftup article.hover h2 a,
.node--type-side-by-side-liftup article.hover .field--name-body {
	color: #fff
}

.node--type-side-by-side-liftup article.hover iframe {
	background: #fff
}

.node--type-grid-liftup {
	padding-bottom: 3rem;
	padding-top: 3rem
}

.node--type-grid-liftup article.node--type-liftup h2,
.node--type-grid-liftup article.node--type-liftup h2 a {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1.6rem
}

@media screen and (min-width:1024px) {

	.node--type-grid-liftup article.node--type-liftup h2,
	.node--type-grid-liftup article.node--type-liftup h2 a {
		font-size: 3rem;
		line-height: 140%;
		letter-spacing: .4px
	}
}

.node--type-contact-card h2,
.node--type-contact-card h2 a,
.node--type-office h2,
.node--type-office h2 a {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	margin-bottom: 3rem;
	text-transform: uppercase
}

@media screen and (min-width:1024px) {

	.node--type-contact-card h2,
	.node--type-contact-card h2 a,
	.node--type-office h2,
	.node--type-office h2 a {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.node--type-contact-card.node--view-mode-liftup_contact_card .title-category-wrapper,
.node--type-office.node--view-mode-liftup_contact_card .title-category-wrapper {
	border-bottom: 1px solid #dbebef;
	border-collapse: collapse;
	margin-bottom: 1.5rem
}

.node--type-contact-card.node--view-mode-liftup_contact_card .title-category-wrapper .title-wrapper,
.node--type-office.node--view-mode-liftup_contact_card .title-category-wrapper .title-wrapper {
	display: table;
	width: 100%
}

.node--type-contact-card.node--view-mode-liftup_contact_card .title-category-wrapper .title-wrapper .title-container,
.node--type-office.node--view-mode-liftup_contact_card .title-category-wrapper .title-wrapper .title-container {
	display: table-row;
	margin: 2rem 0;
	height: 7rem
}

.node--type-contact-card.node--view-mode-liftup_contact_card.card-theme-ocean .title-category-wrapper,
.node--type-office.node--view-mode-liftup_contact_card.card-theme-ocean .title-category-wrapper {
	border-bottom: 0px none !important
}

.node--type-contact-card.node--view-mode-liftup_contact_card h2,
.node--type-office.node--view-mode-liftup_contact_card h2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0
}

.node--type-contact-card.node--view-mode-liftup_contact_card h2,
.node--type-contact-card.node--view-mode-liftup_contact_card h2 a,
.node--type-office.node--view-mode-liftup_contact_card h2,
.node--type-office.node--view-mode-liftup_contact_card h2 a {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	margin: 0;
	text-transform: none
}

.node--type-mini_grid_liftup .field--name-field-liftup {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 4.8rem
}

.node--type-mini_grid_liftup .node--view-mode-liftup-mini h4 {
	margin-top: 3.2rem
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 h2.module-title,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 h2.module-title,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 h2.module-title,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 h2.module-title,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 h2.module-title {
	padding-left: 1rem;
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left
}

@media screen and (min-width:1024px) {

	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 h2.module-title {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {

	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 h2.module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 h2.module-title {
		font-size: 4.6rem;
		line-height: 140%
	}
}

.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .view-filters {
	display: none;
	margin-bottom: 0
}

.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .view-empty {
	padding: 0 1rem
}

.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select {
	margin-bottom: 2rem
}

@media screen and (min-width:1024px) {
	.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select {
		margin-bottom: 4.5rem
	}
}

.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select label {
	color: #0a2a3d !important;
	font-size: 1.4rem !important;
	line-height: 120% !important;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	float: left;
	width: auto;
	margin-right: 2rem;
	padding: 1.1rem 0
}

.node--type-system-block.node--view-mode-module [id^=block-views-block-industries-innovation-] .form-type-select .select-wrapper {
	width: 100%
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title {
	padding-top: 20.5rem
}

@media screen and (max-width:659px) {

	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title {
		padding-top: 27rem
	}
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 [id^=block-views-block-industries-innovation-],
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 [id^=block-views-block-industries-innovation-] {
	position: relative
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 [id^=block-views-block-industries-innovation-] .view-filters,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 [id^=block-views-block-industries-innovation-] .view-filters {
	display: block;
	position: absolute;
	top: -31.5rem;
	left: 0;
	width: 100%;
	margin: 3.6rem 0;
	z-index: 400;
	padding: 0 1rem
}

@media screen and (max-width:659px) {

	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 [id^=block-views-block-industries-innovation-] .view-filters,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 [id^=block-views-block-industries-innovation-] .view-filters {
		top: -35rem
	}
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 [id^=block-views-block-industries-innovation-] .view-filters form,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 [id^=block-views-block-industries-innovation-] .view-filters form {
	border-bottom: 1px solid #0a2a3d
}

@media screen and (max-width:659px) {

	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 [id^=block-views-block-industries-innovation-] .view-filters form,
	.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 [id^=block-views-block-industries-innovation-] .view-filters form {
		border-bottom: 0 none
	}
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 [id^=block-views-block-industries-innovation-] .view-filters form .form--inline,
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 [id^=block-views-block-industries-innovation-] .view-filters form .form--inline {
	margin: 0 -1rem
}

.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 [id^=block-views-block-industries-innovation-] .view-filters button[type=submit],
.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 [id^=block-views-block-industries-innovation-] .view-filters button[type=submit] {
	display: none
}

@media screen and (min-width:660px) {

	.view-product-search .module-title,
	.node--type-product-cards .module-title {
		padding-top: 0;
		margin-top: 0
	}
}

.view-product-search article .read-more,
.node--type-product-cards article .read-more {
	position: absolute;
	bottom: 0 !important;
	left: 0 !important
}

.view-product-search.module-background article.commerce-product--view-mode-liftup.no-image,
.node--type-product-cards.module-background article.commerce-product--view-mode-liftup.no-image {
	background: #fff
}

.view-product-search .field--name-field-link,
.node--type-product-cards .field--name-field-link {
	margin-top: 4rem
}

article.commerce-product--view-mode-liftup {
	position: relative;
	-webkit-transition: background .2s;
	transition: background .2s
}

article.commerce-product--view-mode-liftup h3,
article.commerce-product--view-mode-liftup h3 a {
	font-size: 1.7rem;
	letter-spacing: .2px;
	line-height: 140%;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1.6rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

article.commerce-product--view-mode-liftup .field--name-field-subtitle {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c;
	margin-bottom: 1rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

article.commerce-product--view-mode-liftup .field--name-field-value-proposition {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c;
	-webkit-transition: color .2s;
	transition: color .2s
}

article.commerce-product--view-mode-liftup .read-more-wrapper {
	display: none
}

article.commerce-product--view-mode-liftup.no-image {
	background: rgba(230, 237, 239, .4)
}

article.commerce-product--view-mode-liftup.no-image .content {
	padding: 3rem !important
}

@media screen and (max-width:659px) {
	article.commerce-product--view-mode-liftup.no-image .content {
		padding: 1rem !important
	}
}

article.commerce-product--view-mode-liftup.has-image .content {
	padding: 2rem
}

@media screen and (max-width:659px) {
	article.commerce-product--view-mode-liftup.has-image .content {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
}

article.commerce-product--view-mode-liftup.hover h3,
article.commerce-product--view-mode-liftup.hover h3 a,
article.commerce-product--view-mode-liftup.hover .field--name-field-value-proposition,
article.commerce-product--view-mode-liftup.hover .field--name-field-subtitle {
	color: #fff
}

.node--view-mode-masonry h2,
.node--view-mode-masonry h2 a {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

@media screen and (min-width:1024px) {

	.node--view-mode-masonry h2,
	.node--view-mode-masonry h2 a {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.node--view-mode-masonry .blog-category {
	margin-bottom: 2rem;
	padding-left: 0
}

.node--view-mode-masonry .blog-category li {
	background: #f9f9f9;
	border-radius: 2rem;
	color: #5d5d5d;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 140%;
	padding: .5rem 1rem;
	margin-bottom: .3rem
}

@media screen and (min-width:660px) {
	.field--name-field-module .field--item:last-child article.node--type-system-block .block-views-blockoffices-block-1 {
		margin-bottom: -7rem
	}
}

@media screen and (min-width:660px) {

	.node--type-side-by-side-liftup,
	.node--type-system_block {
		padding-top: 3rem
	}
}

.node--type-side-by-side-liftup:last-child,
.node--type-system_block:last-child {
	padding-bottom: 3rem
}

.node--type-side-by-side-liftup+.node--type-single-liftup,
.node--type-system_block+.node--type-single-liftup {
	padding-top: 4rem
}

.node--view-mode-module:nth-child(1).node--type-single-liftup {
	padding-top: 4rem
}

@media screen and (min-width:1024px) {
	.node--view-mode-module.node--type-single-liftup .field--name-field-media-image img {
		max-width: 90%
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.node--view-mode-module.node--type-single-liftup .field--name-field-media-image img {
		float: none
	}
}

ul.timeline-list:after {
	background-color: #0a2a3d
}

ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
	width: 2.5rem;
	height: 2.5rem;
	background: #fff;
	border: 3px solid #0a2a3d
}

ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
	right: -1.3rem
}

ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
	left: -1.3rem
}

ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
	padding-right: 3rem
}

ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
	padding-left: 3rem
}

.node--type-view h2.module-title {
	padding-bottom: 5rem
}

.views-block__product-documents-block-1 .module-wrapper {
	padding: 0
}

@media screen and (min-width:660px) {
	.infographic--column-outer-wrapper:not(:last-child)::after {
		content: "";
		display: inline-block;
		height: 10rem;
		width: .1rem;
		border-left: 1px solid #60addb;
		-webkit-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		transform: rotate(18deg);
		position: absolute;
		top: 0;
		right: -1.7rem
	}
}

.node--type-external-app .module-wrapper {
	margin: 0;
	width: 100%;
	padding: 0
}

.node--type-external-app .module-wrapper *:not(.vai-icon) {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

@media screen and (max-width:659px) {
	.mobile-show {
		display: block
	}

	.mobile-hide {
		display: none
	}
}

@media screen and (min-width:660px) {
	.mobile-show {
		display: none
	}

	.mobile-hide {
		display: block
	}
}

.node--view-mode-liftup .content .field,
.node--view-mode-liftup_contact_card .content .field {
	margin-top: 2rem;
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c
}

.node--view-mode-liftup .content .field.field--name-field-name,
.node--view-mode-liftup_contact_card .content .field.field--name-field-name {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

.node--view-mode-liftup .content .field.field--name-field-designation,
.node--view-mode-liftup_contact_card .content .field.field--name-field-designation {
	margin-top: 0
}

.node--view-mode-liftup .content .field--label,
.node--view-mode-liftup_contact_card .content .field--label {
	font-size: 1.6rem;
	line-height: 120%;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .9px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: left;
	font-weight: 600;
	text-transform: none
}

.node--view-mode-liftup .content .field.field--name-field-link a,
.node--view-mode-liftup_contact_card .content .field.field--name-field-link a {
	text-transform: none
}

.node--view-mode-liftup .content .field h5.editor-h5,
.node--view-mode-liftup_contact_card .content .field h5.editor-h5 {
	text-transform: capitalize
}

.field--name-body img,
.field--name-field-text img {
	max-width: 100%
}

.node--view-mode-liftup .field--name-body img,
.node--view-mode-liftup .field--name-field-text img {
	display: block;
	margin: 0 auto
}

.field--name-body ul,
.field--name-field-text ul {
	margin-bottom: 1.6rem
}

.field--name-body ul li,
.field--name-field-text ul li {
	display: list-item;
	font-weight: 400
}

.hover .field--name-body a,
.hover .field--name-field-text a {
	color: #fff
}

.hover .field--name-body a:hover,
.hover .field--name-field-text a:hover {
	color: #fff
}

.node--view-mode-full .field--name-field-media-attachments {
	margin: 6rem 0 0
}

.node--view-mode-full .field--name-field-media-attachments&gt;.field--item {
	margin-bottom: 2rem
}

.text_cta,
.field--name-field-link a,
a.more-link,
.cta_box_text,
.vaisala-testing-devicetest .product__buttons__contact a,
.vaisala-testing-devicetest .product__buttons__datasheet a,
.vaisala-testing-devicetest .product__cta a,
.system.commerce-product--view-mode-full .support .rel-documents a,
.product--updated-layout .product__downloads .cta-wrapper a.button,
.product--updated-layout .product__buttons__contact a,
.product--updated-layout .field--name-field-secondary-link a,
.product--updated-layout .product__buttons__datasheet a,
.product--updated-layout .field--name-field-datasheet a,
.product--updated-layout .product__cta a,
.product .support .rel-documents a,
.product .prod-hero .field--type-link a,
.pager__item a.button,
.view-document-search .view-header .top-block a,
.view-press-releases .more-link a,
.node--type-single-liftup .content .field--name-field-link a.has_title,
.node--type-hero .content .field--name-field-link a.has_title,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.cta_box_text_orange,
.vaisala-testing-devicetest .product__buttons__buy a,
.row.packages .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
.product--updated-layout .product__buttons__buy a,
.product--updated-layout .field--name-field-buy-link a,
.product .prod-hero .field--type-link.field--name-field-buy-link a,
form.elq-form input[type=submit],
.bg_dark.node--type-single-liftup .content .field--name-field-link a.has_title,
.bg_dark.node--type-hero .content .field--name-field-link a.has_title,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.cta_box_text_white,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a {
	color: #0a2a3d;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%
}

.text_cta:hover,
.field--name-field-link a:hover,
a.more-link:hover,
.cta_box_text:hover,
.vaisala-testing-devicetest .product__buttons__contact a:hover,
.vaisala-testing-devicetest .product__buttons__datasheet a:hover,
.vaisala-testing-devicetest .product__cta a:hover,
.system.commerce-product--view-mode-full .support .rel-documents a:hover,
.product--updated-layout .product__downloads .cta-wrapper a.button:hover,
.product--updated-layout .product__buttons__contact a:hover,
.product--updated-layout .field--name-field-secondary-link a:hover,
.product--updated-layout .product__buttons__datasheet a:hover,
.product--updated-layout .field--name-field-datasheet a:hover,
.product--updated-layout .product__cta a:hover,
.product .support .rel-documents a:hover,
.product .prod-hero .field--type-link a:hover,
.pager__item a.button:hover,
.view-document-search .view-header .top-block a:hover,
.view-press-releases .more-link a:hover,
.node--type-single-liftup .content .field--name-field-link a.has_title:hover,
.node--type-hero .content .field--name-field-link a.has_title:hover,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.cta_box_text_orange:hover,
.vaisala-testing-devicetest .product__buttons__buy a:hover,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
.product--updated-layout .product__buttons__buy a:hover,
.product--updated-layout .field--name-field-buy-link a:hover,
form.elq-form input[type=submit]:hover,
.cta_box_text_white:hover,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover {
	color: #60addb;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%
}

.cta_box_text,
.vaisala-testing-devicetest .product__buttons__contact a,
.vaisala-testing-devicetest .product__buttons__datasheet a,
.vaisala-testing-devicetest .product__cta a,
.system.commerce-product--view-mode-full .support .rel-documents a,
.product--updated-layout .product__downloads .cta-wrapper a.button,
.product--updated-layout .product__buttons__contact a,
.product--updated-layout .field--name-field-secondary-link a,
.product--updated-layout .product__buttons__datasheet a,
.product--updated-layout .field--name-field-datasheet a,
.product--updated-layout .product__cta a,
.product .support .rel-documents a,
.product .prod-hero .field--type-link a,
.pager__item a.button,
.view-document-search .view-header .top-block a,
.view-press-releases .more-link a,
.node--type-single-liftup .content .field--name-field-link a.has_title,
.node--type-hero .content .field--name-field-link a.has_title,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.cta_box_text_orange,
.vaisala-testing-devicetest .product__buttons__buy a,
.row.packages .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
.product--updated-layout .product__buttons__buy a,
.product--updated-layout .field--name-field-buy-link a,
.product .prod-hero .field--type-link.field--name-field-buy-link a,
form.elq-form input[type=submit],
.bg_dark.node--type-single-liftup .content .field--name-field-link a.has_title,
.bg_dark.node--type-hero .content .field--name-field-link a.has_title,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.cta_box_text_white,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a {
	position: relative;
	border-radius: 0px;
	border-width: .3rem;
	color: #3f705b;
	border: 1px solid #3f705b;
	border-radius: 200px;
	padding: 1.1rem 3.2rem 1rem 3.2rem;
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer
}

.cta_box_text:hover,
.vaisala-testing-devicetest .product__buttons__contact a:hover,
.vaisala-testing-devicetest .product__buttons__datasheet a:hover,
.vaisala-testing-devicetest .product__cta a:hover,
.system.commerce-product--view-mode-full .support .rel-documents a:hover,
.product--updated-layout .product__downloads .cta-wrapper a.button:hover,
.product--updated-layout .product__buttons__contact a:hover,
.product--updated-layout .field--name-field-secondary-link a:hover,
.product--updated-layout .product__buttons__datasheet a:hover,
.product--updated-layout .field--name-field-datasheet a:hover,
.product--updated-layout .product__cta a:hover,
.product .support .rel-documents a:hover,
.product .prod-hero .field--type-link a:hover,
.pager__item a.button:hover,
.view-document-search .view-header .top-block a:hover,
.view-press-releases .more-link a:hover,
.node--type-single-liftup .content .field--name-field-link a.has_title:hover,
.node--type-hero .content .field--name-field-link a.has_title:hover,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.cta_box_text_orange:hover,
.vaisala-testing-devicetest .product__buttons__buy a:hover,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
.product--updated-layout .product__buttons__buy a:hover,
.product--updated-layout .field--name-field-buy-link a:hover,
form.elq-form input[type=submit]:hover,
.cta_box_text_white:hover,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover {
	color: #3f705b;
	background: rgba(63, 112, 91, .2);
	border-color: #3f705b
}

.cta_box_text:focus,
.vaisala-testing-devicetest .product__buttons__contact a:focus,
.vaisala-testing-devicetest .product__buttons__datasheet a:focus,
.vaisala-testing-devicetest .product__cta a:focus,
.system.commerce-product--view-mode-full .support .rel-documents a:focus,
.product--updated-layout .product__downloads .cta-wrapper a.button:focus,
.product--updated-layout .product__buttons__contact a:focus,
.product--updated-layout .field--name-field-secondary-link a:focus,
.product--updated-layout .product__buttons__datasheet a:focus,
.product--updated-layout .field--name-field-datasheet a:focus,
.product--updated-layout .product__cta a:focus,
.product .support .rel-documents a:focus,
.product .prod-hero .field--type-link a:focus,
.pager__item a.button:focus,
.view-document-search .view-header .top-block a:focus,
.view-press-releases .more-link a:focus,
.node--type-single-liftup .content .field--name-field-link a.has_title:focus,
.node--type-hero .content .field--name-field-link a.has_title:focus,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.cta_box_text_orange:focus,
.vaisala-testing-devicetest .product__buttons__buy a:focus,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
.product--updated-layout .product__buttons__buy a:focus,
.product--updated-layout .field--name-field-buy-link a:focus,
form.elq-form input[type=submit]:focus,
.cta_box_text_white:focus,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:focus,
.cta_box_text:active,
.vaisala-testing-devicetest .product__buttons__contact a:active,
.vaisala-testing-devicetest .product__buttons__datasheet a:active,
.vaisala-testing-devicetest .product__cta a:active,
.system.commerce-product--view-mode-full .support .rel-documents a:active,
.product--updated-layout .product__downloads .cta-wrapper a.button:active,
.product--updated-layout .product__buttons__contact a:active,
.product--updated-layout .field--name-field-secondary-link a:active,
.product--updated-layout .product__buttons__datasheet a:active,
.product--updated-layout .field--name-field-datasheet a:active,
.product--updated-layout .product__cta a:active,
.product .support .rel-documents a:active,
.product .prod-hero .field--type-link a:active,
.pager__item a.button:active,
.view-document-search .view-header .top-block a:active,
.view-press-releases .more-link a:active,
.node--type-single-liftup .content .field--name-field-link a.has_title:active,
.node--type-hero .content .field--name-field-link a.has_title:active,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.cta_box_text_orange:active,
.vaisala-testing-devicetest .product__buttons__buy a:active,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
.product--updated-layout .product__buttons__buy a:active,
.product--updated-layout .field--name-field-buy-link a:active,
form.elq-form input[type=submit]:active,
.cta_box_text_white:active,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:active {
	color: #3f705b;
	background: rgba(63, 112, 91, .2);
	border-color: #73b1eb;
	border-width: .3rem
}

.cta_box_text:after,
.vaisala-testing-devicetest .product__buttons__contact a:after,
.vaisala-testing-devicetest .product__buttons__datasheet a:after,
.vaisala-testing-devicetest .product__cta a:after,
.system.commerce-product--view-mode-full .support .rel-documents a:after,
.product--updated-layout .product__downloads .cta-wrapper a.button:after,
.product--updated-layout .product__buttons__contact a:after,
.product--updated-layout .field--name-field-secondary-link a:after,
.product--updated-layout .product__buttons__datasheet a:after,
.product--updated-layout .field--name-field-datasheet a:after,
.product--updated-layout .product__cta a:after,
.product .support .rel-documents a:after,
.product .prod-hero .field--type-link a:after,
.pager__item a.button:after,
.view-document-search .view-header .top-block a:after,
.view-press-releases .more-link a:after,
.node--type-single-liftup .content .field--name-field-link a.has_title:after,
.node--type-hero .content .field--name-field-link a.has_title:after,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.cta_box_text_orange:after,
.vaisala-testing-devicetest .product__buttons__buy a:after,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:after,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:after,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:after,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:after,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:after,
.product--updated-layout .product__buttons__buy a:after,
.product--updated-layout .field--name-field-buy-link a:after,
.product .prod-hero .field--type-link.field--name-field-buy-link a:after,
form.elq-form input[type=submit]:after,
.bg_dark.node--type-single-liftup .content .field--name-field-link a.has_title:after,
.bg_dark.node--type-hero .content .field--name-field-link a.has_title:after,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:after,
.cta_box_text_white:after,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:after {
	display: none !important
}

.cta_box_text_white,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a {
	border-color: #fff;
	color: #fff
}

.cta_box_text_white:hover,
.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover {
	background: #60addb;
	border-color: #60addb
}

.cta_box_text_orange,
.vaisala-testing-devicetest .product__buttons__buy a,
.row.packages .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button,
.product--updated-layout .product__buttons__buy a,
.product--updated-layout .field--name-field-buy-link a,
.product .prod-hero .field--type-link.field--name-field-buy-link a,
form.elq-form input[type=submit],
.bg_dark.node--type-single-liftup .content .field--name-field-link a.has_title,
.bg_dark.node--type-hero .content .field--name-field-link a.has_title,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title {
	background: #fb6432;
	border-color: #fb6432;
	color: #fff
}

.cta_box_text_orange:hover,
.vaisala-testing-devicetest .product__buttons__buy a:hover,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:hover,
.product--updated-layout .product__buttons__buy a:hover,
.product--updated-layout .field--name-field-buy-link a:hover,
.product .prod-hero .field--type-link.field--name-field-buy-link a:hover,
form.elq-form input[type=submit]:hover,
.bg_dark.node--type-single-liftup .content .field--name-field-link a.has_title:hover,
.bg_dark.node--type-hero .content .field--name-field-link a.has_title:hover,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:hover {
	background: #e54615;
	border-color: #e54615;
	color: #fff
}

.cta_box_text_orange:active,
.vaisala-testing-devicetest .product__buttons__buy a:active,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:active,
.product--updated-layout .product__buttons__buy a:active,
.product--updated-layout .field--name-field-buy-link a:active,
.product .prod-hero .field--type-link.field--name-field-buy-link a:active,
form.elq-form input[type=submit]:active,
.bg_dark.node--type-single-liftup .content .field--name-field-link a.has_title:active,
.bg_dark.node--type-hero .content .field--name-field-link a.has_title:active,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:active,
.cta_box_text_orange:focus,
.vaisala-testing-devicetest .product__buttons__buy a:focus,
.row.packages .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions .button:focus,
.product--updated-layout .product__buttons__buy a:focus,
.product--updated-layout .field--name-field-buy-link a:focus,
.product .prod-hero .field--type-link.field--name-field-buy-link a:focus,
form.elq-form input[type=submit]:focus,
.bg_dark.node--type-single-liftup .content .field--name-field-link a.has_title:focus,
.bg_dark.node--type-hero .content .field--name-field-link a.has_title:focus,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.has_title:focus {
	background: #c44217;
	border-color: #73b1eb;
	color: #fff
}

.cta_round_arrow_big_blue:after,
.node--type-single-liftup .content .field--name-field-link a.empty_title:after,
.node--type-hero .content .field--name-field-link a.empty_title:after,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-grid-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a:after,
.cta_round_arrow_small_white:after,
.vaisala-testing-devicetest .product-related__item .read-more:after,
.product--updated-layout .product-related__item .read-more:after,
.cta_round_arrow_small_blue:after,
.vaisala-testing-devicetest .product__downloads__cta a:after,
.row.services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
.product--updated-layout .product__downloads__cta a:after,
.module-header__all-product-link:after,
.node--type-side-by-side-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a:after,
.masonry-link a:after {
	content: " ";
	width: 3.4rem;
	height: 3.4rem;
	display: inline-block;
	margin-left: 0;
	margin-bottom: -1.2rem;
	background: transparent url(img/cta_arrow_blue.svg) no-repeat left top;
	background-size: contain
}

.cta_round_arrow_big_blue.empty_title:after,
.node--type-single-liftup .content .field--name-field-link a.empty_title:after,
.node--type-hero .content .field--name-field-link a.empty_title:after,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-grid-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a.empty_title:after,
.empty_title.cta_round_arrow_small_white:after,
.vaisala-testing-devicetest .product-related__item .empty_title.read-more:after,
.product--updated-layout .product-related__item .empty_title.read-more:after,
.empty_title.cta_round_arrow_small_blue:after,
.vaisala-testing-devicetest .product__downloads__cta a.empty_title:after,
.row.services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,
.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,
.product--updated-layout .product__downloads__cta a.empty_title:after,
.empty_title.module-header__all-product-link:after,
.node--type-side-by-side-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a.empty_title:after,
.masonry-link a.empty_title:after {
	margin-left: 0
}

.cta_round_arrow_big_blue_hover:after,
.node--type-single-liftup .content .field--name-field-link a.empty_title:hover:after,
.node--type-hero .content .field--name-field-link a.empty_title:hover:after,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.bg_dark .node--type-single-liftup .content .field--name-field-link a.empty_title:after,
.bg_dark .node--type-hero .content .field--name-field-link a.empty_title:after,
.bg_dark .node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark .node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark .node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark .node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark .node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark .media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after {
	background-image: url(img/cta_arrow_blue_hover.svg)
}

.cta_round_arrow_big_white:after,
.row.services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
.bg_dark.node--type-single-liftup .content .field--name-field-link a.empty_title:after,
.bg_dark.node--type-hero .content .field--name-field-link a.empty_title:after,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:after,
.node--type-side-by-side-liftup .node--view-mode-liftup.hover&gt;.content&gt;.field--name-field-link a:after,
.node--type-grid-liftup .node--view-mode-liftup.hover&gt;.content&gt;.field--name-field-link a:after,
.cta_round_arrow_small_white:after,
.vaisala-testing-devicetest .product-related__item .read-more:after,
.product--updated-layout .product-related__item .read-more:after,
.hover .masonry-link a:after {
	background-image: url(img/cta_arrow_white.svg)
}

.cta_round_arrow_big_white_hover:after,
.bg_dark.node--type-single-liftup .content .field--name-field-link a.empty_title:hover:after,
.bg_dark.node--type-hero .content .field--name-field-link a.empty_title:hover:after,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover:after {
	background-image: url(img/cta_arrow_white_hover.svg)
}

.cta_round_arrow_small_blue:after,
.vaisala-testing-devicetest .product__downloads__cta a:after,
.row.services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,
.product--updated-layout .product__downloads__cta a:after,
.module-header__all-product-link:after,
.node--type-side-by-side-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a:after,
.masonry-link a:after {
	height: 3.4rem !important;
	z-index: 1
}

.cta_round_arrow_small_hover:after {
	background-image: url(img/cta_arrow_white.svg)
}

.cta_round_arrow_small_white:after,
.vaisala-testing-devicetest .product-related__item .read-more:after,
.product--updated-layout .product-related__item .read-more:after {
	height: 3.6rem !important;
	height: 3.6rem !important;
	z-index: 1
}

a.more-link {
	margin-top: 2rem;
	display: block
}

.node--type-grid-liftup .node--view-mode-liftup .field--name-field-link {
	position: absolute;
	bottom: 4rem;
	left: 0;
	width: 100%;
	padding: 0 4rem
}

.node--type-side-by-side-liftup .node--view-mode-liftup .field--name-field-link {
	position: absolute;
	bottom: 3rem;
	left: 0;
	width: 100%;
	padding: 0 3rem;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.node--view-mode-masonry .field--name-field-link {
	position: absolute;
	bottom: 2rem
}

.hover .field--name-field-link a {
	color: #fff
}

.hover .field--name-field-link a:hover {
	color: #fff
}

.node--type-grid-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a:after {
	position: absolute;
	right: 4rem;
	bottom: .5rem
}

.node--type-side-by-side-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a:after {
	position: absolute;
	right: 2.5rem;
	bottom: .8rem
}

.node--type-hero .content .field--name-field-link a.has_title {
	margin-right: 2rem;
	margin-top: 2rem
}

.node--type-grid-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a.has_title:after,
.node--type-side-by-side-liftup .node--view-mode-liftup&gt;.content&gt;.field--name-field-link a.has_title:after {
	display: none
}

.node--type-grid-liftup .node--view-mode-liftup.hover&gt;.content&gt;.field--name-field-link a.has_title:after,
.node--type-side-by-side-liftup .node--view-mode-liftup.hover&gt;.content&gt;.field--name-field-link a.has_title:after {
	display: none
}

.node--type-single-liftup .content .field--name-field-link a.empty_title,
.node--type-hero .content .field--name-field-link a.empty_title,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title {
	background: transparent
}

.node--type-single-liftup .content .field--name-field-link a.empty_title:hover,
.node--type-hero .content .field--name-field-link a.empty_title:hover,
.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover {
	display: inline-block !important
}

.bg_dark.node--type-single-liftup .content .field--name-field-link a.empty_title,
.bg_dark.node--type-hero .content .field--name-field-link a.empty_title,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title {
	border: 0px none;
	background: transparent
}

.bg_dark.node--type-single-liftup .content .field--name-field-link a.empty_title:hover,
.bg_dark.node--type-hero .content .field--name-field-link a.empty_title:hover,
.bg_dark.node--type-side-by-side-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.bg_dark.node--type-product-cards&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.bg_dark.node--type-grid-liftup&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.bg_dark.node--type-system-block&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.bg_dark.node--type-video&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover,
.bg_dark.media-position-cover&gt;.module-wrapper&gt;.content&gt;.field--name-field-link a.empty_title:hover {
	display: inline-block !important
}

@media screen and (min-width:660px) {
	.node--type-hero .content .field--name-field-link a {
		border: 1px solid #fff;
		background: transparent;
		color: #fff
	}

	.node--type-hero .content .field--name-field-link a:after {
		display: none
	}

	.node--type-hero .content .field--name-field-link a:hover {
		background: #fff;
		color: #0a2a3d
	}

	.node--type-hero .content .field--name-field-link a:hover:after {
		display: none
	}
}

.node--view-mode-masonry .field--name-field-link a {
	text-indent: -9999em;
	display: block
}

.node--view-mode-masonry .field--name-field-link a:after {
	float: right;
	margin-left: 0
}

.field--name-field-office {
	font-size: 1.8rem;
	line-height: 140%;
	letter-spacing: .1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c
}

.field--name-field-links .field--label {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	margin-top: 6rem;
	margin-bottom: 3rem
}

@media screen and (min-width:1024px) {
	.field--name-field-links .field--label {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.field--name-field-links .field--item {
	background: #c6d9e5;
	margin: 1rem 0;
	position: relative
}

.field--name-field-links .field--item a {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	border-right: 1px solid #dbebef;
	padding: 3.8rem 8.2rem 3.8rem 4.2rem;
	display: inline-block;
	width: 85%
}

.field--name-field-links .field--item a.filetype-pdf {
	background: transparent url(/themes/custom/vaisala/images/icon-pdf%402x.png) no-repeat 95% center;
	background-size: 4.2rem
}

.field--name-field-links .field--item a:after {
	display: inline-block;
	content: " ";
	background: transparent url(/themes/custom/vaisala/images/download-button%402x.png) no-repeat center center;
	background-size: 4.2rem;
	width: 15%;
	height: 100%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #dbebef
}

.tag_label,
.path-products .view-product-search .view-header .tags label,
.path-taxonomy .view-product-search .view-header .tags label {
	display: inline-block;
	border: 1px solid #0a2a3d;
	margin-left: 1rem;
	margin-bottom: 1rem;
	position: relative;
	padding: 1rem 2rem;
	background: #fff;
	color: #0a2a3d;
	text-decoration: none !important;
	font-size: 1.4rem;
	line-height: 140%;
	text-decoration: none;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	cursor: pointer
}

.tag_label:hover,
.path-products .view-product-search .view-header .tags label:hover,
.path-taxonomy .view-product-search .view-header .tags label:hover {
	background: #0a2a3d;
	color: #fff
}

.field--name-field-blog-categories .field--item {
	display: inline-block;
	border: 1px solid #0a2a3d;
	margin-right: 1rem;
	position: relative
}

.field--name-field-blog-categories .field--item a {
	display: block;
	padding: 1rem 2rem;
	background: #fff;
	color: #0a2a3d;
	text-decoration: none !important;
	font-size: 1.4rem;
	line-height: 140%;
	text-decoration: none;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

.module-header__all-product-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem
}

.module-header__all-product-link:after {
	margin: 0 0 0 1.5rem
}

.node--view-mode-masonry {
	min-height: 50rem
}

@media only screen and (min-width:700px) {
	.category-filters .form-group .views-exposed-form .form-inline .form-composite {
		width: -webkit-fill-available
	}
}

.node--type-article-page {
	margin-bottom: 4rem
}

@media screen and (max-width:659px) {
	.node--type-article-page .content .field--name-field-sub-article {
		overflow: hidden
	}
}

.node--type-article-page .article-header {
	position: relative;
	height: 45rem;
	background: #0a2a3d url(img/vaisala_header_bg.svg) no-repeat center center
}

@media screen and (max-width:659px) {
	.node--type-article-page .article-header {
		height: 31.5rem;
		background-position-x: 40%
	}
}

.node--type-article-page .article-header h1 {
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #fff;
	text-align: center;
	opacity: 0
}

@media screen and (min-width:660px) {
	.node--type-article-page .article-header h1 {
		font-size: 4.2rem;
		line-height: 140%;
		letter-spacing: .8px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal
	}
}

@media screen and (min-width:1440px) {
	.node--type-article-page .article-header h1 {
		font-size: 7rem;
		line-height: 140%;
		letter-spacing: .8px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal
	}
}

.node--type-article-page .article-header .background {
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat
}

.node--type-article-page .article-menu-split {
	-webkit-box-shadow: 0 2px 4px 0 #d8d8d8;
	box-shadow: 0 2px 4px 0 #d8d8d8;
	padding: 4rem 0
}

.node--type-article-page .article-menu-split label {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #0a2a3d;
	font-size: 1.3rem;
	text-align: center;
	width: 100%
}

.node--type-article-page .article-menu-split .article-menu-toggle {
	width: 100%;
	text-align: center
}

.node--type-article-page .article-menu-split .article-menu-toggle .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0a2a3d;
	-webkit-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	position: relative;
	margin-left: 0
}

@media screen and (min-width:1024px) {
	.node--type-article-page .article-menu-split .article-menu-toggle .icon {
		width: 40px;
		height: 40px
	}
}

.node--type-article-page .article-menu-split .article-menu-toggle .icon:after {
	width: 10px;
	height: 10px;
	border-top: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-webkit-transition: .2s transform;
	transition: .2s transform;
	content: "";
	display: inline-block;
	position: relative;
	top: -2px
}

@media screen and (min-width:1024px) {
	.node--type-article-page .article-menu-split .article-menu-toggle .icon:after {
		top: 4px;
		width: 14px;
		height: 14px
	}
}

.node--type-article-page .article-menu-split .article-menu-toggle .icon.down:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.node--type-article-page .article-menu-split .article-menu-toggle .icon.up:after {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (min-width:1024px) {
	.node--type-article-page .article-menu-split .article-menu-toggle .icon.up:after {
		top: 10px
	}
}

.node--type-article-page .article-menu-split .article-menu-wrap {
	float: none;
	margin: 0 auto;
	display: none
}

.node--type-article-page .article-menu-split .article-menu-wrap ul.article-menu {
	margin: 1rem 0 2rem
}

.node--type-article-page .article-menu-split .article-menu-wrap ul.article-menu li {
	list-style: none;
	font-size: 1.5rem;
	padding: .3rem 0;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300
}

.node--type-article-page .article-menu-split .article-menu-wrap ul.article-menu li a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.node--type-article-page .article-menu-split .article-menu-wrap ul.article-menu li a:hover {
	text-decoration: none
}

.node--type-article-page .article-menu-split .article-menu-wrap ul.article-menu li a.active:after {
	content: "";
	display: block;
	float: left;
	width: 100%;
	height: 2px;
	background: #0a2a3d
}

.node--type-article-page .field--type-image.header-image {
	position: relative
}

.node--type-article-page .field--type-image h1.title {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 20%;
	color: #fff
}

.node--type-article-page .field--type-image h1.title span {
	float: none;
	display: block;
	margin: 0 auto;
	padding-bottom: 2rem
}

.node--type-article-page .field--type-image h1.title:after {
	content: "";
	display: block;
	width: 5rem;
	height: .5rem;
	background: #fff;
	margin: 0 auto
}

.node--type-article-page .node--type-sub-article .sub-article-wrap {
	float: none;
	margin: 5rem auto
}

.node--type-article-page .node--type-sub-article .sub-article-wrap a.anchor {
	display: inline-block
}

.node--type-article-page .node--type-sub-article .sub-article-wrap h2 {
	float: none;
	margin: 2rem auto 10rem;
	font-size: 3rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: center
}

@media screen and (min-width:660px) {
	.node--type-article-page .node--type-sub-article .sub-article-wrap h2 {
		font-size: 4.5rem;
		line-height: 140%;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal
	}
}

.node--type-article-page .node--type-sub-article .sub-article-wrap h2 span {
	display: block;
	padding: 1rem 0
}

.node--type-article-page .node--type-sub-article .sub-article-wrap h2:after {
	content: "";
	display: block;
	width: 5rem;
	height: .5rem;
	background: #0a2a3d;
	margin: 0 auto
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content {
	float: none;
	margin: 0 auto
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6:before,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6:after {
	content: " ";
	display: table
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;p:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5:after,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6:after {
	clear: both
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field&gt;div.youtube-embed-wrapper {
	width: 100%;
	margin: 0
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content h1,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h2,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h4,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h5,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content h6 {
	margin-left: auto;
	margin-right: auto
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol {
	padding-left: 3rem
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content ul li,
.node--type-article-page .node--type-sub-article .sub-article-wrap .content ol li {
	padding: .8rem 0
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content a {
	color: #fb6432
}

.node--type-article-page .node--type-sub-article .sub-article-wrap blockquote {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	border-left: 5px solid #c6d9e5;
	width: 100%;
	display: inline-block;
	margin-bottom: 4rem;
	font-size: 2.4rem;
	font-style: italic
}

.node--type-article-page .node--type-sub-article .sub-article-wrap sub {
	display: inline-block;
	text-align: left;
	line-height: inherit;
	margin-top: 1rem;
	font-size: 1.6rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	font-style: italic
}

@media screen and (min-width:1024px) {
	.node--type-article-page .node--type-sub-article .sub-article-wrap sub {
		margin: 0 -10%
	}
}

.node--type-article-page .node--type-sub-article .sub-article-wrap figure {
	line-height: inherit;
	margin: 1rem 0 0 5rem;
	font-size: 1.6rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	font-style: italic
}

.node--type-article-page .node--type-sub-article .sub-article-wrap figure.align-center {
	margin-left: auto;
	margin-right: auto
}

.node--type-article-page .node--type-sub-article .sub-article-wrap figure img {
	width: 100%
}

.node--type-article-page .node--type-sub-article .sub-article-wrap figure figcaption {
	margin-top: 1rem
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta {
	display: inline-block;
	margin: 4rem 0
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta .field--type-link {
	text-align: center
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta .field--type-link a {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	padding: 1.5rem 2rem;
	border: 1px solid #0a2a3d;
	color: #0a2a3d;
	display: inline-block;
	line-height: 2.4rem
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta .field--type-link a:hover {
	text-decoration: none
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta .field--type-link a:after {
	margin-left: 3rem
}

.node--type-article-page .node--type-sub-article .files:before,
.node--type-article-page .node--type-sub-article .files:after {
	content: " ";
	display: table
}

.node--type-article-page .node--type-sub-article .files:after {
	clear: both
}

.node--type-article-page .node--type-sub-article .files .file {
	border: 1px solid #0a2a3d;
	margin: 4rem 0
}

.node--type-article-page .node--type-sub-article .files .file&gt;span {
	border: none
}

.node--type-article-page .node--type-sub-article .files .file .file-link {
	float: left;
	width: auto;
	padding: 2.5rem 5rem
}

.node--type-article-page .node--type-sub-article .files .file .file-link a {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2rem;
	color: #0a2a3d;
	cursor: pointer
}

.node--type-article-page .node--type-sub-article .files .file .file-size {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	float: right;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 3rem 1rem
}

.node--type-article-page .node--type-sub-article .files .file .file-icon {
	float: right;
	padding: 2.5rem 1rem
}

.node--type-article-page .node--type-sub-article .files .file .file-download {
	width: 10rem;
	height: 100%;
	float: right;
	padding: 1.9rem 0;
	margin-left: 1rem;
	border-left: 1px solid #c6d9e5;
	cursor: pointer
}

.node--type-article-page .node--type-sub-article .files .file .file-download .icon-download {
	display: block;
	width: 4.3rem;
	height: 4.3rem;
	border: 1px solid #0a2a3d;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 5
}

.node--type-article-page .node--type-sub-article .files .file .file-download .icon-download:after {
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 1.6rem;
	width: .9rem;
	height: .9rem;
	border-top: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.node--type-article-page .node--type-sub-article .files .file .file-download .icon-download:before {
	content: "";
	position: absolute;
	height: 2.1rem;
	width: 0px;
	border-left: 1px solid #0a2a3d;
	top: 1rem;
	left: 2rem
}

.node--type-article-page .node--type-sub-article .sub-article-modules .node--view-mode-module.node--type-single-liftup {
	padding-top: 0
}

.hidden {
	display: none
}

body.loading {
	cursor: progress
}

article.node--type-basic-page {
	margin: 0 auto 4rem;
	float: none
}

article.node--type-basic-page h1 {
	font-size: 2.6rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d;
	text-align: center;
	float: none;
	margin: 10rem auto
}

@media screen and (min-width:1024px) {
	article.node--type-basic-page h1 {
		font-size: 3.6rem
	}
}

@media screen and (min-width:1440px) {
	article.node--type-basic-page h1 {
		font-size: 4.6rem
	}
}

article.node--type-basic-page .meta-info {
	margin-bottom: 6rem
}

article.node--type-basic-page .meta-info .author {
	text-align: center
}

article.node--type-basic-page .meta-info .author .field--name-user-picture {
	margin: -3rem auto 4rem
}

article.node--type-basic-page .meta-info .author .field--name-user-picture img {
	width: 10rem;
	height: 10rem;
	border-radius: 5rem;
	border: 2px solid #fff;
	margin: 0 auto
}

article.node--type-basic-page .meta-info .author .name {
	font-weight: bold
}

article.node--type-basic-page .meta-info .author .published-on {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.3rem;
	color: #9b9b9b;
	text-transform: uppercase
}

article.node--type-basic-page .meta-info .social-links {
	text-align: center;
	margin-top: 2rem
}

article.node--type-basic-page .content .field a {
	color: #fb6432
}

article.node--type-basic-page .field--name-body {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	margin: 0 auto;
	float: none
}

.liftups {
	margin-top: 6rem
}

.liftups&gt;.field&gt;.field--item .content {
	padding: 4rem;
	margin-bottom: 3rem
}

ul {
	list-style: initial
}

ul li {
	font-size: inherit;
	color: inherit;
	line-height: inherit
}

p img {
	display: inline
}

.countdownHolder {
	font-size: 7.2rem !important;
	font-weight: 700;
	padding-top: 5rem
}

#jquery-countdown-timer-note {
	color: #0a2a3d;
	font-size: 4.2rem !important;
	line-height: normal;
	font-weight: 700;
	display: none
}

.countDiv {
	color: #0a2a3d;
	font-size: 7.2rem !important;
	top: -3.5rem;
	font-weight: 700
}

.digit {
	background-color: #fff;
	color: #0a2a3d;
	font-weight: 700
}

.countWeeks .position {
	overflow: visible
}

.countDays .position {
	overflow: visible
}

.countHrs .position {
	overflow: visible
}

.countMins .position {
	overflow: visible
}

.countSecs .position {
	overflow: visible
}

.digit.static {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.timer-atributes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media screen and (max-width:900px) {
	.timer-atributes {
		display: none
	}
}

.countdown-atributes {
	color: #0a2a3d;
	font-size: 2.2rem !important;
	font-weight: 700;
	padding-right: 11rem
}

.timer-atributes-wrapper {
	position: relative;
	top: -3.5rem;
	left: 5.2rem;
	display: inline-block
}

.block-jquery-countdown-timer {
	text-align: center
}

a:hover,
a:focus {
	text-decoration: unset
}

a:focus {
	outline-offset: 5px
}

article.node--type-news.node--view-mode-full {
	margin: 0 auto 4rem;
	float: none
}

article.node--type-news.node--view-mode-full h1 {
	font-size: 2.6rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d;
	text-align: center;
	float: none;
	margin: 10rem auto
}

@media screen and (min-width:1024px) {
	article.node--type-news.node--view-mode-full h1 {
		font-size: 3.6rem
	}
}

@media screen and (min-width:1440px) {
	article.node--type-news.node--view-mode-full h1 {
		font-size: 4.6rem
	}
}

article.node--type-news.node--view-mode-full .meta-info {
	margin-bottom: 6rem
}

article.node--type-news.node--view-mode-full .meta-info .author {
	position: relative;
	text-align: center
}

article.node--type-news.node--view-mode-full .meta-info .author .media {
	overflow: visible
}

article.node--type-news.node--view-mode-full .meta-info .author .field--name-user-picture,
article.node--type-news.node--view-mode-full .meta-info .author .field--name-field-image {
	position: relative;
	top: -3rem;
	margin: 0 auto
}

article.node--type-news.node--view-mode-full .meta-info .author .field--name-user-picture img,
article.node--type-news.node--view-mode-full .meta-info .author .field--name-field-image img {
	width: 10rem;
	height: 10rem;
	border-radius: 5rem;
	border: 2px solid #fff;
	margin: 0 auto
}

article.node--type-news.node--view-mode-full .meta-info .author .name {
	font-weight: bold
}

article.node--type-news.node--view-mode-full .meta-info .social-links {
	text-align: center;
	margin-top: 2rem
}

article.node--type-news.node--view-mode-full .field--name-body {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	margin: 0 auto;
	float: none
}

.liftups {
	margin-top: 6rem
}

.liftups&gt;.field&gt;.field--item .content {
	padding: 4rem;
	margin-bottom: 3rem
}

article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info {
	text-align: center
}

article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info .published-on,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info .published-on,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info .published-on,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info .published-on,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info .published-on {
	display: block;
	width: 100%;
	color: #0a2a3d;
	border-radius: 2rem;
	padding: 1rem 1.5rem 1rem 3.5rem;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 1rem 0;
	line-height: 140%
}

article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label {
	position: relative;
	font-weight: normal
}

article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label::before,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label::before,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label::before,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label::before,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info .published-on span.published-label::before {
	content: "";
	background: url(img/calendar.svg) no-repeat 0 0;
	background-size: 2rem 1.6rem;
	width: 2rem;
	height: 1.6rem;
	position: absolute;
	top: -1px;
	left: -2.2rem
}

article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info .topic,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info .topic,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info .topic,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info .topic,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info .topic {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold
}

article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info .topic div,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info .topic div,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info .topic div,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info .topic div,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info .topic div {
	display: inline-block
}

article.node--type-blog.node--view-mode-full .meta-info .publish-topic-info .topic div.field--item,
article.node--type-case.node--view-mode-full .meta-info .publish-topic-info .topic div.field--item,
article.node--type-release.node--view-mode-full .meta-info .publish-topic-info .topic div.field--item,
article.node--type-event_webinar.node--view-mode-full .meta-info .publish-topic-info .topic div.field--item,
article.node--type-news.node--view-mode-full .meta-info .publish-topic-info .topic div.field--item {
	display: inline-block;
	line-height: 140%;
	margin-left: 1rem;
	color: #0a2a3d;
	background-color: #dee1e6;
	border-radius: 2rem;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.1rem
}

article.node--type-blog.node--view-mode-full,
article.node--type-case.node--view-mode-full,
article.node--type-release.node--view-mode-full,
article.node--type-news.node--view-mode-full {
	clear: both;
	max-width: 80rem;
	margin: 5rem auto 5rem auto;
	float: none
}

article.node--type-blog.node--view-mode-full:before,
article.node--type-blog.node--view-mode-full:after,
article.node--type-case.node--view-mode-full:before,
article.node--type-case.node--view-mode-full:after,
article.node--type-release.node--view-mode-full:before,
article.node--type-release.node--view-mode-full:after,
article.node--type-news.node--view-mode-full:before,
article.node--type-news.node--view-mode-full:after {
	content: " ";
	display: table
}

article.node--type-blog.node--view-mode-full:after,
article.node--type-case.node--view-mode-full:after,
article.node--type-release.node--view-mode-full:after,
article.node--type-news.node--view-mode-full:after {
	clear: both
}

article.node--type-blog.node--view-mode-full header,
article.node--type-case.node--view-mode-full header,
article.node--type-release.node--view-mode-full header,
article.node--type-news.node--view-mode-full header {
	margin: 5rem 0
}

article.node--type-blog.node--view-mode-full header .content-type,
article.node--type-case.node--view-mode-full header .content-type,
article.node--type-release.node--view-mode-full header .content-type,
article.node--type-news.node--view-mode-full header .content-type {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: center
}

article.node--type-blog.node--view-mode-full header h1,
article.node--type-case.node--view-mode-full header h1,
article.node--type-release.node--view-mode-full header h1,
article.node--type-news.node--view-mode-full header h1 {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #0a2a3d;
	float: none;
	text-align: center;
	width: 100%
}

article.node--type-blog.node--view-mode-full header h1 span,
article.node--type-case.node--view-mode-full header h1 span,
article.node--type-release.node--view-mode-full header h1 span,
article.node--type-news.node--view-mode-full header h1 span {
	text-align: center
}

article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .meta-info {
	margin-bottom: 6rem
}

article.node--type-blog.node--view-mode-full .meta-info .author,
article.node--type-case.node--view-mode-full .meta-info .author,
article.node--type-release.node--view-mode-full .meta-info .author,
article.node--type-news.node--view-mode-full .meta-info .author {
	position: relative;
	text-align: center;
	margin-bottom: 2rem
}

article.node--type-blog.node--view-mode-full .meta-info .author .media,
article.node--type-case.node--view-mode-full .meta-info .author .media,
article.node--type-release.node--view-mode-full .meta-info .author .media,
article.node--type-news.node--view-mode-full .meta-info .author .media {
	overflow: visible
}

article.node--type-blog.node--view-mode-full .meta-info .author .field--name-user-picture,
article.node--type-blog.node--view-mode-full .meta-info .author .field--name-field-image,
article.node--type-case.node--view-mode-full .meta-info .author .field--name-user-picture,
article.node--type-case.node--view-mode-full .meta-info .author .field--name-field-image,
article.node--type-release.node--view-mode-full .meta-info .author .field--name-user-picture,
article.node--type-release.node--view-mode-full .meta-info .author .field--name-field-image,
article.node--type-news.node--view-mode-full .meta-info .author .field--name-user-picture,
article.node--type-news.node--view-mode-full .meta-info .author .field--name-field-image {
	position: relative;
	top: -5rem;
	margin: 0 auto
}

article.node--type-blog.node--view-mode-full .meta-info .author .field--name-user-picture img,
article.node--type-blog.node--view-mode-full .meta-info .author .field--name-field-image img,
article.node--type-case.node--view-mode-full .meta-info .author .field--name-user-picture img,
article.node--type-case.node--view-mode-full .meta-info .author .field--name-field-image img,
article.node--type-release.node--view-mode-full .meta-info .author .field--name-user-picture img,
article.node--type-release.node--view-mode-full .meta-info .author .field--name-field-image img,
article.node--type-news.node--view-mode-full .meta-info .author .field--name-user-picture img,
article.node--type-news.node--view-mode-full .meta-info .author .field--name-field-image img {
	width: 10rem;
	height: 10rem;
	border-radius: 5rem;
	border: 2px solid #fff;
	margin: 0 auto
}

article.node--type-blog.node--view-mode-full .meta-info .author .name,
article.node--type-case.node--view-mode-full .meta-info .author .name,
article.node--type-release.node--view-mode-full .meta-info .author .name,
article.node--type-news.node--view-mode-full .meta-info .author .name {
	font-weight: bold
}

article.node--type-blog.node--view-mode-full .meta-info .social-links,
article.node--type-case.node--view-mode-full .meta-info .social-links,
article.node--type-release.node--view-mode-full .meta-info .social-links,
article.node--type-news.node--view-mode-full .meta-info .social-links {
	text-align: right;
	vertical-align: baseline;
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #0a2a3d;
	padding-right: 0
}

article.node--type-blog.node--view-mode-full .meta-info .social-links .a2a-title,
article.node--type-case.node--view-mode-full .meta-info .social-links .a2a-title,
article.node--type-release.node--view-mode-full .meta-info .social-links .a2a-title,
article.node--type-news.node--view-mode-full .meta-info .social-links .a2a-title {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: normal
}

article.node--type-blog.node--view-mode-full .meta-info .social-links .a2a_kit,
article.node--type-case.node--view-mode-full .meta-info .social-links .a2a_kit,
article.node--type-release.node--view-mode-full .meta-info .social-links .a2a_kit,
article.node--type-news.node--view-mode-full .meta-info .social-links .a2a_kit {
	display: inline-block
}

article.node--type-blog.node--view-mode-full .meta-info .social-links .a2a_kit a,
article.node--type-case.node--view-mode-full .meta-info .social-links .a2a_kit a,
article.node--type-release.node--view-mode-full .meta-info .social-links .a2a_kit a,
article.node--type-news.node--view-mode-full .meta-info .social-links .a2a_kit a {
	border-right: none
}

article.node--type-blog.node--view-mode-full .meta-info .social-links .a2a_kit a:last-child,
article.node--type-case.node--view-mode-full .meta-info .social-links .a2a_kit a:last-child,
article.node--type-release.node--view-mode-full .meta-info .social-links .a2a_kit a:last-child,
article.node--type-news.node--view-mode-full .meta-info .social-links .a2a_kit a:last-child {
	padding-right: 0
}

article.node--type-blog.node--view-mode-full .content .field a,
article.node--type-case.node--view-mode-full .content .field a,
article.node--type-release.node--view-mode-full .content .field a,
article.node--type-news.node--view-mode-full .content .field a {
	color: #0a2a3d;
	text-decoration: underline;
	-webkit-transition: .2s color;
	transition: .2s color
}

article.node--type-blog.node--view-mode-full .content .field a:hover,
article.node--type-blog.node--view-mode-full .content .field a:focus,
article.node--type-blog.node--view-mode-full .content .field a:active,
article.node--type-case.node--view-mode-full .content .field a:hover,
article.node--type-case.node--view-mode-full .content .field a:focus,
article.node--type-case.node--view-mode-full .content .field a:active,
article.node--type-release.node--view-mode-full .content .field a:hover,
article.node--type-release.node--view-mode-full .content .field a:focus,
article.node--type-release.node--view-mode-full .content .field a:active,
article.node--type-news.node--view-mode-full .content .field a:hover,
article.node--type-news.node--view-mode-full .content .field a:focus,
article.node--type-news.node--view-mode-full .content .field a:active {
	color: #2b6ea1
}

article.node--type-blog.node--view-mode-full .field--name-body,
article.node--type-case.node--view-mode-full .field--name-body,
article.node--type-release.node--view-mode-full .field--name-body,
article.node--type-news.node--view-mode-full .field--name-body {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
	float: none
}

article.node--type-blog.node--view-mode-full .field--name-field-body2,
article.node--type-case.node--view-mode-full .field--name-field-body2,
article.node--type-release.node--view-mode-full .field--name-field-body2,
article.node--type-news.node--view-mode-full .field--name-field-body2 {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	margin: 2rem auto 0;
	padding: 0;
	float: none
}

.page-node-type-blog .liftups,
.page-node-type-case .liftups,
.page-node-type-news .liftups,
.page-node-type-cohesion-webinar-page .liftups,
.page-node-type-event .liftups,
.page-node-type-event-webinar .liftups {
	margin-top: 2rem
}

.page-node-type-blog .liftups&gt;.field&gt;.field--item .content,
.page-node-type-case .liftups&gt;.field&gt;.field--item .content,
.page-node-type-news .liftups&gt;.field&gt;.field--item .content,
.page-node-type-cohesion-webinar-page .liftups&gt;.field&gt;.field--item .content,
.page-node-type-event .liftups&gt;.field&gt;.field--item .content,
.page-node-type-event-webinar .liftups&gt;.field&gt;.field--item .content {
	padding: 4rem;
	margin-bottom: 3rem
}

.page-node-type-blog .related-products,
.page-node-type-case .related-products,
.page-node-type-news .related-products,
.page-node-type-cohesion-webinar-page .related-products,
.page-node-type-event .related-products,
.page-node-type-event-webinar .related-products {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.page-node-type-blog .related-products:before,
.page-node-type-blog .related-products:after,
.page-node-type-case .related-products:before,
.page-node-type-case .related-products:after,
.page-node-type-news .related-products:before,
.page-node-type-news .related-products:after,
.page-node-type-cohesion-webinar-page .related-products:before,
.page-node-type-cohesion-webinar-page .related-products:after,
.page-node-type-event .related-products:before,
.page-node-type-event .related-products:after,
.page-node-type-event-webinar .related-products:before,
.page-node-type-event-webinar .related-products:after {
	content: " ";
	display: table
}

.page-node-type-blog .related-products:after,
.page-node-type-case .related-products:after,
.page-node-type-news .related-products:after,
.page-node-type-cohesion-webinar-page .related-products:after,
.page-node-type-event .related-products:after,
.page-node-type-event-webinar .related-products:after {
	clear: both
}

.page-node-type-blog .related-products .field--name-field-products.field--label,
.page-node-type-blog .related-products .field--name-field-cohesion-product.field--label,
.page-node-type-case .related-products .field--name-field-products.field--label,
.page-node-type-case .related-products .field--name-field-cohesion-product.field--label,
.page-node-type-news .related-products .field--name-field-products.field--label,
.page-node-type-news .related-products .field--name-field-cohesion-product.field--label,
.page-node-type-cohesion-webinar-page .related-products .field--name-field-products.field--label,
.page-node-type-cohesion-webinar-page .related-products .field--name-field-cohesion-product.field--label,
.page-node-type-event .related-products .field--name-field-products.field--label,
.page-node-type-event .related-products .field--name-field-cohesion-product.field--label,
.page-node-type-event-webinar .related-products .field--name-field-products.field--label,
.page-node-type-event-webinar .related-products .field--name-field-cohesion-product.field--label {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	padding: 1rem .5rem
}

@media screen and (min-width:1024px) {

	.page-node-type-blog .related-products .field--name-field-products.field--label,
	.page-node-type-blog .related-products .field--name-field-cohesion-product.field--label,
	.page-node-type-case .related-products .field--name-field-products.field--label,
	.page-node-type-case .related-products .field--name-field-cohesion-product.field--label,
	.page-node-type-news .related-products .field--name-field-products.field--label,
	.page-node-type-news .related-products .field--name-field-cohesion-product.field--label,
	.page-node-type-cohesion-webinar-page .related-products .field--name-field-products.field--label,
	.page-node-type-cohesion-webinar-page .related-products .field--name-field-cohesion-product.field--label,
	.page-node-type-event .related-products .field--name-field-products.field--label,
	.page-node-type-event .related-products .field--name-field-cohesion-product.field--label,
	.page-node-type-event-webinar .related-products .field--name-field-products.field--label,
	.page-node-type-event-webinar .related-products .field--name-field-cohesion-product.field--label {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.page-node-type-blog .related-products .field--name-field-products .field__items,
.page-node-type-blog .related-products .field--name-field-cohesion-product .field__items,
.page-node-type-case .related-products .field--name-field-products .field__items,
.page-node-type-case .related-products .field--name-field-cohesion-product .field__items,
.page-node-type-news .related-products .field--name-field-products .field__items,
.page-node-type-news .related-products .field--name-field-cohesion-product .field__items,
.page-node-type-cohesion-webinar-page .related-products .field--name-field-products .field__items,
.page-node-type-cohesion-webinar-page .related-products .field--name-field-cohesion-product .field__items,
.page-node-type-event .related-products .field--name-field-products .field__items,
.page-node-type-event .related-products .field--name-field-cohesion-product .field__items,
.page-node-type-event-webinar .related-products .field--name-field-products .field__items,
.page-node-type-event-webinar .related-products .field--name-field-cohesion-product .field__items {
	display: -ms-grid;
	display: grid;
	gap: 4.8rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}

@media screen and (min-width:660px) {

	.page-node-type-blog .related-products .field--name-field-products .field__items,
	.page-node-type-blog .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-case .related-products .field--name-field-products .field__items,
	.page-node-type-case .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-news .related-products .field--name-field-products .field__items,
	.page-node-type-news .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-cohesion-webinar-page .related-products .field--name-field-products .field__items,
	.page-node-type-cohesion-webinar-page .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-event .related-products .field--name-field-products .field__items,
	.page-node-type-event .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-event-webinar .related-products .field--name-field-products .field__items,
	.page-node-type-event-webinar .related-products .field--name-field-cohesion-product .field__items {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

@media screen and (min-width:1024px) {

	.page-node-type-blog .related-products .field--name-field-products .field__items,
	.page-node-type-blog .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-case .related-products .field--name-field-products .field__items,
	.page-node-type-case .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-news .related-products .field--name-field-products .field__items,
	.page-node-type-news .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-cohesion-webinar-page .related-products .field--name-field-products .field__items,
	.page-node-type-cohesion-webinar-page .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-event .related-products .field--name-field-products .field__items,
	.page-node-type-event .related-products .field--name-field-cohesion-product .field__items,
	.page-node-type-event-webinar .related-products .field--name-field-products .field__items,
	.page-node-type-event-webinar .related-products .field--name-field-cohesion-product .field__items {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

.page-node-type-blog .field--name-field-module,
.page-node-type-case .field--name-field-module,
.page-node-type-news .field--name-field-module,
.page-node-type-cohesion-webinar-page .field--name-field-module,
.page-node-type-event .field--name-field-module,
.page-node-type-event-webinar .field--name-field-module {
	margin-top: 2rem
}

.page-node-type-blog .field--name-field-module:before,
.page-node-type-blog .field--name-field-module:after,
.page-node-type-case .field--name-field-module:before,
.page-node-type-case .field--name-field-module:after,
.page-node-type-news .field--name-field-module:before,
.page-node-type-news .field--name-field-module:after,
.page-node-type-cohesion-webinar-page .field--name-field-module:before,
.page-node-type-cohesion-webinar-page .field--name-field-module:after,
.page-node-type-event .field--name-field-module:before,
.page-node-type-event .field--name-field-module:after,
.page-node-type-event-webinar .field--name-field-module:before,
.page-node-type-event-webinar .field--name-field-module:after {
	content: " ";
	display: table
}

.page-node-type-blog .field--name-field-module:after,
.page-node-type-case .field--name-field-module:after,
.page-node-type-news .field--name-field-module:after,
.page-node-type-cohesion-webinar-page .field--name-field-module:after,
.page-node-type-event .field--name-field-module:after,
.page-node-type-event-webinar .field--name-field-module:after {
	clear: both
}

.form-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.blog-comments {
	margin-bottom: 5rem;
	padding-top: 1px;
	clear: both !important
}

.blog-comments:before,
.blog-comments:after {
	content: " ";
	display: table
}

.blog-comments:after {
	clear: both
}

@media screen and (min-width:660px) {
	.blog-comments {
		padding: 0 5rem
	}
}

.cohesion-products-blog:before,
.cohesion-products-blog:after {
	content: " ";
	display: table
}

.cohesion-products-blog:after {
	clear: both
}

.cohesion-products-blog .field--name-field-cohesion-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media screen and (max-width:659px) {
	.cohesion-products-blog .field--name-field-cohesion-product .field--item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 1rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.cohesion-products-blog .field--name-field-cohesion-product .field--item {
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
		padding: 1rem
	}
}

@media screen and (min-width:1024px) {
	.cohesion-products-blog .field--name-field-cohesion-product .field--item {
		-ms-flex-preferred-size: 23%;
		flex-basis: 23%;
		margin-right: 1.7rem
	}
}

.node--type-blog.node--view-mode-full,
.node--type-case.node--view-mode-full,
.node--type-release.node--view-mode-full,
.node--type-news.node--view-mode-full,
.node--type-event-webinar.node--view-mode-full,
.node--type-event.node--view-mode-full {
	max-width: 80rem;
	margin: 0
}

.node--type-blog.node--view-mode-full header h1,
.node--type-case.node--view-mode-full header h1,
.node--type-release.node--view-mode-full header h1,
.node--type-news.node--view-mode-full header h1,
.node--type-event-webinar.node--view-mode-full header h1,
.node--type-event.node--view-mode-full header h1 {
	margin-bottom: 3.2rem;
	font-weight: 300;
	line-height: 110%;
	font-size: 2.9rem;
	text-align: center
}

@media screen and (min-width:660px) {

	.node--type-blog.node--view-mode-full header h1,
	.node--type-case.node--view-mode-full header h1,
	.node--type-release.node--view-mode-full header h1,
	.node--type-news.node--view-mode-full header h1,
	.node--type-event-webinar.node--view-mode-full header h1,
	.node--type-event.node--view-mode-full header h1 {
		font-size: 4.6rem
	}
}

article.node--view-mode-full.node--type-release,
article.node--view-mode-full.node--type-event,
article.node--view-mode-full.node--type-event-webinar {
	margin: 0 auto 4rem;
	float: none
}

article.node--view-mode-full.node--type-release header,
article.node--view-mode-full.node--type-event header,
article.node--view-mode-full.node--type-event-webinar header {
	margin: 5rem 0
}

article.node--view-mode-full.node--type-release h1,
article.node--view-mode-full.node--type-event h1,
article.node--view-mode-full.node--type-event-webinar h1 {
	float: none;
	margin: 5rem auto
}

@media screen and (min-width:660px) {

	article.node--view-mode-full.node--type-release h1,
	article.node--view-mode-full.node--type-event h1,
	article.node--view-mode-full.node--type-event-webinar h1 {
		margin: 10rem auto
	}
}

article.node--view-mode-full.node--type-release .meta-info,
article.node--view-mode-full.node--type-event .meta-info,
article.node--view-mode-full.node--type-event-webinar .meta-info {
	margin-bottom: 3rem
}

article.node--view-mode-full.node--type-release .meta-info .author,
article.node--view-mode-full.node--type-event .meta-info .author,
article.node--view-mode-full.node--type-event-webinar .meta-info .author {
	text-align: center;
	margin-left: 25%;
	margin-right: 25%
}

article.node--view-mode-full.node--type-release .meta-info .author .field--name-field-editorial-category .field--item,
article.node--view-mode-full.node--type-event .meta-info .author .field--name-field-editorial-category .field--item,
article.node--view-mode-full.node--type-event-webinar .meta-info .author .field--name-field-editorial-category .field--item {
	display: inline-block;
	line-height: 140%;
	margin-left: 1rem;
	color: #0a2a3d;
	background-color: #dee1e6;
	border-radius: 2rem;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.1rem
}

article.node--view-mode-full.node--type-release .meta-info .author .field--name-user-picture,
article.node--view-mode-full.node--type-event .meta-info .author .field--name-user-picture,
article.node--view-mode-full.node--type-event-webinar .meta-info .author .field--name-user-picture {
	margin: -3rem auto 4rem
}

article.node--view-mode-full.node--type-release .meta-info .author .field--name-user-picture img,
article.node--view-mode-full.node--type-event .meta-info .author .field--name-user-picture img,
article.node--view-mode-full.node--type-event-webinar .meta-info .author .field--name-user-picture img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #fff;
	margin: 0 auto
}

article.node--view-mode-full.node--type-release .meta-info .author .name,
article.node--view-mode-full.node--type-event .meta-info .author .name,
article.node--view-mode-full.node--type-event-webinar .meta-info .author .name {
	font-weight: bold
}

article.node--view-mode-full.node--type-release .meta-info .field--name-field-release-categories,
article.node--view-mode-full.node--type-release .meta-info .field--name-field-editorial-category,
article.node--view-mode-full.node--type-event .meta-info .field--name-field-release-categories,
article.node--view-mode-full.node--type-event .meta-info .field--name-field-editorial-category,
article.node--view-mode-full.node--type-event-webinar .meta-info .field--name-field-release-categories,
article.node--view-mode-full.node--type-event-webinar .meta-info .field--name-field-editorial-category {
	margin-top: 1rem;
	margin-bottom: 1rem
}

article.node--view-mode-full.node--type-release .meta-info .social-links,
article.node--view-mode-full.node--type-event .meta-info .social-links,
article.node--view-mode-full.node--type-event-webinar .meta-info .social-links {
	text-align: center;
	margin-top: 2rem
}

article.node--view-mode-full.node--type-release .content .field a,
article.node--view-mode-full.node--type-event .content .field a,
article.node--view-mode-full.node--type-event-webinar .content .field a {
	color: #0a2a3d
}

article.node--view-mode-full.node--type-release .date-time,
article.node--view-mode-full.node--type-event .date-time,
article.node--view-mode-full.node--type-event-webinar .date-time {
	margin-bottom: 2rem;
	padding-left: 1rem
}

@media screen and (min-width:1024px) {

	article.node--view-mode-full.node--type-release .date-time,
	article.node--view-mode-full.node--type-event .date-time,
	article.node--view-mode-full.node--type-event-webinar .date-time {
		margin-bottom: 4rem
	}
}

article.node--view-mode-full.node--type-release .date-time .date,
article.node--view-mode-full.node--type-event .date-time .date,
article.node--view-mode-full.node--type-event-webinar .date-time .date {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	margin: 0 auto;
	margin-bottom: 2rem;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: transparent url(img/calendar.svg) no-repeat left 0;
	background-size: 2erm;
	padding-left: 3.5rem;
	font-size: 1.2rem;
	letter-spacing: 1px
}

article.node--view-mode-full.node--type-release .date-time .date .field,
article.node--view-mode-full.node--type-event .date-time .date .field,
article.node--view-mode-full.node--type-event-webinar .date-time .date .field {
	display: inline-block
}

article.node--view-mode-full.node--type-release .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event .date-time .field--name-field-time,
article.node--view-mode-full.node--type-event-webinar .date-time .field--name-field-time {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	margin: 0 auto;
	float: none;
	background: transparent url(img/clock.svg) no-repeat left 0;
	background-size: 2rem;
	padding-left: 3.5rem;
	font-size: 1.2rem;
	letter-spacing: 1px
}

article.node--view-mode-full.node--type-release .field--name-body,
article.node--view-mode-full.node--type-release .field--name-field-link,
article.node--view-mode-full.node--type-release .field--name-field-location,
article.node--view-mode-full.node--type-event .field--name-body,
article.node--view-mode-full.node--type-event .field--name-field-link,
article.node--view-mode-full.node--type-event .field--name-field-location,
article.node--view-mode-full.node--type-event-webinar .field--name-body,
article.node--view-mode-full.node--type-event-webinar .field--name-field-link,
article.node--view-mode-full.node--type-event-webinar .field--name-field-location {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	float: none
}

.liftups {
	margin-top: 6rem
}

.liftups&gt;.field&gt;.field--item .content {
	padding: 4rem;
	margin-bottom: 3rem
}

.node--type-press_release .field--name-body {
	word-wrap: break-word
}

article.node--view-mode-full.node--type-release .field--name-field-release-categories,
article.node--view-mode-full.node--type-release .field--name-field-editorial-category {
	display: inline-block;
	line-height: 140%;
	margin-left: 1rem;
	color: #0a2a3d;
	background-color: #dee1e6;
	border-radius: 2rem;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.1rem
}

.view-press-releases .view-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: ()[1fr];
	grid-template-columns: repeat(1fr);
	gap: 4rem
}

@media screen and (min-width:660px) {
	.view-press-releases .view-content {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 4.8rem
	}
}

@media screen and (min-width:1024px) {
	.view-press-releases .view-content {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr)
	}
}

.view-press-releases .view-content h3 {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

@media screen and (min-width:1024px) {
	.view-press-releases .view-content h3 {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.view-press-releases .date {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 120%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #9ba1a8
}

.view-press-releases .more-link {
	text-align: center;
	margin: 2rem 0
}

#block-views-block-list-block-news-list .views-exposed-form,
#block-views-block-list-block-news-list .view-empty,
#block-views-block-releases-block-1 .views-exposed-form,
#block-views-block-releases-block-1 .view-empty,
#block-views-block-releases-block-2 .views-exposed-form,
#block-views-block-releases-block-2 .view-empty {
	padding: 0
}

#block-views-block-list-block-news-list .view-empty,
#block-views-block-releases-block-1 .view-empty,
#block-views-block-releases-block-2 .view-empty {
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-left: 1rem
}

.view-list .pager,
.view-releases .pager,
.view-acquia-search .pager {
	width: 100%;
	display: inline-block;
	text-align: center
}

.view-list .pager a,
.view-releases .pager a,
.view-acquia-search .pager a {
	font-size: 1.3rem;
	line-height: 140%;
	letter-spacing: .9px;
	color: #0a2a3d;
	text-transform: uppercase;
	border: 1px solid #0a2a3d;
	border-radius: 0;
	padding: 16px 20px;
	position: relative
}

.view-list .pager a:after,
.view-releases .pager a:after,
.view-acquia-search .pager a:after {
	content: "+";
	float: right;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: -3px;
	font-size: 26px;
	color: #fb6432;
	font-weight: 300
}

.view-list .form-inline .form-actions,
.view-releases .form-inline .form-actions,
.view-acquia-search .form-inline .form-actions {
	display: none
}

.view-list .view-content,
.view-releases .view-content,
.view-acquia-search .view-content {
	margin-bottom: 6rem
}

.view-list .views-row:before,
.view-list .views-row:after,
.view-releases .views-row:before,
.view-releases .views-row:after,
.view-acquia-search .views-row:before,
.view-acquia-search .views-row:after {
	content: " ";
	display: table
}

.view-list .views-row:after,
.view-releases .views-row:after,
.view-acquia-search .views-row:after {
	clear: both
}

.view-list .views-row .node.list-item,
.view-releases .views-row .node.list-item,
.view-acquia-search .views-row .node.list-item {
	padding: 4rem 0;
	border-bottom: 1px solid #d8d8d8
}

.view-list .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-releases .views-row .node.list-item.has-image .list-content .field--name-field-media-image,
.view-acquia-search .views-row .node.list-item.has-image .list-content .field--name-field-media-image {
	padding: 0
}

.view-list .views-row .node.list-item.has-image .list-content .meta,
.view-releases .views-row .node.list-item.has-image .list-content .meta,
.view-acquia-search .views-row .node.list-item.has-image .list-content .meta {
	padding: 1rem 0
}

@media screen and (min-width:1024px) {

	.view-list .views-row .node.list-item.has-image .list-content .meta,
	.view-releases .views-row .node.list-item.has-image .list-content .meta,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .meta {
		padding: 0 40px
	}
}

.view-list .views-row .node.list-item.has-image .list-content .content,
.view-releases .views-row .node.list-item.has-image .list-content .content,
.view-acquia-search .views-row .node.list-item.has-image .list-content .content {
	padding: 0
}

@media screen and (min-width:1024px) {

	.view-list .views-row .node.list-item.has-image .list-content .content,
	.view-releases .views-row .node.list-item.has-image .list-content .content,
	.view-acquia-search .views-row .node.list-item.has-image .list-content .content {
		padding: 1rem 4rem
	}
}

.view-list .views-row .node.list-item .list-content h2,
.view-releases .views-row .node.list-item .list-content h2,
.view-acquia-search .views-row .node.list-item .list-content h2 {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 3rem;
	line-height: 140%;
	color: #0a2a3d;
	margin-bottom: 2rem
}

.view-list .views-row .node.list-item .list-content .meta,
.view-releases .views-row .node.list-item .list-content .meta,
.view-acquia-search .views-row .node.list-item .list-content .meta {
	padding: 0;
	font-size: 1.1rem;
	line-height: 140%;
	text-transform: uppercase;
	color: #9b9b9b
}

.view-list .views-row .node.list-item .list-content .meta .type,
.view-releases .views-row .node.list-item .list-content .meta .type,
.view-acquia-search .views-row .node.list-item .list-content .meta .type {
	float: left;
	padding-right: 1rem;
	border-right: 1px solid #9b9b9b
}

.view-list .views-row .node.list-item .list-content .meta .published-on,
.view-releases .views-row .node.list-item .list-content .meta .published-on,
.view-acquia-search .views-row .node.list-item .list-content .meta .published-on {
	float: left;
	padding-left: 1rem
}

.view-list .views-row .node.list-item .list-content .content,
.view-releases .views-row .node.list-item .list-content .content,
.view-acquia-search .views-row .node.list-item .list-content .content {
	padding: 1rem 0
}

.view-list .views-row .node.list-item .list-content .content .field--name-field-sub-article .field--item,
.view-releases .views-row .node.list-item .list-content .content .field--name-field-sub-article .field--item,
.view-acquia-search .views-row .node.list-item .list-content .content .field--name-field-sub-article .field--item {
	display: inline-block;
	padding-right: 2rem;
	margin-right: 2rem;
	margin-top: 1rem;
	border-right: 1px solid #d8d8d8
}

.view-list .views-row .node.list-item .list-content .content .field--name-field-sub-article .field--item:last-child,
.view-releases .views-row .node.list-item .list-content .content .field--name-field-sub-article .field--item:last-child,
.view-acquia-search .views-row .node.list-item .list-content .content .field--name-field-sub-article .field--item:last-child {
	border-right: none
}

.view-document-search .title h1 {
	color: #0a2a3d;
	margin: 4.8rem auto 3.2rem
}

.view-document-search .title,
.view-document-search .views-exposed-form {
	margin: 0 2rem;
	text-align: center
}

.view-document-search .view-filters {
	margin-bottom: 0;
	padding-bottom: 3.8rem;
	border-bottom: 1px solid #cfcfcf
}

.view-document-search .view-filters .btn {
	height: 4.5rem
}

.view-document-search .form-inline .form-group {
	text-align: left;
	vertical-align: baseline
}

.view-document-search .form-inline .form-group .form-text {
	border: 1px solid #0a2a3d;
	border-radius: 0;
	color: #0a2a3d;
	height: 4.5rem;
	padding: 1.5rem;
	width: 100%
}

.gm-style .field--name-field-image img {
	max-width: 100% !important;
	height: auto
}

.meta-info .view-mode-16-9-image img {
	margin: 0 auto
}

.meta-info .field--name-field-image img {
	margin: 0 auto !important
}

.media-video {
	position: relative
}

.media-video .field--name-field-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	width: 100%
}

.media-video .field--name-field-image img {
	width: auto
}

.media-video .field--name-field-image {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.media-video .field--name-field-image.hidden {
	opacity: 0
}

@media screen and (min-width:660px) {
	.single.field--name-field-media-videos .media-video .video-overlay .overlay-content h3.video-title span.glyphicon {
		padding: 1.6rem !important;
		width: 5rem !important;
		height: 5rem !important;
		font-size: 1.8rem !important
	}
}

@media screen and (min-width:1024px) {
	.single.field--name-field-media-videos .media-video .video-overlay .overlay-content h3.video-title span.glyphicon {
		font-size: 2.2rem !important;
		padding: 2.1rem !important;
		text-indent: 2px;
		width: 6.6rem !important;
		height: 6.6rem !important
	}
}

.media--loading img {
	position: relative;
	z-index: 23
}

.view-display-id-block_industry_stories .media--loading {
	height: 23rem
}

.view-display-id-liftups .media--loading {
	height: 17rem
}

.view-display-id-block_stories .media--loading,
.view-display-id-block_stories_local_language .view-display-id-product_events .media--loading {
	height: 29rem
}

.document--doc-search span.doc-search--doc-attribute {
	border: none;
	color: #707070;
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase
}

.document--doc-search a.doc-search--link,
.document--doc-search span.media-label {
	font-size: 1.8rem;
	font-weight: 700
}

.media-direction--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.checkbox_label,
.path-products #block-vaisalacommerceproductsearchfilters .checkbox label,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label,
form.elq-form .checkbox-label,
form.elq-form .checkbox-aligned {
	margin-left: 0 !important;
	padding-left: 3rem !important;
	text-align: left;
	position: relative;
	display: block;
	line-height: 2rem !important;
	cursor: pointer
}

.checkbox_label:before,
.path-products #block-vaisalacommerceproductsearchfilters .checkbox label:before,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label:before,
form.elq-form .checkbox-label:before,
form.elq-form .checkbox-aligned:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 1.9rem;
	height: 1.9rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #0a2a3d;
	border-radius: .2rem;
	background-size: contain
}

.checkbox_label_checked:before,
.path-products #block-vaisalacommerceproductsearchfilters .checkbox label.checked:before,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label.checked:before {
	border: 0px none;
	background: url(/themes/custom/vaisala/images/checkbox%403x.png) no-repeat left top;
	background-size: contain;
	width: 2rem;
	height: 2rem
}

.select-wrapper:after {
	display: none !important
}

.form-item {
	color: #0a2a3d
}

.form-item label {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: .5rem
}

.form-item .select-wrapper {
	width: 100%
}

.form-item .select-wrapper select.form-select {
	width: 100%;
	border: 1px solid #0a2a3d;
	border-radius: 0px;
	padding: 1.5rem;
	height: 5.6rem;
	color: #0a2a3d
}

.chosen-container {
	padding: 0;
	height: auto;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.chosen-container b {
	display: none !important
}

.chosen-container .chosen-single {
	border-radius: 0px;
	border: 1px solid #0a2a3d !important;
	background: #fff;
	width: 100%;
	padding: 1.05rem 1.5rem;
	height: 4.5rem;
	color: #0a2a3d;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.chosen-container .chosen-single:after {
	content: " ";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-bottom: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 2rem;
	top: 1.2rem;
	transition: .2s transform;
	-webkit-transition: .2s transform;
	-moz-transition: .2s transform
}

.chosen-container.chosen-container-multi .chosen-choices {
	border-radius: 0px;
	border: 1px solid #0a2a3d !important;
	background: transparent;
	width: 100%;
	padding: 1.05rem 1.5rem;
	height: 4.5rem;
	color: #0a2a3d;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 0 1rem 0 0;
	padding: .5rem 2.5rem .5rem 1rem;
	border: 1px solid #0a2a3d;
	max-width: 100%;
	border-radius: 0px;
	background: #c6d9e5 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice span {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0e1f2c !important
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: .6rem;
	right: .6rem
}

.chosen-container.chosen-with-drop .chosen-single {
	background: #c6d9e5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.chosen-container.chosen-with-drop .chosen-single:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 1.8rem
}

.chosen-container .chosen-drop {
	border: 1px solid #0a2a3d;
	border-top: 1px solid #0a2a3d;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px
}

.chosen-container .chosen-drop .chosen-search {
	max-height: 50px;
	min-width: 95%
}

.chosen-container .chosen-drop .chosen-search input {
	border: 1px solid #c6d9e5;
	min-width: 90%
}

.chosen-container .chosen-drop .chosen-results {
	padding: 0;
	margin: 0;
	min-width: 95%
}

.chosen-container .chosen-drop .chosen-results li {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d;
	padding: 1rem 1.5rem
}

.chosen-container .chosen-drop .chosen-results li:hover {
	background: #c6d9e5
}

.chosen-container .chosen-drop .chosen-results li.highlighted {
	background: #c6d9e5
}

form.elq-form select.elq-item-select,
form.elq-form .elq-item-select {
	display: none
}

form.elq-form .row input[type=checkbox],
form.elq-form article.node--type-blog.node--view-mode-full .meta-info input[type=checkbox],
article.node--type-blog.node--view-mode-full form.elq-form .meta-info input[type=checkbox],
form.elq-form article.node--type-case.node--view-mode-full .meta-info input[type=checkbox],
article.node--type-case.node--view-mode-full form.elq-form .meta-info input[type=checkbox],
form.elq-form article.node--type-release.node--view-mode-full .meta-info input[type=checkbox],
article.node--type-release.node--view-mode-full form.elq-form .meta-info input[type=checkbox],
form.elq-form article.node--type-news.node--view-mode-full .meta-info input[type=checkbox],
article.node--type-news.node--view-mode-full form.elq-form .meta-info input[type=checkbox],
form.elq-form .row.single-checkbox-row input[type=checkbox] {
	display: inline-block;
	height: 1.7rem;
	margin-right: 1rem !important;
	position: relative;
	visibility: visible;
	width: auto !important
}

form.elq-form .row label.checkbox-aligned,
form.elq-form .row label,
form.elq-form article.node--type-blog.node--view-mode-full .meta-info label,
article.node--type-blog.node--view-mode-full form.elq-form .meta-info label,
form.elq-form article.node--type-case.node--view-mode-full .meta-info label,
article.node--type-case.node--view-mode-full form.elq-form .meta-info label,
form.elq-form article.node--type-release.node--view-mode-full .meta-info label,
article.node--type-release.node--view-mode-full form.elq-form .meta-info label,
form.elq-form article.node--type-news.node--view-mode-full .meta-info label,
article.node--type-news.node--view-mode-full form.elq-form .meta-info label,
form.elq-form .row.single-checkbox-row label.checkbox-aligned,
form.elq-form .row.single-checkbox-row label {
	display: inline-block;
	padding: 0 !important;
	width: auto !important
}

form.elq-form .row label.checkbox-aligned::before,
form.elq-form .row label::before,
form.elq-form article.node--type-blog.node--view-mode-full .meta-info label::before,
article.node--type-blog.node--view-mode-full form.elq-form .meta-info label::before,
form.elq-form article.node--type-case.node--view-mode-full .meta-info label::before,
article.node--type-case.node--view-mode-full form.elq-form .meta-info label::before,
form.elq-form article.node--type-release.node--view-mode-full .meta-info label::before,
article.node--type-release.node--view-mode-full form.elq-form .meta-info label::before,
form.elq-form article.node--type-news.node--view-mode-full .meta-info label::before,
article.node--type-news.node--view-mode-full form.elq-form .meta-info label::before,
form.elq-form .row.single-checkbox-row label.checkbox-aligned::before,
form.elq-form .row.single-checkbox-row label::before {
	display: none
}

.node--type-eloqua span.legal-notice {
	display: inline-block;
	margin: 0
}

.node--type-eloqua .elq-form .list-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-overflow: unset;
	overflow: auto;
	white-space: normal
}

.node--type-eloqua label {
	margin: .3rem 0
}

.legal-notice {
	display: block;
	margin-top: 3rem;
	color: #0a2a3d !important;
	font-size: 1.4rem !important;
	line-height: 120% !important;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

.legal-notice a {
	text-decoration: underline
}

@media screen and (min-width:660px) {
	.no-body .legal-notice {
		margin-left: 30%
	}
}

form.elq-form [id^=formElement] {
	padding: 0px !important;
	margin: 0 0 2rem 0
}

.has-body form.elq-form [id^=formElement] {
	margin: 0 0 1rem 0 !important
}

form.elq-form .required {
	color: #0a2a3d !important
}

form.elq-form .field-wrapper&gt;div {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important
}

form.elq-form .field-style._100 {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%
}

form.elq-form .pp-group {
	display: none;
	margin-bottom: 0
}

form.elq-form label {
	color: #0a2a3d !important;
	font-size: 1.4rem !important;
	line-height: 120% !important;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

form.elq-form label.label-position.top {
	white-space: normal
}

form.elq-form label span {
	color: #0a2a3d !important;
	font-size: 1.4rem !important;
	line-height: 120% !important;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

form.elq-form .LV_validation_message {
	display: none
}

form.elq-form .LV_validation_message.LV_valid {
	display: none
}

form.elq-form .section-break {
	margin: 3rem 0 1rem 0 !important;
	padding: 0 !important
}

form.elq-form .section-break h3 {
	font-size: 1.6rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-weight: 500 !important
}

@media screen and (min-width:1024px) {
	form.elq-form .section-break h3 {
		font-size: 1.8rem;
		line-height: 140%
	}
}

form.elq-form .section-break .instructions {
	width: 100% !important;
	margin-left: 0;
	padding: 0 !important;
	letter-spacing: 0px
}

form.elq-form .instructions {
	font-style: italic;
	padding-bottom: 10px !important;
	color: #9b9b9b !important
}

form.elq-form input[type=radio] {
	margin-right: .7rem
}

form.elq-form .single-checkbox-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

form.elq-form .list-order {
	display: block;
	margin: 0px !important
}

form.elq-form .checkbox-label,
form.elq-form .checkbox-aligned {
	width: 100% !important
}

form.elq-form input[type=checkbox]:checked~.checkbox-label:before,
form.elq-form input[type=checkbox]:checked~.checkbox-aligned:before {
	border: 0px none;
	background: url(/themes/custom/vaisala/images/checkbox%403x.png) no-repeat left top;
	background-size: contain;
	width: 2rem;
	height: 2rem
}

form.elq-form .radio-option {
	display: block
}

form.elq-form .radio-option label {
	padding: 0px !important;
	width: 100% !important;
	text-align: left !important;
	text-indent: 0px !important;
	min-height: 3rem;
	display: block
}

form.elq-form .radio-option label .inner {
	padding-left: 3rem;
	text-align: left;
	position: relative;
	display: block;
	line-height: 2rem !important;
	white-space: normal !important
}

form.elq-form .radio-option.checkbox .inner:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 1.9rem;
	height: 1.9rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #0a2a3d;
	border-radius: 2px;
	background-size: contain
}

form.elq-form .radio-option.checkbox input[type=checkbox]:checked~.inner:before {
	border: 0px none;
	background: url(/themes/custom/vaisala/images/checkbox%403x.png) no-repeat left top;
	background-size: contain;
	width: 2rem;
	height: 2rem
}

form.elq-form .radio-option.radio .inner:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: url(/themes/custom/vaisala/images/radio-off%403x.png) no-repeat left top;
	background-size: contain
}

form.elq-form .radio-option.radio input[type=radio]:checked~.inner:before {
	border: 0px none;
	background: url(/themes/custom/vaisala/images/radio%403x.png) no-repeat left top;
	background-size: contain
}

@media screen and (min-width:660px) {

	.no-body form.elq-form label,
	.no-body form.elq-form input,
	.no-body form.elq-form textarea,
	.no-body form.elq-form .radio-option,
	.no-body form.elq-form .checkbox-span,
	.no-body form.elq-form .LV_validation_message {
		width: 70% !important;
		float: left;
		display: block
	}

	.no-body form.elq-form .field-p .chosen-container-single {
		width: 70% !important
	}
}

.no-body form.elq-form .section-break {
	margin-left: 30% !important
}

.no-body form.elq-form .section-break .instructions {
	margin-left: 0 !important
}

.no-body form.elq-form input[type=text],
.no-body form.elq-form input[type=submit] {
	height: 4.5rem
}

.no-body form.elq-form label {
	white-space: normal !important;
	margin: 0px
}

@media screen and (min-width:660px) {
	.no-body form.elq-form label {
		width: auto !important;
		padding-bottom: 1.3rem;
		padding-top: 2rem
	}

	.no-body form.elq-form label.instructions {
		width: 70% !important;
		margin-left: 30%;
		padding: 0 !important
	}
}

.no-body form.elq-form label.checkbox-label {
	padding-left: 30px !important;
	width: 100% !important
}

.no-body form.elq-form label.checkbox-label:before {
	top: 1.3rem
}

@media screen and (min-width:660px) {

	.no-body form.elq-form .LV_validation_message,
	.no-body form.elq-form input[type=submit],
	.no-body form.elq-form .checkbox-span {
		margin-left: 30%
	}
}

.no-body form.elq-form .radio-option label {
	width: 100% !important;
	padding: 0 !important
}

.has-body input[type=text],
.has-body input[type=submit],
.has-body textarea {
	padding: .5rem 1rem !important
}

.has-body input[type=text],
.has-body input[type=submit] {
	height: 3.4rem
}

.has-body textarea {
	margin-bottom: -1rem
}

.has-body input[type=submit] {
	padding-right: 5rem !important;
	margin-top: 1rem
}

.has-body .LV_validation_message {
	margin-left: 0 !important
}

.has-body .chosen-container .chosen-single {
	padding-top: .5rem;
	padding-bottom: .5rem;
	height: 3.6rem
}

.has-body .chosen-container .chosen-single:after {
	top: .8rem
}

.has-body .chosen-with-drop .chosen-single:after {
	top: 1.4rem !important
}

.has-body .chosen-container-multi .chosen-choices {
	padding: .4rem .5rem;
	height: 3.5rem
}

.has-body .chosen-container-multi .chosen-choices li.search-choice {
	margin: 0 1rem 0 0;
	padding: .5rem 2.5rem .5rem 1rem
}

.has-body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: .6rem;
	right: .6rem
}

form.elq-form input[type=text],
form.elq-form textarea {
	border: 1px solid #0a2a3d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 2.4rem;
	padding: 1rem 1rem;
	outline: none;
	color: #9b9b9b !important;
	font-size: 1.4rem !important;
	line-height: 120% !important;
	letter-spacing: 1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

form.elq-form input[type=text].LV_invalid_field,
form.elq-form textarea.LV_invalid_field {
	border-color: #e54615 !important
}

form.elq-form .LV_valid_field,
form.elq-form input.LV_valid_field:hover,
form.elq-form input.LV_valid_field:active,
form.elq-form textarea.LV_valid_field:hover,
form.elq-form textarea.LV_valid_field:active {
	outline: none !important
}

form.elq-form textarea {
	height: auto;
	min-height: 20rem
}

form.elq-form input[type=submit] {
	width: auto !important;
	height: auto !important;
	display: block !important;
	background-size: 1.9rem 1.7rem !important;
	padding: 1.1rem 3.2rem 1rem 3.2rem !important
}

@media screen and (max-width:659px) {
	select[name=multipleSelectMenu] {
		padding-left: 1rem
	}
}

@media all and (max-width:800px) {

	form.elq-form select.elq-item-select,
	form.elq-form .elq-item-select {
		display: block !important;
		height: 3rem !important;
		width: 80% !important
	}
}

form .checkbox label {
	padding-left: 0;
	width: auto
}

form .checkbox input[type=checkbox] {
	margin-left: 0;
	position: relative
}

form .form-item-custom-release-filter .form-required:after {
	content: none
}

.LV_validation_message {
	display: none !important
}

.LV_validation_message.LV_valid {
	display: none !important
}

.form_outro {
	display: none !important
}

.backtohomelogo-container {
	display: none
}

.path-search .search-pager {
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	letter-spacing: .21px;
	line-height: 140%;
	padding: 2.2rem 0
}

@media screen and (min-width:1024px) {
	.path-search .search-pager {
		padding: 2.6rem 0
	}
}

.path-search .search-pager .custom-pager {
	display: inline-block;
	position: relative;
	top: .3rem
}

.path-search .search-pager .custom-pager a {
	text-indent: -999em;
	padding: .5rem;
	display: inline-block;
	width: 2rem;
	height: 2rem
}

.path-search .search-pager .custom-pager a:before {
	content: "";
	display: block;
	float: left;
	height: 1.4rem;
	width: 1.4rem;
	border-right: 2px solid #0a2a3d;
	border-top: 2px solid #0a2a3d
}

.path-search .search-pager .custom-pager.left a:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.path-search .search-pager .custom-pager.right a:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.path-search .sidebar-first {
	background: #eff0f2;
	padding-left: 0;
	padding-right: 0;
	display: none
}

@media screen and (min-width:660px) {
	.path-search .sidebar-first {
		display: block
	}
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form-type-search-api-autocomplete,
.path-search .sidebar-first #views-exposed-form-acquia-search-page .search-submit,
.path-search .sidebar-first #views-exposed-form-acquia-search-page .form-item-items-per-page {
	display: none
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form_intro {
	margin: 2.5rem 0;
	float: none;
	border-bottom: 2px solid #fff;
	padding: 0 3.5rem 2.5rem 3.5rem;
	margin-bottom: 0;
	display: block
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form_intro strong {
	color: #0e1f2c;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 140%;
	text-transform: uppercase
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper {
	margin: 3.5rem 0;
	float: none;
	border-bottom: 2px solid #fff;
	padding: 0 3.5rem 3.5rem 3.5rem
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper legend {
	border-bottom: 0px none;
	margin-bottom: 0
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper legend span {
	color: #0e1f2c;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	letter-spacing: .7px;
	line-height: 120%
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes .form-expander {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: .6px;
	line-height: 120%;
	margin-top: .8rem;
	display: block;
	text-decoration: none !important;
	color: #0a2a3d
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes .form-expander:before {
	content: "-";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
	position: relative;
	top: 1px;
	border: 1px solid #0a2a3d;
	border-radius: 50%;
	text-align: center;
	line-height: 1.8rem;
	font-size: 1.9rem
}

@media screen and (min-width:1024px) {
	.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes .form-expander {
		font-size: 1.4rem;
		letter-spacing: .7px;
		line-height: 120%
	}

	.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes .form-expander:before {
		margin-right: 7px
	}
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes.minimized .form-type-checkbox:nth-child(n+4):not(.checked) {
	display: none
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes.minimized .form-expander:before {
	content: "+";
	line-height: 2rem;
	font-size: 1.6rem
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form-type-checkbox {
	display: block
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form-type-checkbox label {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-size: 1.4rem;
	letter-spacing: .2px;
	line-height: 140%
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form-type-checkbox input {
	top: .3rem;
	margin-right: .5rem;
	outline: 0
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form_outro {
	position: fixed;
	bottom: 0;
	height: 4rem;
	width: 100%;
	background: #0a2a3d;
	text-align: center;
	line-height: 4rem;
	margin-bottom: 0;
	display: none !important
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form_outro a {
	color: #fff;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.35rem;
	letter-spacing: 1.4px;
	line-height: 4rem;
	text-align: center;
	text-transform: uppercase
}

.path-search .view-acquia-search .view-header-mobile {
	background: #f6f6f6
}

@media screen and (min-width:660px) {
	.path-search .view-acquia-search .view-header-mobile {
		display: none
	}
}

.path-search .view-acquia-search .view-header-mobile .search-results,
.path-search .view-acquia-search .view-header-mobile .search-filter {
	height: 4rem;
	line-height: 4rem;
	width: 50%;
	display: block;
	float: left
}

.path-search .view-acquia-search .view-header-mobile .search-results {
	font-size: 1.2rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	letter-spacing: .18px;
	padding: 0 1.5rem;
	margin-bottom: 0
}

.path-search .view-acquia-search .view-header-mobile .search-filter {
	background: #eff0f2;
	text-align: center;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: .91px
}

.path-search .view-acquia-search .view-empty {
	padding: 3rem 3rem
}

.path-search .view-acquia-search .view-header {
	background: #f6f6f6;
	display: none;
	height: 8rem;
	padding: 0 3rem
}

.path-search .view-acquia-search .view-header:before,
.path-search .view-acquia-search .view-header:after {
	content: " ";
	display: table
}

.path-search .view-acquia-search .view-header:after {
	clear: both
}

@media screen and (min-width:660px) {
	.path-search .view-acquia-search .view-header {
		display: block
	}
}

.path-search .view-acquia-search .view-header .search-results {
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	letter-spacing: .21px;
	line-height: 140%;
	float: left;
	width: 40%;
	padding: 3rem 0;
	margin-bottom: 0
}

.path-search .view-acquia-search .view-header .search-per-page {
	float: left;
	width: 20%;
	margin: 0 1.5rem;
	padding: 1.7rem 1.5rem;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	display: none
}

@media screen and (min-width:1024px) {
	.path-search .view-acquia-search .view-header .search-per-page {
		display: block
	}
}

.path-search .view-acquia-search .view-header .search-pager {
	float: left;
	width: auto;
	height: 100%
}

.path-search .view-acquia-search .view-header .search-pager .tablet {
	display: inline
}

.path-search .view-acquia-search .view-header .search-pager .desktop {
	display: none
}

@media screen and (min-width:1024px) {
	.path-search .view-acquia-search .view-header .search-pager .tablet {
		display: none
	}

	.path-search .view-acquia-search .view-header .search-pager .desktop {
		display: inline
	}
}

.path-search .view-acquia-search .custom-labels {
	text-align: left;
	display: none
}

.path-search .view-acquia-search .custom-labels:before,
.path-search .view-acquia-search .custom-labels:after {
	content: " ";
	display: table
}

.path-search .view-acquia-search .custom-labels:after {
	clear: both
}

@media screen and (max-width:659px) {
	.path-search .view-acquia-search .custom-labels {
		display: block
	}
}

.path-search .view-acquia-search .custom-labels label {
	border-radius: 1.4rem;
	background: #f6f6f6;
	padding: .5rem 3rem .5rem 1.2rem;
	color: #0a2a3d;
	margin: 1.5rem .8rem 0;
	float: left;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 140%;
	position: relative;
	cursor: pointer
}

.path-search .view-acquia-search .custom-labels label:after {
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	position: absolute;
	right: 1.3rem;
	background: transparent url(img/close-blue.svg) no-repeat center center;
	top: .7rem
}

.path-search .view-acquia-search .custom-labels label input {
	display: none !important
}

.path-search .view-acquia-search .view-content {
	margin-top: 2rem;
	margin-left: 0;
	margin-bottom: 0
}

.path-search .view-acquia-search .view-content:before,
.path-search .view-acquia-search .view-content:after {
	content: " ";
	display: table
}

.path-search .view-acquia-search .view-content:after {
	clear: both
}

@media screen and (min-width:660px) {
	.path-search .view-acquia-search .view-content {
		margin-left: 2rem
	}
}

.path-search .view-acquia-search .view-content .views-row {
	padding-bottom: 0
}

.path-search .view-acquia-search ul.pager {
	margin: 0
}

.path-search .view-acquia-search ul.pager li {
	display: none
}

.path-search .view-acquia-search .view-footer {
	clear: both
}

.path-search .view-acquia-search .view-footer:before,
.path-search .view-acquia-search .view-footer:after {
	content: " ";
	display: table
}

.path-search .view-acquia-search .view-footer:after {
	clear: both
}

.path-search .view-acquia-search .view-footer .search-pager {
	text-align: center
}

.path-search .view-acquia-search .view-footer .search-pager .custom-pager.left {
	margin-right: 1rem
}

.path-search .view-acquia-search .view-footer .search-pager .custom-pager.right {
	margin-left: 1rem
}

@media screen and (min-width:660px) {
	.path-search .view-acquia-search .view-footer .search-pager .custom-pager.left {
		margin-right: 4.5rem
	}

	.path-search .view-acquia-search .view-footer .search-pager .custom-pager.right {
		margin-left: 4.5rem
	}
}

.node--view-mode-search,
.commerce-product--view-mode-search,
.media--document--view-mode-search {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #e7eeef;
	padding: 2rem 0;
	gap: 2.4rem
}

.node--view-mode-search.clearfix::before,
.node--type-module-text .field--name-field-texts.multiple .node--view-mode-search.field--item:nth-child(even)::before,
.vaisala-testing-devicetest .content&gt;section.node--view-mode-search::before,
.row.services .node--view-mode-search.field--name-field-services::before,
article.node--type-blog.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::before,
article.node--type-case.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::before,
article.node--type-release.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::before,
article.node--type-news.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::before,
.path-products .view-product-search .view-header .node--view-mode-search.tags::before,
.path-taxonomy .view-product-search .view-header .node--view-mode-search.tags::before,
.path-products .view-product-search .node--view-mode-search.view-header::before,
.path-taxonomy .view-product-search .node--view-mode-search.view-header::before,
.product--updated-layout .product__services .node--view-mode-search.field--name-field-services::before,
.product--updated-layout .content&gt;section.node--view-mode-search::before,
.node--view-mode-search.filter-wrapper::before,
.node--type-faq .node--view-mode-search.accordion-form::before,
.node--type-faq-select .node--view-mode-search.accordion-form::before,
.view-contact-finder .node--view-mode-search.view-filters::before,
.view-contact-finder .view-content h3.node--view-mode-search::before,
.node--type-eloqua.has-body .node--view-mode-search.content::before,
#block-exposedformproduct-searchpage-1 .node--view-mode-search#views-exposed-form-product-search-page-1::before,
#block-exposedformproduct-searchpage-1 .node--view-mode-search#product-search-quick-form::before,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search#views-exposed-form-product-search-page-1::before,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search#product-search-quick-form::before,
#block-exposedformproduct-searchpage-1 .node--view-mode-search.form-type-select::before,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search.form-type-select::before,
#block-exposedformproduct-searchpage-1 .node--view-mode-search.form-actions::before,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search.form-actions::before,
.node--type-grid-liftup .view.single&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view-content.single&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view-content.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-products.single&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::before,
.node--type-article-page .node--view-mode-search.article-header::before,
#block-views-block-list-block-news-list .node--view-mode-search.views-exposed-form::before,
#block-views-block-list-block-news-list .node--view-mode-search.view-empty::before,
#block-views-block-releases-block-1 .node--view-mode-search.views-exposed-form::before,
#block-views-block-releases-block-1 .node--view-mode-search.view-empty::before,
#block-views-block-releases-block-2 .node--view-mode-search.views-exposed-form::before,
#block-views-block-releases-block-2 .node--view-mode-search.view-empty::before,
form.elq-form .node--view-mode-search[id^=formElement]::before,
form.elq-form .node--view-mode-search.field-style._100::before,
.node--view-mode-search.clearfix::after,
.node--type-module-text .field--name-field-texts.multiple .node--view-mode-search.field--item:nth-child(even)::after,
.vaisala-testing-devicetest .content&gt;section.node--view-mode-search::after,
.row.services .node--view-mode-search.field--name-field-services::after,
article.node--type-blog.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::after,
article.node--type-case.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::after,
article.node--type-release.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::after,
article.node--type-news.node--view-mode-full .services.meta-info .node--view-mode-search.field--name-field-services::after,
.path-products .view-product-search .view-header .node--view-mode-search.tags::after,
.path-taxonomy .view-product-search .view-header .node--view-mode-search.tags::after,
.path-products .view-product-search .node--view-mode-search.view-header::after,
.path-taxonomy .view-product-search .node--view-mode-search.view-header::after,
.product--updated-layout .product__services .node--view-mode-search.field--name-field-services::after,
.product--updated-layout .content&gt;section.node--view-mode-search::after,
.node--view-mode-search.filter-wrapper::after,
.node--type-faq .node--view-mode-search.accordion-form::after,
.node--type-faq-select .node--view-mode-search.accordion-form::after,
.view-contact-finder .node--view-mode-search.view-filters::after,
.view-contact-finder .view-content h3.node--view-mode-search::after,
.node--type-eloqua.has-body .node--view-mode-search.content::after,
#block-exposedformproduct-searchpage-1 .node--view-mode-search#views-exposed-form-product-search-page-1::after,
#block-exposedformproduct-searchpage-1 .node--view-mode-search#product-search-quick-form::after,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search#views-exposed-form-product-search-page-1::after,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search#product-search-quick-form::after,
#block-exposedformproduct-searchpage-1 .node--view-mode-search.form-type-select::after,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search.form-type-select::after,
#block-exposedformproduct-searchpage-1 .node--view-mode-search.form-actions::after,
#block-vaisalacommerceproductsearchquickform .node--view-mode-search.form-actions::after,
.node--type-grid-liftup .view.single&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view-content.single&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view-content.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-products.single&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.node--view-mode-search.field--item:nth-child(odd)::after,
.node--type-article-page .node--view-mode-search.article-header::after,
#block-views-block-list-block-news-list .node--view-mode-search.views-exposed-form::after,
#block-views-block-list-block-news-list .node--view-mode-search.view-empty::after,
#block-views-block-releases-block-1 .node--view-mode-search.views-exposed-form::after,
#block-views-block-releases-block-1 .node--view-mode-search.view-empty::after,
#block-views-block-releases-block-2 .node--view-mode-search.views-exposed-form::after,
#block-views-block-releases-block-2 .node--view-mode-search.view-empty::after,
form.elq-form .node--view-mode-search[id^=formElement]::after,
form.elq-form .node--view-mode-search.field-style._100::after,
.commerce-product--view-mode-search.clearfix::before,
.node--type-module-text .field--name-field-texts.multiple .commerce-product--view-mode-search.field--item:nth-child(even)::before,
.vaisala-testing-devicetest .content&gt;section.commerce-product--view-mode-search::before,
.row.services .commerce-product--view-mode-search.field--name-field-services::before,
article.node--type-blog.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::before,
article.node--type-case.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::before,
article.node--type-release.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::before,
article.node--type-news.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::before,
.path-products .view-product-search .view-header .commerce-product--view-mode-search.tags::before,
.path-taxonomy .view-product-search .view-header .commerce-product--view-mode-search.tags::before,
.path-products .view-product-search .commerce-product--view-mode-search.view-header::before,
.path-taxonomy .view-product-search .commerce-product--view-mode-search.view-header::before,
.product--updated-layout .product__services .commerce-product--view-mode-search.field--name-field-services::before,
.product--updated-layout .content&gt;section.commerce-product--view-mode-search::before,
.commerce-product--view-mode-search.filter-wrapper::before,
.node--type-faq .commerce-product--view-mode-search.accordion-form::before,
.node--type-faq-select .commerce-product--view-mode-search.accordion-form::before,
.view-contact-finder .commerce-product--view-mode-search.view-filters::before,
.view-contact-finder .view-content h3.commerce-product--view-mode-search::before,
.node--type-eloqua.has-body .commerce-product--view-mode-search.content::before,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search#views-exposed-form-product-search-page-1::before,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search#product-search-quick-form::before,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search#views-exposed-form-product-search-page-1::before,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search#product-search-quick-form::before,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search.form-type-select::before,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search.form-type-select::before,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search.form-actions::before,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search.form-actions::before,
.node--type-grid-liftup .view.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view-content.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view-content.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-products.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::before,
.node--type-article-page .commerce-product--view-mode-search.article-header::before,
#block-views-block-list-block-news-list .commerce-product--view-mode-search.views-exposed-form::before,
#block-views-block-list-block-news-list .commerce-product--view-mode-search.view-empty::before,
#block-views-block-releases-block-1 .commerce-product--view-mode-search.views-exposed-form::before,
#block-views-block-releases-block-1 .commerce-product--view-mode-search.view-empty::before,
#block-views-block-releases-block-2 .commerce-product--view-mode-search.views-exposed-form::before,
#block-views-block-releases-block-2 .commerce-product--view-mode-search.view-empty::before,
form.elq-form .commerce-product--view-mode-search[id^=formElement]::before,
form.elq-form .commerce-product--view-mode-search.field-style._100::before,
.commerce-product--view-mode-search.clearfix::after,
.node--type-module-text .field--name-field-texts.multiple .commerce-product--view-mode-search.field--item:nth-child(even)::after,
.vaisala-testing-devicetest .content&gt;section.commerce-product--view-mode-search::after,
.row.services .commerce-product--view-mode-search.field--name-field-services::after,
article.node--type-blog.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::after,
article.node--type-case.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::after,
article.node--type-release.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::after,
article.node--type-news.node--view-mode-full .services.meta-info .commerce-product--view-mode-search.field--name-field-services::after,
.path-products .view-product-search .view-header .commerce-product--view-mode-search.tags::after,
.path-taxonomy .view-product-search .view-header .commerce-product--view-mode-search.tags::after,
.path-products .view-product-search .commerce-product--view-mode-search.view-header::after,
.path-taxonomy .view-product-search .commerce-product--view-mode-search.view-header::after,
.product--updated-layout .product__services .commerce-product--view-mode-search.field--name-field-services::after,
.product--updated-layout .content&gt;section.commerce-product--view-mode-search::after,
.commerce-product--view-mode-search.filter-wrapper::after,
.node--type-faq .commerce-product--view-mode-search.accordion-form::after,
.node--type-faq-select .commerce-product--view-mode-search.accordion-form::after,
.view-contact-finder .commerce-product--view-mode-search.view-filters::after,
.view-contact-finder .view-content h3.commerce-product--view-mode-search::after,
.node--type-eloqua.has-body .commerce-product--view-mode-search.content::after,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search#views-exposed-form-product-search-page-1::after,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search#product-search-quick-form::after,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search#views-exposed-form-product-search-page-1::after,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search#product-search-quick-form::after,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search.form-type-select::after,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search.form-type-select::after,
#block-exposedformproduct-searchpage-1 .commerce-product--view-mode-search.form-actions::after,
#block-vaisalacommerceproductsearchquickform .commerce-product--view-mode-search.form-actions::after,
.node--type-grid-liftup .view.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view-content.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view-content.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-products.single&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.commerce-product--view-mode-search.field--item:nth-child(odd)::after,
.node--type-article-page .commerce-product--view-mode-search.article-header::after,
#block-views-block-list-block-news-list .commerce-product--view-mode-search.views-exposed-form::after,
#block-views-block-list-block-news-list .commerce-product--view-mode-search.view-empty::after,
#block-views-block-releases-block-1 .commerce-product--view-mode-search.views-exposed-form::after,
#block-views-block-releases-block-1 .commerce-product--view-mode-search.view-empty::after,
#block-views-block-releases-block-2 .commerce-product--view-mode-search.views-exposed-form::after,
#block-views-block-releases-block-2 .commerce-product--view-mode-search.view-empty::after,
form.elq-form .commerce-product--view-mode-search[id^=formElement]::after,
form.elq-form .commerce-product--view-mode-search.field-style._100::after,
.media--document--view-mode-search.clearfix::before,
.node--type-module-text .field--name-field-texts.multiple .media--document--view-mode-search.field--item:nth-child(even)::before,
.vaisala-testing-devicetest .content&gt;section.media--document--view-mode-search::before,
.row.services .media--document--view-mode-search.field--name-field-services::before,
article.node--type-blog.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::before,
article.node--type-case.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::before,
article.node--type-release.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::before,
article.node--type-news.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::before,
.path-products .view-product-search .view-header .media--document--view-mode-search.tags::before,
.path-taxonomy .view-product-search .view-header .media--document--view-mode-search.tags::before,
.path-products .view-product-search .media--document--view-mode-search.view-header::before,
.path-taxonomy .view-product-search .media--document--view-mode-search.view-header::before,
.product--updated-layout .product__services .media--document--view-mode-search.field--name-field-services::before,
.product--updated-layout .content&gt;section.media--document--view-mode-search::before,
.media--document--view-mode-search.filter-wrapper::before,
.node--type-faq .media--document--view-mode-search.accordion-form::before,
.node--type-faq-select .media--document--view-mode-search.accordion-form::before,
.view-contact-finder .media--document--view-mode-search.view-filters::before,
.view-contact-finder .view-content h3.media--document--view-mode-search::before,
.node--type-eloqua.has-body .media--document--view-mode-search.content::before,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search#views-exposed-form-product-search-page-1::before,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search#product-search-quick-form::before,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search#views-exposed-form-product-search-page-1::before,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search#product-search-quick-form::before,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search.form-type-select::before,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search.form-type-select::before,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search.form-actions::before,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search.form-actions::before,
.node--type-grid-liftup .view.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view-content.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .view-content.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-products.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::before,
.node--type-article-page .media--document--view-mode-search.article-header::before,
#block-views-block-list-block-news-list .media--document--view-mode-search.views-exposed-form::before,
#block-views-block-list-block-news-list .media--document--view-mode-search.view-empty::before,
#block-views-block-releases-block-1 .media--document--view-mode-search.views-exposed-form::before,
#block-views-block-releases-block-1 .media--document--view-mode-search.view-empty::before,
#block-views-block-releases-block-2 .media--document--view-mode-search.views-exposed-form::before,
#block-views-block-releases-block-2 .media--document--view-mode-search.view-empty::before,
form.elq-form .media--document--view-mode-search[id^=formElement]::before,
form.elq-form .media--document--view-mode-search.field-style._100::before,
.media--document--view-mode-search.clearfix::after,
.node--type-module-text .field--name-field-texts.multiple .media--document--view-mode-search.field--item:nth-child(even)::after,
.vaisala-testing-devicetest .content&gt;section.media--document--view-mode-search::after,
.row.services .media--document--view-mode-search.field--name-field-services::after,
article.node--type-blog.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::after,
article.node--type-case.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::after,
article.node--type-release.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::after,
article.node--type-news.node--view-mode-full .services.meta-info .media--document--view-mode-search.field--name-field-services::after,
.path-products .view-product-search .view-header .media--document--view-mode-search.tags::after,
.path-taxonomy .view-product-search .view-header .media--document--view-mode-search.tags::after,
.path-products .view-product-search .media--document--view-mode-search.view-header::after,
.path-taxonomy .view-product-search .media--document--view-mode-search.view-header::after,
.product--updated-layout .product__services .media--document--view-mode-search.field--name-field-services::after,
.product--updated-layout .content&gt;section.media--document--view-mode-search::after,
.media--document--view-mode-search.filter-wrapper::after,
.node--type-faq .media--document--view-mode-search.accordion-form::after,
.node--type-faq-select .media--document--view-mode-search.accordion-form::after,
.view-contact-finder .media--document--view-mode-search.view-filters::after,
.view-contact-finder .view-content h3.media--document--view-mode-search::after,
.node--type-eloqua.has-body .media--document--view-mode-search.content::after,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search#views-exposed-form-product-search-page-1::after,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search#product-search-quick-form::after,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search#views-exposed-form-product-search-page-1::after,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search#product-search-quick-form::after,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search.form-type-select::after,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search.form-type-select::after,
#block-exposedformproduct-searchpage-1 .media--document--view-mode-search.form-actions::after,
#block-vaisalacommerceproductsearchquickform .media--document--view-mode-search.form-actions::after,
.node--type-grid-liftup .view.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view-content.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .view-content.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-liftup.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-liftup.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-products.single&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-grid-liftup .field--name-field-products.multiple&gt;.media--document--view-mode-search.field--item:nth-child(odd)::after,
.node--type-article-page .media--document--view-mode-search.article-header::after,
#block-views-block-list-block-news-list .media--document--view-mode-search.views-exposed-form::after,
#block-views-block-list-block-news-list .media--document--view-mode-search.view-empty::after,
#block-views-block-releases-block-1 .media--document--view-mode-search.views-exposed-form::after,
#block-views-block-releases-block-1 .media--document--view-mode-search.view-empty::after,
#block-views-block-releases-block-2 .media--document--view-mode-search.views-exposed-form::after,
#block-views-block-releases-block-2 .media--document--view-mode-search.view-empty::after,
form.elq-form .media--document--view-mode-search[id^=formElement]::after,
form.elq-form .media--document--view-mode-search.field-style._100::after {
	display: none
}

@media screen and (min-width:660px) {

	.node--view-mode-search,
	.commerce-product--view-mode-search,
	.media--document--view-mode-search {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.node--view-mode-search&gt;.result-image,
.commerce-product--view-mode-search&gt;.result-image,
.media--document--view-mode-search&gt;.result-image {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media screen and (min-width:660px) {

	.node--view-mode-search&gt;.result-image,
	.commerce-product--view-mode-search&gt;.result-image,
	.media--document--view-mode-search&gt;.result-image {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%
	}

	.node--view-mode-search&gt;.result-image img,
	.commerce-product--view-mode-search&gt;.result-image img,
	.media--document--view-mode-search&gt;.result-image img {
		width: 100%
	}
}

.node--view-mode-search&gt;.result-content,
.commerce-product--view-mode-search&gt;.result-content,
.media--document--view-mode-search&gt;.result-content {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media screen and (min-width:660px) {

	.node--view-mode-search&gt;.result-content,
	.commerce-product--view-mode-search&gt;.result-content,
	.media--document--view-mode-search&gt;.result-content {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%
	}
}

.node--view-mode-search&gt;.result-content .type,
.commerce-product--view-mode-search&gt;.result-content .type,
.media--document--view-mode-search&gt;.result-content .type {
	color: #fff;
	background: #5e967e;
	padding: .6rem;
	font-size: 1.2rem;
	border-radius: 4px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase
}

.node--view-mode-search&gt;.result-content h2,
.node--view-mode-search&gt;.result-content h2 a,
.commerce-product--view-mode-search&gt;.result-content h2,
.commerce-product--view-mode-search&gt;.result-content h2 a,
.media--document--view-mode-search&gt;.result-content h2,
.media--document--view-mode-search&gt;.result-content h2 a {
	font-size: 2.9rem;
	line-height: 140%;
	margin-top: .8rem;
	margin-bottom: .8rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d
}

.node--view-mode-search&gt;.result-content h2 a:hover,
.commerce-product--view-mode-search&gt;.result-content h2 a:hover,
.media--document--view-mode-search&gt;.result-content h2 a:hover {
	color: #60addb
}

.node--view-mode-search&gt;.result-content .content,
.commerce-product--view-mode-search&gt;.result-content .content,
.media--document--view-mode-search&gt;.result-content .content {
	line-height: 120%;
	display: none
}

@media screen and (min-width:660px) {

	.node--view-mode-search&gt;.result-content .content,
	.commerce-product--view-mode-search&gt;.result-content .content,
	.media--document--view-mode-search&gt;.result-content .content {
		display: block
	}
}

.node--view-mode-search&gt;.result-content .info,
.commerce-product--view-mode-search&gt;.result-content .info,
.media--document--view-mode-search&gt;.result-content .info {
	color: #9ba1a8;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 140%;
	margin-bottom: 2rem;
	text-transform: uppercase
}

.node--view-mode-search&gt;.result-content .info .event_date:before,
.commerce-product--view-mode-search&gt;.result-content .info .event_date:before,
.media--document--view-mode-search&gt;.result-content .info .event_date:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: .8rem;
	background: url(img/calendar.svg) no-repeat left center;
	top: .6rem;
	position: relative
}

.node--view-mode-search&gt;.result-content .info .file,
.commerce-product--view-mode-search&gt;.result-content .info .file,
.media--document--view-mode-search&gt;.result-content .info .file {
	text-transform: uppercase
}

.node--view-mode-search&gt;.result-content .info .file .file-size,
.commerce-product--view-mode-search&gt;.result-content .info .file .file-size,
.media--document--view-mode-search&gt;.result-content .info .file .file-size {
	display: none
}

@media screen and (min-width:660px) {

	.node--view-mode-search.node--type-release&gt;.result-image,
	.node--view-mode-search.node--type-blog&gt;.result-image,
	.node--view-mode-search.node--type-case&gt;.result-image,
	.commerce-product--view-mode-search.node--type-release&gt;.result-image,
	.commerce-product--view-mode-search.node--type-blog&gt;.result-image,
	.commerce-product--view-mode-search.node--type-case&gt;.result-image,
	.media--document--view-mode-search.node--type-release&gt;.result-image,
	.media--document--view-mode-search.node--type-blog&gt;.result-image,
	.media--document--view-mode-search.node--type-case&gt;.result-image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0;
		margin-left: 2.4rem
	}
}

@media screen and (min-width:660px) {

	.node--view-mode-search.node--type-release&gt;.result-content,
	.node--view-mode-search.node--type-blog&gt;.result-content,
	.node--view-mode-search.node--type-case&gt;.result-content,
	.commerce-product--view-mode-search.node--type-release&gt;.result-content,
	.commerce-product--view-mode-search.node--type-blog&gt;.result-content,
	.commerce-product--view-mode-search.node--type-case&gt;.result-content,
	.media--document--view-mode-search.node--type-release&gt;.result-content,
	.media--document--view-mode-search.node--type-blog&gt;.result-content,
	.media--document--view-mode-search.node--type-case&gt;.result-content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.media--document--view-mode-search&gt;.result-content {
	width: 100%;
	margin-left: 0%
}

header #views-exposed-form-acquia-search-page .input-group-addon {
	display: none
}

header .ui-autocomplete .suggestion {
	display: none
}

header .ui-autocomplete .document {
	border-bottom: none;
	-ms-grid-row: 1;
	grid-row: 1
}

header .ui-autocomplete .document .ui-menu-item&gt;a {
	cursor: initial
}

@media screen and (max-width:659px) {
	body.path-search.mobile-filters-visible .sidebar-first {
		display: block
	}

	body.path-search.mobile-filters-visible .sidebar-first #views-exposed-form-acquia-search-page .form_outro {
		display: block !important
	}

	body.path-search.mobile-filters-visible .main-container&gt;.row&gt;section,
	body.path-search.mobile-filters-visible article.node--type-blog.node--view-mode-full .main-container&gt;.meta-info&gt;section,
	article.node--type-blog.node--view-mode-full body.path-search.mobile-filters-visible .main-container&gt;.meta-info&gt;section,
	body.path-search.mobile-filters-visible article.node--type-case.node--view-mode-full .main-container&gt;.meta-info&gt;section,
	article.node--type-case.node--view-mode-full body.path-search.mobile-filters-visible .main-container&gt;.meta-info&gt;section,
	body.path-search.mobile-filters-visible article.node--type-release.node--view-mode-full .main-container&gt;.meta-info&gt;section,
	article.node--type-release.node--view-mode-full body.path-search.mobile-filters-visible .main-container&gt;.meta-info&gt;section,
	body.path-search.mobile-filters-visible article.node--type-news.node--view-mode-full .main-container&gt;.meta-info&gt;section,
	article.node--type-news.node--view-mode-full body.path-search.mobile-filters-visible .main-container&gt;.meta-info&gt;section {
		display: none
	}

	body.path-search.mobile-filters-visible footer {
		display: none
	}
}

.vaisala-search {
	margin: 0
}

.vaisala-search.wide .filters--grouping {
	border-bottom: none
}

.vaisala-search.wide .views-element-container {
	width: 100%
}

.vaisala-search .search-title {
	text-align: center;
	font-size: 4rem;
	max-width: 1920px;
	padding: 0 2rem;
	margin: 4.8rem auto 3.2rem
}

.vaisala-search .filters--grouping {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2rem 1.6rem 0;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid #cfcfcf;
	overflow: auto;
	white-space: nowrap
}

@media screen and (min-width:1024px) {
	.vaisala-search .filters--grouping {
		margin: 2rem auto 0;
		padding-bottom: 3.8rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		overflow: unset;
		white-space: unset
	}
}

.vaisala-search .filters--grouping .filters--filter {
	border: 1px solid #0a2a3d;
	color: #0e1f2c;
	margin: 1rem .4rem
}

.vaisala-search .filters--grouping .filters--filter a,
.vaisala-search .filters--grouping .filters--filter span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.4rem;
	padding: 1.6rem;
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase
}

.vaisala-search .filters--grouping .filters--filter a:hover {
	color: #0a2a3d;
	background: #f3f6f7
}

.vaisala-search .filters--grouping .filters--filter.active {
	background: #0a2a3d;
	color: #fff
}

.vaisala-search .filters--grouping .filters--filter.active a {
	color: #fff
}

.vaisala-search .filters--grouping .filters--filter.active a:hover {
	color: #0a2a3d;
	background: #f3f6f7
}

.vaisala-search .filters--grouping .filter--products:before,
.vaisala-search .filters--grouping .filter--events:before,
.vaisala-search .filters--grouping .filter--news:before,
.vaisala-search .filters--grouping .filter--documents:before,
.vaisala-search .filters--grouping .filter--contacts:before,
.vaisala-search .filters--grouping .filter--pages:before {
	content: "";
	display: inline-block;
	background: transparent no-repeat left top;
	margin-right: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	background-size: 100%
}

.vaisala-search .filters--grouping .filter--events:before {
	background-image: url(img/icon_events_blue.svg)
}

.vaisala-search .filters--grouping .filter--products:before {
	background-image: url(img/icon_box_blue.svg)
}

.vaisala-search .filters--grouping .filter--news:before {
	background-image: url(img/icon_news_blue.svg)
}

.vaisala-search .filters--grouping .filter--documents:before {
	background-image: url(img/icon_paperclip_blue.svg)
}

.vaisala-search .filters--grouping .filter--pages:before {
	background-image: url(img/icon_pages_blue.svg)
}

.vaisala-search .filters--grouping .filter--contacts:before {
	background-image: url(img/icon_contacts_blue.svg)
}

.vaisala-search .filters--grouping .active .filter--products:before {
	background-image: url(img/icon_box_white.svg)
}

.vaisala-search .filters--grouping .active .filter--events:before {
	background-image: url(img/icon_events_white.svg)
}

.vaisala-search .filters--grouping .active .filter--news:before {
	background-image: url(img/icon_news_white.svg)
}

.vaisala-search .filters--grouping .active .filter--documents:before {
	background-image: url(img/icon_paperclip_white.svg)
}

.vaisala-search .filters--grouping .active .filter--pages:before {
	background-image: url(img/icon_pages_white.svg)
}

.vaisala-search .filters--grouping .active .filter--contacts:before {
	background-image: url(img/icon_contacts_white.svg)
}

.vaisala-search.search-mode--filter--documents .view-filters {
	padding-top: 3.8rem;
	padding-bottom: 3.8rem
}

.vaisala-search.search-mode--filter--documents .vaisala-search--content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.vaisala-search.search-mode--filter--documents .document--blue-heading {
	color: #0a2a3d;
	text-align: center
}

.vaisala-search .vaisala-search--content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}

.vaisala-search .vaisala-search--content iframe {
	border: 0
}

.vaisala-search .vaisala-search--content.content-with-filters {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:1024px) {
	.vaisala-search .vaisala-search--content.content-with-filters {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.vaisala-search .vaisala-search--content.content-with-filters .view-content {
		max-width: 80rem;
		margin-left: 6rem
	}
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters {
	background: #eff0f2;
	width: 100%
}

@media screen and (min-width:1024px) {
	.vaisala-search .vaisala-search--content .vaisala-search--category--filters {
		max-width: 42rem
	}
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters-top {
	margin: 2rem
}

@media screen and (min-width:1024px) {
	.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters-top {
		margin: 1.6rem 1.8rem
	}
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters-top h2 {
	font-size: 1.8rem;
	margin: 0
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters-top .clear-filters {
	color: #0a2a3d;
	display: block;
	margin-top: 1.5rem
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters-top .clear-filters:hover {
	color: #0a2a3d;
	text-decoration: underline
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f details.filter--details summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.6rem 1.8rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 400;
	background-color: #dee1e6;
	outline: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f details.filter--details summary:after {
	content: "";
	display: inline-block;
	margin-left: 1rem;
	background: transparent no-repeat center;
	background-image: url(img/carret_black.svg);
	background-size: 100%;
	width: 1.5rem;
	height: 1.5rem
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f details[open].filter--details summary:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f .filter--input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.6rem 1.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.7rem;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	border-bottom: 1px solid #fff
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f .filter--input:last-child {
	border-bottom: 0
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f .filter--input label {
	color: #0a2a3d;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0
}

.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f .filter--input input[type=checkbox],
.vaisala-search .vaisala-search--content .vaisala-search--category--filters .filters--f .filter--input input[type=radio] {
	margin: 0 .8rem 0 0;
	width: 2rem;
	height: 2rem;
	accent-color: #0a2a3d
}

.vaisala-search .view-content {
	width: 100%;
	max-width: 88rem;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 12rem
}

@media screen and (min-width:1024px) {
	.vaisala-search .view-content {
		margin-left: auto;
		margin-right: auto
	}
}

.vaisala-search .view-content .views-row:first-child {
	margin-top: 4.2rem
}

.vaisala-search .title--products:before,
.vaisala-search .title--events:before,
.vaisala-search .title--news:before,
.vaisala-search .title--documents:before,
.vaisala-search .title--contacts:before,
.vaisala-search .title--pages:before {
	content: "";
	display: inline-block;
	background: transparent no-repeat left top;
	margin-right: .8rem;
	width: 2.4rem;
	height: 2.4rem;
	background-size: 100%
}

.vaisala-search .title--events:before {
	background-image: url(img/icon_events_black.svg)
}

.vaisala-search .title--products:before {
	background-image: url(img/icon_box_black.svg)
}

.vaisala-search .title--news:before {
	background-image: url(img/icon_news_black.svg)
}

.vaisala-search .title--documents:before {
	background-image: url(img/icon_paperclip_black.svg)
}

.vaisala-search .title--pages:before {
	background-image: url(img/icon_pages_black.svg)
}

.vaisala-search .title--contacts:before {
	background-image: url(img/icon_contacts_black.svg)
}

.vaisala-search .vaisala-search--group&gt;h3,
.vaisala-search .view-content&gt;h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5rem 0;
	font-size: 2.8rem;
	line-height: 1
}

.vaisala-search .vaisala-search--group&gt;h3 span,
.vaisala-search .view-content&gt;h3 span {
	font-weight: 300;
	font-size: 1.6rem;
	text-transform: none;
	border-left: .1rem solid #707070;
	margin-left: 1rem;
	padding-left: 1rem
}

.vaisala-search .vaisala-search--group&gt;h3 span a,
.vaisala-search .view-content&gt;h3 span a {
	font-weight: 700
}

.vaisala-search .vaisala-search--group&gt;h3 span a:after,
.vaisala-search .view-content&gt;h3 span a:after {
	content: "";
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
	margin-left: .8rem;
	margin-top: .2rem;
	background: transparent url(img/carret_blue_right.svg) no-repeat left top;
	background-size: contain
}

.vaisala-search .vaisala-search--group a.all-results {
	display: block;
	background-color: #f6f6f6;
	color: #0a2a3d;
	text-align: center;
	padding: .75rem 0;
	background-color: #fafafa;
	border: 1px solid #d8d8d8
}

.vaisala-search .view-empty {
	text-align: center;
	margin-top: 2rem
}

.vaisala-search .vaisala-search--form {
	margin: 2rem 0
}

.vaisala-search .vaisala-search--form input.vaisala-search--form--input {
	border: 1px solid #666;
	width: 400px
}

.vaisala-search .vaisala-search--form input.vaisala-search--form--submit {
	background: #fb6432;
	border: 0;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	color: #fff;
	margin-left: .3rem;
	padding: 0 1rem
}

.vaisala-search .dbg-block details summary,
.vaisala-search .dbg-block details div {
	background: #dee1e6;
	border: 1px solid #c1c7cd;
	cursor: pointer;
	margin: 0 auto;
	padding: 1rem;
	width: 80%
}

.vaisala-search .search-results--q-details {
	color: #0a2a3d;
	font-size: 150%;
	font-weight: 800;
	margin-top: 1rem
}

.view-document-search {
	margin-bottom: 10rem
}

.view-document-search .view-content {
	max-width: 88rem;
	margin-left: 2rem;
	margin-right: 2rem
}

@media screen and (min-width:1024px) {
	.view-document-search .view-content {
		margin-left: auto;
		margin-right: auto
	}
}

.view-document-search .view-header .top-block-wrapper {
	background: #f3f6f7;
	padding: 4rem 0
}

.view-document-search .view-header .top-block {
	text-align: center
}

.view-document-search .view-header .top-block p {
	font-size: 1.8rem
}

.view-document-search .view-header .top-block,
.view-document-search .view-header h2 {
	max-width: 88rem;
	margin-left: auto;
	margin-right: auto
}

.view-document-search .view-header h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4.2rem auto;
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 1
}

.view-document-search .view-header h2 span {
	font-weight: 400;
	font-size: 1.6rem;
	color: #707070;
	text-transform: none;
	border-left: .1rem solid #707070;
	margin-left: 1rem;
	padding-left: 1rem
}

.view-document-search .view-header .title--documents:before {
	content: "";
	display: inline-block;
	margin-right: .8rem;
	width: 2.4rem;
	height: 2.4rem;
	background: transparent no-repeat left top;
	background-size: 100%;
	background-image: url(img/icon_pages_black.svg)
}

.view-document-search .views-row {
	border-bottom: 1px solid #e7eeef;
	padding: 0 0 1.6rem;
	margin-bottom: 1.6rem
}

.view-document-search .views-row&gt;span {
	color: #707070;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 140%;
	text-transform: uppercase;
	border-left: .1rem solid #707070;
	margin-left: .5rem;
	padding-left: .8rem
}

.view-document-search .views-row&gt;span:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0
}

.view-document-search .views-row h3 {
	font-size: 1.8rem;
	margin: .8rem 0 0
}

@media screen and (max-width:659px) {

	.view-id-events .view-header .events-webinars-nav .nav-label,
	.view-id-events .view-header .views-nav .nav-label,
	.view-id-webinars .view-header .events-webinars-nav .nav-label,
	.view-id-webinars .view-header .views-nav .nav-label {
		display: none
	}
}

.view-id-events .view-header .events-webinars-nav a,
.view-id-events .view-header .views-nav a,
.view-id-webinars .view-header .events-webinars-nav a,
.view-id-webinars .view-header .views-nav a {
	display: inline-block;
	text-decoration: none;
	padding: 1.2rem 0 .6rem 0;
	margin: 0 2rem 0 0
}

@media screen and (min-width:660px) {

	.view-id-events .view-header .events-webinars-nav a,
	.view-id-events .view-header .views-nav a,
	.view-id-webinars .view-header .events-webinars-nav a,
	.view-id-webinars .view-header .views-nav a {
		margin: 0 3rem
	}
}

.view-id-events .view-header .events-webinars-nav a.active,
.view-id-events .view-header .views-nav a.active,
.view-id-webinars .view-header .events-webinars-nav a.active,
.view-id-webinars .view-header .views-nav a.active {
	border-bottom: 2px solid #0a2a3d
}

.view-id-events .view-header .events-webinars-nav,
.view-id-webinars .view-header .events-webinars-nav {
	margin-bottom: 3rem;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 2rem 0
}

.view-id-events .view-header .events-webinars-nav:before,
.view-id-events .view-header .events-webinars-nav:after,
.view-id-webinars .view-header .events-webinars-nav:before,
.view-id-webinars .view-header .events-webinars-nav:after {
	content: " ";
	display: table
}

.view-id-events .view-header .events-webinars-nav:after,
.view-id-webinars .view-header .events-webinars-nav:after {
	clear: both
}

@media screen and (max-width:659px) {

	.view-id-events .view-header .events-webinars-nav,
	.view-id-webinars .view-header .events-webinars-nav {
		margin-left: 2rem
	}
}

@media screen and (max-width:659px) {

	.view-id-events .view-header .events-webinars-nav .link,
	.view-id-webinars .view-header .events-webinars-nav .link {
		display: inline
	}
}

@media screen and (min-width:660px) {

	.view-id-events .view-header .events-webinars-nav .link,
	.view-id-webinars .view-header .events-webinars-nav .link {
		width: 50%;
		float: left
	}

	.view-id-events .view-header .events-webinars-nav .link.events,
	.view-id-webinars .view-header .events-webinars-nav .link.events {
		text-align: right
	}

	.view-id-events .view-header .events-webinars-nav .link.webinars,
	.view-id-webinars .view-header .events-webinars-nav .link.webinars {
		border-left: 1px solid #d8d8d8
	}
}

@media screen and (min-width:660px) {

	.view-id-events .view-header .events-webinars-nav,
	.view-id-webinars .view-header .events-webinars-nav {
		margin-bottom: 8rem
	}
}

.view-id-events .view-header .views-nav,
.view-id-webinars .view-header .views-nav {
	margin: 0 0 5rem 1rem
}

@media screen and (min-width:660px) {

	.view-id-events .view-filters,
	.view-id-webinars .view-filters {
		margin-bottom: 4rem
	}
}

@media screen and (min-width:660px) {

	.view-id-events .view-content,
	.view-id-webinars .view-content {
		margin-left: 0
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.view-id-events .view-content,
	.view-id-webinars .view-content {
		margin-left: 0
	}
}

@media screen and (min-width:660px) {

	.view-id-events .view-empty,
	.view-id-webinars .view-empty {
		padding: 6rem 1rem 2rem
	}
}

@media screen and (min-width:660px) {

	.view-id-events.view-display-id-past .view-content,
	.view-id-events.view-display-id-upcoming .view-content,
	.view-id-events.view-display-id-on_demand .view-content,
	.view-id-webinars.view-display-id-past .view-content,
	.view-id-webinars.view-display-id-upcoming .view-content,
	.view-id-webinars.view-display-id-on_demand .view-content {
		margin-top: 20rem
	}

	.view-id-events.view-display-id-past .view-header+.view-content,
	.view-id-events.view-display-id-upcoming .view-header+.view-content,
	.view-id-events.view-display-id-on_demand .view-header+.view-content,
	.view-id-webinars.view-display-id-past .view-header+.view-content,
	.view-id-webinars.view-display-id-upcoming .view-header+.view-content,
	.view-id-webinars.view-display-id-on_demand .view-header+.view-content {
		margin-top: 24rem
	}
}

.view-id-events.view-display-id-past .form-item-langcode-1 .select-wrapper select option:first-child,
.view-id-events.view-display-id-upcoming .form-item-langcode-1 .select-wrapper select option:first-child,
.view-id-events.view-display-id-on_demand .form-item-langcode-1 .select-wrapper select option:first-child,
.view-id-webinars.view-display-id-past .form-item-langcode-1 .select-wrapper select option:first-child,
.view-id-webinars.view-display-id-upcoming .form-item-langcode-1 .select-wrapper select option:first-child,
.view-id-webinars.view-display-id-on_demand .form-item-langcode-1 .select-wrapper select option:first-child {
	display: none
}

.view-id-events.view-display-id-past .form-item-langcode-1 .select-wrapper .chosen-container .chosen-drop .chosen-results li:first-child,
.view-id-events.view-display-id-upcoming .form-item-langcode-1 .select-wrapper .chosen-container .chosen-drop .chosen-results li:first-child,
.view-id-events.view-display-id-on_demand .form-item-langcode-1 .select-wrapper .chosen-container .chosen-drop .chosen-results li:first-child,
.view-id-webinars.view-display-id-past .form-item-langcode-1 .select-wrapper .chosen-container .chosen-drop .chosen-results li:first-child,
.view-id-webinars.view-display-id-upcoming .form-item-langcode-1 .select-wrapper .chosen-container .chosen-drop .chosen-results li:first-child,
.view-id-webinars.view-display-id-on_demand .form-item-langcode-1 .select-wrapper .chosen-container .chosen-drop .chosen-results li:first-child {
	display: none
}

.node--type-event .title,
.node--type-event_webinar .title,
.node--type-case .title,
.node--type-cohesion_webinar_page .title {
	margin-top: 0
}

@media screen and (max-width:659px) {

	.node--type-event .date,
	.node--type-event_webinar .date,
	.node--type-case .date,
	.node--type-cohesion_webinar_page .date {
		padding-left: 0
	}
}

.node--type-event .date .month,
.node--type-event .date .day,
.node--type-event .date .time,
.node--type-event .date .year,
.node--type-event_webinar .date .month,
.node--type-event_webinar .date .day,
.node--type-event_webinar .date .time,
.node--type-event_webinar .date .year,
.node--type-case .date .month,
.node--type-case .date .day,
.node--type-case .date .time,
.node--type-case .date .year,
.node--type-cohesion_webinar_page .date .month,
.node--type-cohesion_webinar_page .date .day,
.node--type-cohesion_webinar_page .date .time,
.node--type-cohesion_webinar_page .date .year {
	margin: 0;
	padding: 0;
	color: #0a2a3d;
	display: block;
	width: 100%;
	text-align: center
}

.node--type-event .date .month,
.node--type-event_webinar .date .month,
.node--type-case .date .month,
.node--type-cohesion_webinar_page .date .month {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 300
}

.node--type-event .date .day,
.node--type-event_webinar .date .day,
.node--type-case .date .day,
.node--type-cohesion_webinar_page .date .day {
	padding: 0;
	font-size: 2.7rem
}

.node--type-event .date .year,
.node--type-event_webinar .date .year,
.node--type-case .date .year,
.node--type-cohesion_webinar_page .date .year {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0 0 2rem 0
}

.node--type-event .date .time,
.node--type-event_webinar .date .time,
.node--type-case .date .time,
.node--type-cohesion_webinar_page .date .time {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 2rem;
	padding: 0 0 2rem 0
}

@media screen and (max-width:1023px) {

	.node--type-event .image,
	.node--type-event_webinar .image,
	.node--type-case .image,
	.node--type-cohesion_webinar_page .image {
		display: none
	}
}

@media screen and (max-width:659px) {

	.node--type-event .col-xs-8,
	.node--type-event_webinar .col-xs-8,
	.node--type-case .col-xs-8,
	.node--type-cohesion_webinar_page .col-xs-8 {
		width: 83.33333%
	}
}

.node--type-event .location,
.node--type-event_webinar .location,
.node--type-case .location,
.node--type-cohesion_webinar_page .location {
	position: relative;
	padding-left: 35px;
	margin-bottom: 2rem
}

.node--type-event .location:before,
.node--type-event_webinar .location:before,
.node--type-case .location:before,
.node--type-cohesion_webinar_page .location:before {
	position: absolute;
	background-image: url(img/location_pin.png);
	display: block;
	content: "";
	width: 20px;
	height: 27px;
	top: 10px;
	left: 0
}

.node--type-event .location .venue,
.node--type-event_webinar .location .venue,
.node--type-case .location .venue,
.node--type-cohesion_webinar_page .location .venue {
	font-size: 18px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #0a2a3d
}

@media screen and (max-width:659px) {

	.node--type-event .location .venue,
	.node--type-event_webinar .location .venue,
	.node--type-case .location .venue,
	.node--type-cohesion_webinar_page .location .venue {
		font-size: 14px
	}
}

.node--type-event .location .address,
.node--type-event_webinar .location .address,
.node--type-case .location .address,
.node--type-cohesion_webinar_page .location .address {
	line-height: 1.5
}

.author .location {
	margin-top: 2rem;
	padding-left: 0
}

.author .location:before {
	display: none
}

.views-block__webinars-block-recent-webinars section {
	margin-bottom: 5rem
}

.views-block__webinars-block-recent-webinars section .views-row {
	padding-bottom: 0;
	margin-bottom: 0
}

.views-block__events-block-events-webinars {
	padding-top: 0;
	display: none
}

@media screen and (min-width:660px) {
	.views-block__events-block-events-webinars {
		display: block
	}
}

.views-block__events-block-events-webinars .view-filters {
	display: none
}

.views-block__events-block-event-map {
	display: none;
	padding: 3rem 0
}

@media screen and (min-width:660px) {
	.views-block__events-block-event-map {
		display: block
	}
}

.views-block__events-block-past-events {
	padding-top: 3rem
}

.views-block__events-block-events-webinars-mobile {
	display: block
}

@media screen and (min-width:660px) {
	.views-block__events-block-events-webinars-mobile {
		display: none
	}
}

.views-block__events-block-events-webinars-mobile .view-content {
	padding: 0 1rem
}

.views-block__events-block-events-webinars-mobile .view-content .views-row {
	font-size: 1.2rem;
	padding: 2rem 1.5rem;
	margin-bottom: 2rem;
	border-top: 3px solid #0a2a3d;
	border-bottom: none;
	background: #fff
}

.views-block__events-block-events-webinars-mobile .view-content .views-row span {
	display: block
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .type {
	color: #60addb;
	text-transform: uppercase;
	display: block
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .title {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-size: 1.6rem;
	line-height: 140%;
	margin-bottom: 2rem
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .location {
	padding-bottom: 1rem
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .date {
	padding-top: 1rem;
	border-top: 1px solid #c6d9e5
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .date:before {
	content: "";
	width: 2rem;
	height: 2rem;
	float: left;
	background: transparent url(img/calendar.png) no-repeat scroll
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .date .field-content {
	float: left;
	margin: -0.2rem .6rem
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .time {
	float: left;
	clear: both;
	padding-left: 2.5rem;
	color: #60addb
}

.view-events table {
	border: none
}

.view-events table thead {
	color: #0e1f2c;
	font-size: 1.1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #c6d9e5
}

.view-events table thead th {
	border: none;
	padding: 3rem 1.5rem;
	background: transparent
}

.view-events table tr {
	color: #0e1f2c;
	font-size: 1.2rem;
	border-bottom: 1px solid #c6d9e5
}

.view-events table tr:nth-of-type(odd),
.view-events table tr:nth-of-type(even) {
	background: transparent
}

.view-events table tr td {
	border: none;
	padding: 3rem 1.5rem
}

.view-events table tr td:nth-child(1) {
	min-width: 18%
}

.view-events table tr td:nth-child(2) {
	text-transform: uppercase;
	color: #60addb
}

.view-events table tr td:nth-child(3) {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-size: 1.6rem;
	line-height: 140%
}

.view-events table tr td .time {
	display: block;
	color: #0a2a3d
}

.gm-style .gm-style-iw {
	padding: 1.5rem 1rem
}

.gm-style .gm-style-iw .location-title {
	line-height: 2.7rem
}

.gm-style .gm-style-iw .location-content {
	font-size: 1.2rem
}

.gm-style .gm-style-iw .location-content .views-field-field-event-location {
	color: #9b9b9b;
	padding-bottom: 1rem
}

.gm-style .gm-style-iw .location-content .views-field-field-date {
	padding-top: 1rem;
	border-top: 1px solid #c6d9e5
}

.gm-style .gm-style-iw .location-content .views-field-field-date:before {
	content: "";
	width: 2rem;
	height: 2rem;
	float: left;
	background: transparent url(img/calendar.png) no-repeat scroll
}

.gm-style .gm-style-iw .location-content .views-field-field-date .field-content {
	float: left;
	padding: .3rem .5rem
}

.field--type-entity-reference .field--label {
	color: #0a2a3d;
	text-align: center;
	padding-bottom: 2.4rem
}

.node--type-contact_card.node--view-mode-card .field--name-field-phone,
.node--type-contact_card.node--view-mode-card .field--name-field-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem
}

@media screen and (min-width:1024px) {
	.mob-only {
		display: none
	}
}

.dt-only {
	display: none
}

@media screen and (min-width:1024px) {
	.dt-only {
		display: block
	}
}

.product.list-item {
	padding: 40px 0;
	border-bottom: 1px solid #d8d8d8
}

.product.list-item .meta {
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color: #9b9b9b
}

.product.list-item .content {
	padding: 20px 0 40px
}

.product .row,
.product article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .product .meta-info,
.product article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .product .meta-info,
.product article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .product .meta-info,
.product article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .product .meta-info {
	padding: 0
}

.product .row .row-wrap,
.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .product .meta-info .row-wrap {
	padding: 20px 10px;
	margin-top: 15px;
	margin-bottom: 15px
}

@media screen and (min-width:1024px) {

	.product .row .row-wrap,
	.product article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .product .meta-info .row-wrap,
	.product article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .product .meta-info .row-wrap {
		padding: 60px 0;
		margin-top: 25px;
		margin-bottom: 25px
	}
}

.product .row&gt;div,
.product article.node--type-blog.node--view-mode-full .meta-info&gt;div,
article.node--type-blog.node--view-mode-full .product .meta-info&gt;div,
.product article.node--type-case.node--view-mode-full .meta-info&gt;div,
article.node--type-case.node--view-mode-full .product .meta-info&gt;div,
.product article.node--type-release.node--view-mode-full .meta-info&gt;div,
article.node--type-release.node--view-mode-full .product .meta-info&gt;div,
.product article.node--type-news.node--view-mode-full .meta-info&gt;div,
article.node--type-news.node--view-mode-full .product .meta-info&gt;div {
	padding: 20px 0
}

.product .row h1,
.product article.node--type-blog.node--view-mode-full .meta-info h1,
article.node--type-blog.node--view-mode-full .product .meta-info h1,
.product article.node--type-case.node--view-mode-full .meta-info h1,
article.node--type-case.node--view-mode-full .product .meta-info h1,
.product article.node--type-release.node--view-mode-full .meta-info h1,
article.node--type-release.node--view-mode-full .product .meta-info h1,
.product article.node--type-news.node--view-mode-full .meta-info h1,
article.node--type-news.node--view-mode-full .product .meta-info h1 {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left;
	text-align: left;
	margin-bottom: 20px
}

@media screen and (min-width:1024px) {

	.product .row h1,
	.product article.node--type-blog.node--view-mode-full .meta-info h1,
	article.node--type-blog.node--view-mode-full .product .meta-info h1,
	.product article.node--type-case.node--view-mode-full .meta-info h1,
	article.node--type-case.node--view-mode-full .product .meta-info h1,
	.product article.node--type-release.node--view-mode-full .meta-info h1,
	article.node--type-release.node--view-mode-full .product .meta-info h1,
	.product article.node--type-news.node--view-mode-full .meta-info h1,
	article.node--type-news.node--view-mode-full .product .meta-info h1 {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {

	.product .row h1,
	.product article.node--type-blog.node--view-mode-full .meta-info h1,
	article.node--type-blog.node--view-mode-full .product .meta-info h1,
	.product article.node--type-case.node--view-mode-full .meta-info h1,
	article.node--type-case.node--view-mode-full .product .meta-info h1,
	.product article.node--type-release.node--view-mode-full .meta-info h1,
	article.node--type-release.node--view-mode-full .product .meta-info h1,
	.product article.node--type-news.node--view-mode-full .meta-info h1,
	article.node--type-news.node--view-mode-full .product .meta-info h1 {
		font-size: 4.6rem;
		line-height: 140%
	}
}

@media screen and (min-width:1024px) {

	.product .row h1,
	.product article.node--type-blog.node--view-mode-full .meta-info h1,
	article.node--type-blog.node--view-mode-full .product .meta-info h1,
	.product article.node--type-case.node--view-mode-full .meta-info h1,
	article.node--type-case.node--view-mode-full .product .meta-info h1,
	.product article.node--type-release.node--view-mode-full .meta-info h1,
	article.node--type-release.node--view-mode-full .product .meta-info h1,
	.product article.node--type-news.node--view-mode-full .meta-info h1,
	article.node--type-news.node--view-mode-full .product .meta-info h1 {
		line-height: 42px
	}
}

.product .row h2,
.product article.node--type-blog.node--view-mode-full .meta-info h2,
article.node--type-blog.node--view-mode-full .product .meta-info h2,
.product article.node--type-case.node--view-mode-full .meta-info h2,
article.node--type-case.node--view-mode-full .product .meta-info h2,
.product article.node--type-release.node--view-mode-full .meta-info h2,
article.node--type-release.node--view-mode-full .product .meta-info h2,
.product article.node--type-news.node--view-mode-full .meta-info h2,
article.node--type-news.node--view-mode-full .product .meta-info h2 {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left;
	text-align: left;
	margin-bottom: 10px
}

@media screen and (min-width:1024px) {

	.product .row h2,
	.product article.node--type-blog.node--view-mode-full .meta-info h2,
	article.node--type-blog.node--view-mode-full .product .meta-info h2,
	.product article.node--type-case.node--view-mode-full .meta-info h2,
	article.node--type-case.node--view-mode-full .product .meta-info h2,
	.product article.node--type-release.node--view-mode-full .meta-info h2,
	article.node--type-release.node--view-mode-full .product .meta-info h2,
	.product article.node--type-news.node--view-mode-full .meta-info h2,
	article.node--type-news.node--view-mode-full .product .meta-info h2 {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {

	.product .row h2,
	.product article.node--type-blog.node--view-mode-full .meta-info h2,
	article.node--type-blog.node--view-mode-full .product .meta-info h2,
	.product article.node--type-case.node--view-mode-full .meta-info h2,
	article.node--type-case.node--view-mode-full .product .meta-info h2,
	.product article.node--type-release.node--view-mode-full .meta-info h2,
	article.node--type-release.node--view-mode-full .product .meta-info h2,
	.product article.node--type-news.node--view-mode-full .meta-info h2,
	article.node--type-news.node--view-mode-full .product .meta-info h2 {
		font-size: 4.6rem;
		line-height: 140%
	}
}

@media screen and (min-width:1024px) {

	.product .row h2,
	.product article.node--type-blog.node--view-mode-full .meta-info h2,
	article.node--type-blog.node--view-mode-full .product .meta-info h2,
	.product article.node--type-case.node--view-mode-full .meta-info h2,
	article.node--type-case.node--view-mode-full .product .meta-info h2,
	.product article.node--type-release.node--view-mode-full .meta-info h2,
	article.node--type-release.node--view-mode-full .product .meta-info h2,
	.product article.node--type-news.node--view-mode-full .meta-info h2,
	article.node--type-news.node--view-mode-full .product .meta-info h2 {
		margin-bottom: 40px
	}
}

.product .row h3,
.product article.node--type-blog.node--view-mode-full .meta-info h3,
article.node--type-blog.node--view-mode-full .product .meta-info h3,
.product article.node--type-case.node--view-mode-full .meta-info h3,
article.node--type-case.node--view-mode-full .product .meta-info h3,
.product article.node--type-release.node--view-mode-full .meta-info h3,
article.node--type-release.node--view-mode-full .product .meta-info h3,
.product article.node--type-news.node--view-mode-full .meta-info h3,
article.node--type-news.node--view-mode-full .product .meta-info h3 {
	font-size: 22px;
	color: #0a2a3d;
	margin-bottom: 20px
}

.product .row h4,
.product article.node--type-blog.node--view-mode-full .meta-info h4,
article.node--type-blog.node--view-mode-full .product .meta-info h4,
.product article.node--type-case.node--view-mode-full .meta-info h4,
article.node--type-case.node--view-mode-full .product .meta-info h4,
.product article.node--type-release.node--view-mode-full .meta-info h4,
article.node--type-release.node--view-mode-full .product .meta-info h4,
.product article.node--type-news.node--view-mode-full .meta-info h4,
article.node--type-news.node--view-mode-full .product .meta-info h4 {
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	text-align: left;
	margin-bottom: 20px
}

@media screen and (min-width:1024px) {

	.product .row h4,
	.product article.node--type-blog.node--view-mode-full .meta-info h4,
	article.node--type-blog.node--view-mode-full .product .meta-info h4,
	.product article.node--type-case.node--view-mode-full .meta-info h4,
	article.node--type-case.node--view-mode-full .product .meta-info h4,
	.product article.node--type-release.node--view-mode-full .meta-info h4,
	article.node--type-release.node--view-mode-full .product .meta-info h4,
	.product article.node--type-news.node--view-mode-full .meta-info h4,
	article.node--type-news.node--view-mode-full .product .meta-info h4 {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: 1.5px
	}
}

.product .prod-hero {
	padding: 0 0 20px;
	border-bottom: 1px solid #eee
}

.product .prod-hero .title.mob-only {
	padding: 0 10px
}

.product .prod-hero .images {
	padding: 0
}

.product .prod-hero .images .field--type-image {
	cursor: pointer
}

.product .prod-hero .images .slick-next {
	z-index: 5;
	right: 5px
}

.product .prod-hero .images .slick-prev {
	z-index: 5;
	left: 5px
}

.product .prod-hero .images .slick-dots {
	padding: 0 10px;
	position: static;
	margin-top: 6px
}

.product .prod-hero .images .slick-dots li {
	float: left;
	width: 50px;
	height: 50px
}

@media screen and (min-width:1024px) {
	.product .prod-hero .images .slick-dots li {
		float: none
	}
}

.product .prod-hero .images .slick-dots li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.product .prod-hero .images .slick-dots li img {
	height: 100%;
	width: auto
}

.product .prod-hero .info {
	padding: 10px
}

@media screen and (min-width:1024px) {
	.product .prod-hero .info {
		padding: 60px 90px
	}
}

.product .prod-hero .info label {
	font-size: 16px;
	line-height: 20px;
	color: #0e1f2c;
	display: inline-block;
	padding: 10px 0;
	letter-spacing: 1px;
	font-weight: 500
}

@media screen and (min-width:1024px) {
	.product .prod-hero .info label {
		font-size: 20px;
		line-height: 26px
	}
}

.product .prod-hero .info .field--name-field-value-proposition {
	margin-bottom: 30px
}

.product .prod-hero .field--type-link {
	text-align: center;
	margin: 20px 20px 0 0
}

@media screen and (min-width:1024px) {
	.product .prod-hero .field--type-link {
		float: left;
		text-align: left
	}
}

.product .prod-hero .field--type-link a:hover {
	color: #fff
}

.product .prod-benefits {
	padding-bottom: 0px;
	margin-bottom: 15px
}

@media screen and (min-width:1024px) {
	.product .prod-benefits {
		padding-bottom: 0px;
		margin-bottom: 25px
	}
}

.product .prod-benefits .row-wrap {
	padding-bottom: 0;
	margin-bottom: 0
}

.product .prod-benefits .image {
	margin: 0 -10px 20px -10px;
	text-align: center
}

.product .prod-benefits .image .img-responsive {
	display: inline-block
}

.product .prod-benefits .image .field--name-field-media-image {
	margin-left: -10px;
	margin-right: -10px
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .image .field--name-field-media-image {
		margin: 0 -10px 40px -10px
	}
}

.product .prod-benefits .video {
	text-align: center
}

.product .prod-benefits .video .field--name-field-media-video {
	margin-left: -10px;
	margin-right: -10px
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .video .field--name-field-media-video {
		margin: 0 -10px 40px -10px
	}
}

.product .prod-benefits .benefits {
	padding: 0
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits {
		padding: 0 10px
	}
}

.product .prod-benefits .benefits .field--items&gt;.field--item {
	padding: 15px 0
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items&gt;.field--item {
		padding: 0 20px 40px
	}
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items&gt;.field--item:nth-child(3n+1) {
		padding-left: 0;
		clear: left
	}
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items&gt;.field--item:nth-child(3n+3) {
		padding-right: 0
	}
}

.product .prod-benefits .benefits .field--items&gt;.field--item .field--name-field-title {
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	text-align: left;
	margin-bottom: 20px
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items&gt;.field--item .field--name-field-title {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: 1.5px
	}
}

.product .more {
	border-bottom: 1px solid #fff;
	margin-top: 40px
}

.product .more.expanded {
	background: #c6d9e5
}

@media screen and (min-width:1024px) {
	.product .more {
		margin-top: 0
	}
}

.product .more .row-wrap {
	display: none;
	padding: 30px 0
}

.product .more .row-wrap .overview {
	padding-bottom: 40px
}

@media screen and (min-width:1024px) {
	.product .more .row-wrap .overview {
		padding: 40px 40px 40px 0
	}
}

@media screen and (min-width:1024px) {
	.product .more .row-wrap .features {
		padding: 40px 0 40px 40px
	}
}

.product .more .row-wrap .features .field--item {
	margin-left: 20px;
	display: list-item;
	list-style-type: disc
}

.product .prod-details {
	background: #c6d9e5;
	border-top: 1px solid #fff;
	padding: 10px
}

@media screen and (min-width:1024px) {
	.product .prod-details {
		padding: 60px 0
	}
}

.product .prod-details .row-wrap {
	background: #fff;
	padding: 0
}

.product .prod-details .row-wrap h3 {
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase
}

.product .prod-details .row-wrap h3.toggle-more {
	cursor: pointer
}

@media screen and (min-width:1024px) {
	.product .prod-details .row-wrap h3 {
		font-size: 22px;
		padding: 20px 0
	}
}

.product .prod-details .row-wrap h3 .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0a2a3d;
	-webkit-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	line-height: 26px;
	float: right;
	margin-top: -8px
}

@media screen and (min-width:1024px) {
	.product .prod-details .row-wrap h3 .icon {
		width: 40px;
		height: 40px
	}
}

.product .prod-details .row-wrap h3 .icon:after {
	width: 10px;
	height: 10px;
	border-top: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-webkit-transition: .2s transform;
	transition: .2s transform;
	content: "";
	display: inline-block;
	position: relative;
	top: -2px
}

@media screen and (min-width:1024px) {
	.product .prod-details .row-wrap h3 .icon:after {
		top: 4px;
		width: 14px;
		height: 14px
	}
}

.product .prod-details .row-wrap h3 .icon.down:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.product .prod-details .row-wrap h3 .icon.up:after {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (min-width:1024px) {
	.product .prod-details .row-wrap h3 .icon.up:after {
		top: 10px
	}
}

.product .prod-details .specifications {
	padding: 0
}

.product .prod-details .specifications h3.toggle-more {
	padding: 20px 30px;
	margin: 8px 0;
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d
}

.product .prod-details .specifications .toggle-wrap {
	display: none;
	padding: 0 30px;
	margin: 0 0 60px
}

.product .prod-details .specifications .toggle-wrap h3 {
	padding: 20px 0;
	margin: 0
}

.product .prod-details .specifications .toggle-wrap .views-view-grid {
	margin-bottom: 20px
}

.product .prod-details .specifications .paragraph--type--specification .field--name-field-title {
	padding: 10px;
	font-weight: bold
}

@media screen and (min-width:1024px) {
	.product .prod-details .specifications .paragraph--type--specification .field--name-field-title {
		padding: 25px 40px
	}
}

.product .prod-details .specifications .paragraph--type--specification .field--name-field-description {
	padding: 10px
}

@media screen and (min-width:1024px) {
	.product .prod-details .specifications .paragraph--type--specification .field--name-field-description {
		padding: 25px 40px
	}
}

.product .prod-details .documents {
	padding: 0
}

.product .prod-details .documents h3.toggle-more {
	padding: 20px 30px;
	margin: 8px 0;
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d
}

.product .prod-details .documents .toggle-wrap {
	display: none;
	padding: 0 30px;
	margin: 0 0 60px
}

.product .prod-details .documents .toggle-wrap h3 {
	padding: 20px 0;
	margin: 0
}

.product .prod-details .documents .toggle-wrap .views-view-grid {
	margin-bottom: 20px
}

.product.commerce-product--type-digital .prod-details {
	border-top: 0px none
}

.product .stories,
.product .events {
	padding: 0;
	background: #c6d9e5
}

.product .stories .row-wrap,
.product .events .row-wrap {
	padding: 20px 10px 40px
}

.product .support .row-wrap {
	padding: 0 10px
}

@media screen and (min-width:1024px) {
	.product .support .row-wrap {
		padding: 20px 0
	}
}

.product .support .rel-documents {
	text-align: center;
	margin-top: 40px
}

@media screen and (max-width:659px) {

	.product .field--name-field-secondary-link a,
	.product .field--name-field-buy-link a,
	.product .rel-documents a,
	.product .more-link a {
		width: 190px;
		text-align: center;
		padding-left: 10px !important;
		padding-right: 10px !important
	}
}

.views-block__product-documents-block-1 .module-wrapper {
	margin: 0
}

.product--updated-layout {
	font-size: 1.4rem;
	line-height: 120%
}

.product--updated-layout .content&gt;section&gt;.module-wrapper {
	padding: 6rem 1rem
}

@media screen and (max-width:659px) {
	.product--updated-layout .content&gt;section&gt;.module-wrapper {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.product--updated-layout .content&gt;section&gt;.module-wrapper.product__container {
	padding-left: 0;
	padding-right: 0
}

.product--updated-layout .content&gt;section:nth-child(odd) {
	background: #e7eeef
}

.product--updated-layout .content&gt;section:first-child {
	background: #fff
}

.product--updated-layout .content&gt;section:first-child&gt;.module-wrapper {
	padding-top: 2rem
}

.product--updated-layout p,
.product--updated-layout p+ul {
	margin-bottom: 2.4rem
}

.product--updated-layout .page-title,
.product--updated-layout .module-title {
	color: #0a2a3d
}

.product--updated-layout .page-title {
	font-size: 3.6rem;
	line-height: 140%;
	margin-top: 0
}

.product--updated-layout .page-subtitle {
	font-size: 1.8rem;
	line-height: 140%
}

.product--updated-layout .module-title {
	margin: 0 0 3rem;
	font-size: 2.8rem;
	line-height: 140%
}

.product--updated-layout .overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	outline: 0;
	text-indent: -999em
}

.product--updated-layout .product__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product--updated-layout .product__container .module-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product__container .module-title {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.product--updated-layout .product__2col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 0 1.5rem;
	max-width: 50%
}

.product--updated-layout .product__2col:only-child {
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product__2col {
		padding: 1rem
	}
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product__2col {
		margin-bottom: 2.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

.product--updated-layout .product__3col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.3%;
	flex: 1 1 33.3%;
	padding: 0 1.5rem
}

@media screen and (min-width:1024px) {
	.product--updated-layout .product__3col {
		max-width: 33.3%
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product__3col {
		padding: 1rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__3col {
		padding: 1rem 1.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.product--updated-layout .product__3col:last-child {
		padding-right: 1.5rem
	}
}

.product--updated-layout .product__6col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 66.3%;
	flex: 1 1 66.3%;
	padding: 0 1.5rem
}

@media screen and (min-width:1024px) {
	.product--updated-layout .product__6col {
		max-width: 66.3%
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product__6col {
		padding: 1rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__6col {
		padding: 1rem 1.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.product--updated-layout .product__6col:last-child {
		padding-right: 1.5rem
	}
}

.product--updated-layout .product__4col {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding: 1rem 1.5rem;
	max-width: 25%
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product__4col {
		padding: 1rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__4col {
		padding: 1rem 1.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.product--updated-layout .product__4col:last-child {
		padding-right: 1.5rem
	}
}

.product--updated-layout .content&gt;.product__intro&gt;.module-wrapper {
	padding-bottom: 5rem
}

.product--updated-layout .content&gt;.product__intro+.product__key-benefits&gt;.module-wrapper {
	padding-top: 0
}

.product--updated-layout .product__value-proposition__content {
	position: relative
}

.product--updated-layout .product__value-proposition__content h1 {
	margin-top: 0;
	margin-bottom: 3rem
}

.product--updated-layout .product__value-proposition__content h1+label {
	margin-bottom: 3rem
}

.product--updated-layout .product__value-proposition__content img {
	max-width: 100%;
	height: auto
}

.product--updated-layout .product__value-proposition__content .field--name-field-features {
	margin-bottom: 2.5rem
}

.product--updated-layout .product__value-proposition__content .field--name-field-features .field--item {
	display: list-item;
	margin-left: 1.5em;
	list-style-type: square;
	line-height: 140%;
	padding-top: .8rem
}

.product--updated-layout .product__value-proposition__content .field--name-field-features .field--item::marker {
	color: #0a2a3d
}

.product--updated-layout .product__value-proposition__content.trimmed {
	overflow: hidden
}

.product--updated-layout .product__value-proposition__content.trimmed:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(35%, #fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to top, #fff, #fff 35%, rgba(255, 255, 255, 0));
	pointer-events: none
}

.product--updated-layout .product__value-proposition__content.trimmed .product__value-proposition__read-more {
	display: block
}

.product--updated-layout .product__value-proposition__content.trimmed.expanded {
	overflow: auto;
	max-height: none !important;
	padding-bottom: 3rem
}

.product--updated-layout .product__value-proposition__content.trimmed.expanded:after {
	display: none
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product__value-proposition__content.trimmed {
		max-height: none !important
	}

	.product--updated-layout .product__value-proposition__content.trimmed:after {
		display: none
	}

	.product--updated-layout .product__value-proposition__content.trimmed .product__value-proposition__read-more {
		display: none
	}
}

.product--updated-layout .product__value-proposition__read-more {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	color: #005d75;
	padding-bottom: .5rem;
	padding-right: 1rem;
	font-size: 1.4rem;
	line-height: 120%;
	border-bottom: 2px solid #005d75
}

.product--updated-layout .product__components .product__components__list .view-display-id-block_system_products .view-content {
	padding: 0
}

.product--updated-layout .product__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.5rem
}

.product--updated-layout .product__buttons&gt;div {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}

.product--updated-layout .product__buttons a {
	display: block;
	text-align: center;
	margin: 1rem .5rem;
	padding: 1.5rem .5rem;
	white-space: nowrap
}

.product--updated-layout .product__buttons__contact a,
.product--updated-layout .field--name-field-secondary-link a {
	background: #0a2a3d;
	color: #fff
}

.product--updated-layout .product__buttons__contact a:hover,
.product--updated-layout .field--name-field-secondary-link a:hover {
	background: #fff;
	color: #0a2a3d
}

.product--updated-layout .product__images .field--name-field-media-images {
	max-height: 70vw;
	min-height: 27vw
}

.product--updated-layout .product__images .field--name-field-media-images .field-item {
	display: none
}

.product--updated-layout .product__images .field--name-field-media-images .field-item:first-child {
	display: block
}

.product--updated-layout .product__images .field--name-field-media-images.slick-initialized .field-item {
	display: block
}

.product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "ZOOM +";
	position: absolute;
	font-size: 1.2rem;
	color: #0a2a3d;
	padding: .3rem 1.5rem;
	top: 2.5rem;
	right: 3rem;
	background: rgba(255, 255, 255, .5);
	border-radius: 1.3rem;
	pointer-events: none;
	-webkit-box-shadow: 0 0 1px #9b9b9b;
	box-shadow: 0 0 1px #9b9b9b
}

.product--updated-layout .product__images .field--name-field-media-images.slick-slider {
	margin-bottom: 4rem;
	padding-left: 7rem
}

.product--updated-layout .product__images .field--name-field-media-images.slick-slider.single {
	padding-left: 0
}

.product--updated-layout .product__images .field--name-field-media-images.slick-slider.single .slick-track {
	min-width: 100%
}

.product--updated-layout .product__images .field--name-field-media-images .slick-slide {
	cursor: pointer
}

.product--updated-layout .product__images .field--name-field-media-images .slick-arrow {
	z-index: 5;
	width: 5rem;
	height: 5rem
}

.product--updated-layout .product__images .field--name-field-media-images .slick-arrow:before {
	font-size: 2.5rem;
	text-shadow: 0 1px 2px #9b9b9b
}

.product--updated-layout .product__images .field--name-field-media-images .slick-prev {
	left: 9rem
}

.product--updated-layout .product__images .field--name-field-media-images .slick-next {
	right: 2rem
}

.product--updated-layout .product__images .field--name-field-media-images .slick-dots {
	top: 0;
	bottom: auto;
	left: 0;
	width: 6rem
}

.product--updated-layout .product__images .field--name-field-media-images .slick-dots li {
	display: block;
	width: 6rem;
	height: 6rem;
	overflow: hidden;
	margin: 0 0 1rem 0
}

.product--updated-layout .product__images .field--name-field-media-images .slick-dots img {
	width: auto;
	height: 100%
}

.product--updated-layout .product__images .field--name-field-media-images .slick-dots .slick-dot-last:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(246, 246, 246, .85)
}

.product--updated-layout .product__images .field--name-field-media-images .slick-dots .slick-dot-last:after {
	content: "+";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 6rem;
	text-align: center;
	font-size: 1.8rem;
	color: #0a2a3d
}

.product--updated-layout .product__benefits .field--name-field-para-benefits&gt;.field--item {
	margin-bottom: 3rem
}

.product--updated-layout .product__benefits .field--name-field-para-benefits&gt;.field--item:last-child {
	margin-bottom: 0
}

.product--updated-layout .product__benefits .field--name-field-title {
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	text-align: left;
	margin-bottom: 1.6rem
}

@media screen and (min-width:1024px) {
	.product--updated-layout .product__benefits .field--name-field-title {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: 1.5px
	}
}

.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-benefits,
.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-comp-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:659px) {

	.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-benefits,
	.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-comp-overview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-benefits&gt;.field--item,
.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-comp-overview&gt;.field--item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	margin: 0 1.5rem 3rem;
	max-width: 30%;
	min-width: 30%
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-benefits&gt;.field--item,
	.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-comp-overview&gt;.field--item {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

@media screen and (max-width:659px) {

	.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-benefits&gt;.field--item,
	.product--updated-layout .product__container&gt;.product__benefits&gt;.field--name-field-para-comp-overview&gt;.field--item {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.product--updated-layout .product__benefits__image+.product__benefits__video {
	margin-top: 3rem
}

.product--updated-layout .product__main-video {
	width: 100%;
	max-width: 85.4rem;
	margin: 0 auto
}

.product--updated-layout .product__main-video .media {
	position: relative
}

.product--updated-layout .product__main-video iframe {
	max-width: 100%
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product__main-video iframe {
		max-height: 40rem
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__main-video iframe {
		max-height: 32rem
	}
}

.product--updated-layout .product__main-video__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent center center no-repeat;
	background-size: cover
}

.product--updated-layout .product-video .overlay-link {
	z-index: 5
}

.product--updated-layout .product-video__overlay {
	position: relative
}

.product--updated-layout .product-video__thumb {
	position: relative;
	z-index: 1
}

.product--updated-layout .product-video__thumb:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(img/play-icon.svg) center center no-repeat;
	background-size: 10% auto
}

.product--updated-layout .product-video__embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.product--updated-layout .product-video__embed.visible {
	opacity: 1
}

.product--updated-layout .product-video__embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100%
}

.product--updated-layout .product__downloads .module-wrapper {
	position: relative
}

.product--updated-layout .product__downloads .cta-wrapper {
	display: block;
	margin: 4rem 0 0;
	text-align: center;
	width: 100%
}

.product--updated-layout .product__downloads__cta {
	position: absolute;
	top: 6rem;
	right: 1rem
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__downloads__cta {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		margin-top: -1rem;
		padding-left: 1.5rem;
		padding-bottom: 1rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.product--updated-layout .product__downloads__cta a:after {
	position: relative;
	margin-left: 3rem;
	top: -0.5rem
}

.product--updated-layout .product__downloads__item {
	position: relative;
	padding-bottom: 6rem
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product__downloads__item {
		margin-bottom: 2.5rem
	}
}

.product--updated-layout .product__downloads__item ul {
	padding-left: 1.3em
}

.product--updated-layout .product__downloads__item ul li {
	list-style-type: image;
	list-style-image: url(img/ticker_blue.svg)
}

.product--updated-layout .product__downloads__item h3 {
	margin-top: 0;
	font-size: 1.8rem;
	line-height: 140%;
	margin-bottom: 1.5rem
}

.product--updated-layout .product__downloads__item h3 span {
	font-size: 1.4rem
}

@media screen and (min-width:660px) {
	.product--updated-layout .product__downloads__item {
		padding-right: 6rem;
		height: 100%
	}
}

.product--updated-layout .product__downloads__item h3 span {
	font-size: 1.4rem;
	text-transform: uppercase
}

.product--updated-layout .product__downloads__item .product__cta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.product--updated-layout .product__downloads__item .product__cta a {
	display: block;
	width: 100%
}

.product--updated-layout .product__downloads__item .product__cta a em {
	font-style: normal
}

@media screen and (min-width:660px) {
	.product--updated-layout .product__downloads__list {
		height: 100%
	}
}

.product--updated-layout .product__downloads__list .view-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product__downloads__list .view-content {
		border-top: 1px solid #0a2a3d
	}
}

.product--updated-layout .product__downloads__list .views-row {
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	list-style-type: none;
	border-bottom: 1px solid #0a2a3d;
	font-size: 1.6rem
}

.product--updated-layout .product__downloads__list .views-row a&gt;span {
	font-size: 1.4rem
}

@media screen and (min-width:660px) {
	.product--updated-layout .product__downloads .product__6col {
		padding-right: 0
	}
}

@media screen and (min-width:1024px) {
	.product--updated-layout .product__6col .product__downloads__list .view-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product--updated-layout .product__6col .product__downloads__list .views-row {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%
	}

	.product--updated-layout .product__6col .product__downloads__list .views-row .views-field {
		padding-right: 1.5rem
	}
}

.product--updated-layout .product__downloads__list-all .form-group {
	margin-bottom: 0
}

.product--updated-layout .product__downloads__list-all .view-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__downloads__list-all .view-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.product--updated-layout .product__downloads__list-all .views-row {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 33%;
	flex: 1 0 33%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	border-bottom: 1px solid #0a2a3d
}

@media screen and (min-width:660px) {
	.product--updated-layout .product__downloads__list-all .views-row {
		max-width: 33%
	}
}

.product--updated-layout .product__downloads__list-all .views-row span {
	font-size: 1.4rem
}

.product--updated-layout .product__downloads__list-all .views-field {
	padding-right: 1.5rem
}

.product--updated-layout .view-stories .slick-arrow {
	top: -1.5rem
}

.product--updated-layout .view-display-id-block_stories .views-row&gt;article,
.product--updated-layout .view-display-id-block_succcess_stories&gt;article {
	padding-bottom: 2rem
}

.product--updated-layout .product--view .module-title {
	margin-bottom: 3rem
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product--view .module-title {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.product--updated-layout .product--view .publish-info div {
	display: inline
}

.product--updated-layout .product--view .publish-info .publish-info__date {
	display: none
}

.product--updated-layout .view .views-row .node--view-mode-liftup {
	border: 0
}

.product--updated-layout .product__resources .view .views-row .field--name-field-media-image {
	margin: 1rem 0 -1rem
}

.product--updated-layout .product__resources .view .views-row .video-title {
	text-indent: -999em
}

.product--updated-layout .product__resources .view .views-row&gt;h2 {
	font-size: 1.8rem;
	line-height: 140%
}

.product--updated-layout .product__resources .view .views-row&gt;article {
	padding-bottom: 0
}

.product--updated-layout .product-related__item {
	position: relative;
	background: #0a2a3d;
	color: #fff;
	padding: 2.5rem 2.5rem 4rem
}

@media screen and (min-width:660px) {
	.product--updated-layout .product-related__item {
		height: 100%
	}
}

.product--updated-layout .product-related__item h2 {
	margin-top: 0;
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	line-height: 140%
}

.product--updated-layout .product-related__item .video-title {
	display: none
}

.product--updated-layout .product-related__item p {
	font-size: 1.5rem
}

.product--updated-layout .product-related__item p em {
	font-style: normal
}

.product--updated-layout .product-related__item .read-more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	outline: 0
}

.product--updated-layout .product-related__item .read-more span {
	display: block;
	text-indent: -999em
}

.product--updated-layout .product-related__item .read-more:after {
	position: absolute;
	right: 2rem;
	bottom: 3rem
}

.product--updated-layout .product__services .field--name-field-services {
	margin-left: -1rem
}

.product--updated-layout .product__services .field--name-field-services .field--item {
	padding-bottom: 2rem
}

.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product {
	position: relative;
	padding: 1.5rem 2em;
	width: 100%;
	min-height: 15rerm;
	background: #0a2a3d
}

.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product.hover {
	cursor: pointer
}

.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product h4,
.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product h4 a {
	font-size: 1.4rem;
	line-height: 140%;
	letter-spacing: 1.2px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #fff
}

.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 3rem;
	height: 3rem
}

.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more {
	float: right;
	padding-right: 2rem
}

.product--updated-layout .content&gt;.product__contact-footer:nth-child(1n) {
	background: #0a2a3d;
	background: -webkit-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -o-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -moz-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -webkit-gradient(linear, left top, right top, from(#0a2a3d), to(#60ADDB));
	background: linear-gradient(to right, #0a2a3d, #60ADDB)
}

.product--updated-layout .product-contact-icons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product--updated-layout .product-contact-icons .product__4col {
	border-right: 1px solid #fff
}

.product--updated-layout .product-contact-icons .product__4col:last-child {
	border-right: 0
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product-contact-icons .product__4col {
		padding-bottom: 2.5rem
	}

	.product--updated-layout .product-contact-icons .product__4col:nth-child(2n) {
		border-right: 0
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product-contact-icons .product__4col {
		padding: 1rem 1.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border-right: 0
	}

	.product--updated-layout .product-contact-icons .product__4col a {
		text-align: left
	}

	.product--updated-layout .product-contact-icons .product__4col:last-child {
		padding-right: 1.5rem
	}
}

.product--updated-layout .product-contact-icons a {
	display: block;
	text-align: center;
	color: #fff;
	width: 15rem;
	margin: 0 auto
}

@media screen and (max-width:659px) {
	.product--updated-layout .product-contact-icons a {
		width: auto
	}
}

.product--updated-layout .product-contact-icons a:before {
	display: block;
	content: "";
	background-size: contain !important;
	width: 7.5rem;
	height: 3rem;
	margin: 0 auto;
	float: left;
	margin-right: 1.5rem
}

@media screen and (min-width:660px) {
	.product--updated-layout .product-contact-icons a:before {
		width: 100%;
		height: 5rem;
		float: none;
		margin-right: 0;
		margin-bottom: 2rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.product--updated-layout .product-contact-icons a:before {
		height: 3.5rem
	}
}

.product--updated-layout .product-contact-icons .product-contact-icons__support a:before {
	background: url(img/dialog-white.svg) no-repeat center center
}

.product--updated-layout .product-contact-icons .product-contact-icons__calibrate a:before {
	background: url(img/calibrate-white.svg) no-repeat center center
}

.product--updated-layout .product-contact-icons .product-contact-icons__sign-up a:before {
	background: url(img/circle-check-white.svg) no-repeat center center
}

.product--updated-layout .product-contact-icons .product-contact-icons__contact a:before {
	background: url(img/contact-white.svg) no-repeat center center
}

html[lang=de] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "ZOOMEN +"
}

html[lang=es] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "ACERCAR +"
}

html[lang=fi] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "ZOOMAA +"
}

html[lang=fr] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "ZOOM +"
}

html[lang=ja] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "ズーム"
}

html[lang=pt] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "ZOOM +"
}

html[lang=ru] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "Масштаб"
}

html[lang=zh] .product--updated-layout .product__images .field--name-field-media-images.slick-initialized:after {
	content: "缩放"
}

.chocolat-wrapper {
	z-index: 1031
}

.chocolat-wrapper .chocolat-left {
	background: url(img/slider-left.svg) 50% 50% no-repeat;
	background-size: contain
}

@media screen and (min-width:1024px) {
	.chocolat-wrapper .chocolat-left {
		left: 5%
	}
}

@media screen and (max-width:659px) {
	.chocolat-wrapper .chocolat-left {
		left: .5rem;
		width: 2.5rem
	}
}

.chocolat-wrapper .chocolat-right {
	background: url(img/slider-right.svg) 50% 50% no-repeat;
	background-size: contain
}

@media screen and (min-width:1024px) {
	.chocolat-wrapper .chocolat-right {
		right: 5%
	}
}

@media screen and (max-width:659px) {
	.chocolat-wrapper .chocolat-right {
		right: .5rem;
		width: 2.5rem
	}
}

.chocolat-overlay {
	background-color: #000
}

.chocolat-content {
	margin-top: -25px
}

.chocolat-content .chocolat-description {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: .7rem;
	font-size: 1.8rem
}

.path-products .row .taxonomy-term-page-wrapper,
.path-products article.node--type-blog.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-blog.node--view-mode-full .path-products .meta-info .taxonomy-term-page-wrapper,
.path-products article.node--type-case.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-case.node--view-mode-full .path-products .meta-info .taxonomy-term-page-wrapper,
.path-products article.node--type-release.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-release.node--view-mode-full .path-products .meta-info .taxonomy-term-page-wrapper,
.path-products article.node--type-news.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-news.node--view-mode-full .path-products .meta-info .taxonomy-term-page-wrapper,
.path-taxonomy .row .taxonomy-term-page-wrapper,
.path-taxonomy article.node--type-blog.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-blog.node--view-mode-full .path-taxonomy .meta-info .taxonomy-term-page-wrapper,
.path-taxonomy article.node--type-case.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-case.node--view-mode-full .path-taxonomy .meta-info .taxonomy-term-page-wrapper,
.path-taxonomy article.node--type-release.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-release.node--view-mode-full .path-taxonomy .meta-info .taxonomy-term-page-wrapper,
.path-taxonomy article.node--type-news.node--view-mode-full .meta-info .taxonomy-term-page-wrapper,
article.node--type-news.node--view-mode-full .path-taxonomy .meta-info .taxonomy-term-page-wrapper {
	max-width: 1440px;
	margin: 0 auto
}

.path-products .sidebar-first,
.path-taxonomy .sidebar-first {
	background: #c6d9e5;
	padding: 0
}

@media screen and (max-width:1023px) {

	.path-products .sidebar-first,
	.path-taxonomy .sidebar-first {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100000;
		overflow: scroll;
		padding-bottom: 40px;
		display: none
	}

	.path-products .sidebar-first.mobile_open,
	.path-taxonomy .sidebar-first.mobile_open {
		display: block
	}

	.path-products .sidebar-first.mobile_open .searchform_fixed,
	.path-taxonomy .sidebar-first.mobile_open .searchform_fixed {
		position: static !important;
		height: auto !important
	}
}

.path-products input[type=checkbox],
.path-taxonomy input[type=checkbox] {
	display: none !important
}

@media screen and (min-width:1024px) {

	.path-products .mobile_submit_wrapper,
	.path-taxonomy .mobile_submit_wrapper {
		display: none
	}
}

.path-products .mobile_submit_wrapper a,
.path-taxonomy .mobile_submit_wrapper a {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0a2a3d;
	color: #fff;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%;
	line-height: 50px;
	text-align: center
}

.path-products #block-vaisalacommerceproductsearchfilters,
.path-taxonomy #block-vaisalacommerceproductsearchfilters {
	padding: 0 10px
}

.path-products #block-vaisalacommerceproductsearchfilters form,
.path-taxonomy #block-vaisalacommerceproductsearchfilters form {
	padding: 50px 20px
}

.path-products #block-vaisalacommerceproductsearchfilters.searchform_fixed,
.path-taxonomy #block-vaisalacommerceproductsearchfilters.searchform_fixed {
	background: #c6d9e5
}

@media screen and (min-width:1024px) {

	.path-products #block-vaisalacommerceproductsearchfilters.searchform_fixed,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters.searchform_fixed {
		position: fixed;
		overflow-x: hidden;
		overflow-y: visible;
		bottom: 0px;
		top: 165px
	}
}

@media screen and (max-width:1023px) {

	.path-products #block-vaisalacommerceproductsearchfilters.searchform_fixed,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters.searchform_fixed {
		top: auto !important;
		bottom: auto !important;
		height: inherit !important;
		width: inherit !important
	}
}

.path-products #block-vaisalacommerceproductsearchfilters p.search_form_title,
.path-taxonomy #block-vaisalacommerceproductsearchfilters p.search_form_title {
	font-size: 1.3rem;
	line-height: 120%;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	border-bottom: 1px solid #0e1f2c;
	margin-bottom: 20px
}

.path-products #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters,
.path-taxonomy #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters {
	font-size: 1.2rem;
	letter-spacing: .3px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d;
	text-transform: none;
	cursor: pointer;
	float: right
}

@media screen and (min-width:1024px) {

	.path-products #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters {
		font-size: 1.4rem;
		letter-spacing: .7px
	}
}

@media screen and (min-width:660px) {

	.path-products #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters {
		display: none
	}
}

.path-products #block-vaisalacommerceproductsearchfilters h3,
.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label,
.path-taxonomy #block-vaisalacommerceproductsearchfilters h3,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label {
	font-size: 1.4rem;
	line-height: 120%;
	letter-spacing: .7px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
	display: block;
	margin: 0
}

.path-products #block-vaisalacommerceproductsearchfilters h3 .icon,
.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon,
.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0a2a3d;
	-webkit-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	line-height: 26px;
	position: absolute;
	top: 26px;
	right: 0;
	height: 25px !important;
	width: 25px !important
}

@media screen and (min-width:1024px) {

	.path-products #block-vaisalacommerceproductsearchfilters h3 .icon,
	.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon {
		width: 40px;
		height: 40px
	}
}

.path-products #block-vaisalacommerceproductsearchfilters h3 .icon:after,
.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon:after {
	width: 10px;
	height: 10px;
	border-top: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-webkit-transition: .2s transform;
	transition: .2s transform;
	content: "";
	display: inline-block;
	position: relative;
	top: -2px
}

@media screen and (min-width:1024px) {

	.path-products #block-vaisalacommerceproductsearchfilters h3 .icon:after,
	.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon:after,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon:after,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon:after {
		top: 4px;
		width: 14px;
		height: 14px
	}
}

.path-products #block-vaisalacommerceproductsearchfilters h3 .icon.down:after,
.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.down:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon.down:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.down:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.path-products #block-vaisalacommerceproductsearchfilters h3 .icon.up:after,
.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.up:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon.up:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.up:after {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (min-width:1024px) {

	.path-products #block-vaisalacommerceproductsearchfilters h3 .icon.up:after,
	.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.up:after,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon.up:after,
	.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.up:after {
		top: 10px
	}
}

.path-products #block-vaisalacommerceproductsearchfilters h3 .icon:after,
.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon:after {
	top: -3px;
	width: 9px;
	height: 9px
}

.path-products #block-vaisalacommerceproductsearchfilters h3 .icon.up:after,
.path-products #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.up:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters h3 .icon.up:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-type-select .control-label .icon.up:after {
	top: 0px
}

.path-products #block-vaisalacommerceproductsearchfilters legend,
.path-taxonomy #block-vaisalacommerceproductsearchfilters legend {
	display: none
}

.path-products #block-vaisalacommerceproductsearchfilters .form-group,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .form-group {
	margin-bottom: 0
}

.path-products #block-vaisalacommerceproductsearchfilters ul,
.path-taxonomy #block-vaisalacommerceproductsearchfilters ul {
	padding: 0px;
	margin: 0px
}

.path-products #block-vaisalacommerceproductsearchfilters ul li,
.path-taxonomy #block-vaisalacommerceproductsearchfilters ul li {
	list-style: none;
	padding: 2px 0
}

.path-products #block-vaisalacommerceproductsearchfilters ul li a,
.path-taxonomy #block-vaisalacommerceproductsearchfilters ul li a {
	font-size: 1.4rem;
	line-height: 120%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d
}

.path-products #block-vaisalacommerceproductsearchfilters ul li a:focus,
.path-taxonomy #block-vaisalacommerceproductsearchfilters ul li a:focus {
	text-decoration: none
}

.path-products #block-vaisalacommerceproductsearchfilters ul li a.is-active,
.path-taxonomy #block-vaisalacommerceproductsearchfilters ul li a.is-active {
	border-bottom: 2px solid #0a2a3d;
	padding-bottom: 3px
}

.path-products #block-vaisalacommerceproductsearchfilters .sub_categories_wrapper ul li a,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .sub_categories_wrapper ul li a {
	display: block;
	line-height: 30px
}

.path-products #block-vaisalacommerceproductsearchfilters .sub_categories_wrapper ul li a.is-active,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .sub_categories_wrapper ul li a.is-active {
	margin-bottom: 3px;
	padding-bottom: 0;
	font-weight: 600
}

.path-products #block-vaisalacommerceproductsearchfilters .sub_categories ul li a:before,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .sub_categories ul li a:before {
	content: "-";
	margin-right: 11px
}

.path-products #block-vaisalacommerceproductsearchfilters .sub_categories ul li a.is-active,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .sub_categories ul li a.is-active {
	border-bottom: none
}

.path-products #block-vaisalacommerceproductsearchfilters .has-children,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .has-children {
	position: relative;
	padding-right: 10px
}

.path-products #block-vaisalacommerceproductsearchfilters .has-children:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .has-children:after {
	content: " ";
	display: block;
	position: absolute;
	width: 10px;
	height: 6px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent url(img/carret_blue_down.svg) no-repeat center center
}

.path-products #block-vaisalacommerceproductsearchfilters .has-children.is-active:after,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .has-children.is-active:after {
	background: transparent url(img/carret_blue_up.svg) no-repeat center center
}

.path-products #block-vaisalacommerceproductsearchfilters .checkbox,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox {
	margin: 10px 0
}

.path-products #block-vaisalacommerceproductsearchfilters .checkbox label,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label {
	color: #0a2a3d !important;
	font-size: 1.4rem !important;
	line-height: 120% !important;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	line-height: 20px !important
}

.path-products #block-vaisalacommerceproductsearchfilters .checkbox label.disabled,
.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label.disabled {
	opacity: .5
}

.path-products .view-product-search,
.path-taxonomy .view-product-search {
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (min-width:1024px) {

	.path-products .view-product-search,
	.path-taxonomy .view-product-search {
		min-height: 1080px;
		padding-left: 80px;
		padding-right: 80px
	}
}

.path-products .view-product-search .view-header,
.path-taxonomy .view-product-search .view-header {
	border-bottom: 1px solid #f6f6f6;
	padding: 0 0 25px 0;
	margin-bottom: 25px;
	position: relative;
	float: none;
	min-height: 100px
}

@media screen and (min-width:1024px) {

	.path-products .view-product-search .view-header,
	.path-taxonomy .view-product-search .view-header {
		min-height: 165px
	}
}

.path-products .view-product-search .view-header .mobile_trigger,
.path-taxonomy .view-product-search .view-header .mobile_trigger {
	padding-top: 20px;
	width: 100%;
	text-align: right;
	display: block;
	clear: both
}

@media screen and (min-width:1024px) {

	.path-products .view-product-search .view-header .mobile_trigger,
	.path-taxonomy .view-product-search .view-header .mobile_trigger {
		display: none
	}
}

.path-products .view-product-search .view-header .mobile_trigger .filter_trigger,
.path-taxonomy .view-product-search .view-header .mobile_trigger .filter_trigger {
	background: #60addb;
	height: 40px;
	border-radius: 20px;
	padding: 10px 30px 10px 20px;
	font-size: 1.2rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #fff;
	cursor: pointer
}

.path-products .view-product-search .view-header .mobile_trigger .filter_trigger .icon,
.path-taxonomy .view-product-search .view-header .mobile_trigger .filter_trigger .icon {
	background: transparent url(img/filter-switches.svg) no-repeat left top;
	height: 14px;
	width: 14px;
	background-size: contain;
	display: inline-block;
	left: 10px;
	top: 2px;
	position: relative
}

.path-products .view-product-search .view-header .tags,
.path-taxonomy .view-product-search .view-header .tags {
	margin-top: 20px;
	margin-bottom: 20px
}

.path-products .view-product-search .view-header .tags label,
.path-taxonomy .view-product-search .view-header .tags label {
	float: right;
	padding: 5px 30px 5px 10px;
	font-size: 12px
}

@media screen and (min-width:1024px) {

	.path-products .view-product-search .view-header .tags label,
	.path-taxonomy .view-product-search .view-header .tags label {
		padding: 10px 40px 10px 20px
	}
}

.path-products .view-product-search .view-header .tags label .cross,
.path-taxonomy .view-product-search .view-header .tags label .cross {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 10px;
	height: 10px;
	display: block;
	-webkit-transition: .2s all;
	transition: .2s all
}

@media screen and (min-width:1024px) {

	.path-products .view-product-search .view-header .tags label .cross,
	.path-taxonomy .view-product-search .view-header .tags label .cross {
		right: 15px;
		top: 13px
	}
}

.path-products .view-product-search .view-header .tags label .cross:before,
.path-taxonomy .view-product-search .view-header .tags label .cross:before {
	content: " ";
	width: 11px;
	height: 11px;
	display: block;
	border-left: 1.2px solid #0a2a3d;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 3px;
	left: 2px;
	-webkit-transition: .2s all;
	transition: .2s all
}

.path-products .view-product-search .view-header .tags label .cross:after,
.path-taxonomy .view-product-search .view-header .tags label .cross:after {
	content: " ";
	width: 11px;
	height: 11px;
	display: block;
	border-right: 1.2px solid #0a2a3d;
	position: absolute;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
	top: -4px;
	left: 2px
}

.path-products .view-product-search .view-header .tags label:hover .cross:before,
.path-taxonomy .view-product-search .view-header .tags label:hover .cross:before {
	border-color: #fff
}

.path-products .view-product-search .view-header .tags label:hover .cross:after,
.path-taxonomy .view-product-search .view-header .tags label:hover .cross:after {
	border-color: #fff
}

.path-products .view-product-search .view-header .results,
.path-taxonomy .view-product-search .view-header .results {
	line-height: 26px;
	position: absolute;
	bottom: 20px;
	width: 100%
}

.path-products .view-product-search .view-header .results .clear_filters,
.path-taxonomy .view-product-search .view-header .results .clear_filters {
	font-size: 1.2rem;
	letter-spacing: .3px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d;
	text-transform: none;
	cursor: pointer;
	float: right
}

@media screen and (min-width:1024px) {

	.path-products .view-product-search .view-header .results .clear_filters,
	.path-taxonomy .view-product-search .view-header .results .clear_filters {
		font-size: 1.4rem;
		letter-spacing: .7px
	}
}

.path-products .view-product-search .view-content,
.path-taxonomy .view-product-search .view-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width:659px) {

	.path-products .view-product-search .view-content,
	.path-taxonomy .view-product-search .view-content {
		overflow: hidden
	}

	.path-products .view-product-search .view-content .img-responsive,
	.path-taxonomy .view-product-search .view-content .img-responsive {
		width: 100%
	}

	.path-products .view-product-search .view-content h3 a,
	.path-taxonomy .view-product-search .view-content h3 a {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

.path-products .view-product-search .view-content:before,
.path-taxonomy .view-product-search .view-content:before {
	display: none
}

.path-products .view-product-search .view-content .views-row,
.path-taxonomy .view-product-search .view-content .views-row {
	min-width: 0;
	padding: 0 10px 20px;
	width: 33.3%
}

.path-products .view-product-search .view-content .views-row.hide-item,
.path-taxonomy .view-product-search .view-content .views-row.hide-item {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.path-products .view-product-search .view-content .views-row,
	.path-taxonomy .view-product-search .view-content .views-row {
		width: 50%
	}
}

@media screen and (max-width:659px) {

	.path-products .view-product-search .view-content .views-row,
	.path-taxonomy .view-product-search .view-content .views-row {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: -10px !important;
		width: 100%
	}
}

.path-products .view-product-search .view-content article .content,
.path-taxonomy .view-product-search .view-content article .content {
	padding: 20px;
	padding-bottom: 35px;
	margin-bottom: 1px
}

.path-products .view-product-search .view-content article .read-more,
.path-taxonomy .view-product-search .view-content article .read-more {
	color: #0a2a3d;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%;
	position: absolute;
	left: 20px;
	bottom: 10px
}

.path-products .view-product-search .view-content article.hover .read-more,
.path-taxonomy .view-product-search .view-content article.hover .read-more {
	color: #fff;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%
}

.path-products .view-product-search .view-content .commerce-product--view-mode-liftup,
.path-taxonomy .view-product-search .view-content .commerce-product--view-mode-liftup {
	margin-bottom: 0px !important;
	min-height: 150px
}

.path-products .view-product-search .view-content .commerce-product--view-mode-liftup .content,
.path-taxonomy .view-product-search .view-content .commerce-product--view-mode-liftup .content {
	margin-bottom: 0px !important
}

@media screen and (max-width:659px) {

	.path-products .view-product-search .view-content .commerce-product--view-mode-liftup .content,
	.path-taxonomy .view-product-search .view-content .commerce-product--view-mode-liftup .content {
		padding: 10px !important
	}
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width:659px) {
	.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper {
		overflow: hidden
	}

	.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .img-responsive {
		width: 100%
	}

	.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper h3 a {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper:before {
	display: none
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .views-row {
	min-width: 0;
	padding: 0 5px 10px;
	width: 25%
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .views-row.hide-item {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .views-row {
		width: 50%
	}
}

@media screen and (max-width:659px) {
	.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .views-row {
		padding-left: 5px;
		padding-right: 5px;
		width: 100%
	}
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper article .content {
	padding: 20px;
	padding-bottom: 35px;
	margin-bottom: 1px
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper article .read-more {
	color: #0a2a3d;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%;
	position: absolute;
	left: 20px;
	bottom: 10px
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper article.hover .read-more {
	color: #fff;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .commerce-product--view-mode-liftup {
	height: 100%;
	margin-bottom: 0px !important;
	min-height: 150px
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .commerce-product--view-mode-liftup .content {
	margin-bottom: 0px !important
}

@media screen and (max-width:659px) {
	.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .commerce-product--view-mode-liftup .content {
		padding: 10px !important
	}
}

.block-views-blockproduct-category-product-list-block-1 .view-footer {
	text-align: center;
	font-size: 14px;
	color: #0a2a3d
}

.block-views-blockproduct-category-product-list-block-1 .pager {
	margin-top: 10px
}

.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.region-content&gt;article.node--view-mode-full.node--type-industry&gt;.content&gt;.wrapper+.field--name-field-module {
	clear: both
}

.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.region-content&gt;article.node--view-mode-full.node--type-measurement&gt;.content&gt;.wrapper+.field--name-field-module {
	clear: both
}

.node--view-mode-module .block-views-blockmeasurement-stories-block-1 h2.block-title,
.node--view-mode-module .block-views-blockmeasurement-stories-block-2 h2.block-title,
.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products h2.block-title {
	text-align: left;
	padding: 0 1rem 1rem 1rem
}

.system.commerce-product--view-mode-full .row,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info {
	padding: 0
}

.system.commerce-product--view-mode-full .row .row-wrap,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap {
	padding: 2rem 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .row .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .row-wrap,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .row-wrap,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info .row-wrap,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info .row-wrap,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .row-wrap {
		padding: 6rem 0;
		margin-top: 0;
		margin-bottom: 3rem
	}
}

.system.commerce-product--view-mode-full .row&gt;div,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info&gt;div,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info&gt;div,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info&gt;div,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info&gt;div,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info&gt;div,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info&gt;div,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info&gt;div,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info&gt;div {
	padding: 2rem 0
}

.system.commerce-product--view-mode-full .row h1,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h1,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h1,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h1,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h1,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1 {
	font-size: 3.4rem;
	line-height: 140%;
	letter-spacing: 1px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #0a2a3d;
	text-align: center;
	text-align: left;
	margin-bottom: 2rem
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.system.commerce-product--view-mode-full .row h1,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h1,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h1,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h1,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h1,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1 {
		font-size: 4rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .row h1,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h1,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h1,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h1,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h1,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1 {
		font-size: 6rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

@media screen and (min-width:1440px) {

	.system.commerce-product--view-mode-full .row h1,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h1,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h1,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h1,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h1,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h1 {
		font-size: 7.4rem;
		line-height: 140%;
		letter-spacing: .9px;
		font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
		font-style: normal;
		font-weight: 300
	}
}

.system.commerce-product--view-mode-full .row h2,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h2,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h2,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h2,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h2,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2 {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left;
	margin-bottom: 2rem;
	padding-left: 0
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .row h2,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h2,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h2,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h2,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h2,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2 {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {

	.system.commerce-product--view-mode-full .row h2,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h2,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h2,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h2,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h2,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2 {
		font-size: 4.6rem;
		line-height: 140%
	}
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .row h2,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h2,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h2,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h2,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h2,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h2 {
		margin-bottom: 4rem
	}
}

.system.commerce-product--view-mode-full .row h3,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h3,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h3,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h3,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h3,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3 {
	font-size: 2.2rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	margin-top: 0;
	margin-bottom: 2.7rem
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .row h3,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h3,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h3,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h3,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h3,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3 {
		font-size: 2.2rem;
		line-height: 140%
	}
}

.system.commerce-product--view-mode-full .row h3.toggle-more,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h3.toggle-more,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3.toggle-more,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h3.toggle-more,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3.toggle-more,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h3.toggle-more,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3.toggle-more,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h3.toggle-more,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h3.toggle-more {
	margin-bottom: 0
}

.system.commerce-product--view-mode-full .row h4,
.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h4,
article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4,
.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h4,
article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4,
.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h4,
article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4,
.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h4,
article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4 {
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	text-align: left;
	margin-bottom: 2rem
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .row h4,
	.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info h4,
	article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4,
	.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info h4,
	article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4,
	.system.commerce-product--view-mode-full article.node--type-release.node--view-mode-full .meta-info h4,
	article.node--type-release.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4,
	.system.commerce-product--view-mode-full article.node--type-news.node--view-mode-full .meta-info h4,
	article.node--type-news.node--view-mode-full .system.commerce-product--view-mode-full .meta-info h4 {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: 1.5px
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-hero {
		height: 68.5rem
	}
}

.system.commerce-product--view-mode-full .prod-hero .background {
	display: block;
	z-index: 0;
	overflow: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	height: 42rem;
	width: 100%
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-hero .background {
		position: absolute;
		height: 100%
	}
}

.system.commerce-product--view-mode-full .prod-hero .info {
	padding: 1rem;
	color: #0e1f2c;
	padding-bottom: 4rem;
	border-bottom: 1px solid #d8d8d8
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-hero .info {
		padding: 12rem 9rem 6rem 9rem;
		color: #fff;
		border-bottom: none
	}
}

.system.commerce-product--view-mode-full .prod-hero .info h1 {
	color: #0e1f2c
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-hero .info h1 {
		color: #fff
	}
}

.system.commerce-product--view-mode-full .prod-hero .info .field--name-field-value-proposition {
	margin-bottom: 3rem
}

.system.commerce-product--view-mode-full .prod-hero .field--type-link {
	float: left;
	margin: 2rem 2rem 0 0
}

.system.commerce-product--view-mode-full .prod-benefits .image {
	margin: 0 -1rem 2rem -1rem;
	text-align: center
}

.system.commerce-product--view-mode-full .prod-benefits .image .img-responsive {
	display: inline-block
}

.system.commerce-product--view-mode-full .prod-benefits .image .field--name-field-media-image,
.system.commerce-product--view-mode-full .prod-benefits .image .field--name-field-key-benefits-image {
	margin-left: -1rem;
	margin-right: -1rem
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .prod-benefits .image .field--name-field-media-image,
	.system.commerce-product--view-mode-full .prod-benefits .image .field--name-field-key-benefits-image {
		margin: 0 -1rem 4rem -1rem
	}
}

.system.commerce-product--view-mode-full .prod-benefits .video {
	text-align: center
}

.system.commerce-product--view-mode-full .prod-benefits .video .field--name-field-media-video,
.system.commerce-product--view-mode-full .prod-benefits .video .field--name-field-key-benefits-video {
	margin-left: -1rem;
	margin-right: -1rem
}

@media screen and (min-width:1024px) {

	.system.commerce-product--view-mode-full .prod-benefits .video .field--name-field-media-video,
	.system.commerce-product--view-mode-full .prod-benefits .video .field--name-field-key-benefits-video {
		margin: 0 -1rem 4rem -1rem
	}
}

.system.commerce-product--view-mode-full .prod-benefits .benefits {
	padding: 0
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-benefits .benefits {
		padding: 0
	}
}

.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item {
	padding: 1.5rem 0
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item {
		padding: 0 2rem 4rem
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item:nth-child(3n+1) {
		padding-left: 0;
		clear: left
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item:nth-child(3n+3) {
		padding-right: 0
	}
}

.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items&gt;.field--item .field--name-field-title {
	font-weight: bold;
	margin-bottom: 2rem;
	letter-spacing: 2px
}

.system.commerce-product--view-mode-full .more {
	margin-top: 4rem;
	background: #c6d9e5
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .more {
		margin-top: 0
	}
}

.system.commerce-product--view-mode-full .more .row-wrap {
	display: none;
	padding: 3rem 0
}

.system.commerce-product--view-mode-full .more .row-wrap .overview {
	padding-bottom: 4rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .more .row-wrap .overview {
		padding: 4rem 4rem 4rem 0
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .more .row-wrap .features {
		padding: 4rem 0 4rem 4rem
	}
}

.system.commerce-product--view-mode-full .more .row-wrap .features .field--item {
	margin-left: 2rem;
	display: list-item;
	list-style-type: disc
}

.system.commerce-product--view-mode-full .prod-details {
	padding: 1rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details {
		padding: 6rem 0
	}
}

.system.commerce-product--view-mode-full .prod-details .row-wrap {
	background: #fff;
	padding: 0
}

.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more {
	padding: 2rem;
	cursor: pointer;
	font-size: 1.4rem;
	border: 1px solid #0a2a3d;
	margin: 0;
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more {
		padding: 2.5rem 3rem
	}
}

.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0a2a3d;
	-webkit-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	line-height: 2.6rem;
	float: right;
	margin-top: -0.8rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more .icon {
		width: 40px;
		height: 40px
	}
}

.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more .icon:after {
	width: 10px;
	height: 10px;
	border-top: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-webkit-transition: .2s transform;
	transition: .2s transform;
	content: "";
	display: inline-block;
	position: relative;
	top: -2px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more .icon:after {
		top: 4px;
		width: 14px;
		height: 14px
	}
}

.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more .icon.down:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more .icon.up:after {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more .icon.up:after {
		top: 10px
	}
}

.system.commerce-product--view-mode-full .prod-details .comp-overview {
	padding: 0
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .toggle-wrap {
	display: none
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .toggle-wrap {
		padding: 0 3rem
	}
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .image {
	margin: 5rem 0;
	text-align: center
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .image .img-responsive {
	display: initial
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .video {
	text-align: center
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .video .field--name-field-media-video {
	margin: 2rem -1rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .video .field--name-field-media-video {
		margin: 4rem -1rem 4rem -1rem
	}
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .components {
	padding: 3rem 0
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item {
		padding: 0 2rem 4rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item:nth-child(2n+1) {
		padding-left: 0;
		clear: left
	}

	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item:nth-child(2n+2) {
		padding-right: 0
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item:nth-child(3n+1) {
		padding-left: 0;
		clear: left
	}

	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item:nth-child(3n+3) {
		padding-right: 0
	}
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items&gt;.field--item .field--name-field-title {
	font-weight: bold;
	margin-bottom: 2rem;
	letter-spacing: 2px
}

.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content {
	padding: 3rem 0
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content {
		padding: 4rem 2rem
	}
}

.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content&gt;h3 {
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	text-align: left;
	clear: left;
	margin-top: 2rem;
	padding-top: 2rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content&gt;h3 {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: 1.5px
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content&gt;h3 {
		margin-top: 4rem;
		padding-top: 5rem
	}
}

.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content&gt;h3:not(:first-child) {
	border-top: 1px solid #d8d8d8
}

.system.commerce-product--view-mode-full .sys-comp .toggle-wrap {
	display: none
}

.system.commerce-product--view-mode-full .documents {
	padding: 0
}

.system.commerce-product--view-mode-full .documents .toggle-wrap {
	display: none;
	padding: 0 3rem;
	margin: 0 0 2rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .documents .toggle-wrap {
		margin: 2rem 0 6rem
	}
}

.system.commerce-product--view-mode-full .stories {
	padding: 0;
	background: #c6d9e5
}

.system.commerce-product--view-mode-full .stories .row-wrap {
	padding: 2rem 1rem 4rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .stories .row-wrap {
		padding-left: 0;
		padding-right: 0
	}
}

.system.commerce-product--view-mode-full .support {
	background: #c6d9e5
}

.system.commerce-product--view-mode-full .support .row-wrap {
	padding: 0 1rem
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .support .row-wrap {
		padding: 2rem 0
	}
}

.system.commerce-product--view-mode-full .support .rel-documents {
	text-align: center;
	margin-top: 4rem
}

.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row&gt;article h2,
.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row&gt;article h2,
.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row&gt;article h2 {
	font-size: 2.2rem;
	line-height: 140%;
	display: inline-block;
	margin: 1rem 0 0;
	font-weight: 500;
	letter-spacing: .4px
}

.row div.toggle-more,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more {
	position: relative;
	color: #0a2a3d;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%;
	line-height: 120%;
	text-align: center;
	height: 6.6rem;
	padding-top: 1.8rem;
	cursor: pointer
}

.row div.toggle-more label,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more label,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more label,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more label,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more label {
	height: 4rem;
	padding: 0 2rem
}

.row div.toggle-more .icon,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0a2a3d;
	-webkit-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	top: 0px
}

@media screen and (min-width:1024px) {

	.row div.toggle-more .icon,
	article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon,
	article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon,
	article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon,
	article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon {
		width: 40px;
		height: 40px
	}
}

.row div.toggle-more .icon:after,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon:after,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon:after,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon:after,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon:after {
	width: 10px;
	height: 10px;
	border-top: 1px solid #0a2a3d;
	border-right: 1px solid #0a2a3d;
	-webkit-transition: .2s transform;
	transition: .2s transform;
	content: "";
	display: inline-block;
	position: relative;
	top: -2px
}

@media screen and (min-width:1024px) {

	.row div.toggle-more .icon:after,
	article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon:after,
	article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon:after,
	article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon:after,
	article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon:after {
		top: 4px;
		width: 14px;
		height: 14px
	}
}

.row div.toggle-more .icon.down:after,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon.down:after,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon.down:after,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon.down:after,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon.down:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.row div.toggle-more .icon.up:after,
article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon.up:after,
article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon.up:after,
article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon.up:after,
article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon.up:after {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (min-width:1024px) {

	.row div.toggle-more .icon.up:after,
	article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon.up:after,
	article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon.up:after,
	article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon.up:after,
	article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon.up:after {
		top: 10px
	}
}

@media screen and (min-width:1024px) {

	.row div.toggle-more .icon,
	article.node--type-blog.node--view-mode-full .meta-info div.toggle-more .icon,
	article.node--type-case.node--view-mode-full .meta-info div.toggle-more .icon,
	article.node--type-release.node--view-mode-full .meta-info div.toggle-more .icon,
	article.node--type-news.node--view-mode-full .meta-info div.toggle-more .icon {
		top: -0.6rem
	}
}

.prod-menu {
	text-align: center;
	padding-top: 2.5rem
}

@media screen and (min-width:1024px) {
	.prod-menu {
		padding-bottom: 2.5rem;
		border-bottom: 1px solid #eee
	}
}

.prod-menu ul {
	margin-bottom: 0;
	padding: 0
}

.prod-menu ul li {
	list-style: none;
	display: inline-block;
	padding: 0px
}

@media screen and (min-width:1024px) {
	.prod-menu ul li {
		padding: 0;
		border-right: 1px solid #eee
	}
}

.prod-menu ul li:last-child {
	border-right: none
}

.prod-menu ul li a {
	font-size: 1.3rem;
	letter-spacing: .1px;
	color: #0a2a3d;
	text-align: center;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	display: block;
	padding: .5rem
}

@media screen and (min-width:1024px) {
	.prod-menu ul li a {
		font-size: 1.4rem;
		letter-spacing: 1px
	}
}

@media screen and (min-width:1024px) {
	.prod-menu ul li a {
		padding: 1rem 5rem
	}
}

article.contactsicons,
article.generalcontacts,
.path-product #block-generalcontacts,
.contact-block {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	background: #60addb;
	background: -webkit-linear-gradient(left, #0a2a3d, #60ADDB);
	background: -o-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -moz-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -webkit-gradient(linear, left top, right top, from(#0a2a3d), to(#60ADDB));
	background: linear-gradient(to right, #0a2a3d, #60ADDB)
}

article.contactsicons .module-title,
article.generalcontacts .module-title,
.path-product #block-generalcontacts .module-title,
.contact-block .module-title {
	display: none !important
}

article.contactsicons .contact-wrap,
article.generalcontacts .contact-wrap,
.path-product #block-generalcontacts .contact-wrap,
.contact-block .contact-wrap {
	padding: 4rem 0 3rem
}

@media screen and (max-width:659px) {

	article.contactsicons .contact-wrap,
	article.generalcontacts .contact-wrap,
	.path-product #block-generalcontacts .contact-wrap,
	.contact-block .contact-wrap {
		padding-bottom: 2rem
	}
}

@media screen and (min-width:660px) {

	article.contactsicons .contact-wrap .col,
	article.contactsicons .contact-wrap .field--type-link,
	article.generalcontacts .contact-wrap .col,
	article.generalcontacts .contact-wrap .field--type-link,
	.path-product #block-generalcontacts .contact-wrap .col,
	.path-product #block-generalcontacts .contact-wrap .field--type-link,
	.contact-block .contact-wrap .col,
	.contact-block .contact-wrap .field--type-link {
		padding: 3rem 3rem;
		text-align: center
	}
}

article.contactsicons .contact-wrap .col a,
article.contactsicons .contact-wrap .field--type-link a,
article.generalcontacts .contact-wrap .col a,
article.generalcontacts .contact-wrap .field--type-link a,
.path-product #block-generalcontacts .contact-wrap .col a,
.path-product #block-generalcontacts .contact-wrap .field--type-link a,
.contact-block .contact-wrap .col a,
.contact-block .contact-wrap .field--type-link a {
	color: #fff;
	cursor: pointer;
	display: block
}

article.contactsicons .contact-wrap .col a:hover,
article.contactsicons .contact-wrap .field--type-link a:hover,
article.generalcontacts .contact-wrap .col a:hover,
article.generalcontacts .contact-wrap .field--type-link a:hover,
.path-product #block-generalcontacts .contact-wrap .col a:hover,
.path-product #block-generalcontacts .contact-wrap .field--type-link a:hover,
.contact-block .contact-wrap .col a:hover,
.contact-block .contact-wrap .field--type-link a:hover {
	color: #dbebef
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-1,
article.contactsicons .contact-wrap .col.field--name-field-contact-link-2,
article.contactsicons .contact-wrap .col.field--name-field-contact-link-3,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-1,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-2,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-3,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-1,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-2,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-3,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-1,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-2,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-3,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3,
.contact-block .contact-wrap .col.field--name-field-contact-link-1,
.contact-block .contact-wrap .col.field--name-field-contact-link-2,
.contact-block .contact-wrap .col.field--name-field-contact-link-3,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-1,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-2,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-3 {
	display: block
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-1 a:before,
article.contactsicons .contact-wrap .col.field--name-field-contact-link-2 a:before,
article.contactsicons .contact-wrap .col.field--name-field-contact-link-3 a:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-1 a:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-2 a:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-3 a:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before {
	display: block;
	margin-bottom: 2rerm;
	content: "";
	background-size: contain !important;
	width: 3rem;
	height: 3rem;
	float: left;
	margin-right: 1.5rem
}

@media screen and (min-width:660px) {

	article.contactsicons .contact-wrap .col.field--name-field-contact-link-1 a:before,
	article.contactsicons .contact-wrap .col.field--name-field-contact-link-2 a:before,
	article.contactsicons .contact-wrap .col.field--name-field-contact-link-3 a:before,
	article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
	article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
	article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
	article.generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:before,
	article.generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
	article.generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:before,
	article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
	article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
	article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
	.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:before,
	.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
	.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:before,
	.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
	.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
	.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
	.contact-block .contact-wrap .col.field--name-field-contact-link-1 a:before,
	.contact-block .contact-wrap .col.field--name-field-contact-link-2 a:before,
	.contact-block .contact-wrap .col.field--name-field-contact-link-3 a:before,
	.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
	.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
	.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before {
		width: 100%;
		height: 5rem;
		float: none;
		margin-right: 0
	}
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-1 a:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-1 a:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-1 a:before {
	background: url(img/pin.svg) no-repeat center center
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-1 a:hover:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-1 a:hover:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:hover:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:hover:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-1 a:hover:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-1 a:hover:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-1 a:hover:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-1 a:hover:before {
	background-image: url(img/pin_blue.svg)
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-2 a:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-2 a:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before {
	background: url(img/bell.svg) no-repeat center center
}

@media screen and (min-width:660px) {

	article.contactsicons .contact-wrap .col.field--name-field-contact-link-2 a:before,
	article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
	article.generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
	article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
	.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:before,
	.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before,
	.contact-block .contact-wrap .col.field--name-field-contact-link-2 a:before,
	.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-2 a:before {
		width: 100%;
		height: 7.5rem
	}
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-2 a:hover:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-2 a:hover:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:hover:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:hover:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-2 a:hover:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2 a:hover:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-2 a:hover:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-2 a:hover:before {
	background-image: url(img/bell_blue.svg)
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-3 a:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-3 a:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-3 a:before {
	background: url(img/bubbles.svg) no-repeat center center
}

article.contactsicons .contact-wrap .col.field--name-field-contact-link-3 a:hover:before,
article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-3 a:hover:before,
article.generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:hover:before,
article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:hover:before,
.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-3 a:hover:before,
.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-3 a:hover:before,
.contact-block .contact-wrap .col.field--name-field-contact-link-3 a:hover:before,
.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-3 a:hover:before {
	background-image: url(img/bubbles_blue.svg)
}

article.contactsicons .contact-wrap .col .icon,
article.contactsicons .contact-wrap .field--type-link .icon,
article.generalcontacts .contact-wrap .col .icon,
article.generalcontacts .contact-wrap .field--type-link .icon,
.path-product #block-generalcontacts .contact-wrap .col .icon,
.path-product #block-generalcontacts .contact-wrap .field--type-link .icon,
.contact-block .contact-wrap .col .icon,
.contact-block .contact-wrap .field--type-link .icon {
	margin-bottom: 2rem;
	text-indent: -999em;
	background-size: contain !important;
	width: 3rem;
	height: 3rem;
	float: left;
	margin-right: 1.5rem
}

@media screen and (min-width:660px) {

	article.contactsicons .contact-wrap .col .icon,
	article.contactsicons .contact-wrap .field--type-link .icon,
	article.generalcontacts .contact-wrap .col .icon,
	article.generalcontacts .contact-wrap .field--type-link .icon,
	.path-product #block-generalcontacts .contact-wrap .col .icon,
	.path-product #block-generalcontacts .contact-wrap .field--type-link .icon,
	.contact-block .contact-wrap .col .icon,
	.contact-block .contact-wrap .field--type-link .icon {
		width: 100%;
		height: 5rem;
		float: none;
		margin-right: 0
	}
}

article.contactsicons .contact-wrap .col.local .icon,
article.contactsicons .contact-wrap .field--type-link.local .icon,
article.generalcontacts .contact-wrap .col.local .icon,
article.generalcontacts .contact-wrap .field--type-link.local .icon,
.path-product #block-generalcontacts .contact-wrap .col.local .icon,
.path-product #block-generalcontacts .contact-wrap .field--type-link.local .icon,
.contact-block .contact-wrap .col.local .icon,
.contact-block .contact-wrap .field--type-link.local .icon {
	display: block;
	background: url(img/pin.svg) no-repeat center center
}

article.contactsicons .contact-wrap .col.local .contact-block-link:hover .icon,
article.contactsicons .contact-wrap .field--type-link.local .contact-block-link:hover .icon,
article.generalcontacts .contact-wrap .col.local .contact-block-link:hover .icon,
article.generalcontacts .contact-wrap .field--type-link.local .contact-block-link:hover .icon,
.path-product #block-generalcontacts .contact-wrap .col.local .contact-block-link:hover .icon,
.path-product #block-generalcontacts .contact-wrap .field--type-link.local .contact-block-link:hover .icon,
.contact-block .contact-wrap .col.local .contact-block-link:hover .icon,
.contact-block .contact-wrap .field--type-link.local .contact-block-link:hover .icon {
	background-image: url(img/pin_blue.svg)
}

article.contactsicons .contact-wrap .col.request .icon,
article.contactsicons .contact-wrap .field--type-link.request .icon,
article.generalcontacts .contact-wrap .col.request .icon,
article.generalcontacts .contact-wrap .field--type-link.request .icon,
.path-product #block-generalcontacts .contact-wrap .col.request .icon,
.path-product #block-generalcontacts .contact-wrap .field--type-link.request .icon,
.contact-block .contact-wrap .col.request .icon,
.contact-block .contact-wrap .field--type-link.request .icon {
	display: block;
	background: url(img/bell.svg) no-repeat center center
}

@media screen and (min-width:660px) {

	article.contactsicons .contact-wrap .col.request .icon,
	article.contactsicons .contact-wrap .field--type-link.request .icon,
	article.generalcontacts .contact-wrap .col.request .icon,
	article.generalcontacts .contact-wrap .field--type-link.request .icon,
	.path-product #block-generalcontacts .contact-wrap .col.request .icon,
	.path-product #block-generalcontacts .contact-wrap .field--type-link.request .icon,
	.contact-block .contact-wrap .col.request .icon,
	.contact-block .contact-wrap .field--type-link.request .icon {
		width: 100%;
		height: 7.5rem
	}
}

article.contactsicons .contact-wrap .col.request .contact-block-link:hover .icon,
article.contactsicons .contact-wrap .field--type-link.request .contact-block-link:hover .icon,
article.generalcontacts .contact-wrap .col.request .contact-block-link:hover .icon,
article.generalcontacts .contact-wrap .field--type-link.request .contact-block-link:hover .icon,
.path-product #block-generalcontacts .contact-wrap .col.request .contact-block-link:hover .icon,
.path-product #block-generalcontacts .contact-wrap .field--type-link.request .contact-block-link:hover .icon,
.contact-block .contact-wrap .col.request .contact-block-link:hover .icon,
.contact-block .contact-wrap .field--type-link.request .contact-block-link:hover .icon {
	background-image: url(img/bell_blue.svg)
}

article.contactsicons .contact-wrap .col.tech-support .icon,
article.contactsicons .contact-wrap .field--type-link.tech-support .icon,
article.generalcontacts .contact-wrap .col.tech-support .icon,
article.generalcontacts .contact-wrap .field--type-link.tech-support .icon,
.path-product #block-generalcontacts .contact-wrap .col.tech-support .icon,
.path-product #block-generalcontacts .contact-wrap .field--type-link.tech-support .icon,
.contact-block .contact-wrap .col.tech-support .icon,
.contact-block .contact-wrap .field--type-link.tech-support .icon {
	display: block;
	background: url(img/bubbles.svg) no-repeat center center
}

article.contactsicons .contact-wrap .col.tech-support .contact-block-link:hover .icon,
article.contactsicons .contact-wrap .field--type-link.tech-support .contact-block-link:hover .icon,
article.generalcontacts .contact-wrap .col.tech-support .contact-block-link:hover .icon,
article.generalcontacts .contact-wrap .field--type-link.tech-support .contact-block-link:hover .icon,
.path-product #block-generalcontacts .contact-wrap .col.tech-support .contact-block-link:hover .icon,
.path-product #block-generalcontacts .contact-wrap .field--type-link.tech-support .contact-block-link:hover .icon,
.contact-block .contact-wrap .col.tech-support .contact-block-link:hover .icon,
.contact-block .contact-wrap .field--type-link.tech-support .contact-block-link:hover .icon {
	background-image: url(img/bubbles_blue.svg)
}

@media screen and (min-width:660px) {

	article.contactsicons .contact-wrap .col.highlight,
	article.contactsicons .contact-wrap .col.field--name-field-contact-link-2,
	article.contactsicons .contact-wrap .field--type-link.highlight,
	article.contactsicons .contact-wrap .field--type-link.field--name-field-contact-link-2,
	article.generalcontacts .contact-wrap .col.highlight,
	article.generalcontacts .contact-wrap .col.field--name-field-contact-link-2,
	article.generalcontacts .contact-wrap .field--type-link.highlight,
	article.generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2,
	.path-product #block-generalcontacts .contact-wrap .col.highlight,
	.path-product #block-generalcontacts .contact-wrap .col.field--name-field-contact-link-2,
	.path-product #block-generalcontacts .contact-wrap .field--type-link.highlight,
	.path-product #block-generalcontacts .contact-wrap .field--type-link.field--name-field-contact-link-2,
	.contact-block .contact-wrap .col.highlight,
	.contact-block .contact-wrap .col.field--name-field-contact-link-2,
	.contact-block .contact-wrap .field--type-link.highlight,
	.contact-block .contact-wrap .field--type-link.field--name-field-contact-link-2 {
		font-size: 1.8rem;
		padding: 1.5rem 4rem;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff
	}
}

.row.packages,
article.node--type-blog.node--view-mode-full .packages.meta-info,
article.node--type-case.node--view-mode-full .packages.meta-info,
article.node--type-release.node--view-mode-full .packages.meta-info,
article.node--type-news.node--view-mode-full .packages.meta-info {
	background: #c6d9e5
}

.product .row.packages h3,
.product article.node--type-blog.node--view-mode-full .packages.meta-info h3,
article.node--type-blog.node--view-mode-full .product .packages.meta-info h3,
.product article.node--type-case.node--view-mode-full .packages.meta-info h3,
article.node--type-case.node--view-mode-full .product .packages.meta-info h3,
.product article.node--type-release.node--view-mode-full .packages.meta-info h3,
article.node--type-release.node--view-mode-full .product .packages.meta-info h3,
.product article.node--type-news.node--view-mode-full .packages.meta-info h3,
article.node--type-news.node--view-mode-full .product .packages.meta-info h3 {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: left;
	text-align: center
}

@media screen and (min-width:1024px) {

	.product .row.packages h3,
	.product article.node--type-blog.node--view-mode-full .packages.meta-info h3,
	article.node--type-blog.node--view-mode-full .product .packages.meta-info h3,
	.product article.node--type-case.node--view-mode-full .packages.meta-info h3,
	article.node--type-case.node--view-mode-full .product .packages.meta-info h3,
	.product article.node--type-release.node--view-mode-full .packages.meta-info h3,
	article.node--type-release.node--view-mode-full .product .packages.meta-info h3,
	.product article.node--type-news.node--view-mode-full .packages.meta-info h3,
	article.node--type-news.node--view-mode-full .product .packages.meta-info h3 {
		font-size: 3.6rem;
		line-height: 140%;
		letter-spacing: .2px
	}
}

@media screen and (min-width:1440px) {

	.product .row.packages h3,
	.product article.node--type-blog.node--view-mode-full .packages.meta-info h3,
	article.node--type-blog.node--view-mode-full .product .packages.meta-info h3,
	.product article.node--type-case.node--view-mode-full .packages.meta-info h3,
	article.node--type-case.node--view-mode-full .product .packages.meta-info h3,
	.product article.node--type-release.node--view-mode-full .packages.meta-info h3,
	article.node--type-release.node--view-mode-full .product .packages.meta-info h3,
	.product article.node--type-news.node--view-mode-full .packages.meta-info h3,
	article.node--type-news.node--view-mode-full .product .packages.meta-info h3 {
		font-size: 4.6rem;
		line-height: 140%
	}
}

.row.packages .field--name-variations.narrow&gt;.field--item:nth-child(odd),
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd),
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd),
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd),
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations.narrow&gt;.field--item:nth-child(odd) {
	clear: none
}

.row.packages .field--name-variations&gt;.field--item:nth-child(odd),
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd),
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd),
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd),
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item:nth-child(odd) {
	clear: left
}

.row.packages .field--name-variations&gt;.field--item .commerce-product-variation,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation {
	background: #fff;
	padding: 2rem;
	-webkit-box-shadow: 0 1rem 3.2rem 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1rem 3.2rem 0 rgba(0, 0, 0, .1);
	position: relative;
	border-top: 3px solid #0a2a3d
}

@media screen and (min-width:1024px) {

	.row.packages .field--name-variations&gt;.field--item .commerce-product-variation,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation {
		padding: 4.5rem
	}
}

.row.packages .field--name-variations&gt;.field--item .commerce-product-variation p,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation p,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation p,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation p,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation p {
	margin-bottom: 10px
}

.row.packages .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span {
	display: inline;
	position: relative
}

.row.packages .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span::after,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span::after,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span::after,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span::after,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-product-variation.commerce-product-variation--type-digital.commerce-product-variation--view-mode-liftup.commerce-product-variation-premium .field--name-field-package span::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: .9rem;
	bottom: auto;
	left: auto;
	right: -2.2rem;
	background: url(img/star_light_blue.svg) no-repeat scroll
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-package,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-package,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-package,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-package,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-package {
	font-size: 2.5rem;
	line-height: 140%;
	color: #0a2a3d;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	text-align: center;
	letter-spacing: .2px;
	margin-bottom: 1.5rerm
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-name,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-name,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-name,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-name,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-name {
	font-size: 1.3rem;
	line-height: 120%;
	color: #0e1f2c;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 3.5rem;
	padding-left: 2rem;
	padding-right: 2rem
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-features,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features {
	margin-bottom: 12rem
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-features .field--item,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features .field--item,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features .field--item,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features .field--item,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-features .field--item {
	padding-left: 3rem;
	background: transparent url(img/ticker_light_blue.svg) no-repeat left 10px
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-description,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description {
	margin-bottom: 12rem;
	font-size: 1.6rem
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-description ul,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul {
	padding-left: 0
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-description ul li,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li {
	list-style: none;
	padding-left: 3rem;
	padding-bottom: .5rem;
	background: transparent url(img/ticker_light_blue.svg) no-repeat left 10px
}

.row.packages .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight {
	background-color: rgba(230, 237, 239, .4);
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	margin-left: -2rem;
	margin-right: -2rem;
	background-position: 2rem 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 5rem;
	padding-right: 2rem
}

@media screen and (min-width:1024px) {

	.row.packages .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-field-description ul li.highlight {
		padding-left: 7.5rem;
		padding-right: 4.5rem;
		margin-left: -4.5rem;
		margin-right: -4.5rem;
		background-position: 4.5rem 2rem
	}
}

.row.packages .field--name-variations&gt;.field--item .field--name-price,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price {
	margin-bottom: 3.5rem;
	font-size: 1.6rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-weight: 500 !important;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 8rem
}

@media screen and (min-width:1024px) {

	.row.packages .field--name-variations&gt;.field--item .field--name-price,
	article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price,
	article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price,
	article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price,
	article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .field--name-price {
		font-size: 1.8rem;
		line-height: 140%
	}
}

.row.packages .field--name-variations&gt;.field--item .commerce-order-item-variation-cart-form-form,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-order-item-variation-cart-form-form,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-order-item-variation-cart-form-form,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-order-item-variation-cart-form-form,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .commerce-order-item-variation-cart-form-form {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4.5rem
}

.row.packages .field--name-variations&gt;.field--item .form-actions,
article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions,
article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions,
article.node--type-release.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions,
article.node--type-news.node--view-mode-full .packages.meta-info .field--name-variations&gt;.field--item .form-actions {
	text-align: center
}

@media screen and (min-width:1024px) {
	.row-wrap .field--type-entity-reference.field--items {
		margin: 8rem -1.5rem
	}
}

.row-wrap .field--type-entity-reference.field--items&gt;.field--item {
	padding: .5rem 0
}

@media screen and (min-width:1024px) {
	.row-wrap .field--type-entity-reference.field--items&gt;.field--item {
		padding: 1.5rem
	}
}

@media screen and (min-width:1024px) {
	.view-documents .views-view-grid {
		margin: 0 -4rem
	}
}

.view-documents h3 {
	font-size: 1.4rem;
	color: #0a2a3d;
	padding: 1rem 0;
	margin: 2rem 0;
	text-transform: uppercase
}

@media screen and (min-width:1024px) {
	.view-documents h3 {
		font-size: 2.2rem;
		padding: 2rem 0
	}
}

.view-documents .views-col {
	width: 100% !important
}

@media screen and (min-width:1024px) {
	.view-documents .views-col {
		width: 50% !important
	}
}

.view-documents .views-col .views-row {
	padding: 0
}

@media screen and (min-width:1024px) {
	.view-documents .views-col .views-row {
		padding: 0 4rem
	}
}

.view-documents .views-col .views-row .file {
	margin: 0;
	padding: 1.5rem 0;
	border-bottom: 1px solid #0a2a3d
}

.view-documents .views-col .views-row .file&gt;span {
	float: left;
	border: none;
	font-size: 1.6rem;
	line-height: 120%;
	font-weight: normal
}

@media screen and (min-width:1024px) {
	.view-documents .views-col .views-row.row-1 .file {
		border-top: 1px solid #0a2a3d
	}
}

.row.services .field--name-field-services .field--item article.commerce-product,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product {
	position: relative;
	padding: 1.5rem 2rem;
	width: 100%;
	min-height: 15rem;
	background: #0a2a3d
}

.row.services .field--name-field-services .field--item article.commerce-product.hover,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product.hover,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product.hover,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product.hover,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product.hover {
	cursor: pointer
}

.row.services .field--name-field-services .field--item article.commerce-product h4,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4,
.row.services .field--name-field-services .field--item article.commerce-product h4 a,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4 a,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4 a,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4 a,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product h4 a {
	font-size: 1.4rem;
	line-height: 140%;
	letter-spacing: 1.2px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #fff
}

.row.services .field--name-field-services .field--item article.commerce-product .read-more-wrapper,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 3rem;
	height: 3rem
}

.row.services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more,
article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more,
article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more,
article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more,
article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more {
	float: right;
	padding-right: 2rem
}

.slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 0
}

.slick-list {
	margin-left: -1rem;
	width: calc(100% + 2rem)
}

.slick-slide {
	height: inherit !important;
	outline: none;
	margin-left: 1rem;
	margin-right: 1rem
}

.slick-slide img {
	height: auto
}

.slick-slide .media--loading img {
	max-height: 150px
}

@media screen and (max-width:659px) {

	.node--type-mini-grid-liftup .slick-list,
	.view-id-industries_innovation .slick-list {
		padding: 0 5% 0 0
	}
}

.view-id-industries_innovation .slick-arrow,
.view-stories .slick-arrow,
.view-related-events .slick-arrow,
.view-display-id-block_industry_products .slick-arrow,
.view-id-measurement_products .slick-arrow,
.view-measurement-stories .slick-arrow {
	position: absolute;
	top: -25px;
	right: 10px;
	z-index: 400;
	height: 21px;
	width: 21px
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.view-id-industries_innovation .slick-arrow,
	.view-stories .slick-arrow,
	.view-related-events .slick-arrow,
	.view-display-id-block_industry_products .slick-arrow,
	.view-id-measurement_products .slick-arrow,
	.view-measurement-stories .slick-arrow {
		top: -30px
	}
}

@media screen and (min-width:1024px) {

	.view-id-industries_innovation .slick-arrow,
	.view-stories .slick-arrow,
	.view-related-events .slick-arrow,
	.view-display-id-block_industry_products .slick-arrow,
	.view-id-measurement_products .slick-arrow,
	.view-measurement-stories .slick-arrow {
		top: -35px
	}
}

.view-id-industries_innovation .slick-arrow:before,
.view-stories .slick-arrow:before,
.view-related-events .slick-arrow:before,
.view-display-id-block_industry_products .slick-arrow:before,
.view-id-measurement_products .slick-arrow:before,
.view-measurement-stories .slick-arrow:before {
	content: "";
	display: none
}

.view-id-industries_innovation .slick-arrow.slick-prev,
.view-stories .slick-arrow.slick-prev,
.view-related-events .slick-arrow.slick-prev,
.view-display-id-block_industry_products .slick-arrow.slick-prev,
.view-id-measurement_products .slick-arrow.slick-prev,
.view-measurement-stories .slick-arrow.slick-prev {
	right: 60px;
	left: auto;
	background: url(img/arrow_blue_left.svg) no-repeat center center
}

.view-id-industries_innovation .slick-arrow.slick-next,
.view-stories .slick-arrow.slick-next,
.view-related-events .slick-arrow.slick-next,
.view-display-id-block_industry_products .slick-arrow.slick-next,
.view-id-measurement_products .slick-arrow.slick-next,
.view-measurement-stories .slick-arrow.slick-next {
	background: url(img/arrow_blue_right.svg) no-repeat center center
}

.view-id-industries_innovation .slick-arrow.slick-disabled,
.view-stories .slick-arrow.slick-disabled,
.view-related-events .slick-arrow.slick-disabled,
.view-display-id-block_industry_products .slick-arrow.slick-disabled,
.view-id-measurement_products .slick-arrow.slick-disabled,
.view-measurement-stories .slick-arrow.slick-disabled {
	opacity: .25;
	cursor: default
}

.commerce-checkout-flow {
	margin-bottom: 0
}

.commerce-checkout-flow .chosen-container-single .chosen-search {
	height: 4rem;
	padding: .5rem
}

.commerce-checkout-flow .chosen-container-single .chosen-search input {
	height: 2.8rem !important
}

.layout-checkout-form {
	background: rgba(230, 237, 239, .4)
}

.layout-checkout-form .layout-region-checkout-top {
	padding: 2rem;
	background: #0a2a3d
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top {
		padding: 6rem 0
	}
}

.layout-checkout-form .layout-region-checkout-top h2 {
	color: #0a2a3d;
	margin-top: 0;
	text-align: center;
	font-size: 1.8rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top h2 {
		text-align: left;
		font-size: 3rem
	}
}

.layout-checkout-form .layout-region-checkout-top h3 {
	padding: 0;
	color: #fff
}

.layout-checkout-form .layout-region-checkout-top .top-wrap {
	padding: 2rem;
	background: #fff
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap {
		padding: 4rem
	}
}

.complete .layout-checkout-form .layout-region-checkout-top .top-wrap {
	padding-top: 100px;
	background: #fff url(img/check.svg) no-repeat center 25px;
	background-size: 5rem
}

@media screen and (min-width:1024px) {
	.complete .layout-checkout-form .layout-region-checkout-top .top-wrap {
		padding-top: 4rem;
		padding-left: 18rem;
		background: #fff url(img/check.svg) no-repeat 50px center;
		background-size: auto
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .message {
	text-align: center
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .message {
		text-align: left
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .review-details {
	float: left;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-top: 1rem;
	padding: 0
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .review-details {
		margin-top: 6rem;
		padding: 0 1rem
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity {
	padding: 0
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity {
		padding: 0 1rem
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-title {
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: bold;
	color: #0a2a3d;
	margin-bottom: 1rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-title {
		font-size: 3.2rem;
		line-height: 140%;
		margin-bottom: 2rem;
		font-weight: normal
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-field-package,
.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-attribute-subscription {
	font-size: 1.6rem
}

@media screen and (min-width:1024px) {

	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-field-package,
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-attribute-subscription {
		font-size: 1.8rem
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-field-description {
	display: none
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number {
	padding: 0;
	font-size: 3.6rem;
	font-weight: bold;
	color: #60addb;
	text-align: left;
	margin-top: 2rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number {
		font-size: 4.6rem;
		text-align: right;
		margin-top: 0;
		padding: .5rem 1rem
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number .tax {
	display: block;
	font-size: 1.4rem;
	color: #0e1f2c;
	font-weight: normal;
	margin-top: 1rem;
	text-transform: capitalize
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number .tax {
		margin-top: 2rem
	}
}

.layout-checkout-form .layout-region-checkout-main {
	display: inline-block;
	padding: 2rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main {
		padding: 10rem 0 0
	}
}

.layout-checkout-form .layout-region-checkout-main h1 {
	text-align: center;
	color: #0a2a3d;
	margin-bottom: 4rem;
	font-size: 1.8rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main h1 {
		font-size: 3.6rem
	}
}

.layout-checkout-form .layout-region-checkout-main h3 {
	font-size: 1.8rem;
	color: #0a2a3d;
	font-weight: normal
}

.layout-checkout-form .layout-region-checkout-main .main-wrap {
	padding: 0
}

.layout-checkout-form .layout-region-checkout-main .main-wrap:before,
.layout-checkout-form .layout-region-checkout-main .main-wrap:after {
	content: " ";
	display: table
}

.layout-checkout-form .layout-region-checkout-main .main-wrap:after {
	clear: both
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main .main-wrap {
		background: #fff;
		padding: 4rem 6rem
	}
}

.layout-checkout-form .layout-region-checkout-main .left {
	padding: 2rem;
	background: #fff;
	margin-bottom: 4rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main .left {
		margin-bottom: 0
	}
}

.layout-checkout-form .layout-region-checkout-main .right {
	position: relative;
	padding: 2rem;
	background: #fff
}

.layout-checkout-form .layout-region-checkout-main .right #edit-back {
	position: absolute;
	width: 3.2rem;
	height: 3.2rem;
	top: 2rem;
	right: 2rem;
	text-indent: 1000em;
	overflow: hidden;
	z-index: 9;
	background: url(img/edit.svg) no-repeat center center;
	background-size: contain
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main .right #edit-back {
		top: 0;
		right: 0
	}
}

.layout-checkout-form .layout-region-checkout-main #payment-information-wrapper,
.layout-checkout-form .layout-region-checkout-main #contact-information-wrapper {
	padding: 0
}

@media screen and (min-width:1024px) {

	.layout-checkout-form .layout-region-checkout-main #payment-information-wrapper,
	.layout-checkout-form .layout-region-checkout-main #contact-information-wrapper {
		padding: 5rem 0
	}
}

.layout-checkout-form .layout-region-checkout-main .order-id {
	display: inline-block;
	margin: 2rem 0;
	padding: .2rem 0;
	border-bottom: 2px solid #c6d9e5
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review {
	float: left;
	padding: 0
}

.review .layout-checkout-form .layout-region-checkout-main #edit-order-review {
	background: #fff
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review .field--name-title {
	margin: 2rem 0
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review .field--name-title a {
	color: #0e1f2c;
	font-weight: bold
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review .views-field-order-id {
	display: none
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review .field--name-field-description {
	display: none
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review .field--label {
	font-weight: normal
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review .order-total-line {
	padding: 0;
	font-weight: normal
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .field--name-title {
	margin: 2rem 0
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .field--name-title a {
	color: #0e1f2c;
	font-weight: bold
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .views-field-order-id {
	display: none
}

.complete .layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .views-field-nothing {
	display: none
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .field--name-field-description {
	display: none
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .field--label {
	font-weight: normal
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line {
	padding: 0;
	font-weight: normal;
	text-align: left
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label {
	padding: 0
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-value {
	padding: 0
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-value {
		float: left;
		width: auto
	}
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main .info-wrap {
		margin-top: 4rem
	}
}

.layout-checkout-form .layout-region-checkout-main .info-wrap div.num {
	float: left;
	font-size: 1.6rem;
	width: 4rem;
	height: 4rem;
	border-radius: 2rem;
	background: #0a2a3d;
	margin-right: 2rem;
	text-align: center;
	line-height: 4rem;
	color: #fff
}

.layout-checkout-form .layout-region-checkout-main .info-wrap h3 {
	float: left;
	color: #0a2a3d;
	line-height: 4rem;
	margin: 0
}

.layout-checkout-form .layout-region-checkout-main .info-wrap .info {
	float: left;
	clear: both;
	border-top: 1px solid #0a2a3d;
	margin-top: 1rem;
	padding-top: 1rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main .info-wrap .info {
		padding: 0 6rem;
		border: none;
		margin-top: 0;
		padding-top: 0
	}
}

.layout-checkout-form .layout-region-checkout-main label {
	font-size: 1.4rem;
	color: #0e1f2c
}

.layout-checkout-form .layout-region-checkout-main .form-group {
	margin-bottom: 2rem
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group {
	width: 100%;
	height: 5.5rem;
	border-radius: 0
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container {
	height: 5.5rem
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container a.chosen-single {
	height: 5.5rem;
	padding: 1.5rem;
	border: 1px solid #d8d8d8 !important
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container a.chosen-single:after {
	top: 1.7rem
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container.chosen-with-drop a.chosen-single:after {
	top: 2.2rem
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container.chosen-with-drop .chosen-drop {
	border: 1px solid #d8d8d8
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .input-group-addon {
	height: 5.5rem;
	border-radius: 0
}

.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: 2rem;
	background: transparent
}

.layout-checkout-form .layout-region-checkout-main #edit-payment-information .form-group.error input,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information .form-group.error input {
	border: 1px solid #e54615
}

@media screen and (min-width:1024px) {

	.layout-checkout-form .layout-region-checkout-main #edit-payment-information,
	.layout-checkout-form .layout-region-checkout-main #edit-contact-information {
		background: #fff
	}
}

.layout-checkout-form .layout-region-checkout-main #edit-payment-information .panel-body,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information .panel-body {
	padding: 0
}

@media screen and (min-width:1024px) {

	.layout-checkout-form .layout-region-checkout-main #edit-payment-information .panel-body,
	.layout-checkout-form .layout-region-checkout-main #edit-contact-information .panel-body {
		padding: 1.5rem
	}
}

.layout-checkout-form .layout-region-checkout-main #edit-payment-information .form-item input:not([type=checkbox]),
.layout-checkout-form .layout-region-checkout-main #edit-contact-information .form-item input:not([type=checkbox]) {
	width: 100%;
	height: 5.5rem;
	border: 1px solid #d8d8d8;
	border-radius: 0
}

.layout-checkout-form .layout-region-checkout-main #edit-payment-information .form-item input:not([type=checkbox]).error,
.layout-checkout-form .layout-region-checkout-main #edit-contact-information .form-item input:not([type=checkbox]).error {
	border: 1px solid #e54615
}

.layout-checkout-form .layout-region-checkout-main #edit-review-payment-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information,
.layout-checkout-form .layout-region-checkout-main #edit-review-user-information {
	padding: 0;
	float: right;
	clear: right;
	border: none;
	padding-bottom: 2rem;
	margin-bottom: 0
}

.layout-checkout-form .layout-region-checkout-main #edit-review-payment-information .panel-heading,
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .panel-heading,
.layout-checkout-form .layout-region-checkout-main #edit-review-user-information .panel-heading {
	background: none;
	border: none;
	padding: 2rem 0 1rem
}

.layout-checkout-form .layout-region-checkout-main #edit-review-payment-information .panel-heading .panel-title,
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .panel-heading .panel-title,
.layout-checkout-form .layout-region-checkout-main #edit-review-user-information .panel-heading .panel-title {
	font-size: 1.8rem;
	color: #0a2a3d
}

.layout-checkout-form .layout-region-checkout-main #edit-review-payment-information .panel-body,
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .panel-body,
.layout-checkout-form .layout-region-checkout-main #edit-review-user-information .panel-body {
	color: #0e1f2c;
	padding: 0
}

.layout-checkout-form .layout-region-checkout-footer {
	display: inline-block;
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 4rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer {
		margin-top: 10rem;
		margin-bottom: 10rem
	}
}

.order-info .layout-checkout-form .layout-region-checkout-footer {
	margin-top: 0
}

.layout-checkout-form .layout-region-checkout-footer .contact {
	padding: 0 2rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .contact {
		padding: 0
	}
}

.layout-checkout-form .layout-region-checkout-footer .actions {
	padding: 0;
	text-align: center
}

.layout-checkout-form .layout-region-checkout-footer .actions a {
	display: inline-block;
	padding: .8rem 2rem;
	border: 1px solid #0a2a3d;
	text-decoration: none;
	margin-top: 2rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .actions a {
		float: right;
		margin: 0 0 0 2rem
	}
}

.layout-checkout-form .layout-region-checkout-footer .checkboxes {
	padding: 0 2rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .checkboxes {
		padding: 0
	}
}

.layout-checkout-form .layout-region-checkout-footer .checkboxes label {
	font-weight: 400
}

.layout-checkout-form .layout-region-checkout-footer .form-actions {
	text-align: center;
	position: relative;
	margin: 2rem 0
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .form-actions {
		text-align: right;
		padding: 0
	}
}

.review .layout-checkout-form .layout-region-checkout-footer .form-actions {
	text-align: center
}

.layout-checkout-form .layout-region-checkout-footer .form-actions .btn-primary {
	background: #fb6432;
	text-transform: uppercase;
	padding: 1.2rem 2rem;
	border: none;
	border-radius: 0;
	margin: 0 0 2rem
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .form-actions .btn-primary {
		margin: 0 0 0 2rem;
		float: right
	}
}

@media screen and (min-width:1024px) {
	.review .layout-checkout-form .layout-region-checkout-footer .form-actions .btn-primary {
		float: right
	}
}

.layout-checkout-form .layout-region-checkout-footer .form-actions a {
	display: block
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .form-actions a {
		float: right;
		margin-top: .8rem
	}
}

@media screen and (min-width:1024px) {
	.review .layout-checkout-form .layout-region-checkout-footer .form-actions a {
		float: right;
		margin-top: .8rem
	}
}

.main-container .comments h2 {
	font-size: 1.6rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-weight: 500 !important;
	padding: 2rem 0;
	border-bottom: 1px solid #c6d9e5;
	font-size: 1.6rem
}

@media screen and (min-width:1024px) {
	.main-container .comments h2 {
		font-size: 1.8rem;
		line-height: 140%
	}
}

.main-container .comments section&gt;.indented {
	padding-left: 6rem
}

.main-container .comments section&gt;.indented&gt;div {
	display: inline-block;
	width: 100%
}

.main-container .comments .ajax-progress {
	displaY: none
}

.main-container .comments .indented .js-comment .comment-head:before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	background: transparent url(img/comment-reply.png) no-repeat scroll 0 0;
	background-size: contain;
	float: left;
	margin: .8rem 2rem
}

.main-container .comments .indented .js-comment .comment-head .created {
	margin-left: 5.6rem
}

.main-container .comments .indented .js-comment .comment-area {
	margin-left: 5.6rem
}

.main-container .comments .js-comment {
	padding: 2rem 0;
	border-bottom: 1px solid #c6d9e5;
	position: relative
}

.main-container .comments .js-comment .comment-head:before {
	content: "";
	width: 3.2rem;
	height: 3.2rem;
	background: transparent url(img/comment.png) no-repeat scroll 0 0;
	background-size: contain;
	float: left;
	margin: 0 2rem
}

.main-container .comments .js-comment h3 {
	font-size: 1.6rem;
	line-height: 140%;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	font-weight: 500 !important;
	margin: 0;
	font-size: 1.6rem
}

@media screen and (min-width:1024px) {
	.main-container .comments .js-comment h3 {
		font-size: 1.8rem;
		line-height: 140%
	}
}

.main-container .comments .js-comment .created {
	color: #60addb;
	font-size: 1.2rem
}

.main-container .comments .js-comment .comment-area {
	margin: 1.5rem 0 0 7rem
}

.main-container .comments .js-comment .links {
	position: absolute;
	right: 0;
	top: 1rem
}

.main-container .comments .js-comment .links li {
	display: none;
	float: left;
	clear: both
}

.main-container .comments .js-comment .links li.comment-reply {
	display: block
}

.main-container .comments .js-comment .links li.comment-reply:before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: 0;
	top: .7rem;
	background: transparent url(img/reply.png) no-repeat scroll 0 0;
	background-size: contain
}

.main-container .comments .js-comment .links li.comment-reply a {
	float: left;
	padding-left: 2rem;
	position: relative
}

.main-container .ajax-comments-form-reply {
	padding: 4rem 0
}

.main-container .comment-form input,
.main-container .comment-form textarea {
	border: 1px solid #0a2a3d;
	border-radius: 0px;
	padding: 1.2rem 1.6rem;
	font-size: 1.6rem;
	height: 5rem
}

.main-container .comment-form input.form-textarea,
.main-container .comment-form textarea.form-textarea {
	height: auto
}

.main-container .comment-form button {
	background: #0a2a3d;
	border: 1px solid #0a2a3d;
	border-radius: 0px;
	text-transform: uppercase
}

.main-container .comment-form button .alert-link {
	color: #e6e6e6
}

.main-container .comment-form button.btn-default {
	color: #fff
}

.main-container .comment-form .field--name-field-username {
	padding: 0
}

@media screen and (min-width:1024px) {
	.main-container .comment-form .field--name-field-username {
		padding-right: 1rem
	}
}

.main-container .comment-form .field--name-field-email {
	padding: 0
}

@media screen and (min-width:1024px) {
	.main-container .comment-form .field--name-field-email {
		padding-left: 1rem
	}
}

#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;a,
#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;span {
	color: #fff
}

#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;a:hover,
#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;a:focus,
#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;a:active,
#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;span:hover,
#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;span:focus,
#block-full-navigation&gt;ul.menu.menu-depth--0&gt;li&gt;span:active {
	border-bottom: 4px solid #fb6432;
	color: #60addb;
	text-decoration: none
}

#block-full-navigation ul.menu {
	list-style-type: none;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

#block-full-navigation ul.menu li a,
#block-full-navigation ul.menu li span {
	color: #0a2a3d;
	cursor: pointer;
	-webkit-transition: all .1s;
	transition: all .1s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#block-full-navigation ul.menu li a:active,
#block-full-navigation ul.menu li a:focus,
#block-full-navigation ul.menu li a:hover,
#block-full-navigation ul.menu li span:active,
#block-full-navigation ul.menu li span:focus,
#block-full-navigation ul.menu li span:hover {
	text-decoration: underline
}

#block-full-navigation ul.menu li a.bold {
	font-weight: bold
}

#block-full-navigation ul.menu li a.italic {
	font-style: italic
}

#block-full-navigation ul.menu li a.uppercase {
	text-transform: uppercase
}

#block-full-navigation ul.menu li a.lowercase {
	text-transform: lowercase
}

#block-full-navigation ul.menu li a.heading-xl {
	font-size: 5.6rem
}

#block-full-navigation ul.menu li a.heading-l {
	font-size: 4.6rem
}

#block-full-navigation ul.menu li a.heading-m {
	font-size: 3.6rem
}

#block-full-navigation ul.menu li a.heading-s {
	font-size: 2.8rem
}

#block-full-navigation ul.menu li a.heading-xs {
	font-size: 1.8rem
}

#block-full-navigation ul.menu li a.white {
	color: #fff
}

#block-full-navigation ul.menu li a.grey {
	color: #9b9b9b
}

#block-full-navigation ul.menu li a.grey-light {
	color: #d8d8d8
}

#block-full-navigation ul.menu li a.blue {
	color: #0a2a3d
}

#block-full-navigation ul.menu li a.blue-dark {
	color: #0e1f2c
}

#block-full-navigation ul.menu li a.blue-medium {
	color: #dbebef
}

#block-full-navigation ul.menu li a.blue-bright {
	color: #60addb
}

#block-full-navigation ul.menu li a.orange {
	color: #fb6432
}

#block-full-navigation ul.menu li a.red {
	color: #e54615
}

#block-full-navigation ul.menu .field--name-field-thumbnail,
#block-full-navigation ul.menu .field--name-field-category-description {
	display: none
}

#block-full-navigation .menu-depth--0,
#block-full-navigation .menu-level-0 {
	margin: 0;
	padding: 0
}

#block-full-navigation .menu-depth--0&gt;li,
#block-full-navigation .menu-level-0&gt;li {
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 2.5rem;
	height: 8.5rem
}

@media screen and (max-width:1400px) {

	#block-full-navigation .menu-depth--0&gt;li,
	#block-full-navigation .menu-level-0&gt;li {
		margin-right: 2rem;
		margin-left: 2rem
	}
}

@media screen and (max-width:1325px) {

	#block-full-navigation .menu-depth--0&gt;li,
	#block-full-navigation .menu-level-0&gt;li {
		margin-right: 1rem;
		margin-left: 1rem
	}
}

@media screen and (max-width:1100px) {

	#block-full-navigation .menu-depth--0&gt;li,
	#block-full-navigation .menu-level-0&gt;li {
		margin-left: 1rem
	}
}

@media screen and (max-width:1040px) {

	#block-full-navigation .menu-depth--0&gt;li,
	#block-full-navigation .menu-level-0&gt;li {
		margin-left: .5rem
	}
	header.navbar.container-fluid{
	    margin-bottom:4.2rem!important;
	}
}

#block-full-navigation .menu-depth--0&gt;li:first-child,
#block-full-navigation .menu-level-0&gt;li:first-child {
	margin-left: 7rem
}

@media screen and (max-width:1400px) {

	#block-full-navigation .menu-depth--0&gt;li:first-child,
	#block-full-navigation .menu-level-0&gt;li:first-child {
		margin-left: 6rem
	}
}

@media screen and (max-width:1100px) {

	#block-full-navigation .menu-depth--0&gt;li:first-child,
	#block-full-navigation .menu-level-0&gt;li:first-child {
		margin-left: 2rem
	}
}

#block-full-navigation .menu-depth--0&gt;li&gt;a,
#block-full-navigation .menu-depth--0&gt;li&gt;span,
#block-full-navigation .menu-level-0&gt;li&gt;a,
#block-full-navigation .menu-level-0&gt;li&gt;span {
	line-height: 8.5rem;
	height: 8.5rem;
	display: block;
	font-size: 1.4rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-full-navigation .menu-depth--0&gt;li.open,
#block-full-navigation .menu-depth--0&gt;li.menu-item--expanded,
#block-full-navigation .menu-level-0&gt;li.open,
#block-full-navigation .menu-level-0&gt;li.menu-item--expanded {
	border-bottom: 5px solid #0a2a3d
}

#block-full-navigation .menu-depth--0&gt;li.open&gt;a,
#block-full-navigation .menu-depth--0&gt;li.open&gt;span,
#block-full-navigation .menu-depth--0&gt;li.menu-item--expanded&gt;a,
#block-full-navigation .menu-depth--0&gt;li.menu-item--expanded&gt;span,
#block-full-navigation .menu-level-0&gt;li.open&gt;a,
#block-full-navigation .menu-level-0&gt;li.open&gt;span,
#block-full-navigation .menu-level-0&gt;li.menu-item--expanded&gt;a,
#block-full-navigation .menu-level-0&gt;li.menu-item--expanded&gt;span {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	letter-spacing: .025em
}

#block-full-navigation .menu-depth--1,
#block-full-navigation .menu-level-1 {
	background: #eff0f2;
	height: 70px;
	padding-left: 3rem
}

#block-full-navigation .menu-depth--1&gt;li,
#block-full-navigation .menu-level-1&gt;li {
	float: left
}

#block-full-navigation .menu-depth--1&gt;li&gt;a,
#block-full-navigation .menu-depth--1&gt;li&gt;span,
#block-full-navigation .menu-level-1&gt;li&gt;a,
#block-full-navigation .menu-level-1&gt;li&gt;span {
	display: block;
	line-height: 6rem;
	background: none;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 0 1.6rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

@media screen and (min-width:1120px) {

	#block-full-navigation .menu-depth--1&gt;li&gt;a,
	#block-full-navigation .menu-depth--1&gt;li&gt;span,
	#block-full-navigation .menu-level-1&gt;li&gt;a,
	#block-full-navigation .menu-level-1&gt;li&gt;span {
		padding: 0 2.3rem
	}
}

#block-full-navigation .menu-depth--1&gt;li.open&gt;a,
#block-full-navigation .menu-depth--1&gt;li.open&gt;span,
#block-full-navigation .menu-depth--1&gt;li.menu-item--expanded&gt;a,
#block-full-navigation .menu-depth--1&gt;li.menu-item--expanded&gt;span,
#block-full-navigation .menu-level-1&gt;li.open&gt;a,
#block-full-navigation .menu-level-1&gt;li.open&gt;span,
#block-full-navigation .menu-level-1&gt;li.menu-item--expanded&gt;a,
#block-full-navigation .menu-level-1&gt;li.menu-item--expanded&gt;span {
	background: #fff;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-weight: 700
}

#block-full-navigation .menu-depth--2,
#block-full-navigation .menu-level-2 {
	padding-left: 0;
	position: relative;
	width: 100%;
	padding-bottom: 3rem
}

#block-full-navigation .menu-depth--2&gt;li,
#block-full-navigation .menu-level-2&gt;li {
	z-index: 1;
	padding-top: 5rem;
	padding-left: 3rem;
	padding-right: 2rem
}

#block-full-navigation .menu-depth--2&gt;li:nth-child(4n+0),
#block-full-navigation .menu-depth--2&gt;li:last-child,
#block-full-navigation .menu-level-2&gt;li:nth-child(4n+0),
#block-full-navigation .menu-level-2&gt;li:last-child {
	border-right: 0px none
}

#block-full-navigation .menu-depth--2&gt;li:nth-child(4n+1),
#block-full-navigation .menu-level-2&gt;li:nth-child(4n+1) {
	clear: left
}

#block-full-navigation .menu-depth--2&gt;li&gt;a,
#block-full-navigation .menu-depth--2&gt;li&gt;span,
#block-full-navigation .menu-level-2&gt;li&gt;a,
#block-full-navigation .menu-level-2&gt;li&gt;span {
	text-transform: none;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	padding-bottom: 2.8rem;
	display: block;
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold
}

#block-full-navigation .menu-depth--2&gt;li&gt;span,
#block-full-navigation .menu-level-2&gt;li&gt;span {
	cursor: auto !important
}

#block-full-navigation .menu-depth--2&gt;li&gt;span:active,
#block-full-navigation .menu-depth--2&gt;li&gt;span:focus,
#block-full-navigation .menu-depth--2&gt;li&gt;span:hover,
#block-full-navigation .menu-level-2&gt;li&gt;span:active,
#block-full-navigation .menu-level-2&gt;li&gt;span:focus,
#block-full-navigation .menu-level-2&gt;li&gt;span:hover {
	color: #0a2a3d !important
}

#block-full-navigation .menu-depth--2&gt;li.products-by-parameter,
#block-full-navigation .menu-level-2&gt;li.products-by-parameter {
	max-width: 60rem;
	width: auto;
	border-right: 0;
	padding-right: 0;
	margin-bottom: 2rem
}

#block-full-navigation .menu-depth--2&gt;li.products-by-parameter .products-by-parameter-target,
#block-full-navigation .menu-level-2&gt;li.products-by-parameter .products-by-parameter-target {
	background: #c6d9e5;
	width: 100%;
	padding: 1rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 5.5rem
}

#block-full-navigation .menu-depth--2&gt;li.products-by-parameter .products-by-parameter-target:after,
#block-full-navigation .menu-level-2&gt;li.products-by-parameter .products-by-parameter-target:after {
	content: "";
	height: 1.8rem;
	width: 1.8rem;
	margin-left: 2rem;
	background: transparent url(img/vaisala_settings_icon.svg) no-repeat left top
}

#block-full-navigation .menu-depth--2&gt;li.products-by-parameter .menu-dropdown-2 .menu-depth--3,
#block-full-navigation .menu-level-2&gt;li.products-by-parameter .menu-dropdown-2 .menu-depth--3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.5rem;
	background: #f9f9f9
}

#block-full-navigation .menu-depth--2&gt;li.products-by-parameter .menu-dropdown-2 .menu-depth--3&gt;li,
#block-full-navigation .menu-level-2&gt;li.products-by-parameter .menu-dropdown-2 .menu-depth--3&gt;li {
	background: rgba(230, 237, 239, .5);
	height: 3.5rem;
	overflow: visible !important;
	margin: .5rem;
	width: calc(50% - 10px)
}

#block-full-navigation .menu-depth--2&gt;li.products-by-parameter .menu-dropdown-2 .menu-depth--3&gt;li a,
#block-full-navigation .menu-level-2&gt;li.products-by-parameter .menu-dropdown-2 .menu-depth--3&gt;li a {
	width: 100%;
	height: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 3
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent {
	width: auto
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent a.category-menu-target,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent a.category-menu-target {
	background: #c6d9e5;
	width: 100%;
	padding: 1rem 2rem;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 5.5rem
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent a.category-menu-target:after,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent a.category-menu-target:after {
	content: "";
	height: 1.8rem;
	width: 1.8rem;
	margin-left: 2rem;
	background: transparent url(img/filter.svg) no-repeat left top;
	background-size: contain
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 {
	padding-bottom: 1rem
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -3rem;
	margin-top: -3rem
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li {
	margin-left: 3rem;
	margin-top: 3rem;
	width: calc(50% - 30px);
	display: none;
	position: relative
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.category-menu-parent,
#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.category-all-products-parent,
#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.category-menu-parent,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.category-all-products-parent,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain {
	position: static;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .category-menu-item,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .category-menu-item {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: none
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .field--name-field-category-description,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .field--name-field-category-description {
	display: block;
	font-size: 1.2rem;
	line-height: normal;
	text-transform: none;
	color: #909090
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .field--name-field-thumbnail,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .field--name-field-thumbnail {
	display: block;
	margin-right: 2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .field--name-field-thumbnail .img-responsive,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .menu-link-contentmain .field--name-field-thumbnail .img-responsive {
	max-width: 6.5rem;
	max-height: 6.5rem;
	height: auto
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .category-all-products,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .category-all-products {
	width: 100%;
	height: 100%;
	background: #0a2a3d;
	text-align: center;
	font-size: 1.4rem;
	line-height: normal;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .category-all-products:after,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li .category-all-products:after {
	content: "";
	height: 1rem;
	width: 1rem;
	margin-left: 2rem;
	background: transparent url(img/carret_white_right.svg) no-repeat left top
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent {
	padding-top: 2.5rem;
	margin: 2.5rem 0 0 3rem;
	width: 100%;
	border-top: 1px solid #eff0f2
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .quicklink-target,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .quicklink-target {
	margin: auto 0;
	font-size: 1.4rem;
	font-weight: 700;
	pointer-events: none;
	cursor: default
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4&gt;li,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4&gt;li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.3rem 2.5rem;
	border-radius: 2rem;
	background: #fafafa;
	margin-left: 2rem
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4&gt;li:after,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4&gt;li:after {
	content: "";
	height: 1rem;
	width: 1rem;
	margin-left: 1rem;
	margin-top: .2rem;
	background: transparent url(img/carret_blue_right.svg) no-repeat left top
}

#block-full-navigation .menu-depth--2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4&gt;li a,
#block-full-navigation .menu-level-2&gt;li.category-menu-parent .menu-dropdown-2 .menu-depth--3&gt;li.quicklink-parent .menu-dropdown-3 .menu-depth--4&gt;li a {
	margin: auto
}

#block-full-navigation .menu-depth--2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#block-full-navigation .menu-depth--2 li {
	min-width: 25%
}

#block-full-navigation .menu-depth--2 li.category-menu-parent {
	min-width: calc(50% - 30px)
}

#block-full-navigation .menu-depth--2 li.products-by-parameter {
	min-width: 40%
}

#block-full-navigation .category-menu-target+div .menu-depth--2 {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

#block-full-navigation .menu-depth--3,
#block-full-navigation .menu-level-3 {
	padding-left: 0
}

#block-full-navigation .menu-depth--3&gt;li,
#block-full-navigation .menu-level-3&gt;li {
	float: none
}

#block-full-navigation .menu-depth--3&gt;li&gt;a,
#block-full-navigation .menu-level-3&gt;li&gt;a {
	text-transform: none;
	font-size: 1.3rem;
	line-height: 1.6rem;
	display: block;
	margin-bottom: 1.5rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-full-navigation .menu-depth--3&gt;li.active a.is-active,
#block-full-navigation .menu-level-3&gt;li.active a.is-active {
	text-decoration: underline !important
}

#block-full-navigation .menu-depth--4&gt;li,
#block-full-navigation .menu-level-4&gt;li {
	float: none;
	line-height: 1.6rem;
	position: relative;
	margin: 0
}

#block-full-navigation .menu-depth--4&gt;li:before,
#block-full-navigation .menu-level-4&gt;li:before {
	content: "?";
	color: #0a2a3d;
	position: absolute;
	left: -24px;
	top: -1px
}

#block-full-navigation .menu-depth--4&gt;li&gt;a,
#block-full-navigation .menu-level-4&gt;li&gt;a {
	text-transform: none;
	font-size: 1.3rem;
	line-height: 1.6rem;
	display: block;
	margin-bottom: 1.5rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-full-navigation .menu-full-container {
	display: none
}

#block-full-navigation .menu-full-container.expanded {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff
}

#block-full-navigation .menu-full-container.submenu-container.oversized .submenu-container-inner {
	overflow-y: auto
}

#block-full-navigation .menu-full-container.submenu-container.oversized .menu-depth--2 {
	padding-bottom: 11rem
}

#block-full-navigation .menu-full-container.submenu-container.oversized .quick-link-container {
	position: fixed;
	bottom: 0;
	z-index: 1
}

#block-full-navigation .menu-full-container {
	left: 0;
	position: absolute;
	background: #fff;
	width: 100%;
	padding-bottom: 3rem
}

#block-full-navigation&gt;.menu-full-container {
	padding-top: 0
}

#block-full-navigation .quick-link-container {
	left: 0;
	position: absolute;
	background: #f6f6f6;
	padding-left: 8.3333%;
	width: 100%;
	height: 6rem;
	line-height: 6rem
}

#block-full-navigation .quick-link-container ul {
	list-style-type: none
}

#block-full-navigation .quick-link-container ul li {
	float: left;
	margin: 1.6rem 2rem 1.6rem 0;
	padding: 0 2rem 0 0;
	border-right: 1px solid #d8d8d8;
	line-height: 120%;
	display: block
}

#block-full-navigation .quick-link-container ul li:last-child {
	border-right: 0px none
}

#block-full-navigation .quick-link-container ul li a {
	font-size: 1.2rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal
}

.menu-depth--2 li.category-menu-parent,
.menu-depth--2 li.products-by-parameter {
	min-width: 50%
}

.no-tabs .menu-depth--1,
.no-tabs .menu-level-1 {
	height: 1px
}

.no-tabs .menu-depth--1&gt;li&gt;a,
.no-tabs .menu-depth--1&gt;li&gt;span,
.no-tabs .menu-level-1&gt;li&gt;a,
.no-tabs .menu-level-1&gt;li&gt;span {
	display: none
}

.no-tabs .menu-depth--1.quicklink&gt;a,
.no-tabs .menu-level-1.quicklink&gt;a {
	display: block
}

.no-labels .menu-depth--2&gt;li&gt;a,
.no-labels .menu-depth--2&gt;li&gt;span,
.no-labels .menu-level-2&gt;li&gt;a,
.no-labels .menu-level-2&gt;li&gt;span {
	display: none
}

.icons-wide {
	width: 75% !important
}

.icons-wide .menu-depth--3,
.icons-wide .menu-level-3 {
	padding-left: 0
}

.icons-wide .menu-depth--3&gt;li,
.icons-wide .menu-level-3&gt;li {
	float: left;
	width: 22%;
	position: relative;
	min-height: 1px;
	padding-left: 1rem;
	padding-right: 1rem
}

.icons-wide .menu-depth--3&gt;li:nth-child(4n+1),
.icons-wide .menu-level-3&gt;li:nth-child(4n+1) {
	clear: left
}

@media screen and (min-width:1050px) {

	.icons-wide .menu-depth--3&gt;li,
	.icons-wide .menu-level-3&gt;li {
		width: 21%
	}
}

@media screen and (min-width:1100px) {

	.icons-wide .menu-depth--3&gt;li,
	.icons-wide .menu-level-3&gt;li {
		width: 20%
	}
}

@media screen and (min-width:1160px) {

	.icons-wide .menu-depth--3&gt;li:nth-child(4n+1),
	.icons-wide .menu-level-3&gt;li:nth-child(4n+1) {
		clear: none
	}

	.icons-wide .menu-depth--3&gt;li:nth-child(5n+1),
	.icons-wide .menu-level-3&gt;li:nth-child(5n+1) {
		clear: left
	}
}

@media screen and (min-width:1240px) {

	.icons-wide .menu-depth--3&gt;li,
	.icons-wide .menu-level-3&gt;li {
		width: 16.6667%
	}

	.icons-wide .menu-depth--3&gt;li:nth-child(5n+1),
	.icons-wide .menu-level-3&gt;li:nth-child(5n+1) {
		clear: none
	}

	.icons-wide .menu-depth--3&gt;li:nth-child(6n+1),
	.icons-wide .menu-level-3&gt;li:nth-child(6n+1) {
		clear: left
	}
}

.icons-wide .menu-depth--3&gt;li&gt;a,
.icons-wide .menu-level-3&gt;li&gt;a {
	text-align: center;
	display: block;
	width: 12.4rem
}

.icons-wide .menu-depth--3&gt;li&gt;a:before,
.icons-wide .menu-level-3&gt;li&gt;a:before {
	display: block;
	width: 12.4rem;
	height: 12.4rem;
	content: " ";
	margin: 0 0 .5rem 0
}

.icons-wide .menu-depth--3&gt;li.calibrate&gt;a:before,
.icons-wide .menu-level-3&gt;li.calibrate&gt;a:before {
	background: rgba(241, 241, 241, .6) url(img/calibrate.svg) no-repeat center center;
	background-size: 6rem 6rem
}

.icons-wide .menu-depth--3&gt;li.download&gt;a:before,
.icons-wide .menu-level-3&gt;li.download&gt;a:before {
	background: rgba(241, 241, 241, .6) url(img/download.svg) no-repeat center center;
	background-size: 6rem 6rem
}

.icons-wide .menu-depth--3&gt;li.login&gt;a:before,
.icons-wide .menu-level-3&gt;li.login&gt;a:before {
	background: rgba(241, 241, 241, .6) url(img/login.svg) no-repeat center center;
	background-size: 6rem 6rem
}

.icons-wide .menu-depth--3&gt;li.parts&gt;a:before,
.icons-wide .menu-level-3&gt;li.parts&gt;a:before {
	background: rgba(241, 241, 241, .6) url(img/parts.svg) no-repeat center center;
	background-size: 6rem 6rem
}

.icons-wide .menu-depth--3&gt;li.request&gt;a:before,
.icons-wide .menu-level-3&gt;li.request&gt;a:before {
	background: rgba(241, 241, 241, .6) url(img/request.svg) no-repeat center center;
	background-size: 6rem 6rem
}

.icons-wide .menu-depth--3&gt;li.warranty&gt;a:before,
.icons-wide .menu-level-3&gt;li.warranty&gt;a:before {
	background: rgba(241, 241, 241, .6) url(img/warranty.svg) no-repeat center center;
	background-size: 6rem 6rem
}

.icons-wide .menu-depth--4,
.icons-wide .menu-level-4 {
	display: none
}

#block-mobilemenucombined .menu-depth--2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#block-full-navigation .column-wrapper-class a,
#block-mobilemenucombined .column-wrapper-class a {
	padding: 0
}

#block-full-navigation .menu-wrapper-services-parent .menu-depth--2,
#block-mobilemenucombined .menu-wrapper-services-parent .menu-depth--2 {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

#block-full-navigation .menu-depth--2 .column-wrapper-class a {
	font-weight: 700;
	font-size: 1.4rem
}

#block-full-navigation .menu-depth--2 .column-wrapper-class .menu-depth--4 a {
	font-weight: 400;
	font-size: 1.3rem
}

#block-full-navigation .menu-depth--2&gt;li.has-dropdown&gt;span,
#block-full-navigation .menu-depth--2&gt;li.has-dropdown&gt;a {
	padding-bottom: 3rem
}

.hide-item {
	display: none
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#block-secondarynavigation {
	display: none;
	background: #0e1f2c;
	position: relative;
	height: 6rem
}

#block-secondarynavigation:before,
#block-secondarynavigation:after {
	content: " ";
	display: table
}

#block-secondarynavigation:after {
	clear: both
}

@media screen and (min-width:1024px) {
	#block-secondarynavigation {
		display: block
	}
}

#block-secondarynavigation ul.menu {
	display: none;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

#block-secondarynavigation ul.menu li {
	list-style: none
}

#block-secondarynavigation ul.menu li a {
	color: #fff;
	display: block
}

#block-secondarynavigation ul.menu li a:active,
#block-secondarynavigation ul.menu li a:focus,
#block-secondarynavigation ul.menu li a:hover {
	text-decoration: none;
	color: #60addb
}

#block-secondarynavigation ul.menu.menu-depth--0 {
	display: block;
	float: right;
	height: 6rem;
	padding: 0 2rem
}

#block-secondarynavigation ul.menu.menu-depth--0&gt;li {
	float: left;
	display: block
}

#block-secondarynavigation ul.menu.menu-depth--0&gt;li&gt;a {
	padding: 1.5rem 0;
	font-size: 1.3rem;
	margin: 0 2rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-secondarynavigation ul.menu.menu-depth--0&gt;li.open&gt;a,
#block-secondarynavigation ul.menu.menu-depth--0&gt;li.menu-item--expanded&gt;a {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	border-bottom: 2px solid #fff;
	height: 6rem
}

#block-secondarynavigation ul.menu.menu-depth--0&gt;li.active&gt;.is-active {
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	border-bottom: 2px solid #fff;
	height: 6rem
}

#block-secondarynavigation ul.menu.menu-depth--0&gt;li&gt;.menu-full-container.expanded {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background: #0e1f2c;
	z-index: 1000;
	padding-left: 20%;
	padding-bottom: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(230, 237, 239, .09)
}

#block-secondarynavigation ul.menu.menu-depth--0&gt;li&gt;.menu-full-container.expanded ul.menu {
	display: block
}

#block-secondarynavigation ul.menu.menu-depth--1&gt;div.column {
	float: left
}

#block-secondarynavigation ul.menu.menu-depth--1&gt;div.column&gt;li {
	display: block;
	margin-bottom: 1.5rem
}

#block-secondarynavigation ul.menu.menu-depth--1&gt;div.column&gt;li&gt;a {
	text-transform: uppercase;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	line-height: 140%
}

#block-secondarynavigation ul.menu.menu-depth--1&gt;div.column&gt;li a.is-active {
	text-decoration: underline !important
}

#block-secondarynavigation ul.menu ul.menu-depth--2 {
	display: block;
	padding: 0
}

#block-secondarynavigation ul.menu ul.menu-depth--2 li {
	float: none
}

#block-secondarynavigation ul.menu ul.menu-depth--2 li a {
	font-size: 1.3rem;
	line-height: 140%;
	padding: .6rem 0;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-mobilemenucombined .dropdown-backdrop {
	display: none !important
}

#block-mobilemenucombined ul.menu {
	background: #0a2a3d;
	padding: 0;
	position: relative;
	z-index: 999;
	list-style-type: none;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

#block-mobilemenucombined ul.menu li.expanded.dropdown ul.dropdown-menu {
	top: 0;
	    background: #0d3750;
}

#block-mobilemenucombined ul.menu&gt;li&gt;a,
#block-mobilemenucombined ul.menu&gt;li&gt;span {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background: none !important;
	padding: 1.5rem 3rem 1.5rem 0rem;
	margin: 0 1.5rem;
	font-size: 1.4rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	line-height: 140%
}

#block-mobilemenucombined ul.menu&gt;li&gt;a .trigger,
#block-mobilemenucombined ul.menu&gt;li&gt;span .trigger {
	display: inline-block;
	position: absolute;
	right: .5rem;
	top: 0px;
	padding: 2rem 1.6rem
}

#block-mobilemenucombined ul.menu&gt;li&gt;a .trigger .caret,
#block-mobilemenucombined ul.menu&gt;li&gt;span .trigger .caret {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 0px none;
	border-left: 0px none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: -2px;
	width: 1rem;
	height: 1rem;
	display: block;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-o-transition: transform .2s;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

#block-mobilemenucombined ul.menu&gt;li.open&gt;a .trigger .caret,
#block-mobilemenucombined ul.menu&gt;li.open&gt;span .trigger .caret,
#block-mobilemenucombined ul.menu&gt;li.menu-item--expanded&gt;a .trigger .caret,
#block-mobilemenucombined ul.menu&gt;li.menu-item--expanded&gt;span .trigger .caret {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 2px
}

#block-mobilemenucombined ul.menu.dropdown-menu {
	position: relative;
	float: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	z-index: 9;
	padding: 0
}

#block-mobilemenucombined ul.menu.dropdown-menu&gt;li&gt;a {
	white-space: normal
}

#block-mobilemenucombined ul.menu.nav-overflow {
	overflow-y: scroll;
	overflow-x: hidden
}

#block-mobilemenucombined ul.menu.menu-depth--0&gt;li,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li {
	margin: 0
}

#block-mobilemenucombined ul.menu.menu-depth--0&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--0&gt;li&gt;span,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li&gt;span {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #0e1f2c;
	top: 1px
}

#block-mobilemenucombined ul.menu.menu-depth--0&gt;li&gt;a.dropdown-toggle::after{
	display:none;
}

#block-mobilemenucombined ul.menu.menu-depth--0&gt;li&gt;a .trigger,
#block-mobilemenucombined ul.menu.menu-depth--0&gt;li&gt;span .trigger,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li&gt;a .trigger,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li&gt;span .trigger {
	right: -1rem
}

#block-mobilemenucombined ul.menu.menu-depth--0&gt;li:last-of-type&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--0&gt;li:last-of-type&gt;span,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li:last-of-type&gt;a,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li:last-of-type&gt;span {
	border-bottom: 0px none
}

#block-mobilemenucombined ul.menu.menu-depth--0&gt;li:last-of-type.open&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--0&gt;li:last-of-type.open&gt;span,
#block-mobilemenucombined ul.menu.menu-depth--0&gt;li:last-of-type.menu-item--expanded&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--0&gt;li:last-of-type.menu-item--expanded&gt;span,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li:last-of-type.open&gt;a,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li:last-of-type.open&gt;span,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li:last-of-type.menu-item--expanded&gt;a,
#block-mobilemenucombined ul.menu.menu-level-0&gt;li:last-of-type.menu-item--expanded&gt;span {
	border-bottom: 1px solid #0e1f2c
}

#block-mobilemenucombined ul.menu.menu-depth--1,
#block-mobilemenucombined ul.menu.menu-level-1 {
	margin: 0
}

#block-mobilemenucombined ul.menu.menu-depth--1&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--1&gt;li&gt;span,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li&gt;span {
	text-transform: none
}

#block-mobilemenucombined ul.menu.menu-depth--1&gt;li&gt;a:after{
    display: none;
}

#block-mobilemenucombined ul.menu.menu-depth--1&gt;li.open,
#block-mobilemenucombined ul.menu.menu-depth--1&gt;li.menu-item--expanded,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li.open,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li.menu-item--expanded {
	background: #0e1f2c
}

#block-mobilemenucombined ul.menu.menu-depth--1&gt;li.open&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--1&gt;li.open&gt;span,
#block-mobilemenucombined ul.menu.menu-depth--1&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--1&gt;li.menu-item--expanded&gt;span,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li.open&gt;a,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li.open&gt;span,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li.menu-item--expanded&gt;span {
	color: #60addb !important;
	border-bottom: 1px solid #0e647a;
	border-top: 0px none !important
}

#block-mobilemenucombined ul.menu.menu-depth--1&gt;li:first-child&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--1&gt;li:first-child&gt;span,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li:first-child&gt;a,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li:first-child&gt;span {
	border-top: 1px solid #0e1f2c
}

#block-mobilemenucombined ul.menu.menu-depth--1&gt;li:last-child&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--1&gt;li:last-child&gt;span,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li:last-child&gt;a,
#block-mobilemenucombined ul.menu.menu-level-1&gt;li:last-child&gt;span {
	border-bottom: 1px solid #0e1f2c
}

#block-mobilemenucombined ul.menu.menu-depth--2&gt;li,
#block-mobilemenucombined ul.menu.menu-level-2&gt;li {
	background: #0e1f2c
}

#block-mobilemenucombined ul.menu.menu-depth--2&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--2&gt;li&gt;span,
#block-mobilemenucombined ul.menu.menu-level-2&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-level-2&gt;li&gt;span {
	text-transform: none;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-mobilemenucombined ul.menu.menu-depth--3&gt;li,
#block-mobilemenucombined ul.menu.menu-level-3&gt;li {
	background: #0e1f2c
}

#block-mobilemenucombined ul.menu.menu-depth--3&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--3&gt;li&gt;span,
#block-mobilemenucombined ul.menu.menu-level-3&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-level-3&gt;li&gt;span {
	text-transform: none;
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-mobilemenucombined ul.menu.menu-depth--4&gt;li,
#block-mobilemenucombined ul.menu.menu-level-4&gt;li {
	background: #0e1f2c
}

#block-mobilemenucombined ul.menu.menu-depth--4&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-depth--4&gt;li&gt;span,
#block-mobilemenucombined ul.menu.menu-level-4&gt;li&gt;a,
#block-mobilemenucombined ul.menu.menu-level-4&gt;li&gt;span {
	text-transform: none;
	padding: 1.5rem 3rem;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal
}

#block-mobilemenucombined .no-tabs.open&gt;a,
#block-mobilemenucombined .no-tabs.open&gt;span,
#block-mobilemenucombined .no-tabs.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-tabs.menu-item--expanded&gt;span {
	border-bottom: 0px none !important
}

#block-mobilemenucombined .no-tabs .menu-depth--1&gt;li&gt;a,
#block-mobilemenucombined .no-tabs .menu-depth--1&gt;li&gt;span,
#block-mobilemenucombined .no-tabs .menu-level-1&gt;li&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-1&gt;li&gt;span {
	display: none
}

#block-mobilemenucombined .no-tabs .menu-depth--1.quicklink&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-1.quicklink&gt;a {
	display: block
}

#block-mobilemenucombined .no-tabs .menu-depth--2&gt;li.open&gt;a,
#block-mobilemenucombined .no-tabs .menu-depth--2&gt;li.open&gt;span,
#block-mobilemenucombined .no-tabs .menu-depth--2&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-tabs .menu-depth--2&gt;li.menu-item--expanded&gt;span,
#block-mobilemenucombined .no-tabs .menu-level-2&gt;li.open&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-2&gt;li.open&gt;span,
#block-mobilemenucombined .no-tabs .menu-level-2&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-2&gt;li.menu-item--expanded&gt;span {
	color: #60addb !important;
	border-bottom: 1px solid #0e647a
}

#block-mobilemenucombined .no-tabs .menu-depth--3&gt;li.open&gt;a,
#block-mobilemenucombined .no-tabs .menu-depth--3&gt;li.open&gt;span,
#block-mobilemenucombined .no-tabs .menu-depth--3&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-tabs .menu-depth--3&gt;li.menu-item--expanded&gt;span,
#block-mobilemenucombined .no-tabs .menu-level-3&gt;li.open&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-3&gt;li.open&gt;span,
#block-mobilemenucombined .no-tabs .menu-level-3&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-3&gt;li.menu-item--expanded&gt;span {
	padding-left: 0;
	padding-right: 0
}

#block-mobilemenucombined .no-tabs .menu-depth--4&gt;li.open&gt;a,
#block-mobilemenucombined .no-tabs .menu-depth--4&gt;li.open&gt;span,
#block-mobilemenucombined .no-tabs .menu-depth--4&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-tabs .menu-depth--4&gt;li.menu-item--expanded&gt;span,
#block-mobilemenucombined .no-tabs .menu-level-4&gt;li.open&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-4&gt;li.open&gt;span,
#block-mobilemenucombined .no-tabs .menu-level-4&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-tabs .menu-level-4&gt;li.menu-item--expanded&gt;span {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

#block-mobilemenucombined .no-labels.open&gt;a,
#block-mobilemenucombined .no-labels.open&gt;span,
#block-mobilemenucombined .no-labels.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-labels.menu-item--expanded&gt;span {
	border-bottom: 0px none !important
}

#block-mobilemenucombined .no-labels .menu-depth--2&gt;li,
#block-mobilemenucombined .no-labels .menu-level-2&gt;li {
	line-height: 0
}

#block-mobilemenucombined .no-labels .menu-depth--2&gt;li&gt;a,
#block-mobilemenucombined .no-labels .menu-depth--2&gt;li&gt;span,
#block-mobilemenucombined .no-labels .menu-level-2&gt;li&gt;a,
#block-mobilemenucombined .no-labels .menu-level-2&gt;li&gt;span {
	display: none
}

#block-mobilemenucombined .no-labels .menu-depth--3,
#block-mobilemenucombined .no-labels .menu-level-3 {
	margin: 0
}

#block-mobilemenucombined .no-labels .menu-depth--4&gt;li.open&gt;a,
#block-mobilemenucombined .no-labels .menu-depth--4&gt;li.open&gt;span,
#block-mobilemenucombined .no-labels .menu-depth--4&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-labels .menu-depth--4&gt;li.menu-item--expanded&gt;span,
#block-mobilemenucombined .no-labels .menu-level-4&gt;li.open&gt;a,
#block-mobilemenucombined .no-labels .menu-level-4&gt;li.open&gt;span,
#block-mobilemenucombined .no-labels .menu-level-4&gt;li.menu-item--expanded&gt;a,
#block-mobilemenucombined .no-labels .menu-level-4&gt;li.menu-item--expanded&gt;span {
	padding-left: 1.5rem
}

#block-mobilemenucombined .mobile-icons {
	background: #fff;
	height: 7.4rem;
	bottom: 0px;
	border-bottom: 1px solid #eff0f2;
	text-align: center
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link a {
	line-height: 7.4rem;
	display: block;
	z-index: 99;
	text-indent: -1000em;
	overflow: hidden;
	background-size: 2.5rem;
	width: 50%;
	height: 7.4rem;
	float: left
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.login a {
	background: url(img/login_yellow.svg) no-repeat center center;
	background-size: 2.5rem;
	border-right: 1px solid #eff0f2
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.login a:hover {
	background: url(img/login_hover.svg) no-repeat center center;
	background-size: 2.5rem
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.shopping-cart a {
	background: url(img/cart.svg) no-repeat center center;
	background-size: 2.5rem
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.shopping-cart a:hover {
	background: url(img/cart_hover.svg) no-repeat center center;
	background-size: 2.5rem
}

.ui-autocomplete {
	width: calc(100% - 20px);
	display: block;
	position: absolute;
	top: 3.4rem;
	color: #0a2a3d;
	padding: 0;
	border-radius: 0;
	max-height: 30rem;
	overflow-y: auto
}

@media screen and (min-width:660px) {
	.ui-autocomplete {
		width: 60rem;
		-ms-grid-rows: minmax(auto, 244px);
		grid-template-rows: minmax(auto, 244px);
		max-height: none;
		overflow: auto
	}
}

.ui-autocomplete .heading {
	width: 100%;
	padding: .5rem 1rem;
	background: #c6d9e5;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1.5px
}

.ui-autocomplete .see-all {
	width: 100%;
	display: none;
	padding: 0 1.5rem;
	background: #eff0f2;
	text-align: right;
	font-size: 1.2rem;
	clear: both;
	cursor: pointer
}

@media screen and (min-width:1025px) {
	.ui-autocomplete .see-all {
		display: block
	}
}

.ui-autocomplete .suggestion {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.ui-autocomplete .document {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border-bottom: 1px solid #eff0f2
}

.ui-autocomplete .document .field--type-file {
	border-bottom: none;
	padding: 0
}

.ui-autocomplete .document .field--type-file a {
	color: #0a2a3d;
	font-size: 1.4rem;
	font-weight: normal
}

.ui-autocomplete .document .file-size,
.ui-autocomplete .document .file-icon {
	display: none
}

.ui-autocomplete li.ui-menu-item {
	float: left;
	width: 100%;
	white-space: normal;
	padding: 0
}

.ui-autocomplete li.ui-menu-item a .search-api-autocomplete-suggestion {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eff0f2;
	color: #0a2a3d;
	background: #fff url(img/search-grey.svg) no-repeat 98% center;
	padding: 1rem 1rem
}

.ui-autocomplete li.ui-menu-item a:hover .search-api-autocomplete-suggestion,
.ui-autocomplete li.ui-menu-item a.ui-state-active .search-api-autocomplete-suggestion {
	background: #d8d8d8 url(img/search-white.svg) no-repeat 98% center;
	color: #0a2a3d
}

.ui-autocomplete .document li.ui-menu-item a .search-api-autocomplete-suggestion {
	background: #fff
}

.ui-autocomplete .product {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/span 2;
	border-left: 1px solid #0a2a3d
}

.ui-autocomplete .product li.ui-menu-item a .search-api-autocomplete-suggestion {
	padding: 1.2rem 1rem;
	background: #fff
}

.ui-autocomplete .product li.ui-menu-item:last-of-type a .search-api-autocomplete-suggestion {
	padding-bottom: 1rem
}

.ui-autocomplete .product .image {
	float: left;
	width: 20%
}

.ui-autocomplete .product .type {
	float: right;
	width: 75%;
	color: #777;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: .2rem
}

.ui-autocomplete .product .title {
	float: right;
	width: 75%;
	line-height: 140%
}

.ui-autocomplete.search-api-autocomplete-search div.media--loading:before,
.ui-autocomplete.search-api-autocomplete-search div.is-b-loading:before {
	display: none
}

header.navbar.container-fluid {
	margin-bottom: 6rem
}

@media screen and (min-width:1025px) {
	header.navbar.container-fluid {
		margin-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	header.navbar .form-control {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		border-bottom-left-radius: 4px;
		border-bottom: 1px solid #fff;
		color: #fff
	}

	header.navbar .form-control:focus {
		outline: 1px solid #fff
	}

	header.navbar .form-control::-webkit-input-placeholder {
		color: #fff
	}

	header.navbar .form-control::-moz-placeholder {
		color: #fff
	}

	header.navbar .form-control:-ms-input-placeholder {
		color: #fff
	}

	header.navbar .form-control::-ms-input-placeholder {
		color: #fff
	}

	header.navbar .form-control::placeholder {
		color: #fff
	}
}

header.navbar #block-earchwrap {
	position: absolute;
	top: 6.5rem;
	width: 100%;
	padding: 0.6rem 1rem 0.6rem 1rem;
	background: #eff0f2;
	display:flex;
	align-items:center;
}

@media(min-width:660px)and (max-width:1024px) {
	header.navbar #block-earchwrap {
		padding: 1.2rem 1rem 1.2rem 1rem
	}
}

@media screen and (min-width:1025px) {
	header.navbar #block-earchwrap {
		top: 1.2rem;
		left: 3rem;
		width: 40%;
		z-index: 99;
		padding: 0;
		background: none
	}
}

header.navbar #block-earchwrap form {
	width: 100%
}

header.navbar #block-earchwrap .form_intro {
	display: none
}

header.navbar #block-earchwrap .js-form-item {
	display: none
}

header.navbar #block-earchwrap .js-form-item.form-type-search-api-autocomplete,
header.navbar #block-earchwrap .js-form-item.form-type-textfield {
	display: block;
	width: calc(100% - 40px)
}

@media screen and (min-width:1025px) {

	header.navbar #block-earchwrap .js-form-item.form-type-search-api-autocomplete,
	header.navbar #block-earchwrap .js-form-item.form-type-textfield {
		width: 85%;
		max-width: 410px
	}
}

header.navbar #block-earchwrap label {
	display: none
}

header.navbar #block-earchwrap .input-group {
	width: 100%
}

header.navbar #block-earchwrap .input-group .input-group-addon {
	border-radius: 0;
	background: #fff;
	border: none;
	width: 4rem
}

header.navbar #block-earchwrap .input-group input {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media screen and (min-width:1025px) {
	header.navbar #block-earchwrap .input-group input {
		width: 32rem
	}
}

@media screen and (min-width:1440px) {
	header.navbar #block-earchwrap .input-group input {
		width: 50rem
	}
}

header.navbar #block-earchwrap .input-group input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

header.navbar #block-earchwrap .input-group input.form-control {
	width: 100%;
	z-index: auto
}

header.navbar #block-earchwrap .form-actions {
	float: left
}

header.navbar #block-earchwrap .form-actions .search-submit {
	border-radius: 0;
	border: none;
	background-size: 20px;
	width: 18px;
	height: 34px;
	background: url(img/search.svg) no-repeat center center;
	margin-top: 0
}

@media screen and (min-width:1024px) {
	header.navbar #block-earchwrap .form-actions .search-submit {
		background-image: url(img/search-white.svg);
		margin-top: .5rem;
		width: 18px;
		height: 18px
	}
}

header.navbar #block-earchwrap .search-reset {
	display: none
}

.vaisala-testing-devicetest {
	font-size: 1.4rem;
	line-height: 120%
}

.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper {
	padding: 6rem 1rem
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.vaisala-testing-devicetest .content&gt;section&gt;.module-wrapper.product__container {
	padding-left: 0;
	padding-right: 0
}

.vaisala-testing-devicetest .content&gt;section:nth-child(odd) {
	background: #e7eeef
}

.vaisala-testing-devicetest .content&gt;section:first-child {
	background: #fff
}

.vaisala-testing-devicetest .content&gt;section:first-child&gt;.module-wrapper {
	padding-top: 2rem
}

.vaisala-testing-devicetest p,
.vaisala-testing-devicetest p+ul {
	margin-bottom: 2.4rem
}

.vaisala-testing-devicetest .page-title,
.vaisala-testing-devicetest .module-title {
	color: #0a2a3d
}

.vaisala-testing-devicetest .page-title {
	font-size: 3.6rem;
	line-height: 140%
}

.vaisala-testing-devicetest .page-subtitle {
	font-size: 1.8rem;
	line-height: 140%
}

.vaisala-testing-devicetest .module-title {
	margin: 0 0 3rem;
	font-size: 2.8rem;
	line-height: 140%
}

.vaisala-testing-devicetest .overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	outline: 0;
	text-indent: -999em
}

.vaisala-testing-devicetest .product__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vaisala-testing-devicetest .product__container .module-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.vaisala-testing-devicetest .product__container .module-title {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.vaisala-testing-devicetest .product__2col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 0 1.5rem;
	max-width: 50%
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.vaisala-testing-devicetest .product__2col {
		padding: 1rem
	}
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product__2col {
		margin-bottom: 2.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

.vaisala-testing-devicetest .product__3col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.3%;
	flex: 1 1 33.3%;
	padding: 0 1.5rem
}

@media screen and (min-width:1024px) {
	.vaisala-testing-devicetest .product__3col {
		max-width: 33.3%
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.vaisala-testing-devicetest .product__3col {
		padding: 1rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product__3col {
		padding: 1rem 1.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.vaisala-testing-devicetest .product__3col:last-child {
		padding-right: 1.5rem
	}
}

.vaisala-testing-devicetest .product__4col {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding: 1rem 1.5rem;
	max-width: 25%
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.vaisala-testing-devicetest .product__4col {
		padding: 1rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product__4col {
		padding: 1rem 1.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.vaisala-testing-devicetest .product__4col:last-child {
		padding-right: 1.5rem
	}
}

.vaisala-testing-devicetest .content&gt;.product__intro&gt;.module-wrapper {
	padding-bottom: 5rem
}

@media screen and (min-width:1024px) {
	.vaisala-testing-devicetest .content&gt;.product__intro .product__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.vaisala-testing-devicetest .content&gt;.product__intro+section&gt;.module-wrapper {
	padding-top: 0
}

.vaisala-testing-devicetest .product__value-proposition__content {
	position: relative
}

.vaisala-testing-devicetest .product__value-proposition__content h1 {
	margin-top: 0;
	margin-bottom: 3rem
}

.vaisala-testing-devicetest .product__value-proposition__content h1+label {
	margin-bottom: 3rem
}

.vaisala-testing-devicetest .product__value-proposition__content.trimmed {
	overflow: hidden
}

.vaisala-testing-devicetest .product__value-proposition__content.trimmed:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(35%, #fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to top, #fff, #fff 35%, rgba(255, 255, 255, 0));
	pointer-events: none
}

.vaisala-testing-devicetest .product__value-proposition__content.trimmed .product__value-proposition__read-more {
	display: block
}

.vaisala-testing-devicetest .product__value-proposition__content.trimmed.expanded {
	overflow: auto;
	max-height: none !important;
	padding-bottom: 3rem
}

.vaisala-testing-devicetest .product__value-proposition__content.trimmed.expanded:after {
	display: none
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product__value-proposition__content.trimmed {
		max-height: none !important
	}

	.vaisala-testing-devicetest .product__value-proposition__content.trimmed:after {
		display: none
	}

	.vaisala-testing-devicetest .product__value-proposition__content.trimmed .product__value-proposition__read-more {
		display: none
	}
}

.vaisala-testing-devicetest .product__value-proposition__read-more {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	color: #005d75;
	padding-bottom: .5rem;
	padding-right: 1rem;
	font-size: 1.4rem;
	line-height: 1;
	border-bottom: 2px solid #005d75
}

.vaisala-testing-devicetest .product__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.5rem
}

.vaisala-testing-devicetest .product__buttons&gt;div {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}

.vaisala-testing-devicetest .product__buttons a {
	display: block;
	text-align: center;
	margin: 1rem .5rem;
	padding: 1.5rem .5rem
}

.vaisala-testing-devicetest .product__buttons__contact a {
	background: #0a2a3d;
	color: #fff
}

.vaisala-testing-devicetest .product__buttons__contact a:hover {
	background: #fff;
	color: #0a2a3d
}

.vaisala-testing-devicetest .product__images__slider {
	max-height: 70vw
}

.vaisala-testing-devicetest .product__images__slider .product__images__slider-item {
	display: none
}

.vaisala-testing-devicetest .product__images__slider .product__images__slider-item:first-child {
	display: block
}

.vaisala-testing-devicetest .product__images__slider.slick-initialized .product__images__slider-item {
	display: block
}

.vaisala-testing-devicetest .product__images__slider.slick-initialized:after {
	content: "ZOOM +";
	position: absolute;
	font-size: 1.2rem;
	color: #0a2a3d;
	padding: .3rem 1.5rem;
	top: 2.5rem;
	right: 3rem;
	background: rgba(255, 255, 255, .5);
	border-radius: 1.3rem;
	pointer-events: none
}

.vaisala-testing-devicetest .product__images__slider.slick-slider {
	margin-bottom: 4rem;
	padding-left: 7rem
}

.vaisala-testing-devicetest .product__images__slider .slick-slide {
	cursor: pointer
}

.vaisala-testing-devicetest .product__images__slider .slick-arrow {
	z-index: 5;
	width: 5rem;
	height: 5rem
}

.vaisala-testing-devicetest .product__images__slider .slick-arrow:before {
	font-size: 2.5rem
}

.vaisala-testing-devicetest .product__images__slider .slick-prev {
	left: 9rem
}

.vaisala-testing-devicetest .product__images__slider .slick-next {
	right: 2rem
}

.vaisala-testing-devicetest .product__images__slider .slick-dots {
	top: 0;
	bottom: auto;
	left: 0;
	width: 6rem
}

.vaisala-testing-devicetest .product__images__slider .slick-dots li {
	display: block;
	width: 6rem;
	height: 6rem;
	overflow: hidden;
	margin: 0 0 1rem 0
}

.vaisala-testing-devicetest .product__images__slider .slick-dots img {
	width: auto;
	height: 100%
}

.vaisala-testing-devicetest .product__images__slider .slick-dots .slick-dot-last:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(246, 246, 246, .85)
}

.vaisala-testing-devicetest .product__images__slider .slick-dots .slick-dot-last:after {
	content: "+";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 6rem;
	text-align: center;
	font-size: 1.8rem;
	color: #0a2a3d
}

.vaisala-testing-devicetest .chocolat-wrapper {
	z-index: 1031
}

.vaisala-testing-devicetest .chocolat-wrapper .chocolat-left {
	background: url(img/slider-left.svg) 50% 50% no-repeat;
	background-size: contain
}

@media screen and (min-width:1024px) {
	.vaisala-testing-devicetest .chocolat-wrapper .chocolat-left {
		left: 5%
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .chocolat-wrapper .chocolat-left {
		left: .5rem;
		width: 2.5rem
	}
}

.vaisala-testing-devicetest .chocolat-wrapper .chocolat-right {
	background: url(img/slider-right.svg) 50% 50% no-repeat;
	background-size: contain
}

@media screen and (min-width:1024px) {
	.vaisala-testing-devicetest .chocolat-wrapper .chocolat-right {
		right: 5%
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .chocolat-wrapper .chocolat-right {
		right: .5rem;
		width: 2.5rem
	}
}

.vaisala-testing-devicetest .chocolat-overlay {
	background-color: #000
}

.vaisala-testing-devicetest .chocolat-content {
	margin-top: -2.5rem
}

.vaisala-testing-devicetest .chocolat-content .chocolat-description {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: .7rem;
	font-size: 1.8rem
}

.vaisala-testing-devicetest .product__benefits .field--name-field-para-benefits&gt;.field--item {
	margin-bottom: 3rem
}

.vaisala-testing-devicetest .product__benefits .field--name-field-para-benefits&gt;.field--item:last-child {
	margin-bottom: 0
}

.vaisala-testing-devicetest .product__benefits .field--name-field-title {
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0e1f2c;
	text-align: left;
	margin-bottom: 1.6rem
}

@media screen and (min-width:1024px) {
	.vaisala-testing-devicetest .product__benefits .field--name-field-title {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: 1.5px
	}
}

.vaisala-testing-devicetest .product__main-video {
	width: 100%;
	max-width: 85.4rem;
	margin: 0 auto
}

.vaisala-testing-devicetest .product__main-video .media {
	position: relative
}

.vaisala-testing-devicetest .product__main-video iframe {
	max-width: 100%
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.vaisala-testing-devicetest .product__main-video iframe {
		max-height: 400px
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product__main-video iframe {
		max-height: 32rem
	}
}

.vaisala-testing-devicetest .product__main-video__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent center center no-repeat;
	background-size: cover
}

.vaisala-testing-devicetest .product-video .overlay-link {
	z-index: 5
}

.vaisala-testing-devicetest .product-video__overlay {
	position: relative
}

.vaisala-testing-devicetest .product-video__thumb {
	position: relative;
	z-index: 1
}

.vaisala-testing-devicetest .product-video__thumb:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(img/play-icon.svg) center center no-repeat;
	background-size: 10% auto
}

.vaisala-testing-devicetest .product-video__embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.vaisala-testing-devicetest .product-video__embed.visible {
	opacity: 1
}

.vaisala-testing-devicetest .product-video__embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100%
}

.vaisala-testing-devicetest .product__downloads .module-wrapper {
	position: relative
}

.vaisala-testing-devicetest .product__downloads__cta {
	position: absolute;
	top: 6rem;
	right: 1rem
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product__downloads__cta {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		margin-top: -1rem;
		padding-left: 1.5rem;
		padding-bottom: 1rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vaisala-testing-devicetest .product__downloads__cta a:after {
	position: relative;
	margin-left: 3rem;
	top: -0.5rem
}

.vaisala-testing-devicetest .product__downloads__item {
	position: relative;
	padding-bottom: 6rem
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product__downloads__item {
		margin-bottom: 2.5rem
	}
}

.vaisala-testing-devicetest .product__downloads__item ul {
	padding-left: 1.3em
}

.vaisala-testing-devicetest .product__downloads__item ul li {
	list-style-type: image;
	list-style-image: url(img/ticker_blue.svg)
}

.vaisala-testing-devicetest .product__downloads__item h3 {
	margin-top: 0;
	font-size: 1.8rem;
	line-height: 140%;
	margin-bottom: 1.5rem
}

.vaisala-testing-devicetest .product__downloads__item h3 span {
	font-size: 1.4rem
}

@media screen and (min-width:660px) {
	.vaisala-testing-devicetest .product__downloads__item {
		padding-right: 6rem;
		height: 100%
	}
}

.vaisala-testing-devicetest .product__downloads__item h3 span {
	font-size: 1.4rem;
	text-transform: uppercase
}

.vaisala-testing-devicetest .product__downloads__item .product__cta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.vaisala-testing-devicetest .product__downloads__item .product__cta a {
	display: block;
	width: 100%
}

@media screen and (min-width:660px) {
	.vaisala-testing-devicetest .product__downloads__list {
		height: 100%
	}
}

.vaisala-testing-devicetest .product__downloads__list ul {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product__downloads__list ul {
		border-top: 1px solid #0a2a3d
	}
}

.vaisala-testing-devicetest .product__downloads__list ul&gt;li {
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	list-style-type: none;
	border-bottom: 1px solid #0a2a3d;
	font-size: 1.6rem
}

.vaisala-testing-devicetest .product__downloads__list ul&gt;li span {
	font-size: 1.4rem
}

.vaisala-testing-devicetest .view-stories .slick-arrow {
	top: -1.5rem
}

.vaisala-testing-devicetest .view-display-id-block_stories .views-row&gt;article,
.vaisala-testing-devicetest .view-display-id-block_stories_local_language .views-row&gt;article {
	padding-bottom: 2rem
}

.vaisala-testing-devicetest .product--view .module-title {
	margin-bottom: 3rem
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product--view .module-title {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.vaisala-testing-devicetest .product--view .publish-info div {
	display: inline
}

.vaisala-testing-devicetest .product--view .publish-info .publish-info__date {
	display: none
}

.vaisala-testing-devicetest .view .views-row .node--view-mode-liftup {
	border: 0
}

.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row&gt;article,
.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row&gt;article {
	padding-bottom: 0
}

.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row&gt;article .field--name-field-media-image,
.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row&gt;article .field--name-field-media-image {
	margin-bottom: 2rem
}

.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row&gt;article h2,
.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row&gt;article h2 {
	font-size: 1.8rem;
	line-height: 140%
}

.vaisala-testing-devicetest .product-related__item {
	position: relative;
	background: #0a2a3d;
	color: #fff;
	padding: 2.5rem 2.5rem 4rem
}

@media screen and (min-width:660px) {
	.vaisala-testing-devicetest .product-related__item {
		height: 100%
	}
}

.vaisala-testing-devicetest .product-related__item h2 {
	margin-top: 0;
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	line-height: 2.1rem
}

.vaisala-testing-devicetest .product-related__item p {
	font-size: 1.5rem
}

.vaisala-testing-devicetest .product-related__item .read-more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	outline: 0
}

.vaisala-testing-devicetest .product-related__item .read-more span {
	display: block;
	text-indent: -999em
}

.vaisala-testing-devicetest .product-related__item .read-more:after {
	position: absolute;
	right: 2rem;
	bottom: 3rem
}

.vaisala-testing-devicetest .content&gt;.product__contact-footer:nth-child(1n) {
	background: #0a2a3d;
	background: -webkit-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -o-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -moz-linear-gradient(right, #0a2a3d, #60ADDB);
	background: -webkit-gradient(linear, left top, right top, from(#0a2a3d), to(#60ADDB));
	background: linear-gradient(to right, #0a2a3d, #60ADDB)
}

.vaisala-testing-devicetest .product-contact-icons .product__4col {
	border-right: 1px solid #fff
}

.vaisala-testing-devicetest .product-contact-icons .product__4col:last-child {
	border-right: 0
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.vaisala-testing-devicetest .product-contact-icons .product__4col {
		padding-bottom: 2.5rem
	}

	.vaisala-testing-devicetest .product-contact-icons .product__4col:nth-child(2n) {
		border-right: 0
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product-contact-icons .product__4col {
		padding: 1rem 1.5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border-right: 0
	}

	.vaisala-testing-devicetest .product-contact-icons .product__4col a {
		text-align: left
	}

	.vaisala-testing-devicetest .product-contact-icons .product__4col:last-child {
		padding-right: 1.5rem
	}
}

.vaisala-testing-devicetest .product-contact-icons a {
	display: block;
	text-align: center;
	color: #fff;
	width: 15rem;
	margin: 0 auto
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product-contact-icons a {
		width: auto
	}
}

.vaisala-testing-devicetest .product-contact-icons a:before {
	display: block;
	content: "";
	background-size: contain !important;
	width: 7.5rem;
	height: 3rem;
	margin: 0 auto;
	float: left;
	margin-right: 1.5rem
}

@media screen and (min-width:660px) {
	.vaisala-testing-devicetest .product-contact-icons a:before {
		width: 100%;
		height: 5rem;
		float: none;
		margin-right: 0;
		margin-bottom: 2rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.vaisala-testing-devicetest .product-contact-icons a:before {
		height: 3.5rem
	}
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__support a:before {
	background: url(img/dialog-white.svg) no-repeat center center
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__calibrate a:before {
	background: url(img/calibrate-white.svg) no-repeat center center
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__sign-up a:before {
	background: url(img/circle-check-white.svg) no-repeat center center
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__contact a:before {
	background: url(img/contact-white.svg) no-repeat center center
}

.break-line-processed .wrap-word {
	display: block
}

table {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0
}

table td,
table th {
	border: 1px solid #0e1f2c;
	padding: 5px
}

table thead th {
	background-color: #f3f6f7;
	border: 1px solid #0a2a3d;
	color: #0a2a3d;
	font-weight: bold
}

.coh-container:before,
.coh-container:after {
	display: none
}

.coh-container {
	overflow: hidden
}

#vaisala-hvac {
	position: relative;
	height: auto
}

.node--type-grid-3.no-background {
	padding: 3rem 0
}

@media screen and (min-width:1024px) {
	.node--type-grid-3.no-background {
		padding: 5rem 0
	}
}

.node--type-grid-3.no-background .field--name-field-liftup&gt;.field--item article {
	background: #fff;
	border: 1px solid #f6f6f6;
	border-radius: 5px
}

.node--type-grid-3.no-background .field--name-field-liftup&gt;.field--item article .content {
	min-height: 6rem
}

.node--type-grid-3.no-background .field--name-field-liftup&gt;.field--item article .hover h2 a,
.node--type-grid-3.no-background .field--name-field-liftup&gt;.field--item article:hover h2 a {
	color: #0a2a3d !important
}

.node--type-grid-3.no-background .field--name-field-liftup&gt;.field--item article a {
	color: #0e1f2c
}

.node--type-grid-3.no-background .field--name-field-liftup&gt;.field--item article .field--name-field-link a:after {
	background-image: url(img/cta_arrow_blue.svg);
	bottom: 50%
}

.node--type-grid-3.bg_dark .field--name-field-liftup&gt;.field--item article {
	background: #fff
}

.node--type-grid-3.bg_dark .field--name-field-liftup&gt;.field--item article .hover h2 a,
.node--type-grid-3.bg_dark .field--name-field-liftup&gt;.field--item article:hover h2 a {
	color: #0a2a3d !important
}

.node--type-grid-3.bg_dark .field--name-field-liftup&gt;.field--item article a {
	color: #0e1f2c
}

.node--type-grid-3.bg_dark .field--name-field-liftup&gt;.field--item article .field--name-field-link a:after {
	background-image: url(img/cta_arrow_blue.svg)
}

.node--type-grid-3 h2 {
	padding: 0 1rem;
	text-align: left
}

.node--type-grid-3 .field--name-field-liftup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: .5rem;
	padding-right: .5rem;
	margin-bottom: 2rem;
	margin-top: 1rem
}

.node--type-grid-3 .field--name-field-liftup:after,
.node--type-grid-3 .field--name-field-liftup:before {
	content: none
}

@media screen and (min-width:1024px) {
	.node--type-grid-3 .field--name-field-liftup {
		margin-top: 4rem
	}
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item {
	padding: 0 0 1rem
}

@media screen and (min-width:660px) {
	.node--type-grid-3 .field--name-field-liftup&gt;.field--item {
		padding-bottom: 2rem;
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article {
	background: #0a2a3d;
	height: auto;
	padding: 0 !important
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article:after,
.node--type-grid-3 .field--name-field-liftup&gt;.field--item article:before {
	content: none
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article .hover a,
.node--type-grid-3 .field--name-field-liftup&gt;.field--item article:hover a {
	color: #60addb !important
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article .content {
	min-height: 10rem;
	padding: 0;
	position: relative
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article .background {
	display: none
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article h2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	height: 100%;
	line-height: 120%;
	margin: 0;
	padding: 2rem 6rem 2rem 2rem;
	position: relative;
	width: 100%
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article h2 a {
	color: #fff;
	width: 100%
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article .field--name-field-link {
	margin: 0
}

.node--type-grid-3 .field--name-field-liftup&gt;.field--item article .field--name-field-link a:after {
	bottom: 3rem;
	right: 2rem
}

.node--type-module-text {
	padding: 3.5rem 0
}

@media screen and (min-width:1024px) {
	.node--type-module-text {
		padding: 7.5rem 0
	}
}

.node--type-module-text h2.module-title {
	padding: 0 1rem;
	margin: 0 0 1.6rem;
	text-align: left
}

@media screen and (min-width:660px) {
	.node--type-module-text h2.module-title {
		margin: 0 0 3.2rem
	}
}

.node--type-module-text .content {
	padding: 0 1rem
}

.node--type-category .product-category-page__product-list-wrapper {
	background-color: #e7eeef;
	padding: 0
}

.node--type-category .product-category-page__product-list-wrapper .module-header {
	padding: 3rem 0;
	position: relative
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.node--type-category .product-category-page__product-list-wrapper .module-header {
		padding: 4rem 0 5rem
	}
}

@media screen and (min-width:1024px) {
	.node--type-category .product-category-page__product-list-wrapper .module-header {
		padding: 6rem 0 7rem
	}
}

.node--type-category .product-category-page__product-list-wrapper .module-header--content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 2rem;
	position: relative;
	z-index: 1
}

@media screen and (min-width:1024px) {
	.node--type-category .product-category-page__product-list-wrapper .module-header--content {
		padding: 0 .5rem 0 1.5rem;
		width: 83.33333%
	}
}

@media screen and (min-width:1440px) {
	.node--type-category .product-category-page__product-list-wrapper .module-header--content {
		width: 66.66667%
	}
}

.node--type-category .product-category-page__product-list-wrapper .module-header .module-title {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

@media screen and (max-width:659px) {
	.node--type-category .product-category-page__product-list-wrapper .module-header .module-title {
		margin-bottom: 1rem;
		width: 100%
	}
}

@media screen and (max-width:659px) {
	.node--type-category .product-category-page__product-list-wrapper .module-wrapper {
		padding: 0
	}
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters {
	margin-top: 2rem;
	margin-bottom: 3rem
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup {
	float: none
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup legend {
	display: none
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup .form-radios {
	padding: 0
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-radio:checked+label {
	background-color: #0a2a3d;
	color: #fff
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item {
	width: auto;
	margin-right: .75rem;
	margin-bottom: 1rem
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item:not(:nth-child(4n+4)) {
	padding-right: 0
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item:nth-child(n+5) {
	margin-top: 0
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item input {
	display: none
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .control-label {
	border: 2px solid #0a2a3d;
	color: #0a2a3d;
	text-transform: uppercase;
	border-radius: 0;
	width: auto;
	padding: 1.6rem;
	font-size: 1.2rem
}

.node--type-category .product-category-page__product-list-wrapper .module-wrapper .view-product-list .view-footer {
	text-align: center;
	font-size: 14px;
	color: #0a2a3d;
	margin-bottom: 4rem
}

.node--type-category .category-page__module-anchor-links {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid;
	border-bottom-color: #0a2a3d
}

.node--type-category .category-page__module-anchor-links li {
	display: inline-block;
	font-size: 1.6rem;
	padding: 0 1rem;
	font-weight: 700
}

@media screen and (min-width:660px) {
	.node--type-category .category-page__module-anchor-links li {
		padding: 0 2rem
	}
}

.node--type-category .category-page__module-anchor-links li a {
	border-bottom: .6rem solid #fff;
	color: #0a2a3d;
	display: inline-block;
	padding: .7rem 0
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.node--type-category .category-page__module-anchor-links li a {
		padding: 1.5rem 0
	}
}

@media screen and (min-width:1024px) {
	.node--type-category .category-page__module-anchor-links li a {
		padding: 3rem 0
	}
}

.node--type-category .category-page__module-anchor-links li a:hover,
.node--type-category .category-page__module-anchor-links li a:focus {
	color: #0a2a3d;
	border-bottom: .6rem solid #0a2a3d;
	text-decoration: none
}

.field--name-field-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media screen and (max-width:659px) {
	.field--name-field-products .field--item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 1rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.field--name-field-products .field--item {
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
		padding: 1rem
	}
}

@media screen and (min-width:1024px) {
	.field--name-field-products .field--item {
		-ms-flex-preferred-size: 23%;
		flex-basis: 23%;
		margin-right: 1.7rem
	}
}

.cohesion-product-container {
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	width: 100%;
	-ms-grid-columns: (minmax(0, 1fr))[1];
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media screen and (max-width:659px) {
	.cohesion-product-container {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.cohesion-product-container {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media screen and (min-width:1024px) {
	.cohesion-product-container {
		-ms-grid-columns: (minmax(0, 1fr))[4];
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

@media screen and (max-width:659px) {
	.cohesion-product-container.columnt-count--5 {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.cohesion-product-container.columnt-count--5 {
		-ms-grid-columns: (minmax(0, 1fr))[3];
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media screen and (min-width:1024px) {
	.cohesion-product-container.columnt-count--5 {
		-ms-grid-columns: (minmax(0, 1fr))[5];
		grid-template-columns: repeat(5, minmax(0, 1fr))
	}
}

@media screen and (max-width:659px) {
	.cohesion-product-container.columnt-count--4 {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.cohesion-product-container.columnt-count--4 {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media screen and (min-width:1024px) {
	.cohesion-product-container.columnt-count--4 {
		-ms-grid-columns: (minmax(0, 1fr))[3];
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media screen and (min-width:1440px) {
	.cohesion-product-container.columnt-count--4 {
		-ms-grid-columns: (minmax(0, 1fr))[5];
		grid-template-columns: repeat(5, minmax(0, 1fr))
	}
}

@media screen and (max-width:659px) {
	.cohesion-product-container.columnt-count--3 {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {
	.cohesion-product-container.columnt-count--3 {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media screen and (min-width:1024px) {
	.cohesion-product-container.columnt-count--3 {
		-ms-grid-columns: (minmax(0, 1fr))[3];
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

.module-wrapper article.node--type-cohesion_product_page,
.module-wrapper article.commerce-product {
	position: relative;
	border: none;
	-webkit-transition: all .2s;
	transition: all .2s
}

.module-wrapper article.node--type-cohesion_product_page:hover,
.module-wrapper article.node--type-cohesion_product_page:active,
.module-wrapper article.node--type-cohesion_product_page:focus,
.module-wrapper article.commerce-product:hover,
.module-wrapper article.commerce-product:active,
.module-wrapper article.commerce-product:focus {
	background-color: #0a2a3d !important
}

.module-wrapper article.node--type-cohesion_product_page:hover *,
.module-wrapper article.node--type-cohesion_product_page:active *,
.module-wrapper article.node--type-cohesion_product_page:focus *,
.module-wrapper article.commerce-product:hover *,
.module-wrapper article.commerce-product:active *,
.module-wrapper article.commerce-product:focus * {
	color: #fff
}

.module-wrapper article.node--type-cohesion_product_page a,
.module-wrapper article.commerce-product a {
	padding: 1.25rem 0
}

.module-wrapper article.node--type-cohesion_product_page .content,
.module-wrapper article.commerce-product .content {
	padding: 2rem
}

@media only screen and (max-width:660px) {

	.module-wrapper article.node--type-cohesion_product_page .content,
	.module-wrapper article.commerce-product .content {
		padding: 1rem
	}
}

.module-wrapper article.node--type-cohesion_product_page h3 a::before,
.module-wrapper article.commerce-product h3 a::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px
}

.view-product-category-product-list .view-filters,
.view-product-category-product-page-list .view-filters {
	margin-top: 2rem;
	margin-bottom: 3rem
}

.view-product-category-product-list .view-filters .views-exposed-form,
.view-product-category-product-page-list .view-filters .views-exposed-form {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup,
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup {
	float: none
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup legend,
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup legend {
	display: none
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup .form-radios,
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup .form-radios {
	padding: 0
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-radio:checked+label,
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-radio:checked+label {
	background-color: #0a2a3d;
	color: #fff
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item,
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item {
	width: auto;
	margin-right: .75rem;
	margin-bottom: 1rem
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item:not(:nth-child(4n+4)),
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item:not(:nth-child(4n+4)) {
	padding-right: 0
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item:nth-child(n+5),
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item:nth-child(n+5) {
	margin-top: 0
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item input,
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup .form-radios .form-item input {
	display: none
}

.view-product-category-product-list .view-filters .views-exposed-form .fieldgroup .form-radios .control-label,
.view-product-category-product-page-list .view-filters .views-exposed-form .fieldgroup .form-radios .control-label {
	border: 2px solid #0a2a3d;
	color: #0a2a3d;
	text-transform: uppercase;
	border-radius: 0;
	width: auto;
	padding: 1.6rem;
	font-size: 1.2rem
}

.view-product-category-product-list .view-header,
.view-product-category-product-page-list .view-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-items: center
}

@media screen and (min-width:660px) {

	.view-product-category-product-list .view-header,
	.view-product-category-product-page-list .view-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media screen and (min-width:1024px) {

	.view-product-category-product-list .view-header,
	.view-product-category-product-page-list .view-header {
		padding: 6rem 0 7rem
	}
}

.view-product-category-product-list .view-header h2,
.view-product-category-product-page-list .view-header h2 {
	font-size: 3.6rem;
	line-height: 140%;
	letter-spacing: .9px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif;
	font-style: normal;
	color: #0a2a3d;
	text-align: center;
	padding-bottom: 0;
	margin-top: 0;
	text-transform: uppercase
}

@media screen and (min-width:1024px) {

	.view-product-category-product-list .view-header h2,
	.view-product-category-product-page-list .view-header h2 {
		font-size: 3.6rem;
		line-height: 140%
	}
}

@media screen and (min-width:1440px) {

	.view-product-category-product-list .view-header h2,
	.view-product-category-product-page-list .view-header h2 {
		font-size: 4.6rem;
		line-height: 140%
	}
}

.view-product-category-product-list .views-exposed-form,
.view-product-category-product-page-list .views-exposed-form {
	margin: 0 0 2rem
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.view-product-category-product-list .views-exposed-form,
	.view-product-category-product-page-list .views-exposed-form {
		margin: -2rem .5rem 4rem
	}
}

@media screen and (min-width:1024px) {

	.view-product-category-product-list .views-exposed-form,
	.view-product-category-product-page-list .views-exposed-form {
		margin: -4rem .5rem 6rem
	}
}

.view-product-category-product-list .views-exposed-form .form-type-select,
.view-product-category-product-page-list .views-exposed-form .form-type-select {
	margin: 1.5rem 0;
	padding: 0 1.5rem;
	width: 100%
}

@media screen and (min-width:660px) {

	.view-product-category-product-list .views-exposed-form .form-type-select,
	.view-product-category-product-page-list .views-exposed-form .form-type-select {
		margin: 2.5rem 0;
		padding: 0 2.5rem
	}
}

@media screen and (min-width:660px)and (max-width:1023px) {

	.view-product-category-product-list .views-exposed-form .form-type-select,
	.view-product-category-product-page-list .views-exposed-form .form-type-select {
		width: calc(50% + 20px)
	}
}

@media screen and (min-width:1024px) {

	.view-product-category-product-list .views-exposed-form .form-type-select,
	.view-product-category-product-page-list .views-exposed-form .form-type-select {
		width: calc(25% + 30px)
	}
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-single,
.view-product-category-product-page-list .views-exposed-form .form-type-select .chosen-container .chosen-single {
	border: 1px solid #eff0f2 !important;
	border-radius: 2px;
	height: auto;
	padding: 1.6rem
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-single:after,
.view-product-category-product-page-list .views-exposed-form .form-type-select .chosen-container .chosen-single:after {
	top: 2rem
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-single span,
.view-product-category-product-page-list .views-exposed-form .form-type-select .chosen-container .chosen-single span {
	color: #0e1f2c
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container.chosen-with-drop .chosen-single:after,
.view-product-category-product-page-list .views-exposed-form .form-type-select .chosen-container.chosen-with-drop .chosen-single:after {
	top: 2.6rem
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-drop,
.view-product-category-product-page-list .views-exposed-form .form-type-select .chosen-container .chosen-drop {
	border: 1px solid #eff0f2
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-drop li,
.view-product-category-product-page-list .views-exposed-form .form-type-select .chosen-container .chosen-drop li {
	color: #0e1f2c;
	padding: 1.3rem 1.5rem
}

.view-product-category-product-list .views-exposed-form .form-actions,
.view-product-category-product-page-list .views-exposed-form .form-actions {
	display: block
}

.view-product-category-product-list .view-content,
.view-product-category-product-page-list .view-content {
	margin-bottom: 1.5rem
}

@media screen and (max-width:659px) {

	.view-product-category-product-list .view-content,
	.view-product-category-product-page-list .view-content {
		padding: 0 1rem
	}
}

.view-product-category-product-list .view-empty,
.view-product-category-product-page-list .view-empty {
	margin: 0 1.5rem
}

.view-product-category-product-list .view-footer,
.view-product-category-product-page-list .view-footer {
	text-align: center;
	font-size: 14px;
	color: #0a2a3d;
	margin-bottom: 4rem
}

html {
	overflow-y: scroll
}

body {
	margin: 0;
	background-color: #fff !important;
	font-size: 1.6rem;
	line-height: 120%;
	letter-spacing: .4px;
	font-family: "VaisalaSansBeta", Arial, Helvetica, Sans-serif !important;
	font-style: normal;
	color: #0a2a3d
}

@media screen and (min-width:1024px) {
	body {
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: .4px
	}
	
}

body ul li,
body ol li {
	line-height: 3.6rem
}

body .container-fluid {
	max-width: 1920px;
	min-width: 32rem;
	padding: 0;
	width: 100%
}

body h1 {
	margin-bottom: 4rem;
	font-weight: 300;
	line-height: 110%;
	font-size: 2.9rem
}

@media screen and (min-width:660px) {
	body h1 {
		font-size: 4.6rem
	}
}

@media screen and (min-width:1440px) {
	body h1 {
		font-size: 7.4rem
	}
}

body h2 {
	margin-bottom: 3.2rem;
	font-weight: 300;
	line-height: 110%;
	font-size: 2.9rem
}

@media screen and (min-width:660px) {
	body h2 {
		font-size: 4.6rem
	}
}

body h3 {
	margin-bottom: 2.9rem;
	font-weight: 300;
	line-height: 120%;
	font-size: 2.2rem
}

@media screen and (min-width:660px) {
	body h3 {
		font-size: 2.9rem
	}
}

body h4 {
	font-size: 2.2rem;
	margin-bottom: 2rem;
	font-weight: 300;
	line-height: 120%
}

body h5,
body h6 {
	margin-bottom: 1.6rem
}

body h5 {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 130%
}

body h6 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 140%
}

body p {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	line-height: 140%;
	margin-left: 0;
	margin-right: 0
}

body article ul {
	list-style-type: square
}

body article ul,
body article ol {
	margin-bottom: 1.6rem
}

body article ul li,
body article ol li {
	line-height: 140%;
	padding-bottom: 1.6rem
}

body article ol li::marker {
	font-weight: bold
}

body .row,
body article.node--type-blog.node--view-mode-full .meta-info,
article.node--type-blog.node--view-mode-full body .meta-info,
body article.node--type-case.node--view-mode-full .meta-info,
article.node--type-case.node--view-mode-full body .meta-info,
body article.node--type-release.node--view-mode-full .meta-info,
article.node--type-release.node--view-mode-full body .meta-info,
body article.node--type-news.node--view-mode-full .meta-info,
article.node--type-news.node--view-mode-full body .meta-info {
	margin-left: 0;
	margin-right: 0
}

body .row .header,
body article.node--type-blog.node--view-mode-full .meta-info .header,
article.node--type-blog.node--view-mode-full body .meta-info .header,
body article.node--type-case.node--view-mode-full .meta-info .header,
article.node--type-case.node--view-mode-full body .meta-info .header,
body article.node--type-release.node--view-mode-full .meta-info .header,
article.node--type-release.node--view-mode-full body .meta-info .header,
body article.node--type-news.node--view-mode-full .meta-info .header,
article.node--type-news.node--view-mode-full body .meta-info .header {
	min-height: unset
}

body .row .header,
body article.node--type-blog.node--view-mode-full .meta-info .header,
article.node--type-blog.node--view-mode-full body .meta-info .header,
body article.node--type-case.node--view-mode-full .meta-info .header,
article.node--type-case.node--view-mode-full body .meta-info .header,
body article.node--type-release.node--view-mode-full .meta-info .header,
article.node--type-release.node--view-mode-full body .meta-info .header,
body article.node--type-news.node--view-mode-full .meta-info .header,
article.node--type-news.node--view-mode-full body .meta-info .header,
body .row section,
body article.node--type-blog.node--view-mode-full .meta-info section,
article.node--type-blog.node--view-mode-full body .meta-info section,
body article.node--type-case.node--view-mode-full .meta-info section,
article.node--type-case.node--view-mode-full body .meta-info section,
body article.node--type-release.node--view-mode-full .meta-info section,
article.node--type-release.node--view-mode-full body .meta-info section,
body article.node--type-news.node--view-mode-full .meta-info section,
article.node--type-news.node--view-mode-full body .meta-info section {
	padding: 0
}

body .alert {
	overflow: hidden
}

#overlay {
	display: none;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

#overlay .ol-content {
	width: 80%;
	position: relative;
	height: auto;
	background: #fff;
	left: 10%;
	top: 20rem;
	padding: 2rem
}

@media screen and (min-width:1024px) {
	#overlay .ol-content {
		width: 50%;
		left: 25%;
		top: 20rem;
		padding: 5rem
	}
}

#overlay .ol-content .close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
	background: #0a2a3d;
	z-index: 9;
	background: url(img/close.svg) no-repeat center center
}

#overlay .ol-content .field--label {
	font-size: 2.4rem;
	color: #0a2a3d;
	margin-bottom: 2rem
}

form .form-required:after {
	width: .7rem;
	height: .7rem;
	background-size: .7rem .7rem
}

form .checkbox input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 1.8rem;
	height: 1.8rem;
	padding: .2rem;
	border: .1rem solid #0a2a3d;
	background: #fff
}

form .checkbox input[type=checkbox]:checked {
	background: #0a2a3d
}

figure.caption-image {
	display: table
}

figure.caption-image&gt;* {
	max-width: 100%
}

figure.caption-image&gt;figcaption {
	caption-side: bottom;
	display: table-caption;
	max-width: none;
	margin-top: 1rem
}

figure.caption-image.align-left {
	margin-right: 1.5rem
}

figure.caption-image.align-right {
	margin-left: 1.5rem
}

figure.align-center {
	margin-left: auto;
	margin-right: auto
}

img.align-left {
	margin-right: 1.5rem
}

img.align-right {
	margin-left: 1.5rem
}

@media print {
	.logo {
		visibility: visible;
		position: absolute;
		top: 2rem;
		left: 2rem;
		z-index: 9
	}

	.commerce-checkout-flow.complete .layout-region-checkout-main,
	.commerce-checkout-flow.complete .layout-region-checkout-main * {
		visibility: visible
	}

	.commerce-checkout-flow.complete .layout-region-checkout-main {
		position: absolute;
		left: 0;
		top: 0
	}
}

.alert {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 0px
}

.field--name-body a,
.field--type-text-long a {
	color: #0a2a3d;
	text-decoration: underline;
	-webkit-transition: .2s color;
	transition: .2s color
}

.field--name-body a:hover,
.field--name-body a:focus,
.field--name-body a:active,
.field--type-text-long a:hover,
.field--type-text-long a:focus,
.field--type-text-long a:active {
	color: #2b6ea1
}

a {
	color: #0a2a3d;
	text-decoration: none
}

a:hover,
a:focus,
a:active {
	color: #2b6ea1;
	text-decoration: none
}

.field--name-body a:not([class*=coh-style]):not([class*=coh-container]),
.coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]) {
	color: #0a2a3d;
	text-decoration: none;
	-webkit-transition: .2s color;
	transition: .2s color;
}

.field--name-body a:not([class*=coh-style]):not([class*=coh-container]):hover,
.field--name-body a:not([class*=coh-style]):not([class*=coh-container]):focus,
.field--name-body a:not([class*=coh-style]):not([class*=coh-container]):active,
.coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):hover,
.coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):focus,
.coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):active {
	color: #2b6ea1
}


.coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):hover, .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):focus{
	text-decoration: underline;
}

a.anchor {
	display: block;
	position: relative;
	top: -8.5rem;
	visibility: hidden
}

.coh-blueBox .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]) {
	color: #0a2a3d;
	text-decoration: underline;
	-webkit-transition: .2s color;
	transition: .2s color;
	color: #fff
}

.coh-blueBox .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):hover,
.coh-blueBox .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):focus,
.coh-blueBox .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):active {
	color: #2b6ea1
}

.coh-blueBox .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):hover,
.coh-blueBox .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):focus,
.coh-blueBox .coh-wysiwyg a:not([class*=coh-style]):not([class*=coh-container]):active {
	color: #fff
}

.coh-blueBox a:not([class*=coh-style]):not([class*=coh-container]) {
	color: #0a2a3d;
	text-decoration: underline;
	-webkit-transition: .2s color;
	transition: .2s color;
	color: #fff
}

.coh-blueBox a:not([class*=coh-style]):not([class*=coh-container]):hover,
.coh-blueBox a:not([class*=coh-style]):not([class*=coh-container]):focus,
.coh-blueBox a:not([class*=coh-style]):not([class*=coh-container]):active {
	color: #2b6ea1
}

.coh-blueBox a:not([class*=coh-style]):not([class*=coh-container]):hover,
.coh-blueBox a:not([class*=coh-style]):not([class*=coh-container]):focus,
.coh-blueBox a:not([class*=coh-style]):not([class*=coh-container]):active {
	color: #fff
}

.a2a_kit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.a2a_kit .printBtn {
	margin: 0 5px;
	margin-top: -0.5px
}

.a2a_kit .printBtn .fa-print {
	display: block
}

.a2a_kit .printBtn .fa-print:before {
	color: #0a2a3d;
	font-size: 19px
}

@media print {
	@page {
		size: A4 portrait;
		margin: 10mm 20mm
	}

	* {
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
		print-color-adjust: exact !important
	}

	*:not(.print-style-exception),
	*:not(.print-style-exception):before,
	*:not(.print-style-exception):after {
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	.print:last-child {
		page-break-after: auto
	}

	html,
	body {
		height: 99%;
		page-break-inside: avoid
	}

	a[href]:after {
		content: none !important
	}

	img[src]:after {
		content: none !important
	}

	body p {
		margin-top: 2.4rem;
		margin-bottom: 0
	}

	body article p+ul,
	body article p+ol {
		margin-top: 2rem
	}

	.logo {
		margin: 0 !important
	}

	.scroll-top-wrapper {
		display: none
	}

	.coh-container {
		max-width: unset;
		background: none;
		background-color: none;
		background-image: none;
		border: none
	}

	.expert-speaker {
		margin-bottom: 3rem
	}

	.expert-speaker .expert-speaker--bio {
		display: none
	}

	.coh-style-vaisala-link-button {
		display: block;
		width: 100%;
		background-color: #eee;
		border-radius: 5px;
		padding: 2rem;
		margin: 2rem 0;
		line-height: 1.7
	}

	blockquote {
		margin: 20px 0;
		border-top: 0;
		border-right: 0;
		border-bottom: 0
	}

	blockquote p:first-child,
	blockquote p:last-child {
		margin-top: 0
	}

	.pquote {
		width: 100% !important;
		padding: 2rem;
		margin: 2rem 0
	}

	.field--name-field-cohesion-product .field__items&gt;.field--item {
		margin: 1rem 0
	}

	.field--name-field-cohesion-product .field__items&gt;.field--item .clearfix::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .filter-wrapper::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-faq .accordion-form::after,
	.node--type-faq .field--name-field-cohesion-product .field__items&gt;.field--item .accordion-form::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-faq-select .accordion-form::after,
	.node--type-faq-select .field--name-field-cohesion-product .field__items&gt;.field--item .accordion-form::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .view-contact-finder .view-filters::after,
	.view-contact-finder .field--name-field-cohesion-product .field__items&gt;.field--item .view-filters::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .view-contact-finder .view-content h3::after,
	.view-contact-finder .view-content .field--name-field-cohesion-product .field__items&gt;.field--item h3::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-eloqua.has-body .content::after,
	.node--type-eloqua.has-body .field--name-field-cohesion-product .field__items&gt;.field--item .content::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-exposedformproduct-searchpage-1 #views-exposed-form-product-search-page-1::after,
	#block-exposedformproduct-searchpage-1 .field--name-field-cohesion-product .field__items&gt;.field--item #views-exposed-form-product-search-page-1::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-exposedformproduct-searchpage-1 #product-search-quick-form::after,
	#block-exposedformproduct-searchpage-1 .field--name-field-cohesion-product .field__items&gt;.field--item #product-search-quick-form::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-vaisalacommerceproductsearchquickform #views-exposed-form-product-search-page-1::after,
	#block-vaisalacommerceproductsearchquickform .field--name-field-cohesion-product .field__items&gt;.field--item #views-exposed-form-product-search-page-1::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-vaisalacommerceproductsearchquickform #product-search-quick-form::after,
	#block-vaisalacommerceproductsearchquickform .field--name-field-cohesion-product .field__items&gt;.field--item #product-search-quick-form::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-exposedformproduct-searchpage-1 .form-type-select::after,
	#block-exposedformproduct-searchpage-1 .field--name-field-cohesion-product .field__items&gt;.field--item .form-type-select::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-vaisalacommerceproductsearchquickform .form-type-select::after,
	#block-vaisalacommerceproductsearchquickform .field--name-field-cohesion-product .field__items&gt;.field--item .form-type-select::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-exposedformproduct-searchpage-1 .form-actions::after,
	#block-exposedformproduct-searchpage-1 .field--name-field-cohesion-product .field__items&gt;.field--item .form-actions::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-vaisalacommerceproductsearchquickform .form-actions::after,
	#block-vaisalacommerceproductsearchquickform .field--name-field-cohesion-product .field__items&gt;.field--item .form-actions::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .view.single&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .view.single&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .view.multiple&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .view.multiple&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .view-content.single&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .view-content.single&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .view-content.multiple&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .view-content.multiple&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .field--name-field-liftup.single&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-liftup.single&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .field--name-field-liftup.multiple&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-liftup.multiple&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .field--name-field-products.single&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-products.single&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-grid-liftup .field--name-field-products.multiple&gt;.field--item:nth-child(odd)::after,
	.node--type-grid-liftup .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-products.multiple&gt;.field--item:nth-child(odd)::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-article-page .article-header::after,
	.node--type-article-page .field--name-field-cohesion-product .field__items&gt;.field--item .article-header::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-views-block-list-block-news-list .views-exposed-form::after,
	#block-views-block-list-block-news-list .field--name-field-cohesion-product .field__items&gt;.field--item .views-exposed-form::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-views-block-list-block-news-list .view-empty::after,
	#block-views-block-list-block-news-list .field--name-field-cohesion-product .field__items&gt;.field--item .view-empty::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-views-block-releases-block-1 .views-exposed-form::after,
	#block-views-block-releases-block-1 .field--name-field-cohesion-product .field__items&gt;.field--item .views-exposed-form::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-views-block-releases-block-1 .view-empty::after,
	#block-views-block-releases-block-1 .field--name-field-cohesion-product .field__items&gt;.field--item .view-empty::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-views-block-releases-block-2 .views-exposed-form::after,
	#block-views-block-releases-block-2 .field--name-field-cohesion-product .field__items&gt;.field--item .views-exposed-form::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item #block-views-block-releases-block-2 .view-empty::after,
	#block-views-block-releases-block-2 .field--name-field-cohesion-product .field__items&gt;.field--item .view-empty::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item form.elq-form [id^=formElement]::after,
	form.elq-form .field--name-field-cohesion-product .field__items&gt;.field--item [id^=formElement]::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item form.elq-form .field-style._100::after,
	form.elq-form .field--name-field-cohesion-product .field__items&gt;.field--item .field-style._100::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .product--updated-layout .content&gt;section::after,
	.product--updated-layout .field--name-field-cohesion-product .field__items&gt;.field--item .content&gt;section::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .product--updated-layout .product__services .field--name-field-services::after,
	.product--updated-layout .product__services .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-services::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .path-products .view-product-search .view-header::after,
	.path-products .view-product-search .field--name-field-cohesion-product .field__items&gt;.field--item .view-header::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .path-taxonomy .view-product-search .view-header::after,
	.path-taxonomy .view-product-search .field--name-field-cohesion-product .field__items&gt;.field--item .view-header::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .path-products .view-product-search .view-header .tags::after,
	.path-products .view-product-search .view-header .field--name-field-cohesion-product .field__items&gt;.field--item .tags::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .path-taxonomy .view-product-search .view-header .tags::after,
	.path-taxonomy .view-product-search .view-header .field--name-field-cohesion-product .field__items&gt;.field--item .tags::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .row.services .field--name-field-services::after,
	.row.services .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-services::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-services::after,
	article.node--type-blog.node--view-mode-full .services.meta-info .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-services::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-services::after,
	article.node--type-case.node--view-mode-full .services.meta-info .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-services::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-services::after,
	article.node--type-release.node--view-mode-full .services.meta-info .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-services::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-services::after,
	article.node--type-news.node--view-mode-full .services.meta-info .field--name-field-cohesion-product .field__items&gt;.field--item .field--name-field-services::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .vaisala-testing-devicetest .content&gt;section::after,
	.vaisala-testing-devicetest .field--name-field-cohesion-product .field__items&gt;.field--item .content&gt;section::after,
	.field--name-field-cohesion-product .field__items&gt;.field--item .node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even)::after,
	.node--type-module-text .field--name-field-texts.multiple .field--name-field-cohesion-product .field__items&gt;.field--item .field--item:nth-child(even)::after {
		display: none
	}

	.ajax-progress .throbber {
		display: none
	}

	title {
		display: none
	}

	body {
		line-height: 1.3
	}

	body p {
		margin-top: 2.4rem;
		margin-bottom: 0
	}

	table,
	figure {
		page-break-inside: avoid
	}

	ol.breadcrumb {
		display: none
	}

	img {
		page-break-inside: avoid
	}

	.printBtn {
		display: none
	}

	@page :right {
		@bottom-right {
			content: counter(page)
		}
	}

	#toolbar-administration {
		display: none
	}

	.nav-tabs {
		display: none
	}

	.remove-for-print {
		display: none
	}

	#navbar {
		height: auto
	}

	#navbar .navbar-wrap {
		height: auto !important;
		border-bottom: none;
		position: absolute
	}

	#navbar .navbar-wrap .region-navigation .logo:after {
		content: none
	}

	#navbar .navbar-wrap .region-navigation .block-search-box {
		display: none
	}

	#navbar .navbar-wrap .region-navigation #block-full-navigation {
		display: none
	}

	#navbar .navbar-wrap .region-navigation #block-secondarynavigation {
		display: none
	}

	#navbar .navbar-wrap .store-icon.link-external {
		display: none
	}

	#navbar .navbar-wrap #navbar-actions {
		display: none
	}

	#navbar .navbar-wrap .language-switcher-toggle-wrapper {
		display: none
	}

	.main-container .coh-wysiwyg a.a2a_button_email,
	.main-container .coh-wysiwyg a.a2a_button_facebook,
	.main-container .coh-wysiwyg a.a2a_button_twitter,
	.main-container .coh-wysiwyg a.a2a_button_linkedin {
		display: none
	}

	.main-container .header .region-header {
		display: none
	}

	.main-container .coh-style-vaisala-component-heading---blue-s,
	.main-container .coh-style-vaisala-component-heading {
		margin-top: 0;
		padding-top: 0
	}

	.main-container .coh-style-vaisala-paragraph {
		margin-bottom: 0;
		margin-top: 0
	}

	.coh-ptb {
		padding-top: 0
	}

	#block-footernavigation,
	#block-vaisala-footer,
	#block-socialmedialinks {
		display: none
	}

	.coh-container h1.coh-style-vaisala-card-heading---blue---no-hover {
		margin-top: 175px
	}

	.coh-container .coh-row .coh-row-inner {
		margin-top: 0;
		margin-bottom: 0
	}

	.coh-container .coh-row .coh-row-inner .coh-column .coh-container [class*=coh-ce-cpt_expert_article_speaker_compo-] h1 {
		display: none
	}

	.coh-container .coh-row .coh-row-inner .coh-column .coh-container [class*=coh-ce-cpt_expert_article_speaker_compo-] p {
		display: none
	}

	.coh-container .coh-column .coh-container {
		page-break-before: avoid;
		page-break-after: avoid;
		-webkit-column-break-after: avoid;
		-moz-column-break-after: avoid;
		break-after: avoid
	}

	.footer {
		display: none
	}

	#onetrust-consent-sdk,
	body.coh-breakpoint-indicator:after {
		display: none
	}

	a[href]:after,
	abbr[title]:after {
		display: none
	}

	article {
		height: auto !important;
		background-color: transparent !important
	}

	.background {
		background-color: transparent !important;
		border: none;
		padding: 0
	}

	.node--view-mode-full .field--name-field-media-attachments {
		margin: 1rem 0
	}

	[class*=chat-] {
		display: none
	}

	.is-b-loading::before {
		display: none !important
	}

	.content,
	.node--type-single-liftup,
	.related-products {
		padding: 0 !important;
		margin: 0 !important
	}

	article.node--type-blog.node--view-mode-full header h1 span,
	article.node--type-case.node--view-mode-full header h1 span {
		font-size: 2.5rem
	}

	article.node--type-blog.node--view-mode-full .meta-info .author,
	article.node--type-case.node--view-mode-full .meta-info .author {
		margin-top: 3rem
	}

	.social-media-icon-wrapper {
		display: none
	}

	[class^=raffle__LauncherButton],
	[class^=raffle__Launcher-] {
		display: none !important
	}

	.navbar-default {
		display: none
	}

	.adminimal-admin-toolbar {
		padding-top: 0 !important
	}

	.node--view-mode-module .module-wrapper {
		padding: 0
	}

	.field--name-field-cohesion-layout&gt;div {
		margin: 2rem 0
	}

	.coh-container,
	.coh-style-tab,
	.coh-accordion-title {
		background-color: transparent !important
	}

	.component--vertical-tab-menu-container .coh-accordion-tabs-content-wrapper {
		padding: 2rem
	}

	.component--vertical-tab-menu-container .coh-column {
		border: 0
	}

	.component--vertical-tab-menu-container .coh-accordion-title a {
		background-color: transparent;
		padding: 1rem;
		font-size: 2.4rem
	}

	.component--vertical-tab-menu-container .coh-accordion-tabs-inner {
		margin: 2rem
	}

	.component--vertical-tab-menu-container .coh-accordion-tabs-content {
		display: block !important
	}

	.component--vertical-tab-menu-container .coh-accordion-tabs-nav {
		display: none !important
	}

	.component--vertical-tab-menu-container .component--vertical-tab-menu-item-container {
		padding: 0
	}

	.component--vertical-tab-menu-container .component--vertical-tab-menu-container {
		margin: 0
	}

	.component--highlights-container {
		background-image: none !important;
		margin-bottom: 0
	}

	.component--highlights-container .component--highlights-container-rows {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}

	[class*=coh-style-vaisala-link-button] {
		border: 1px solid #0a2a3d;
		background-color: transparent
	}

	.component--resources-container&gt;div {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.component--success-stories-container&gt;div {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.coh-video-inner {
		display: none
	}

	.cohesion-product-container {
		margin: 2rem 0;
		-ms-grid-columns: (50%)[2];
		grid-template-columns: repeat(2, 50%)
	}

	.component--article-lift-container&gt;div {
		margin: 0
	}

	.component--document-links {
		padding: 0
	}

	.component--success-stories-container-row-wrapper {
		background-color: transparent !important
	}

	.component--menu-container {
		display: none
	}

	.component--products-and-services-row {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}

	.component--text-and-image-columns-subcontainer {
		margin: 0
	}

	.component--text-and-video-columns&gt;div {
		margin: 0
	}

	.component--call-to-action&gt;div {
		margin: 0
	}

	.component--menu-container,
	.component--video-component {
		display: none
	}

	.coh-style-vaisala-section-padding---top,
	.coh-style-vaisala-section-padding---bottom,
	.coh-ptb,
	.coh-style-padding-top-bottom---large {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.component--product-intro--row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem
	}

	.component--product-intro--row&gt;div {
		-webkit-box-ordinal-group: unset !important;
		-ms-flex-order: unset !important;
		order: unset !important
	}

	.component--product-intro--buttons {
		display: none
	}

	.carousel.slide {
		display: none
	}

	.coh-style-learn-more-link {
		display: none
	}

	.coh-style-vaisala-card-heading {
		font-size: 2.1rem
	}

	.component--products-and-services-row&gt;div {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}

	.component--article-card,
	.component--resources-card {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		margin-bottom: 2rem
	}

	.component--article-lift-card--wrapper,
	.component--resources-card--wrapper {
		display: -ms-grid;
		display: grid;
		gap: 1rem 2rem;
		-ms-grid-columns: minmax(auto, 300px) 2rem 1fr;
		grid-template-columns: minmax(auto, 300px) 1fr;
		-ms-grid-rows: auto 1rem auto 1rem auto;
		grid-template-rows: auto auto auto;
		grid-template-areas: "Tag Intro" "Picture Intro" "Title Intro"
	}

	.component--article-lift-card--wrapper .component--article-lift-card--tag,
	.component--article-lift-card--wrapper .component--resources-card--tag,
	.component--resources-card--wrapper .component--article-lift-card--tag,
	.component--resources-card--wrapper .component--resources-card--tag {
		grid-area: Tag
	}

	.component--article-lift-card--wrapper .component--article-lift-card--image,
	.component--article-lift-card--wrapper .component--resources-card--image,
	.component--resources-card--wrapper .component--article-lift-card--image,
	.component--resources-card--wrapper .component--resources-card--image {
		grid-area: Picture
	}

	.component--article-lift-card--wrapper .component--article-lift-card--heading,
	.component--article-lift-card--wrapper .component--resources-card--heading,
	.component--resources-card--wrapper .component--article-lift-card--heading,
	.component--resources-card--wrapper .component--resources-card--heading {
		grid-area: Title
	}

	.component--article-lift-card--wrapper .component--article-lift-card--teaser,
	.component--article-lift-card--wrapper .component--resources-card--teaser,
	.component--resources-card--wrapper .component--article-lift-card--teaser,
	.component--resources-card--wrapper .component--resources-card--teaser {
		grid-area: Intro
	}

	.component--article-lift-card--wrapper .component--article-lift-card--image,
	.component--article-lift-card--wrapper .component--article-lift-card--heading,
	.component--article-lift-card--wrapper .component--article-lift-card--teaser,
	.component--resources-card--wrapper .component--article-lift-card--image,
	.component--resources-card--wrapper .component--article-lift-card--heading,
	.component--resources-card--wrapper .component--article-lift-card--teaser {
		margin: 0;
		padding: 0
	}

	.component--article-lift-card--wrapper .component--article-lift-card--tag,
	.component--resources-card--wrapper .component--article-lift-card--tag {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0
	}
}

@media print {

	.component--article-lift-card--wrapper .component--article-lift-card--tag,
	.component--article-lift-card--wrapper .component--resources-card--tag,
	.component--resources-card--wrapper .component--article-lift-card--tag,
	.component--resources-card--wrapper .component--resources-card--tag {
		-ms-grid-row: 1;
		-ms-grid-column: 1
	}

	.component--article-lift-card--wrapper .component--article-lift-card--image,
	.component--article-lift-card--wrapper .component--resources-card--image,
	.component--resources-card--wrapper .component--article-lift-card--image,
	.component--resources-card--wrapper .component--resources-card--image {
		-ms-grid-row: 3;
		-ms-grid-column: 1
	}

	.component--article-lift-card--wrapper .component--article-lift-card--heading,
	.component--article-lift-card--wrapper .component--resources-card--heading,
	.component--resources-card--wrapper .component--article-lift-card--heading,
	.component--resources-card--wrapper .component--resources-card--heading {
		-ms-grid-row: 5;
		-ms-grid-column: 1
	}

	.component--article-lift-card--wrapper .component--article-lift-card--teaser,
	.component--article-lift-card--wrapper .component--resources-card--teaser,
	.component--resources-card--wrapper .component--article-lift-card--teaser,
	.component--resources-card--wrapper .component--resources-card--teaser {
		-ms-grid-row: 1;
		-ms-grid-row-span: 5;
		-ms-grid-column: 3
	}
}

.node-form .ief-form-bottom .js-form-wrapper {}

.node-form .ief-form-bottom .js-form-wrapper:first-of-type input {}

.node-form .ief-form .ief-entity-submit {}</pre></body></html>