.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: 0
}

.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('../images/ajax-loader.gif') center center no-repeat
}

@font-face {
	font-family:'slick';font-weight:normal;font-style:normal;src:url('./fonts/slick.eot');src:url('./fonts/slick.eot?#iefix') format('embedded-opentype'),url('./fonts/slick.woff') format('woff'),url('./fonts/slick.ttf') format('truetype'),url('./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: 0;
	outline: 0;
	background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	color: transparent;
	outline: 0;
	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: 0;
	background: transparent
}

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

.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: .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(/themes/custom/vaisala/js/libs/chocolat/src/css/../images/loader.gif);
	display: none
}

.chocolat-content {
	position: fixed;
	width: 0;
	height: 0;
	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(/themes/custom/vaisala/js/libs/chocolat/src/css/../images/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(/themes/custom/vaisala/js/libs/chocolat/src/css/../images/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: 0;
	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(/themes/custom/vaisala/js/libs/chocolat/src/css/../images/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,.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,.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(/themes/custom/vaisala/js/libs/chocolat/src/css/../images/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>.chocolat-overlay {
	z-index: 15
}

body.chocolat-open>.chocolat-loader {
	z-index: 15
}

body.chocolat-open>.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: 0.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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.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 {
	*,*:before,*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	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,.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,h3 {
		orphans: 3;
		widows: 3
	}

	h2,.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,h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.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("/themes/custom/vaisala/css/../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");src:url("/themes/custom/vaisala/css/../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/vaisala/css/../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("/themes/custom/vaisala/css/../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("/themes/custom/vaisala/css/../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("/themes/custom/vaisala/css/../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: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-euro:before,.glyphicon-eur:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

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

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

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

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

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

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

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

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

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

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

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

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

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

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

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

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

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

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-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;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	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.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.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,.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,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,.node--type-event .date .month small,.node--type-event .date .day small,.node--type-event .date .time small,.node--type-event .date .year small,.node--type-event_webinar .date .month small,.node--type-event_webinar .date .day small,.node--type-event_webinar .date .time small,.node--type-event_webinar .date .year small,.node--type-case .date .month small,.node--type-case .date .day small,.node--type-case .date .time small,.node--type-case .date .year small,h2 .small,.node--type-event .date .month .small,.node--type-event .date .day .small,.node--type-event .date .time .small,.node--type-event .date .year .small,.node--type-event_webinar .date .month .small,.node--type-event_webinar .date .day .small,.node--type-event_webinar .date .time .small,.node--type-event_webinar .date .year .small,.node--type-case .date .month .small,.node--type-case .date .day .small,.node--type-case .date .time .small,.node--type-case .date .year .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,.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,.h2,h3,.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 small,h1 .small,.h1 small,.h1 .small,h2 small,.node--type-event .date .month small,.node--type-event .date .day small,.node--type-event .date .time small,.node--type-event .date .year small,.node--type-event_webinar .date .month small,.node--type-event_webinar .date .day small,.node--type-event_webinar .date .time small,.node--type-event_webinar .date .year small,.node--type-case .date .month small,.node--type-case .date .day small,.node--type-case .date .time small,.node--type-case .date .year small,h2 .small,.node--type-event .date .month .small,.node--type-event .date .day .small,.node--type-event .date .time .small,.node--type-event .date .year .small,.node--type-event_webinar .date .month .small,.node--type-event_webinar .date .day .small,.node--type-event_webinar .date .time .small,.node--type-event_webinar .date .year .small,.node--type-case .date .month .small,.node--type-case .date .day .small,.node--type-case .date .time .small,.node--type-case .date .year .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,.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,.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>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

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

dt,dd {
	line-height: 1.42857
}

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;
		-o-text-overflow: ellipsis;
		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.42857;
	color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	content: '\2014 \00A0'
}

.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: '\00A0 \2014'
}

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

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,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,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.42857;
	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,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

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

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

@media (min-width:660px) {
	.container,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products {
		width: 660px
	}
}

@media (min-width:1024px) {
	.container,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products {
		width: 960px
	}
}

@media (min-width:1440px) {
	.container,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products {
		width: 1430px
	}
}

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

.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 {
	margin-left: -10px;
	margin-right: -10px
}

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

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.node--type-product-cards .view .views-row,.node--type-product-cards .view>.field--item,.node--type-product-cards .view-content .views-row,.node--type-product-cards .view-content>.field--item,.node--type-product-cards .field--name-field-liftup .views-row,.node--type-product-cards .field--name-field-liftup>.field--item,.node--type-product-cards .field--name-field-products .views-row,.node--type-product-cards .field--name-field-products>.field--item,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-value,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.node--type-article-page .article-header h1,.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,.col-xs-11,.col-xs-12,footer.footer nav#block-footernavigation,.node--type-video .field--name-field-media-videos.multiple>.field--item,.view-contact-finder .view-filters .form-type-select,.node--type-infographics .field--name-field-items.full-view>.field--item,[id^='block-views-block-industries-innovation-'] .view .views-row,.block-views-blocklatest-news-liftups .view .views-row,.block-views-blocklatest-news-liftups-local-language .view .views-row,.node--type-side-by-side-liftup .view .views-row,[id^='block-views-block-industries-innovation-'] .view>.field--item,.block-views-blocklatest-news-liftups .view>.field--item,.block-views-blocklatest-news-liftups-local-language .view>.field--item,.node--type-side-by-side-liftup .view>.field--item,[id^='block-views-block-industries-innovation-'] .view-content .views-row,.block-views-blocklatest-news-liftups .view-content .views-row,.block-views-blocklatest-news-liftups-local-language .view-content .views-row,.node--type-side-by-side-liftup .view-content .views-row,[id^='block-views-block-industries-innovation-'] .view-content>.field--item,.block-views-blocklatest-news-liftups .view-content>.field--item,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item,.node--type-side-by-side-liftup .view-content>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row,.node--type-side-by-side-liftup .field--name-field-liftup .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row,.block-views-blocklatest-news-liftups .field--name-field-products .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row,.node--type-side-by-side-liftup .field--name-field-products .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item,.node--type-side-by-side-liftup .field--name-field-products>.field--item,.node--type-side-by-side-liftup.three-fold .view .views-row,.node--type-side-by-side-liftup.three-fold .view>.field--item,.node--type-side-by-side-liftup.three-fold .view-content .views-row,.node--type-side-by-side-liftup.three-fold .view-content>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-products .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-products>.field--item,#block-views-block-stories-block-1 .view .views-row,#block-views-block-stories-block-industry-stories .view .views-row,#block-views-block-stories-block-industry-stories-local-language .view .views-row,#block-views-block-measurement-stories .view .views-row,#block-views-block-measurement-stories-local .view .views-row,.view-contact-finder .view .views-row,.view-id-stories .view .views-row,.view-id-related_events .view .views-row,#block-views-block-stories-block-1 .view>.field--item,#block-views-block-stories-block-industry-stories .view>.field--item,#block-views-block-stories-block-industry-stories-local-language .view>.field--item,#block-views-block-measurement-stories .view>.field--item,#block-views-block-measurement-stories-local .view>.field--item,.view-contact-finder .view>.field--item,.view-id-stories .view>.field--item,.view-id-related_events .view>.field--item,#block-views-block-stories-block-1 .view-content .views-row,#block-views-block-stories-block-industry-stories .view-content .views-row,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row,#block-views-block-measurement-stories .view-content .views-row,#block-views-block-measurement-stories-local .view-content .views-row,.view-contact-finder .view-content .views-row,.view-id-stories .view-content .views-row,.view-id-related_events .view-content .views-row,#block-views-block-stories-block-1 .view-content>.field--item,#block-views-block-stories-block-industry-stories .view-content>.field--item,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item,#block-views-block-measurement-stories .view-content>.field--item,#block-views-block-measurement-stories-local .view-content>.field--item,.view-contact-finder .view-content>.field--item,.view-id-stories .view-content>.field--item,.view-id-related_events .view-content>.field--item,#block-views-block-stories-block-1 .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row,#block-views-block-measurement-stories .field--name-field-liftup .views-row,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row,.view-contact-finder .field--name-field-liftup .views-row,.view-id-stories .field--name-field-liftup .views-row,.view-id-related_events .field--name-field-liftup .views-row,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item,#block-views-block-measurement-stories .field--name-field-liftup>.field--item,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item,.view-contact-finder .field--name-field-liftup>.field--item,.view-id-stories .field--name-field-liftup>.field--item,.view-id-related_events .field--name-field-liftup>.field--item,#block-views-block-stories-block-1 .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row,#block-views-block-measurement-stories .field--name-field-products .views-row,#block-views-block-measurement-stories-local .field--name-field-products .views-row,.view-contact-finder .field--name-field-products .views-row,.view-id-stories .field--name-field-products .views-row,.view-id-related_events .field--name-field-products .views-row,#block-views-block-stories-block-1 .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item,#block-views-block-measurement-stories .field--name-field-products>.field--item,#block-views-block-measurement-stories-local .field--name-field-products>.field--item,.view-contact-finder .field--name-field-products>.field--item,.view-id-stories .field--name-field-products>.field--item,.view-id-related_events .field--name-field-products>.field--item,.node--type-grid-liftup .view.single>.field--item,.node--type-grid-liftup .view.multiple>.field--item,.node--type-grid-liftup .view-content.single>.field--item,.node--type-grid-liftup .view-content.multiple>.field--item,.node--type-grid-liftup .field--name-field-liftup.single>.field--item,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item,.node--type-grid-liftup .field--name-field-products.single>.field--item,.node--type-grid-liftup .field--name-field-products.multiple>.field--item,#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,.node--type-mini-grid-liftup .field--name-field-liftup>.field--item,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>p,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>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 .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.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-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta,.node--type-article-page .node--type-sub-article .files,.node--type-article-page .node--type-sub-article .sub-article-modules,article.node--type-basic-page,article.node--type-basic-page h1,article.node--type-basic-page .field--name-body,.liftups,.liftups>.field>.field--item,article.node--type-news.node--view-mode-full,article.node--type-news.node--view-mode-full h1,article.node--type-news.node--view-mode-full .field--name-body,article.node--type-blog.node--view-mode-full,article.node--type-case.node--view-mode-full,article.node--type-blog.node--view-mode-full header h1,article.node--type-case.node--view-mode-full header h1,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-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 .field--name-field-body2,article.node--type-case.node--view-mode-full .field--name-field-body2,.page-node-type-blog .liftups,.page-node-type-case .liftups,.page-node-type-news .liftups,.page-node-type-blog .liftups>.field>.field--item,.page-node-type-case .liftups>.field>.field--item,.page-node-type-news .liftups>.field>.field--item,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products,.page-node-type-blog .related-products .field--name-field-products .field__items>.field--item,.page-node-type-case .related-products .field--name-field-products .field__items>.field--item,.page-node-type-news .related-products .field--name-field-products .field__items>.field--item,.page-node-type-blog .field--name-field-module,.page-node-type-case .field--name-field-module,.page-node-type-news .field--name-field-module,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,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 .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 .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 .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,.view-list .form-inline .form-item,.view-releases .form-inline .form-item,.view-acquia-search .form-inline .form-item,.view-list .view-content,.view-releases .view-content,.view-acquia-search .view-content,.view-list .views-row .node.list-item,.view-releases .views-row .node.list-item,.view-acquia-search .views-row .node.list-item,.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.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 .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 .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 .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-id-events .view-filters .form-type-select,.view-id-webinars .view-filters .form-type-select,.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 .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 .prod-hero,.product .prod-hero .images,.product .prod-hero .info,.product .prod-benefits .image,.product .prod-benefits .video,.product .prod-benefits .benefits,.product .prod-benefits .benefits .field--items>.field--item,.product .more,.product .more .row-wrap .overview,.product .more .row-wrap .features,.product .prod-details h2,.product .prod-details .node--type-event .date .month,.node--type-event .date .product .prod-details .month,.product .prod-details .node--type-event .date .day,.node--type-event .date .product .prod-details .day,.product .prod-details .node--type-event .date .time,.node--type-event .date .product .prod-details .time,.product .prod-details .node--type-event .date .year,.node--type-event .date .product .prod-details .year,.product .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .prod-details .month,.product .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .prod-details .day,.product .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .prod-details .time,.product .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .prod-details .year,.product .prod-details .node--type-case .date .month,.node--type-case .date .product .prod-details .month,.product .prod-details .node--type-case .date .day,.node--type-case .date .product .prod-details .day,.product .prod-details .node--type-case .date .time,.node--type-case .date .product .prod-details .time,.product .prod-details .node--type-case .date .year,.node--type-case .date .product .prod-details .year,.product .prod-details .overview,.product .prod-details .specifications,.product .prod-details .specifications .toggle-wrap,.product .prod-details .specifications .paragraph--type--specification,.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,.product .prod-details .documents,.product .prod-details .documents .toggle-wrap,.product .support .rel-documents,.view-products .views-row,.view-measurement-products .views-row,.product--updated-layout .content>section>.module-wrapper,.path-products .view-product-search .view-header,.path-taxonomy .view-product-search .view-header,.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 .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 .prod-hero,.system.commerce-product--view-mode-full .prod-hero .info,.system.commerce-product--view-mode-full .prod-benefits .image,.system.commerce-product--view-mode-full .prod-benefits .video,.system.commerce-product--view-mode-full .prod-benefits .benefits,.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items>.field--item,.system.commerce-product--view-mode-full .more,.system.commerce-product--view-mode-full .more .row-wrap .overview,.system.commerce-product--view-mode-full .more .row-wrap .features,.system.commerce-product--view-mode-full .prod-details h2,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .comp-overview,.system.commerce-product--view-mode-full .prod-details .comp-overview .video,.system.commerce-product--view-mode-full .prod-details .comp-overview .components,.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item,.system.commerce-product--view-mode-full .documents,.system.commerce-product--view-mode-full .documents .toggle-wrap,.system.commerce-product--view-mode-full .support .rel-documents,.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,.prod-menu,.view-display-id-block_stories .views-row,.view-display-id-block_success_stories .views-row,.view-display-id-block_stories_local_language .views-row,.view-id-related_events .views-row,.view-webinars.view-display-id-block_recent_webinars .views-row,.view-display-id-block_stories .views-row>article,.view-display-id-block_success_stories .views-row>article,.view-display-id-block_stories_local_language .views-row>article,.view-id-related_events .views-row>article,.view-webinars.view-display-id-block_recent_webinars .views-row>article,.view-display-id-block_stories .views-row>article .field--name-body,.view-display-id-block_success_stories .views-row>article .field--name-body,.view-display-id-block_stories_local_language .views-row>article .field--name-body,.view-id-related_events .views-row>article .field--name-body,.view-webinars.view-display-id-block_recent_webinars .views-row>article .field--name-body,.view-display-id-block_stories .more-link,.view-display-id-block_success_stories .more-link,.view-display-id-block_stories_local_language .more-link,.view-id-related_events .more-link,.view-webinars.view-display-id-block_recent_webinars .more-link,article.contactsicons .module-wrapper .contact-wrap,article.generalcontacts .module-wrapper .contact-wrap,article.contactsicons,article.generalcontacts,.path-product #block-generalcontacts,.contact-block,article.contactsicons .contact-wrap,article.generalcontacts .contact-wrap,.path-product #block-generalcontacts .contact-wrap,.contact-block .contact-wrap,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,.row-wrap .field--type-entity-reference.field--items>.field--item,.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini,.view-documents .views-col .views-row,.layout-checkout-form .layout-region-checkout-top,.layout-checkout-form .layout-region-checkout-top h3,.layout-checkout-form .layout-region-checkout-top .top-wrap,.layout-checkout-form .layout-region-checkout-main,.layout-checkout-form .layout-region-checkout-main .left,.layout-checkout-form .layout-region-checkout-main .right,.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 #edit-order-review,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line,.layout-checkout-form .layout-region-checkout-main .info-wrap,.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 #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-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-footer,.layout-checkout-form .layout-region-checkout-footer .contact,.layout-checkout-form .layout-region-checkout-footer .actions,.layout-checkout-form .layout-region-checkout-footer .checkboxes,.layout-checkout-form .layout-region-checkout-footer .form-actions,.main-container .comment-form .field--name-field-username,.main-container .comment-form .field--name-field-email,.vaisala-testing-devicetest .content>section>.module-wrapper,.node--type-grid-3 .field--name-field-liftup>.field--item,.node--type-module-text .field--name-field-texts.multiple .field--item,.alert {
	float: left
}

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

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

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

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

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

.col-xs-6,.node--type-product-cards .view .views-row,.node--type-product-cards .view>.field--item,.node--type-product-cards .view-content .views-row,.node--type-product-cards .view-content>.field--item,.node--type-product-cards .field--name-field-liftup .views-row,.node--type-product-cards .field--name-field-liftup>.field--item,.node--type-product-cards .field--name-field-products .views-row,.node--type-product-cards .field--name-field-products>.field--item,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-value {
	width: 50%
}

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

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

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

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

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

.col-xs-12,footer.footer nav#block-footernavigation,.node--type-video .field--name-field-media-videos.multiple>.field--item,.view-contact-finder .view-filters .form-type-select,.node--type-infographics .field--name-field-items.full-view>.field--item,[id^='block-views-block-industries-innovation-'] .view .views-row,.block-views-blocklatest-news-liftups .view .views-row,.block-views-blocklatest-news-liftups-local-language .view .views-row,.node--type-side-by-side-liftup .view .views-row,[id^='block-views-block-industries-innovation-'] .view>.field--item,.block-views-blocklatest-news-liftups .view>.field--item,.block-views-blocklatest-news-liftups-local-language .view>.field--item,.node--type-side-by-side-liftup .view>.field--item,[id^='block-views-block-industries-innovation-'] .view-content .views-row,.block-views-blocklatest-news-liftups .view-content .views-row,.block-views-blocklatest-news-liftups-local-language .view-content .views-row,.node--type-side-by-side-liftup .view-content .views-row,[id^='block-views-block-industries-innovation-'] .view-content>.field--item,.block-views-blocklatest-news-liftups .view-content>.field--item,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item,.node--type-side-by-side-liftup .view-content>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row,.node--type-side-by-side-liftup .field--name-field-liftup .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row,.block-views-blocklatest-news-liftups .field--name-field-products .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row,.node--type-side-by-side-liftup .field--name-field-products .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item,.node--type-side-by-side-liftup .field--name-field-products>.field--item,.node--type-side-by-side-liftup.three-fold .view .views-row,.node--type-side-by-side-liftup.three-fold .view>.field--item,.node--type-side-by-side-liftup.three-fold .view-content .views-row,.node--type-side-by-side-liftup.three-fold .view-content>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-products .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-products>.field--item,#block-views-block-stories-block-1 .view .views-row,#block-views-block-stories-block-industry-stories .view .views-row,#block-views-block-stories-block-industry-stories-local-language .view .views-row,#block-views-block-measurement-stories .view .views-row,#block-views-block-measurement-stories-local .view .views-row,.view-contact-finder .view .views-row,.view-id-stories .view .views-row,.view-id-related_events .view .views-row,#block-views-block-stories-block-1 .view>.field--item,#block-views-block-stories-block-industry-stories .view>.field--item,#block-views-block-stories-block-industry-stories-local-language .view>.field--item,#block-views-block-measurement-stories .view>.field--item,#block-views-block-measurement-stories-local .view>.field--item,.view-contact-finder .view>.field--item,.view-id-stories .view>.field--item,.view-id-related_events .view>.field--item,#block-views-block-stories-block-1 .view-content .views-row,#block-views-block-stories-block-industry-stories .view-content .views-row,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row,#block-views-block-measurement-stories .view-content .views-row,#block-views-block-measurement-stories-local .view-content .views-row,.view-contact-finder .view-content .views-row,.view-id-stories .view-content .views-row,.view-id-related_events .view-content .views-row,#block-views-block-stories-block-1 .view-content>.field--item,#block-views-block-stories-block-industry-stories .view-content>.field--item,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item,#block-views-block-measurement-stories .view-content>.field--item,#block-views-block-measurement-stories-local .view-content>.field--item,.view-contact-finder .view-content>.field--item,.view-id-stories .view-content>.field--item,.view-id-related_events .view-content>.field--item,#block-views-block-stories-block-1 .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row,#block-views-block-measurement-stories .field--name-field-liftup .views-row,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row,.view-contact-finder .field--name-field-liftup .views-row,.view-id-stories .field--name-field-liftup .views-row,.view-id-related_events .field--name-field-liftup .views-row,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item,#block-views-block-measurement-stories .field--name-field-liftup>.field--item,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item,.view-contact-finder .field--name-field-liftup>.field--item,.view-id-stories .field--name-field-liftup>.field--item,.view-id-related_events .field--name-field-liftup>.field--item,#block-views-block-stories-block-1 .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row,#block-views-block-measurement-stories .field--name-field-products .views-row,#block-views-block-measurement-stories-local .field--name-field-products .views-row,.view-contact-finder .field--name-field-products .views-row,.view-id-stories .field--name-field-products .views-row,.view-id-related_events .field--name-field-products .views-row,#block-views-block-stories-block-1 .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item,#block-views-block-measurement-stories .field--name-field-products>.field--item,#block-views-block-measurement-stories-local .field--name-field-products>.field--item,.view-contact-finder .field--name-field-products>.field--item,.view-id-stories .field--name-field-products>.field--item,.view-id-related_events .field--name-field-products>.field--item,.node--type-grid-liftup .view.single>.field--item,.node--type-grid-liftup .view.multiple>.field--item,.node--type-grid-liftup .view-content.single>.field--item,.node--type-grid-liftup .view-content.multiple>.field--item,.node--type-grid-liftup .field--name-field-liftup.single>.field--item,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item,.node--type-grid-liftup .field--name-field-products.single>.field--item,.node--type-grid-liftup .field--name-field-products.multiple>.field--item,#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,.node--type-mini-grid-liftup .field--name-field-liftup>.field--item,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>p,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>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 .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.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-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta,.node--type-article-page .node--type-sub-article .files,.node--type-article-page .node--type-sub-article .sub-article-modules,article.node--type-basic-page,article.node--type-basic-page h1,article.node--type-basic-page .field--name-body,.liftups,.liftups>.field>.field--item,article.node--type-news.node--view-mode-full,article.node--type-news.node--view-mode-full h1,article.node--type-news.node--view-mode-full .field--name-body,article.node--type-blog.node--view-mode-full,article.node--type-case.node--view-mode-full,article.node--type-blog.node--view-mode-full header h1,article.node--type-case.node--view-mode-full header h1,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-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 .field--name-field-body2,article.node--type-case.node--view-mode-full .field--name-field-body2,.page-node-type-blog .liftups,.page-node-type-case .liftups,.page-node-type-news .liftups,.page-node-type-blog .liftups>.field>.field--item,.page-node-type-case .liftups>.field>.field--item,.page-node-type-news .liftups>.field>.field--item,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products,.page-node-type-blog .related-products .field--name-field-products .field__items>.field--item,.page-node-type-case .related-products .field--name-field-products .field__items>.field--item,.page-node-type-news .related-products .field--name-field-products .field__items>.field--item,.page-node-type-blog .field--name-field-module,.page-node-type-case .field--name-field-module,.page-node-type-news .field--name-field-module,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,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 .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 .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 .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,.view-list .form-inline .form-item,.view-releases .form-inline .form-item,.view-acquia-search .form-inline .form-item,.view-list .view-content,.view-releases .view-content,.view-acquia-search .view-content,.view-list .views-row .node.list-item,.view-releases .views-row .node.list-item,.view-acquia-search .views-row .node.list-item,.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.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 .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 .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 .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-id-events .view-filters .form-type-select,.view-id-webinars .view-filters .form-type-select,.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 .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 .prod-hero,.product .prod-hero .images,.product .prod-hero .info,.product .prod-benefits .image,.product .prod-benefits .video,.product .prod-benefits .benefits,.product .prod-benefits .benefits .field--items>.field--item,.product .more,.product .more .row-wrap .overview,.product .more .row-wrap .features,.product .prod-details h2,.product .prod-details .node--type-event .date .month,.node--type-event .date .product .prod-details .month,.product .prod-details .node--type-event .date .day,.node--type-event .date .product .prod-details .day,.product .prod-details .node--type-event .date .time,.node--type-event .date .product .prod-details .time,.product .prod-details .node--type-event .date .year,.node--type-event .date .product .prod-details .year,.product .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .prod-details .month,.product .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .prod-details .day,.product .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .prod-details .time,.product .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .prod-details .year,.product .prod-details .node--type-case .date .month,.node--type-case .date .product .prod-details .month,.product .prod-details .node--type-case .date .day,.node--type-case .date .product .prod-details .day,.product .prod-details .node--type-case .date .time,.node--type-case .date .product .prod-details .time,.product .prod-details .node--type-case .date .year,.node--type-case .date .product .prod-details .year,.product .prod-details .overview,.product .prod-details .specifications,.product .prod-details .specifications .toggle-wrap,.product .prod-details .specifications .paragraph--type--specification,.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,.product .prod-details .documents,.product .prod-details .documents .toggle-wrap,.product .support .rel-documents,.view-products .views-row,.view-measurement-products .views-row,.product--updated-layout .content>section>.module-wrapper,.path-products .view-product-search .view-header,.path-taxonomy .view-product-search .view-header,.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 .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 .prod-hero,.system.commerce-product--view-mode-full .prod-hero .info,.system.commerce-product--view-mode-full .prod-benefits .image,.system.commerce-product--view-mode-full .prod-benefits .video,.system.commerce-product--view-mode-full .prod-benefits .benefits,.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items>.field--item,.system.commerce-product--view-mode-full .more,.system.commerce-product--view-mode-full .more .row-wrap .overview,.system.commerce-product--view-mode-full .more .row-wrap .features,.system.commerce-product--view-mode-full .prod-details h2,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .comp-overview,.system.commerce-product--view-mode-full .prod-details .comp-overview .video,.system.commerce-product--view-mode-full .prod-details .comp-overview .components,.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item,.system.commerce-product--view-mode-full .documents,.system.commerce-product--view-mode-full .documents .toggle-wrap,.system.commerce-product--view-mode-full .support .rel-documents,.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,.prod-menu,.view-display-id-block_stories .views-row,.view-display-id-block_success_stories .views-row,.view-display-id-block_stories_local_language .views-row,.view-id-related_events .views-row,.view-webinars.view-display-id-block_recent_webinars .views-row,.view-display-id-block_stories .views-row>article,.view-display-id-block_success_stories .views-row>article,.view-display-id-block_stories_local_language .views-row>article,.view-id-related_events .views-row>article,.view-webinars.view-display-id-block_recent_webinars .views-row>article,.view-display-id-block_stories .views-row>article .field--name-body,.view-display-id-block_success_stories .views-row>article .field--name-body,.view-display-id-block_stories_local_language .views-row>article .field--name-body,.view-id-related_events .views-row>article .field--name-body,.view-webinars.view-display-id-block_recent_webinars .views-row>article .field--name-body,.view-display-id-block_stories .more-link,.view-display-id-block_success_stories .more-link,.view-display-id-block_stories_local_language .more-link,.view-id-related_events .more-link,.view-webinars.view-display-id-block_recent_webinars .more-link,article.contactsicons .module-wrapper .contact-wrap,article.generalcontacts .module-wrapper .contact-wrap,article.contactsicons,article.generalcontacts,.path-product #block-generalcontacts,.contact-block,article.contactsicons .contact-wrap,article.generalcontacts .contact-wrap,.path-product #block-generalcontacts .contact-wrap,.contact-block .contact-wrap,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,.row-wrap .field--type-entity-reference.field--items>.field--item,.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini,.view-documents .views-col .views-row,.layout-checkout-form .layout-region-checkout-top,.layout-checkout-form .layout-region-checkout-top h3,.layout-checkout-form .layout-region-checkout-top .top-wrap,.layout-checkout-form .layout-region-checkout-main,.layout-checkout-form .layout-region-checkout-main .left,.layout-checkout-form .layout-region-checkout-main .right,.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 #edit-order-review,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line,.layout-checkout-form .layout-region-checkout-main .info-wrap,.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 #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-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-footer,.layout-checkout-form .layout-region-checkout-footer .contact,.layout-checkout-form .layout-region-checkout-footer .actions,.layout-checkout-form .layout-region-checkout-footer .checkboxes,.layout-checkout-form .layout-region-checkout-footer .form-actions,.main-container .comment-form .field--name-field-username,.main-container .comment-form .field--name-field-email,.vaisala-testing-devicetest .content>section>.module-wrapper,.node--type-grid-3 .field--name-field-liftup>.field--item,.node--type-module-text .field--name-field-texts.multiple .field--item,.alert {
	width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%
}

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

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

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

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

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

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

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

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

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

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

.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>.field--item,.col-sm-4,.view-contact-finder .view-filters .form-type-select,.node--type-mini-grid-liftup .field--name-field-liftup>.field--item,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-blog.node--view-mode-full .meta-info .social-links,article.node--type-case.node--view-mode-full .meta-info .social-links,.view-releases .form-inline .form-item,.view-id-events .view-filters .form-type-select,.view-id-webinars .view-filters .form-type-select,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,.node--type-grid-3 .field--name-field-liftup>.field--item,.col-sm-5,.col-sm-6,.node--type-video .field--name-field-media-videos.multiple>.field--item,.node--type-eloqua.has-body .field--name-body,.node--type-eloqua.has-body .field--name-field-script,[id^='block-views-block-industries-innovation-'] .view .views-row,.block-views-blocklatest-news-liftups .view .views-row,.block-views-blocklatest-news-liftups-local-language .view .views-row,.node--type-side-by-side-liftup .view .views-row,[id^='block-views-block-industries-innovation-'] .view>.field--item,.block-views-blocklatest-news-liftups .view>.field--item,.block-views-blocklatest-news-liftups-local-language .view>.field--item,.node--type-side-by-side-liftup .view>.field--item,[id^='block-views-block-industries-innovation-'] .view-content .views-row,.block-views-blocklatest-news-liftups .view-content .views-row,.block-views-blocklatest-news-liftups-local-language .view-content .views-row,.node--type-side-by-side-liftup .view-content .views-row,[id^='block-views-block-industries-innovation-'] .view-content>.field--item,.block-views-blocklatest-news-liftups .view-content>.field--item,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item,.node--type-side-by-side-liftup .view-content>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row,.node--type-side-by-side-liftup .field--name-field-liftup .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row,.block-views-blocklatest-news-liftups .field--name-field-products .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row,.node--type-side-by-side-liftup .field--name-field-products .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item,.node--type-side-by-side-liftup .field--name-field-products>.field--item,.node--type-product-cards .view .views-row,.node--type-product-cards .view>.field--item,.node--type-product-cards .view-content .views-row,.node--type-product-cards .view-content>.field--item,.node--type-product-cards .field--name-field-liftup .views-row,.node--type-product-cards .field--name-field-liftup>.field--item,.node--type-product-cards .field--name-field-products .views-row,.node--type-product-cards .field--name-field-products>.field--item,.node--type-side-by-side-liftup.three-fold .view .views-row,.node--type-side-by-side-liftup.three-fold .view>.field--item,.node--type-side-by-side-liftup.three-fold .view-content .views-row,.node--type-side-by-side-liftup.three-fold .view-content>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-products .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-products>.field--item,#block-views-block-stories-block-1 .view .views-row,#block-views-block-stories-block-industry-stories .view .views-row,#block-views-block-stories-block-industry-stories-local-language .view .views-row,#block-views-block-measurement-stories .view .views-row,#block-views-block-measurement-stories-local .view .views-row,.view-contact-finder .view .views-row,.view-id-stories .view .views-row,.view-id-related_events .view .views-row,#block-views-block-stories-block-1 .view>.field--item,#block-views-block-stories-block-industry-stories .view>.field--item,#block-views-block-stories-block-industry-stories-local-language .view>.field--item,#block-views-block-measurement-stories .view>.field--item,#block-views-block-measurement-stories-local .view>.field--item,.view-contact-finder .view>.field--item,.view-id-stories .view>.field--item,.view-id-related_events .view>.field--item,#block-views-block-stories-block-1 .view-content .views-row,#block-views-block-stories-block-industry-stories .view-content .views-row,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row,#block-views-block-measurement-stories .view-content .views-row,#block-views-block-measurement-stories-local .view-content .views-row,.view-contact-finder .view-content .views-row,.view-id-stories .view-content .views-row,.view-id-related_events .view-content .views-row,#block-views-block-stories-block-1 .view-content>.field--item,#block-views-block-stories-block-industry-stories .view-content>.field--item,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item,#block-views-block-measurement-stories .view-content>.field--item,#block-views-block-measurement-stories-local .view-content>.field--item,.view-contact-finder .view-content>.field--item,.view-id-stories .view-content>.field--item,.view-id-related_events .view-content>.field--item,#block-views-block-stories-block-1 .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row,#block-views-block-measurement-stories .field--name-field-liftup .views-row,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row,.view-contact-finder .field--name-field-liftup .views-row,.view-id-stories .field--name-field-liftup .views-row,.view-id-related_events .field--name-field-liftup .views-row,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item,#block-views-block-measurement-stories .field--name-field-liftup>.field--item,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item,.view-contact-finder .field--name-field-liftup>.field--item,.view-id-stories .field--name-field-liftup>.field--item,.view-id-related_events .field--name-field-liftup>.field--item,#block-views-block-stories-block-1 .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row,#block-views-block-measurement-stories .field--name-field-products .views-row,#block-views-block-measurement-stories-local .field--name-field-products .views-row,.view-contact-finder .field--name-field-products .views-row,.view-id-stories .field--name-field-products .views-row,.view-id-related_events .field--name-field-products .views-row,#block-views-block-stories-block-1 .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item,#block-views-block-measurement-stories .field--name-field-products>.field--item,#block-views-block-measurement-stories-local .field--name-field-products>.field--item,.view-contact-finder .field--name-field-products>.field--item,.view-id-stories .field--name-field-products>.field--item,.view-id-related_events .field--name-field-products>.field--item,.node--type-grid-liftup .view.single>.field--item,.node--type-grid-liftup .view.multiple>.field--item,.node--type-grid-liftup .view-content.single>.field--item,.node--type-grid-liftup .view-content.multiple>.field--item,.node--type-grid-liftup .field--name-field-liftup.single>.field--item,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item,.node--type-grid-liftup .field--name-field-products.single>.field--item,.node--type-grid-liftup .field--name-field-products.multiple>.field--item,.node--type-system-block.node--view-mode-module [id^='block-views-block-industries-innovation-'] .form-type-select,.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item,.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,.node--type-module-text .field--name-field-texts.multiple .field--item,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.node--view-mode-module.default-title>.module-wrapper>.field--name-field-text,.node--type-single-liftup.no-media .content,article.contactsicons .module-wrapper .contact-wrap,article.generalcontacts .module-wrapper .contact-wrap,article.contactsicons .contact-wrap,article.generalcontacts .contact-wrap,.path-product #block-generalcontacts .contact-wrap,.contact-block .contact-wrap,.col-sm-11,.col-sm-12 {
		float: left
	}

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

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

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

	.col-sm-4,.view-contact-finder .view-filters .form-type-select,.node--type-mini-grid-liftup .field--name-field-liftup>.field--item,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-blog.node--view-mode-full .meta-info .social-links,article.node--type-case.node--view-mode-full .meta-info .social-links,.view-releases .form-inline .form-item,.view-id-events .view-filters .form-type-select,.view-id-webinars .view-filters .form-type-select,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,.node--type-grid-3 .field--name-field-liftup>.field--item {
		width: 33.33333%
	}

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

	.col-sm-6,.node--type-video .field--name-field-media-videos.multiple>.field--item,.node--type-eloqua.has-body .field--name-body,.node--type-eloqua.has-body .field--name-field-script,[id^='block-views-block-industries-innovation-'] .view .views-row,.block-views-blocklatest-news-liftups .view .views-row,.block-views-blocklatest-news-liftups-local-language .view .views-row,.node--type-side-by-side-liftup .view .views-row,[id^='block-views-block-industries-innovation-'] .view>.field--item,.block-views-blocklatest-news-liftups .view>.field--item,.block-views-blocklatest-news-liftups-local-language .view>.field--item,.node--type-side-by-side-liftup .view>.field--item,[id^='block-views-block-industries-innovation-'] .view-content .views-row,.block-views-blocklatest-news-liftups .view-content .views-row,.block-views-blocklatest-news-liftups-local-language .view-content .views-row,.node--type-side-by-side-liftup .view-content .views-row,[id^='block-views-block-industries-innovation-'] .view-content>.field--item,.block-views-blocklatest-news-liftups .view-content>.field--item,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item,.node--type-side-by-side-liftup .view-content>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row,.node--type-side-by-side-liftup .field--name-field-liftup .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row,.block-views-blocklatest-news-liftups .field--name-field-products .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row,.node--type-side-by-side-liftup .field--name-field-products .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item,.node--type-side-by-side-liftup .field--name-field-products>.field--item,.node--type-product-cards .view .views-row,.node--type-product-cards .view>.field--item,.node--type-product-cards .view-content .views-row,.node--type-product-cards .view-content>.field--item,.node--type-product-cards .field--name-field-liftup .views-row,.node--type-product-cards .field--name-field-liftup>.field--item,.node--type-product-cards .field--name-field-products .views-row,.node--type-product-cards .field--name-field-products>.field--item,.node--type-side-by-side-liftup.three-fold .view .views-row,.node--type-side-by-side-liftup.three-fold .view>.field--item,.node--type-side-by-side-liftup.three-fold .view-content .views-row,.node--type-side-by-side-liftup.three-fold .view-content>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-products .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-products>.field--item,#block-views-block-stories-block-1 .view .views-row,#block-views-block-stories-block-industry-stories .view .views-row,#block-views-block-stories-block-industry-stories-local-language .view .views-row,#block-views-block-measurement-stories .view .views-row,#block-views-block-measurement-stories-local .view .views-row,.view-contact-finder .view .views-row,.view-id-stories .view .views-row,.view-id-related_events .view .views-row,#block-views-block-stories-block-1 .view>.field--item,#block-views-block-stories-block-industry-stories .view>.field--item,#block-views-block-stories-block-industry-stories-local-language .view>.field--item,#block-views-block-measurement-stories .view>.field--item,#block-views-block-measurement-stories-local .view>.field--item,.view-contact-finder .view>.field--item,.view-id-stories .view>.field--item,.view-id-related_events .view>.field--item,#block-views-block-stories-block-1 .view-content .views-row,#block-views-block-stories-block-industry-stories .view-content .views-row,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row,#block-views-block-measurement-stories .view-content .views-row,#block-views-block-measurement-stories-local .view-content .views-row,.view-contact-finder .view-content .views-row,.view-id-stories .view-content .views-row,.view-id-related_events .view-content .views-row,#block-views-block-stories-block-1 .view-content>.field--item,#block-views-block-stories-block-industry-stories .view-content>.field--item,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item,#block-views-block-measurement-stories .view-content>.field--item,#block-views-block-measurement-stories-local .view-content>.field--item,.view-contact-finder .view-content>.field--item,.view-id-stories .view-content>.field--item,.view-id-related_events .view-content>.field--item,#block-views-block-stories-block-1 .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row,#block-views-block-measurement-stories .field--name-field-liftup .views-row,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row,.view-contact-finder .field--name-field-liftup .views-row,.view-id-stories .field--name-field-liftup .views-row,.view-id-related_events .field--name-field-liftup .views-row,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item,#block-views-block-measurement-stories .field--name-field-liftup>.field--item,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item,.view-contact-finder .field--name-field-liftup>.field--item,.view-id-stories .field--name-field-liftup>.field--item,.view-id-related_events .field--name-field-liftup>.field--item,#block-views-block-stories-block-1 .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row,#block-views-block-measurement-stories .field--name-field-products .views-row,#block-views-block-measurement-stories-local .field--name-field-products .views-row,.view-contact-finder .field--name-field-products .views-row,.view-id-stories .field--name-field-products .views-row,.view-id-related_events .field--name-field-products .views-row,#block-views-block-stories-block-1 .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item,#block-views-block-measurement-stories .field--name-field-products>.field--item,#block-views-block-measurement-stories-local .field--name-field-products>.field--item,.view-contact-finder .field--name-field-products>.field--item,.view-id-stories .field--name-field-products>.field--item,.view-id-related_events .field--name-field-products>.field--item,.node--type-grid-liftup .view.single>.field--item,.node--type-grid-liftup .view.multiple>.field--item,.node--type-grid-liftup .view-content.single>.field--item,.node--type-grid-liftup .view-content.multiple>.field--item,.node--type-grid-liftup .field--name-field-liftup.single>.field--item,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item,.node--type-grid-liftup .field--name-field-products.single>.field--item,.node--type-grid-liftup .field--name-field-products.multiple>.field--item,.node--type-system-block.node--view-mode-module [id^='block-views-block-industries-innovation-'] .form-type-select,.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item,.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,.node--type-module-text .field--name-field-texts.multiple .field--item {
		width: 50%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.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 {
		margin-left: 33.33333%
	}

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

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

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

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

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

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

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

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

@media (min-width:1024px) {
	.col-md-1,.col-md-2,.col-md-3,.node--type-faq .accordion-form .form-type-select,.node--type-faq-select .accordion-form .form-type-select,.view-contact-finder .view-filters .form-type-select,[id^='block-views-block-industries-innovation-'] .view .views-row,.block-views-blocklatest-news-liftups .view .views-row,.block-views-blocklatest-news-liftups-local-language .view .views-row,.node--type-side-by-side-liftup .view .views-row,[id^='block-views-block-industries-innovation-'] .view>.field--item,.block-views-blocklatest-news-liftups .view>.field--item,.block-views-blocklatest-news-liftups-local-language .view>.field--item,.node--type-side-by-side-liftup .view>.field--item,[id^='block-views-block-industries-innovation-'] .view-content .views-row,.block-views-blocklatest-news-liftups .view-content .views-row,.block-views-blocklatest-news-liftups-local-language .view-content .views-row,.node--type-side-by-side-liftup .view-content .views-row,[id^='block-views-block-industries-innovation-'] .view-content>.field--item,.block-views-blocklatest-news-liftups .view-content>.field--item,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item,.node--type-side-by-side-liftup .view-content>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row,.node--type-side-by-side-liftup .field--name-field-liftup .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row,.block-views-blocklatest-news-liftups .field--name-field-products .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row,.node--type-side-by-side-liftup .field--name-field-products .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item,.node--type-side-by-side-liftup .field--name-field-products>.field--item,.node--type-product-cards .view .views-row,.node--type-product-cards .view>.field--item,.node--type-product-cards .view-content .views-row,.node--type-product-cards .view-content>.field--item,.node--type-product-cards .field--name-field-liftup .views-row,.node--type-product-cards .field--name-field-liftup>.field--item,.node--type-product-cards .field--name-field-products .views-row,.node--type-product-cards .field--name-field-products>.field--item,.node--type-mini-grid-liftup .field--name-field-liftup>.field--item,.page-node-type-blog .related-products .field--name-field-products .field__items>.field--item,.page-node-type-case .related-products .field--name-field-products .field__items>.field--item,.page-node-type-news .related-products .field--name-field-products .field__items>.field--item,.view-list .form-inline .form-item,.view-releases .form-inline .form-item,.view-acquia-search .form-inline .form-item,.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,.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,#block-full-navigation .menu-depth--2>li,#block-full-navigation .menu-level-2>li,#block-secondarynavigation ul.menu.menu-depth--1>div.column,.col-md-4,.node--type-side-by-side-liftup.three-fold .view .views-row,.node--type-side-by-side-liftup.three-fold .view>.field--item,.node--type-side-by-side-liftup.three-fold .view-content .views-row,.node--type-side-by-side-liftup.three-fold .view-content>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-products .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-products>.field--item,#block-views-block-stories-block-1 .view .views-row,#block-views-block-stories-block-industry-stories .view .views-row,#block-views-block-stories-block-industry-stories-local-language .view .views-row,#block-views-block-measurement-stories .view .views-row,#block-views-block-measurement-stories-local .view .views-row,.view-contact-finder .view .views-row,.view-id-stories .view .views-row,.view-id-related_events .view .views-row,#block-views-block-stories-block-1 .view>.field--item,#block-views-block-stories-block-industry-stories .view>.field--item,#block-views-block-stories-block-industry-stories-local-language .view>.field--item,#block-views-block-measurement-stories .view>.field--item,#block-views-block-measurement-stories-local .view>.field--item,.view-contact-finder .view>.field--item,.view-id-stories .view>.field--item,.view-id-related_events .view>.field--item,#block-views-block-stories-block-1 .view-content .views-row,#block-views-block-stories-block-industry-stories .view-content .views-row,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row,#block-views-block-measurement-stories .view-content .views-row,#block-views-block-measurement-stories-local .view-content .views-row,.view-contact-finder .view-content .views-row,.view-id-stories .view-content .views-row,.view-id-related_events .view-content .views-row,#block-views-block-stories-block-1 .view-content>.field--item,#block-views-block-stories-block-industry-stories .view-content>.field--item,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item,#block-views-block-measurement-stories .view-content>.field--item,#block-views-block-measurement-stories-local .view-content>.field--item,.view-contact-finder .view-content>.field--item,.view-id-stories .view-content>.field--item,.view-id-related_events .view-content>.field--item,#block-views-block-stories-block-1 .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row,#block-views-block-measurement-stories .field--name-field-liftup .views-row,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row,.view-contact-finder .field--name-field-liftup .views-row,.view-id-stories .field--name-field-liftup .views-row,.view-id-related_events .field--name-field-liftup .views-row,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item,#block-views-block-measurement-stories .field--name-field-liftup>.field--item,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item,.view-contact-finder .field--name-field-liftup>.field--item,.view-id-stories .field--name-field-liftup>.field--item,.view-id-related_events .field--name-field-liftup>.field--item,#block-views-block-stories-block-1 .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row,#block-views-block-measurement-stories .field--name-field-products .views-row,#block-views-block-measurement-stories-local .field--name-field-products .views-row,.view-contact-finder .field--name-field-products .views-row,.view-id-stories .field--name-field-products .views-row,.view-id-related_events .field--name-field-products .views-row,#block-views-block-stories-block-1 .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item,#block-views-block-measurement-stories .field--name-field-products>.field--item,#block-views-block-measurement-stories-local .field--name-field-products>.field--item,.view-contact-finder .field--name-field-products>.field--item,.view-id-stories .field--name-field-products>.field--item,.view-id-related_events .field--name-field-products>.field--item,#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,#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-liftups .select-wrapper,#block-views-block-latest-news-liftups-local-language .select-wrapper,.node--type-system-block.node--view-mode-module [id^='block-views-block-industries-innovation-'] .form-type-select,.view-releases .form-inline .form-item,.product .prod-benefits .benefits .field--items>.field--item,.view-products .views-row,.view-measurement-products .views-row,.product--updated-layout .product__services .field--name-field-services .field--item,.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items>.field--item,.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item,.view-display-id-block_stories .views-row,.view-display-id-block_success_stories .views-row,.view-display-id-block_stories_local_language .views-row,.view-id-related_events .views-row,.view-webinars.view-display-id-block_recent_webinars .views-row,.row.packages .field--name-variations.narrow>.field--item,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow>.field--item,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow>.field--item,.row-wrap .field--type-entity-reference.field--items>.field--item,.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,.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,.layout-checkout-form .layout-region-checkout-main .info-wrap,.node--type-grid-3 .field--name-field-liftup>.field--item,.col-md-5,.node--type-single-liftup.media-position-left .content,.node--type-single-liftup.media-position-right .content,.node--type-grid-liftup .view.single>.field--item,.node--type-grid-liftup .view.multiple>.field--item,.node--type-grid-liftup .view-content.single>.field--item,.node--type-grid-liftup .view-content.multiple>.field--item,.node--type-grid-liftup .field--name-field-liftup.single>.field--item,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item,.node--type-grid-liftup .field--name-field-products.single>.field--item,.node--type-grid-liftup .field--name-field-products.multiple>.field--item,.liftups>.field>.field--item,.page-node-type-blog .liftups>.field>.field--item,.page-node-type-case .liftups>.field>.field--item,.page-node-type-news .liftups>.field>.field--item,.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,.row.packages .field--name-variations>.field--item,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--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-footer .form-actions,.node--type-module-text .field--name-field-texts.multiple .field--item,.col-md-6,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,.product .prod-hero .images,.product .prod-hero .info,.product .more .row-wrap .overview,.product .more .row-wrap .features,.system.commerce-product--view-mode-full .more .row-wrap .overview,.system.commerce-product--view-mode-full .more .row-wrap .features,article.contactsicons .contact-wrap,article.generalcontacts .contact-wrap,.path-product #block-generalcontacts .contact-wrap,.contact-block .contact-wrap,.layout-checkout-form .layout-region-checkout-main .left,.layout-checkout-form .layout-region-checkout-main .right,.layout-checkout-form .layout-region-checkout-footer .contact,.layout-checkout-form .layout-region-checkout-footer .actions,.layout-checkout-form .layout-region-checkout-footer .checkboxes,.review .layout-checkout-form .layout-region-checkout-footer .form-actions,.main-container .comment-form .field--name-field-username,.main-container .comment-form .field--name-field-email,.col-md-7,.node--type-single-liftup.media-position-left .field--name-field-media-image,.node--type-single-liftup.media-position-left .field--name-field-media-video,.node--type-single-liftup.media-position-right .field--name-field-media-image,.node--type-single-liftup.media-position-right .field--name-field-media-video,article.node--type-basic-page,article.node--type-news.node--view-mode-full,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,.product .prod-details .specifications .paragraph--type--specification .field--name-field-description,.col-md-8,.node--view-mode-module.default-title>.module-wrapper>.field--name-field-text,.node--type-single-liftup.no-media .content,.node--type-article-page .article-header h1,article.node--type-basic-page h1,article.node--type-news.node--view-mode-full h1,article.node--type-blog.node--view-mode-full,article.node--type-case.node--view-mode-full,.product .prod-benefits .video,.system.commerce-product--view-mode-full .prod-hero .info,.system.commerce-product--view-mode-full .prod-benefits .video,.system.commerce-product--view-mode-full .prod-details .comp-overview .video,article.contactsicons .module-wrapper .contact-wrap,article.generalcontacts .module-wrapper .contact-wrap,.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity,.col-md-9,footer.footer nav#block-footernavigation,.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 .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,.col-md-10,.node--view-mode-module .module-wrapper,.node--type-video .field--name-field-media-videos,.node--type-video .field--name-field-link,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>p,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>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 .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.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-article-page .node--type-sub-article .files,article.node--type-basic-page .field--name-body,.liftups,article.node--type-news.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,.page-node-type-blog .liftups,.page-node-type-case .liftups,.page-node-type-news .liftups,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products,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 .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 .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,#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,.view-list .view-content,.view-releases .view-content,.view-acquia-search .view-content,.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 .prod-details h2,.product .prod-details .node--type-event .date .month,.node--type-event .date .product .prod-details .month,.product .prod-details .node--type-event .date .day,.node--type-event .date .product .prod-details .day,.product .prod-details .node--type-event .date .time,.node--type-event .date .product .prod-details .time,.product .prod-details .node--type-event .date .year,.node--type-event .date .product .prod-details .year,.product .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .prod-details .month,.product .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .prod-details .day,.product .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .prod-details .time,.product .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .prod-details .year,.product .prod-details .node--type-case .date .month,.node--type-case .date .product .prod-details .month,.product .prod-details .node--type-case .date .day,.node--type-case .date .product .prod-details .day,.product .prod-details .node--type-case .date .time,.node--type-case .date .product .prod-details .time,.product .prod-details .node--type-case .date .year,.node--type-case .date .product .prod-details .year,.product .prod-details .overview,.product--updated-layout .content>section>.module-wrapper,.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper,.region-content>article.node--view-mode-full.node--type-measurement>.content>.wrapper,.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 .prod-details h2,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .year,.layout-checkout-form .layout-region-checkout-top h3,.layout-checkout-form .layout-region-checkout-top .top-wrap,.layout-checkout-form .layout-region-checkout-main,.layout-checkout-form .layout-region-checkout-footer,.vaisala-testing-devicetest .content>section>.module-wrapper,.alert,.col-md-11,.view-id-events .views-row,.view-id-webinars .views-row,.col-md-12,.view-id-events .view-header .views-nav,.view-id-webinars .view-header .views-nav {
		float: left
	}

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

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

	.col-md-3,.node--type-faq .accordion-form .form-type-select,.node--type-faq-select .accordion-form .form-type-select,.view-contact-finder .view-filters .form-type-select,[id^='block-views-block-industries-innovation-'] .view .views-row,.block-views-blocklatest-news-liftups .view .views-row,.block-views-blocklatest-news-liftups-local-language .view .views-row,.node--type-side-by-side-liftup .view .views-row,[id^='block-views-block-industries-innovation-'] .view>.field--item,.block-views-blocklatest-news-liftups .view>.field--item,.block-views-blocklatest-news-liftups-local-language .view>.field--item,.node--type-side-by-side-liftup .view>.field--item,[id^='block-views-block-industries-innovation-'] .view-content .views-row,.block-views-blocklatest-news-liftups .view-content .views-row,.block-views-blocklatest-news-liftups-local-language .view-content .views-row,.node--type-side-by-side-liftup .view-content .views-row,[id^='block-views-block-industries-innovation-'] .view-content>.field--item,.block-views-blocklatest-news-liftups .view-content>.field--item,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item,.node--type-side-by-side-liftup .view-content>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row,.node--type-side-by-side-liftup .field--name-field-liftup .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row,.block-views-blocklatest-news-liftups .field--name-field-products .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row,.node--type-side-by-side-liftup .field--name-field-products .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item,.node--type-side-by-side-liftup .field--name-field-products>.field--item,.node--type-product-cards .view .views-row,.node--type-product-cards .view>.field--item,.node--type-product-cards .view-content .views-row,.node--type-product-cards .view-content>.field--item,.node--type-product-cards .field--name-field-liftup .views-row,.node--type-product-cards .field--name-field-liftup>.field--item,.node--type-product-cards .field--name-field-products .views-row,.node--type-product-cards .field--name-field-products>.field--item,.node--type-mini-grid-liftup .field--name-field-liftup>.field--item,.page-node-type-blog .related-products .field--name-field-products .field__items>.field--item,.page-node-type-case .related-products .field--name-field-products .field__items>.field--item,.page-node-type-news .related-products .field--name-field-products .field__items>.field--item,.view-list .form-inline .form-item,.view-releases .form-inline .form-item,.view-acquia-search .form-inline .form-item,.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,.system.commerce-product--view-mode-full .view-display-id-block_system_products .views-row,.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .order-total-line .order-total-line-label,#block-full-navigation .menu-depth--2>li,#block-full-navigation .menu-level-2>li,#block-secondarynavigation ul.menu.menu-depth--1>div.column {
		width: 25%
	}

	.col-md-4,.node--type-side-by-side-liftup.three-fold .view .views-row,.node--type-side-by-side-liftup.three-fold .view>.field--item,.node--type-side-by-side-liftup.three-fold .view-content .views-row,.node--type-side-by-side-liftup.three-fold .view-content>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup.three-fold .field--name-field-products .views-row,.node--type-side-by-side-liftup.three-fold .field--name-field-products>.field--item,#block-views-block-stories-block-1 .view .views-row,#block-views-block-stories-block-industry-stories .view .views-row,#block-views-block-stories-block-industry-stories-local-language .view .views-row,#block-views-block-measurement-stories .view .views-row,#block-views-block-measurement-stories-local .view .views-row,.view-contact-finder .view .views-row,.view-id-stories .view .views-row,.view-id-related_events .view .views-row,#block-views-block-stories-block-1 .view>.field--item,#block-views-block-stories-block-industry-stories .view>.field--item,#block-views-block-stories-block-industry-stories-local-language .view>.field--item,#block-views-block-measurement-stories .view>.field--item,#block-views-block-measurement-stories-local .view>.field--item,.view-contact-finder .view>.field--item,.view-id-stories .view>.field--item,.view-id-related_events .view>.field--item,#block-views-block-stories-block-1 .view-content .views-row,#block-views-block-stories-block-industry-stories .view-content .views-row,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row,#block-views-block-measurement-stories .view-content .views-row,#block-views-block-measurement-stories-local .view-content .views-row,.view-contact-finder .view-content .views-row,.view-id-stories .view-content .views-row,.view-id-related_events .view-content .views-row,#block-views-block-stories-block-1 .view-content>.field--item,#block-views-block-stories-block-industry-stories .view-content>.field--item,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item,#block-views-block-measurement-stories .view-content>.field--item,#block-views-block-measurement-stories-local .view-content>.field--item,.view-contact-finder .view-content>.field--item,.view-id-stories .view-content>.field--item,.view-id-related_events .view-content>.field--item,#block-views-block-stories-block-1 .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row,#block-views-block-measurement-stories .field--name-field-liftup .views-row,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row,.view-contact-finder .field--name-field-liftup .views-row,.view-id-stories .field--name-field-liftup .views-row,.view-id-related_events .field--name-field-liftup .views-row,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item,#block-views-block-measurement-stories .field--name-field-liftup>.field--item,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item,.view-contact-finder .field--name-field-liftup>.field--item,.view-id-stories .field--name-field-liftup>.field--item,.view-id-related_events .field--name-field-liftup>.field--item,#block-views-block-stories-block-1 .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row,#block-views-block-measurement-stories .field--name-field-products .views-row,#block-views-block-measurement-stories-local .field--name-field-products .views-row,.view-contact-finder .field--name-field-products .views-row,.view-id-stories .field--name-field-products .views-row,.view-id-related_events .field--name-field-products .views-row,#block-views-block-stories-block-1 .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item,#block-views-block-measurement-stories .field--name-field-products>.field--item,#block-views-block-measurement-stories-local .field--name-field-products>.field--item,.view-contact-finder .field--name-field-products>.field--item,.view-id-stories .field--name-field-products>.field--item,.view-id-related_events .field--name-field-products>.field--item,#block-views-block-latest-news-block-blogs-cases-webinars #views-exposed-form-latest-news-block-blogs-cases-webinars .form-item,#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-liftups .select-wrapper,#block-views-block-latest-news-liftups-local-language .select-wrapper,.node--type-system-block.node--view-mode-module [id^='block-views-block-industries-innovation-'] .form-type-select,.view-releases .form-inline .form-item,.product .prod-benefits .benefits .field--items>.field--item,.view-products .views-row,.view-measurement-products .views-row,.product--updated-layout .product__services .field--name-field-services .field--item,.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items>.field--item,.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item,.view-display-id-block_stories .views-row,.view-display-id-block_success_stories .views-row,.view-display-id-block_stories_local_language .views-row,.view-id-related_events .views-row,.view-webinars.view-display-id-block_recent_webinars .views-row,.row.packages .field--name-variations.narrow>.field--item,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow>.field--item,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow>.field--item,.row-wrap .field--type-entity-reference.field--items>.field--item,.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,.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number,.layout-checkout-form .layout-region-checkout-main .info-wrap,.node--type-grid-3 .field--name-field-liftup>.field--item {
		width: 33.33333%
	}

	.col-md-5,.node--type-single-liftup.media-position-left .content,.node--type-single-liftup.media-position-right .content,.node--type-grid-liftup .view.single>.field--item,.node--type-grid-liftup .view.multiple>.field--item,.node--type-grid-liftup .view-content.single>.field--item,.node--type-grid-liftup .view-content.multiple>.field--item,.node--type-grid-liftup .field--name-field-liftup.single>.field--item,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item,.node--type-grid-liftup .field--name-field-products.single>.field--item,.node--type-grid-liftup .field--name-field-products.multiple>.field--item,.liftups>.field>.field--item,.page-node-type-blog .liftups>.field>.field--item,.page-node-type-case .liftups>.field>.field--item,.page-node-type-news .liftups>.field>.field--item,.product .prod-details .specifications .paragraph--type--specification .field--name-field-title,.row.packages .field--name-variations>.field--item,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--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-footer .form-actions,.node--type-module-text .field--name-field-texts.multiple .field--item {
		width: 41.66667%
	}

	.col-md-6,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,.product .prod-hero .images,.product .prod-hero .info,.product .more .row-wrap .overview,.product .more .row-wrap .features,.system.commerce-product--view-mode-full .more .row-wrap .overview,.system.commerce-product--view-mode-full .more .row-wrap .features,article.contactsicons .contact-wrap,article.generalcontacts .contact-wrap,.path-product #block-generalcontacts .contact-wrap,.contact-block .contact-wrap,.layout-checkout-form .layout-region-checkout-main .left,.layout-checkout-form .layout-region-checkout-main .right,.layout-checkout-form .layout-region-checkout-footer .contact,.layout-checkout-form .layout-region-checkout-footer .actions,.layout-checkout-form .layout-region-checkout-footer .checkboxes,.review .layout-checkout-form .layout-region-checkout-footer .form-actions,.main-container .comment-form .field--name-field-username,.main-container .comment-form .field--name-field-email {
		width: 50%
	}

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

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

	.col-md-9,footer.footer nav#block-footernavigation,.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 .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 {
		width: 75%
	}

	.col-md-10,.node--view-mode-module .module-wrapper,.node--type-video .field--name-field-media-videos,.node--type-video .field--name-field-link,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>p,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>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 .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.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-article-page .node--type-sub-article .files,article.node--type-basic-page .field--name-body,.liftups,article.node--type-news.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,.page-node-type-blog .liftups,.page-node-type-case .liftups,.page-node-type-news .liftups,.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products,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 .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 .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,#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,.view-list .view-content,.view-releases .view-content,.view-acquia-search .view-content,.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 .prod-details h2,.product .prod-details .node--type-event .date .month,.node--type-event .date .product .prod-details .month,.product .prod-details .node--type-event .date .day,.node--type-event .date .product .prod-details .day,.product .prod-details .node--type-event .date .time,.node--type-event .date .product .prod-details .time,.product .prod-details .node--type-event .date .year,.node--type-event .date .product .prod-details .year,.product .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .prod-details .month,.product .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .prod-details .day,.product .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .prod-details .time,.product .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .prod-details .year,.product .prod-details .node--type-case .date .month,.node--type-case .date .product .prod-details .month,.product .prod-details .node--type-case .date .day,.node--type-case .date .product .prod-details .day,.product .prod-details .node--type-case .date .time,.node--type-case .date .product .prod-details .time,.product .prod-details .node--type-case .date .year,.node--type-case .date .product .prod-details .year,.product .prod-details .overview,.product--updated-layout .content>section>.module-wrapper,.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper,.region-content>article.node--view-mode-full.node--type-measurement>.content>.wrapper,.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 .prod-details h2,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .year,.layout-checkout-form .layout-region-checkout-top h3,.layout-checkout-form .layout-region-checkout-top .top-wrap,.layout-checkout-form .layout-region-checkout-main,.layout-checkout-form .layout-region-checkout-footer,.vaisala-testing-devicetest .content>section>.module-wrapper,.alert {
		width: 83.33333%
	}

	.col-md-11,.view-id-events .views-row,.view-id-webinars .views-row {
		width: 91.66667%
	}

	.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.33333%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-md-offset-1,.node--view-mode-module .module-wrapper,.node--type-single-liftup.media-position-left .content,.node--type-video .field--name-field-media-videos,.node--type-video .field--name-field-link,.node--type-grid-liftup .view.single>.field--item:nth-child(odd),.node--type-grid-liftup .view.multiple>.field--item:nth-child(odd),.node--type-grid-liftup .view-content.single>.field--item:nth-child(odd),.node--type-grid-liftup .view-content.multiple>.field--item:nth-child(odd),.node--type-grid-liftup .field--name-field-liftup.single>.field--item:nth-child(odd),.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item:nth-child(odd),.node--type-grid-liftup .field--name-field-products.single>.field--item:nth-child(odd),.node--type-grid-liftup .field--name-field-products.multiple>.field--item:nth-child(odd),.node--type-article-page .node--type-sub-article .files,.liftups,.liftups>.field>.field--item:nth-child(odd),.page-node-type-blog .liftups,.page-node-type-case .liftups,.page-node-type-news .liftups,.page-node-type-blog .liftups>.field>.field--item:nth-child(odd),.page-node-type-case .liftups>.field>.field--item:nth-child(odd),.page-node-type-news .liftups>.field>.field--item:nth-child(odd),.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products,#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,.view-list .view-content,.view-releases .view-content,.view-acquia-search .view-content,.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 .prod-details h2,.product .prod-details .node--type-event .date .month,.node--type-event .date .product .prod-details .month,.product .prod-details .node--type-event .date .day,.node--type-event .date .product .prod-details .day,.product .prod-details .node--type-event .date .time,.node--type-event .date .product .prod-details .time,.product .prod-details .node--type-event .date .year,.node--type-event .date .product .prod-details .year,.product .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .prod-details .month,.product .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .prod-details .day,.product .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .prod-details .time,.product .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .prod-details .year,.product .prod-details .node--type-case .date .month,.node--type-case .date .product .prod-details .month,.product .prod-details .node--type-case .date .day,.node--type-case .date .product .prod-details .day,.product .prod-details .node--type-case .date .time,.node--type-case .date .product .prod-details .time,.product .prod-details .node--type-case .date .year,.node--type-case .date .product .prod-details .year,.product .prod-details .overview,.product--updated-layout .content>section>.module-wrapper,.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper,.region-content>article.node--view-mode-full.node--type-measurement>.content>.wrapper,.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 .prod-details h2,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .prod-details .year,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .month,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .day,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .time,.system.commerce-product--view-mode-full .prod-details .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .prod-details .year,.row.packages .field--name-variations>.field--item:nth-child(odd),article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item:nth-child(odd),article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item:nth-child(odd),.layout-checkout-form .layout-region-checkout-top h3,.layout-checkout-form .layout-region-checkout-top .top-wrap,.layout-checkout-form .layout-region-checkout-main,.layout-checkout-form .layout-region-checkout-footer,.vaisala-testing-devicetest .content>section>.module-wrapper,.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even),.alert {
		margin-left: 8.33333%
	}

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

	.col-md-offset-3,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,article.contactsicons .contact-wrap,article.generalcontacts .contact-wrap,.path-product #block-generalcontacts .contact-wrap,.contact-block .contact-wrap {
		margin-left: 25%
	}

	.col-md-offset-4,#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-liftups .select-wrapper,#block-views-block-latest-news-liftups-local-language .select-wrapper,.layout-checkout-form .layout-region-checkout-footer .form-actions,.order-info .layout-checkout-form .layout-region-checkout-footer .form-actions {
		margin-left: 33.33333%
	}

	.col-md-offset-5,.row.packages .field--name-variations.single>.field--item,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.single>.field--item,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.single>.field--item {
		margin-left: 41.66667%
	}

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

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

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

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

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

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

	.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,.node--view-mode-module .module-wrapper,.blog-comments,.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper,.region-content>article.node--view-mode-full.node--type-measurement>.content>.wrapper,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left
	}

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

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

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

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

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

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

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

	.col-lg-8,.node--view-mode-module .module-wrapper,.blog-comments,.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper,.region-content>article.node--view-mode-full.node--type-measurement>.content>.wrapper {
		width: 66.66667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-offset-2,.node--view-mode-module .module-wrapper,.blog-comments,.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper,.region-content>article.node--view-mode-full.node--type-measurement>.content>.wrapper {
		margin-left: 16.66667%
	}

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

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

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

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

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

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

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

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

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

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

table {
	background-color: rgba(0,0,0,0)
}

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>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

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

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

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

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

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

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

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

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

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

.table-hover>tbody>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>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

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

.table-responsive {
	overflow-x: auto;
	min-height: 0.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>.table {
		margin-bottom: 0
	}

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

	.table-responsive>.table-bordered {
		border: 0
	}

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

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

	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>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.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	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,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.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>input.form-control[type="date"],.input-group-sm>input.input-group-addon[type="date"],.input-group-sm>.input-group-btn>input.btn[type="date"],.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input.form-control[type="time"],.input-group-sm>input.input-group-addon[type="time"],.input-group-sm>.input-group-btn>input.btn[type="time"],.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input.form-control[type="datetime-local"],.input-group-sm>input.input-group-addon[type="datetime-local"],.input-group-sm>.input-group-btn>input.btn[type="datetime-local"],.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input.form-control[type="month"],.input-group-sm>input.input-group-addon[type="month"],.input-group-sm>.input-group-btn>input.btn[type="month"],.input-group-sm input[type="month"] {
		line-height: 30px
	}

	input[type="date"].input-lg,.input-group-lg>input.form-control[type="date"],.input-group-lg>input.input-group-addon[type="date"],.input-group-lg>.input-group-btn>input.btn[type="date"],.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input.form-control[type="time"],.input-group-lg>input.input-group-addon[type="time"],.input-group-lg>.input-group-btn>input.btn[type="time"],.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input.form-control[type="datetime-local"],.input-group-lg>input.input-group-addon[type="datetime-local"],.input-group-lg>.input-group-btn>input.btn[type="datetime-local"],.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input.form-control[type="month"],.input-group-lg>input.input-group-addon[type="month"],.input-group-lg>.input-group-btn>input.btn[type="month"],.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>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}

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

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

textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>.input-group-btn>select.btn[multiple] {
	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>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

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

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

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	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.33333
}

.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>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.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>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.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,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,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,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,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,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,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>.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: -10px;
	margin-right: -10px
}

.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: 10px
}

@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.42857;
	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,0.125);
	box-shadow: inset 0 3px 5px rgba(0,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>.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>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,.btn-default.active,.open>.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>.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>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active,.btn-primary.active,.open>.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>.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>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,.btn-success.active,.open>.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>.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>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,.btn-info.active,.open>.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>.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>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,.btn-warning.active,.open>.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>.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>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,.btn-danger.active,.open>.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>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,.btn-group-xs>.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 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.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;
	-o-transition-property: height,visibility;
	transition-property: height,visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-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,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,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>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>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.42857;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.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>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.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>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.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>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.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,0.125);
	box-shadow: inset 0 3px 5px rgba(0,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>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.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>.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>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.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>.btn,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.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>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.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>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.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>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.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>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:before,.nav:after {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:660px) {
	.nav-justified>li,.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:660px) {
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.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: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: 10px;
	padding-left: 10px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.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>.navbar-header,.page-node-type-blog .related-products>.navbar-header,.page-node-type-case .related-products>.navbar-header,.page-node-type-news .related-products>.navbar-header,.container>.navbar-collapse,.page-node-type-blog .related-products>.navbar-collapse,.page-node-type-case .related-products>.navbar-collapse,.page-node-type-news .related-products>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse {
	margin-right: -10px;
	margin-left: -10px
}

@media (min-width:660px) {
	.container>.navbar-header,.page-node-type-blog .related-products>.navbar-header,.page-node-type-case .related-products>.navbar-header,.page-node-type-news .related-products>.navbar-header,.container>.navbar-collapse,.page-node-type-blog .related-products>.navbar-collapse,.page-node-type-case .related-products>.navbar-collapse,.page-node-type-news .related-products>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.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 10px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:660px) {
	.navbar>.container .navbar-brand,.page-node-type-blog .navbar>.related-products .navbar-brand,.page-node-type-case .navbar>.related-products .navbar-brand,.page-node-type-news .navbar>.related-products .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -10px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	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 -10px
}

.navbar-nav>li>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>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width:660px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.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>.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>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.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>.navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs,.btn-group-xs>.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: 10px;
		margin-right: 10px
	}
}

@media (min-width:660px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -10px
	}

	.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: rgba(0,0,0,0)
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: rgba(0,0,0,0)
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: rgba(0,0,0,0)
}

.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>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:659px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: rgba(0,0,0,0)
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: rgba(0,0,0,0)
	}
}

.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: rgba(0,0,0,0)
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: rgba(0,0,0,0)
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: rgba(0,0,0,0)
}

.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>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}

@media (max-width:659px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: rgba(0,0,0,0)
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: rgba(0,0,0,0)
	}
}

.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>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>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>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>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>.btn .badge,.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.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>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,.page-node-type-blog .related-products .jumbotron,.page-node-type-case .related-products .jumbotron,.page-node-type-news .related-products .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px
}

.jumbotron .container,.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 {
	max-width: 100%
}

@media screen and (min-width:660px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,.page-node-type-blog .related-products .jumbotron,.page-node-type-case .related-products .jumbotron,.page-node-type-news .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.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out
}

.thumbnail>img,.thumbnail a>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>p,.alert>ul {
	margin-bottom: 0
}

.alert>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,0.1);
	box-shadow: inset 0 1px 2px rgba(0,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,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.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>.pull-right {
	padding-left: 10px
}

.media-left,.media>.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>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.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,0.05);
	box-shadow: 0 1px 1px rgba(0,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>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>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>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.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>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

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

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

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.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>.panel-body,.panel-group .panel-heading+.panel-collapse>.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>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.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,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,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 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out,-webkit-transform 0.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,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,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.42857
}

.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,0.5);
		box-shadow: 0 5px 15px rgba(0,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.42857;
	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.42857;
	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,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,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>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25)
}

.popover.left>.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>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out,-webkit-transform 0.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>.item.next,.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0
	}

	.carousel-inner>.item.prev,.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0
	}

	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		left: 0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.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,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: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.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: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	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,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,.filter-wrapper:before,.node--type-faq .accordion-form:before,.node--type-faq-select .accordion-form:before,.view-contact-finder .view-filters:before,.view-contact-finder .view-content h3:before,.view-contact-finder .view-content .contact-sub-category:before,.node--type-eloqua.has-body .content: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,#block-exposedformproduct-searchpage-1 .form-type-select:before,#block-vaisalacommerceproductsearchquickform .form-type-select:before,#block-exposedformproduct-searchpage-1 .form-actions:before,#block-vaisalacommerceproductsearchquickform .form-actions:before,.node--type-grid-liftup .view.single>.field--item:nth-child(odd):before,.node--type-grid-liftup .view.multiple>.field--item:nth-child(odd):before,.node--type-grid-liftup .view-content.single>.field--item:nth-child(odd):before,.node--type-grid-liftup .view-content.multiple>.field--item:nth-child(odd):before,.node--type-grid-liftup .field--name-field-liftup.single>.field--item:nth-child(odd):before,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item:nth-child(odd):before,.node--type-grid-liftup .field--name-field-products.single>.field--item:nth-child(odd):before,.node--type-grid-liftup .field--name-field-products.multiple>.field--item:nth-child(odd):before,.node--type-article-page .article-header: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,form.elq-form [id^="formElement"]:before,form.elq-form .field-style._100:before,.product--updated-layout .content>section:before,.product--updated-layout .product__services .field--name-field-services:before,.path-products .view-product-search .view-header:before,.path-taxonomy .view-product-search .view-header:before,.path-products .view-product-search .view-header .tags:before,.path-taxonomy .view-product-search .view-header .tags: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,#block-full-navigation .menu-depth--2:before,#block-full-navigation .menu-level-2:before,.vaisala-testing-devicetest .content>section:before,.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even):before,.clearfix:after,.filter-wrapper:after,.node--type-faq .accordion-form:after,.node--type-faq-select .accordion-form:after,.view-contact-finder .view-filters:after,.view-contact-finder .view-content h3:after,.view-contact-finder .view-content .contact-sub-category:after,.node--type-eloqua.has-body .content: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,#block-exposedformproduct-searchpage-1 .form-type-select:after,#block-vaisalacommerceproductsearchquickform .form-type-select:after,#block-exposedformproduct-searchpage-1 .form-actions:after,#block-vaisalacommerceproductsearchquickform .form-actions:after,.node--type-grid-liftup .view.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .view.multiple>.field--item:nth-child(odd):after,.node--type-grid-liftup .view-content.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .view-content.multiple>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-liftup.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-products.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-products.multiple>.field--item:nth-child(odd):after,.node--type-article-page .article-header: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,form.elq-form [id^="formElement"]:after,form.elq-form .field-style._100:after,.product--updated-layout .content>section:after,.product--updated-layout .product__services .field--name-field-services:after,.path-products .view-product-search .view-header:after,.path-taxonomy .view-product-search .view-header:after,.path-products .view-product-search .view-header .tags:after,.path-taxonomy .view-product-search .view-header .tags: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,#block-full-navigation .menu-depth--2:after,#block-full-navigation .menu-level-2:after,.vaisala-testing-devicetest .content>section:after,.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even):after {
	content: " ";
	display: table
}

.clearfix:after,.filter-wrapper:after,.node--type-faq .accordion-form:after,.node--type-faq-select .accordion-form:after,.view-contact-finder .view-filters:after,.view-contact-finder .view-content h3:after,.view-contact-finder .view-content .contact-sub-category:after,.node--type-eloqua.has-body .content: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,#block-exposedformproduct-searchpage-1 .form-type-select:after,#block-vaisalacommerceproductsearchquickform .form-type-select:after,#block-exposedformproduct-searchpage-1 .form-actions:after,#block-vaisalacommerceproductsearchquickform .form-actions:after,.node--type-grid-liftup .view.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .view.multiple>.field--item:nth-child(odd):after,.node--type-grid-liftup .view-content.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .view-content.multiple>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-liftup.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-products.single>.field--item:nth-child(odd):after,.node--type-grid-liftup .field--name-field-products.multiple>.field--item:nth-child(odd):after,.node--type-article-page .article-header: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,form.elq-form [id^="formElement"]:after,form.elq-form .field-style._100:after,.product--updated-layout .content>section:after,.product--updated-layout .product__services .field--name-field-services:after,.path-products .view-product-search .view-header:after,.path-taxonomy .view-product-search .view-header:after,.path-products .view-product-search .view-header .tags:after,.path-taxonomy .view-product-search .view-header .tags: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,#block-full-navigation .menu-depth--2:after,#block-full-navigation .menu-level-2:after,.vaisala-testing-devicetest .content>section:after,.node--type-module-text .field--name-field-texts.multiple .field--item:nth-child(even):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>.field--item:nth-child(4n+1) {
	clear: left
}

.col-sm-5:nth-child(2n+1) {
	clear: left
}

.alert-sm {
	padding: 5px 10px
}

.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: -.25em
}

html.js .form-item .input-group-addon .glyphicon {
	color: #777;
	opacity: .5;
	-webkit-transition: 150ms color,150ms opacity;
	-o-transition: 150ms color,150ms opacity;
	transition: 150ms color,150ms opacity
}

html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
	color: #00427a;
	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,0.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: 60px;
	margin: 0 !important
}

.ajax-progress.ajax-progress-fullscreen .ajax-throbber .sk-child {
	background: #00427a;
	width: 10px;
	height: 10px
}

.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>.field--item,.field--label-inline .field--items {
	padding-right: 0.5em
}[dir="rtl"] .field--label-inline .field--label,[dir="rtl"] .field--label-inline .field--items {
	padding-left: 0.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 #00427a;
	display: table;
	width: 100%;
	padding: 15px 0
}

article:not(.media--document--view-mode-search) .file {
	display: table-row;
	padding: 0;
	font-size: 75%;
	font-weight: 700;
	margin: 5px 0;
	width: 100%
}

article:not(.media--document--view-mode-search) .file>span {
	background: #fff;
	color: #00427a;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}

article:not(.media--document--view-mode-search) .file>span:first-child {
	border-left: 1px solid #ccc
}

article:not(.media--document--view-mode-search) .file>span:last-child {
	border-right: 1px solid #ccc
}

article:not(.media--document--view-mode-search) .file>.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>.tabledrag-changed,article:not(.media--document--view-mode-search) .file>.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: 10px;
	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: #00427a
}

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 {
	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,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 0;
	padding: 10px;
	height: 51px
}

.filter-help {
	float: right;
	line-height: 1;
	margin: .5em 0 0
}

.nav.nav-tabs.filter-formats {
	margin-bottom: 15px
}

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: #00427a;
	content: '▼';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -.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: '\e114';
	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(/themes/custom/vaisala/css/../images/required.svg);
	background-size: 10px 7px;
	content: "";
	display: inline-block;
	line-height: 1;
	height: 7px;
	width: 10px
}

.form-actions .btn,.form-actions .btn-group {
	margin-right: 10px
}

.form-actions .btn-group .btn {
	margin-right: 0
}

a.icon-before .glyphicon {
	margin-right: .25em
}

a.icon-after .glyphicon {
	margin-left: .25em
}

.btn.icon-before .glyphicon {
	margin-left: -.25em;
	margin-right: .25em
}

.btn.icon-after .glyphicon {
	margin-left: .25em;
	margin-right: -.25em
}

body {
	position: relative
}

body.navbar-is-static-top {
	margin-top: 0
}

body.navbar-is-fixed-top {
	margin-top: 60px
}

body.navbar-is-fixed-bottom {
	padding-bottom: 60px
}

@media screen and (min-width:660px) {
	body {
		margin-top: 10px
	}
}

@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  body.toolbar-vertical.navbar-is-fixed-bottom {
		z-index: 500
	}

	body.toolbar-vertical.navbar-is-fixed-top  {
		top: 39px
	}
}

@media screen and (min-width:660px) {
	.navbar.container,.page-node-type-blog .navbar.related-products,.page-node-type-case .navbar.related-products,.page-node-type-news .navbar.related-products {
		max-width: 640px
	}
}

@media screen and (min-width:1024px) {
	.navbar.container,.page-node-type-blog .navbar.related-products,.page-node-type-case .navbar.related-products,.page-node-type-news .navbar.related-products {
		max-width: 940px
	}
}

@media screen and (min-width:1440px) {
	.navbar.container,.page-node-type-blog .navbar.related-products,.page-node-type-case .navbar.related-products,.page-node-type-news .navbar.related-products {
		max-width: 1410px
	}
}

.node-preview-container {
	margin-top: -10px
}

.node-preview-form-select {
	padding: 10px
}

.panel-title {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px
}

.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: 5px
}

.progress-wrapper .message {
	font-weight: 700;
	margin-bottom: 5px
}

.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: #00427a
}

.indentation {
	float: left;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	width: 20px
}[dir="rtl"] .indentation {
	float: right;
	margin: -0.4em -0.4em -0.4em 0.2em;
	padding: 0.42em 0.6em 0.42em 0
}

.local-actions {
	margin: 10px 0 10px -5px
}

.tabs--secondary {
	margin: 10px 0 5px
}

.tabbable {
	margin-bottom: 20px
}

.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs {
	border-bottom: 0
}

.tabs-below>.nav-tabs .summary,.tabs-left>.nav-tabs .summary,.tabs-right>.nav-tabs .summary {
	color: #777;
	font-size: 12px
}

.tab-pane>.panel-heading {
	display: none
}

.tab-content>.active {
	display: block
}

.tabs-below>.nav-tabs {
	border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
	border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus {
	border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs,.tabs-right>.nav-tabs {
	padding-bottom: 20px;
	width: 220px
}

.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li {
	float: none
}

.tabs-left>.nav-tabs>li:focus,.tabs-right>.nav-tabs>li:focus {
	outline: 0
}

.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a {
	margin-right: 0;
	margin-bottom: 3px
}

.tabs-left>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:focus {
	outline: 0
}

.tabs-left>.tab-content,.tabs-right>.tab-content {
	border-radius: 0 4px 4px 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	overflow: hidden;
	padding: 10px 15px
}

.tabs-left>.nav-tabs {
	float: left;
	margin-right: -1px
}

.tabs-left>.nav-tabs>li>a {
	border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus {
	border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs>.active>a,.tabs-left>.nav-tabs>.active>a:hover,.tabs-left>.nav-tabs>.active>a:focus {
	border-color: #ddd transparent #ddd #ddd;
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.05);
	box-shadow: -1px 1px 1px rgba(0,0,0,0.05)
}

.tabs-right>.nav-tabs {
	float: right;
	margin-left: -1px
}

.tabs-right>.nav-tabs>li>a {
	border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus {
	border-color: #eee #eee #eee #ddd;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05)
}

.tabs-right>.nav-tabs>.active>a,.tabs-right>.nav-tabs>.active>a:hover,.tabs-right>.nav-tabs>.active>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: 39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
	top: 79px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
	left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
	margin-left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
	padding-bottom: 40px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
	width: 240px
}

.ui-autocomplete {
	background: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,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.42857;
	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: 35px;
	padding-bottom: 36px
}

p:last-child,.form-group:last-child,.panel:last-child {
	margin-bottom: 0
}

.region-help>.glyphicon {
	font-size: 18px;
	float: left;
	margin: -0.05em 0.5em 0 0
}

.region-help .block {
	overflow: hidden
}

.help-block,.control-group .help-inline {
	color: #777;
	font-size: 12px;
	margin: 5px 0 10px;
	padding: 0
}

.help-block:first-child,.control-group .help-inline:first-child {
	margin-top: 0
}

nav.tabs {
	clear: both
}

.font-gotham-base,.language-switcher-toggle-wrapper .language-switcher-toggle,#block-languageswitcher ul.links li:after,header .breadcrumb,header .search-icon,.region-header .breadcrumb,.node--view-mode-module>.module-wrapper>.field--name-field-text,.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,.module-background.bg_dark .field--name-field-text,.module-background.bg_dark .field--name-field-text p,.bg_dark.node--type-single-liftup .field--name-body,.node--type-single-liftup.media-position-cover .module-wrapper .field--name-body,.node--type-single-liftup.media-position-cover .module-wrapper .field--name-field-link a,.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,.node--type-hero.module-background.bg_dark .field--name-field-text,.node--type-hero.module-background.bg_dark .field--name-field-text p,.node--type-infographics .field--name-field-text,[id^="block-views-block-latest-news"] .custom-exposed-form .filter-item,.bg_dark [id^="block-views-block-latest-news"] .custom-exposed-form .filter-item,.node--view-mode-liftup .publish-info,.node--view-mode-card .publish-info,.node--view-mode-masonry .publish-info,.node--view-mode-list-item .publish-info,.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .views-field,.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .views-label,.node--type-system-block.node--view-mode-module [id^='block-views-block-industries-innovation-'] .form-type-select label,article.commerce-product--view-mode-liftup .field--name-field-subtitle,article.commerce-product--view-mode-liftup .field--name-field-value-proposition,.node--view-mode-liftup .content .field,.node--view-mode-liftup_contact_card .content .field,.node--view-mode-liftup .content .field--label,.node--view-mode-liftup_contact_card .content .field--label,.field--name-field-office,.tag_label,.path-products .view-product-search .view-header .tags label,.path-taxonomy .view-product-search .view-header .tags label,.field--name-field-blog-categories .field--item a,.node--type-article-page .article-menu-split label,.node--type-article-page .article-menu-split .article-menu-wrap ul.article-menu li,.node--type-article-page .node--type-sub-article .sub-article-wrap blockquote,.node--type-article-page .node--type-sub-article .sub-article-wrap sub,.node--type-article-page .node--type-sub-article .sub-article-wrap figure,.node--type-article-page .node--type-sub-article .files .file .file-size,article.node--type-basic-page .meta-info .author .published-on,article.node--type-basic-page .field--name-body,article.node--type-news.node--view-mode-full .meta-info .author .published-on,article.node--type-news.node--view-mode-full .field--name-body,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 .field--name-field-body2,article.node--type-case.node--view-mode-full .field--name-field-body2,article.node--view-mode-full.node--type-release .meta-info .author .field--name-field-editorial-category,article.node--view-mode-full.node--type-event .meta-info .author .field--name-field-editorial-category,article.node--view-mode-full.node--type-event-webinar .meta-info .author .field--name-field-editorial-category,article.node--view-mode-full.node--type-release .meta-info .author .published-on,article.node--view-mode-full.node--type-event .meta-info .author .published-on,article.node--view-mode-full.node--type-event-webinar .meta-info .author .published-on,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,.editor-h5,.media-video .video-overlay p,.chosen-container.chosen-container-multi .chosen-choices li.search-choice span,.chosen-container .chosen-drop .chosen-results li,.legal-notice,form.elq-form label,form.elq-form label span,form.elq-form .LV_validation_message,form.elq-form input[type="text"],form.elq-form input[type="submit"],form.elq-form textarea,.path-search .view-acquia-search .custom-labels label,.node--view-mode-search>.result-content .content,.commerce-product--view-mode-search>.result-content .content,.media--document--view-mode-search>.result-content .content,.path-products #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters,.path-taxonomy #block-vaisalacommerceproductsearchfilters p.search_form_title .clear_filters,.path-products #block-vaisalacommerceproductsearchfilters ul li a,.path-taxonomy #block-vaisalacommerceproductsearchfilters ul li a,.path-products #block-vaisalacommerceproductsearchfilters .checkbox label,.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label,.path-products .view-product-search .view-header .mobile_trigger .filter_trigger,.path-taxonomy .view-product-search .view-header .mobile_trigger .filter_trigger,.path-products .view-product-search .view-header .results .clear_filters,.path-taxonomy .view-product-search .view-header .results .clear_filters,#block-full-navigation .menu-depth--0>li>a,#block-full-navigation .menu-depth--0>li>span,#block-full-navigation .menu-level-0>li>a,#block-full-navigation .menu-level-0>li>span,#block-full-navigation .menu-depth--1>li>a,#block-full-navigation .menu-depth--1>li>span,#block-full-navigation .menu-level-1>li>a,#block-full-navigation .menu-level-1>li>span,#block-full-navigation .menu-depth--3>li>a,#block-full-navigation .menu-level-3>li>a,#block-full-navigation .menu-depth--4>li>a,#block-full-navigation .menu-level-4>li>a,#block-secondarynavigation ul.menu.menu-depth--0>li>a,#block-secondarynavigation ul.menu.menu-depth--0>li.open>a,#block-secondarynavigation ul.menu.menu-depth--0>li.menu-item--expanded>a,#block-secondarynavigation ul.menu.menu-depth--0>li.active>.is-active,#block-secondarynavigation ul.menu ul.menu-depth--2 li a,#block-mobilemenucombined ul.menu>li>a,#block-mobilemenucombined ul.menu>li>span,#block-mobilemenucombined ul.menu.menu-depth--2>li>a,#block-mobilemenucombined ul.menu.menu-depth--2>li>span,#block-mobilemenucombined ul.menu.menu-level-2>li>a,#block-mobilemenucombined ul.menu.menu-level-2>li>span,#block-mobilemenucombined ul.menu.menu-depth--3>li>a,#block-mobilemenucombined ul.menu.menu-depth--3>li>span,#block-mobilemenucombined ul.menu.menu-level-3>li>a,#block-mobilemenucombined ul.menu.menu-level-3>li>span,#block-mobilemenucombined ul.menu.menu-depth--4>li>a,#block-mobilemenucombined ul.menu.menu-depth--4>li>span,#block-mobilemenucombined ul.menu.menu-level-4>li>a,#block-mobilemenucombined ul.menu.menu-level-4>li>span,body {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal
}

.node--type-system_block.juicersocialfeed {
	background: #e7eeef
}

ul.platforms {
	text-align: center;
	margin: 40px 0
}

@media screen and (min-width:1024px) {
	ul.platforms {
		margin: 60px 0 80px
	}
}

ul.platforms li {
	padding: 0 !important;
	margin: 10px 15px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: bottom
}

ul.platforms li a {
	display: inline-block;
	margin-top: 0px;
	color: #00427a
}

@media screen and (max-width:659px) {
	ul.platforms li {
		margin: 10px 5px
	}

	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: 30px 0
}

.social-links a,.addtoany_list a {
	padding: 0 10px;
	border-right: 1px solid #e7eeef
}

.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: #00427a
}

.social-feed .juicer-feed li.feed-item {
	border: none !important
}

.social-feed .juicer-feed .j-filters {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 80px
}

.social-feed .juicer-feed .j-filters li {
	background: none !important;
	width: auto;
	display: inline-block;
	margin: 0 20px;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #00427a;
	cursor: pointer;
	list-style: none
}

.social-feed .juicer-feed .j-filters li.selected:after,.social-feed .juicer-feed .j-filters li.highlight:after,.social-feed .juicer-feed .j-filters li:hover:after {
	background: #00427a;
	height: 2px
}

.language-switcher-toggle-wrapper {
	position: static;
	float: left;
	margin-right: 10px;
	display: block
}

.language-switcher-toggle-wrapper.language-switcher-toggle-mobile {
	position: absolute;
	float: none;
	margin-right: 10px;
	display: block;
	right: 80px;
	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: 19px
}

.language-switcher-toggle-wrapper .language-switcher-toggle {
	margin-top: 16px
}

.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: 23px
	}

	.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-weight: 400;
	font-size: 11px;
	letter-spacing: 0.2px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #E6EDEF;
	margin-top: 32px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 15px;
	margin-right: 0px;
	height: 25px;
	line-height: 25px
}

.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("../vaisala/carret_blue_up.svg") no-repeat center center
}

.language-switcher-toggle-wrapper .language-switcher-toggle .angle {
	display: inline-block;
	width: 16px;
	height: 10px;
	background: transparent url("../vaisala/carret_blue_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: 100px 0
}

@media screen and (min-width:1024px) {
	.language-switcher {
		width: 268px;
		position: absolute;
		right: 0;
		padding: 20px 60px 0 27px;
		z-index: 1
	}
}

.language-switcher.open {
	display: block
}

.language-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 250px;
	margin: 0 auto
}

@media screen and (min-width:1024px) {
	.language-switcher ul {
		width: 100%;
		margin: 0
	}
}

.language-switcher ul li {
	margin-bottom: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.21;
	letter-spacing: 0.5px;
	text-align: center;
	color: #00427a
}

@media screen and (min-width:1024px) {
	.language-switcher ul li {
		text-align: left
	}
}

#block-languageswitcher {
	position: absolute;
	right: 100px;
	top: 5px;
	z-index: 10
}

@media screen and (min-width:1024px) {
	#block-languageswitcher {
		top: 13px;
		right: 140px
	}
}

#block-languageswitcher .contextual {
	display: none !important
}

#block-languageswitcher ul.links {
	padding: 2px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 12px 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 7px;
	color: #9b9b9b;
	font-weight: 300
}

#block-languageswitcher ul.links li:last-child:after {
	content: '';
	display: none
}

#block-languageswitcher ul.links li.is-active a {
	color: #51C8E8
}


.region-header {
	border-bottom: 1px solid #eeeeee
}

.region-header .breadcrumb {
	display: none;
	background: none;
	margin: 10px 20px;
	padding: 0;
	font-weight: 300;
	font-size: 12px
}

.path-frontpage .region-header .breadcrumb {
	display: none !important
}

@media screen and (min-width:1025px) {
	.region-header .breadcrumb {
		display: block;
		margin: 10px 20px 10px 35px
	}
}

.region-header .breadcrumb a,.region-header .breadcrumb .active {
	color: #5d5d5d
}

.region-header .breadcrumb .active {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

.region-header .breadcrumb .active:before {
	font-weight: 400;
	content: '/'
}


footer.footer {
	background: #00427a;
	padding: 35px 0 0
}

footer.footer a {
	color: #fff;
	font-size:100%;
}

footer.footer a:hover,footer.footer a:active {
	background-color: transparent;
	text-decoration: none;
}

footer.footer nav#block-footernavigation {
	margin: 0 auto;
	float: none;
	padding: 0
}

@media screen and (min-width:660px) {
	footer.footer nav#block-footernavigation ul.menu {
		width: 75%;
		margin-left: 15%
	}
}

footer.footer nav#block-footernavigation ul.menu li.expanded {
	margin-bottom: 20px
}

footer.footer nav#block-footernavigation ul.menu li.expanded>a {
	font-weight: bold;
	text-transform: uppercase
}

@media screen and (min-width:1024px) {
	footer.footer nav#block-footernavigation ul.menu li.expanded>a {
		margin-bottom: 0px
	}
}

footer.footer nav#block-footernavigation ul.menu li.expanded ul.sub-menu {
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 10px
}

footer.footer nav#block-footernavigation ul.menu li.expanded ul.sub-menu li {
	list-style: none;
	padding: 3px 0
}

footer.footer nav#block-vaisala-footer {
	background: #001c32;
	padding: 15px 15px 30px 15px;
	margin-top: 20px
}

@media screen and (min-width:1024px) {
	footer.footer nav#block-vaisala-footer {
		padding: 15px;
		margin-top: 50px
	}
}

footer.footer nav#block-vaisala-footer .copyright {
	color: #fff;
	margin: 15px 0;
	font-weight: bold
}

@media screen and (min-width:1024px) {
	footer.footer nav#block-vaisala-footer .copyright {
		text-align: center
	}
}

footer.footer nav#block-vaisala-footer ul.menu li a {
	font-size: 13px;
	padding: 0 10px;
	margin: 3px 0
}

@media screen and (min-width:1024px) {
	footer.footer nav#block-vaisala-footer ul.menu li a {
		float: left;
		margin: 15px 0;
		padding: 0 15px;
		border-right: 1px solid #fff
	}
}

footer.footer nav#block-vaisala-footer ul.menu li:last-of-type a {
	border-right: none
}

.scroll-top-wrapper {
	background: #d8d8d8;
	opacity: 0;
	position: fixed;
	bottom: 30px;
	right: -999em;
	padding: 15px;
	border-radius: 50%;
	-o-transition: opacity .2s;
	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: 30px;
	opacity: .2
}

.scroll-top-wrapper.active:hover {
	opacity: .7
}

.scroll-top-wrapper .icon-up {
	height: 14px;
	width: 14px;
	border-right: 1px solid #00427a;
	border-top: 1px solid #00427a;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: relative;
	top: 3px
}

@media screen and (min-width:1024px) {
	.node--view-mode-module .module-wrapper {
		padding-left: 0;
		padding-right: 0
	}
}

.node--view-mode-module .module-wrapper>.contextual {
	right: 30px
}

.node--view-mode-module.title-hidden .module-wrapper {
	padding-top: 0 !important
}

.node--view-mode-module h2,.node--view-mode-module .node--type-event .date .month,.node--type-event .date .node--view-mode-module .month,.node--view-mode-module .node--type-event .date .day,.node--type-event .date .node--view-mode-module .day,.node--view-mode-module .node--type-event .date .time,.node--type-event .date .node--view-mode-module .time,.node--view-mode-module .node--type-event .date .year,.node--type-event .date .node--view-mode-module .year,.node--view-mode-module .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--view-mode-module .month,.node--view-mode-module .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--view-mode-module .day,.node--view-mode-module .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--view-mode-module .time,.node--view-mode-module .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--view-mode-module .year,.node--view-mode-module .node--type-case .date .month,.node--type-case .date .node--view-mode-module .month,.node--view-mode-module .node--type-case .date .day,.node--type-case .date .node--view-mode-module .day,.node--view-mode-module .node--type-case .date .time,.node--type-case .date .node--view-mode-module .time,.node--view-mode-module .node--type-case .date .year,.node--type-case .date .node--view-mode-module .year {
	position: relative
}

.node--view-mode-module h2.module-title,.node--view-mode-module .node--type-event .date .module-title.month,.node--type-event .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event .date .module-title.day,.node--type-event .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event .date .module-title.time,.node--type-event .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event .date .module-title.year,.node--type-event .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-case .date .module-title.month,.node--type-case .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-case .date .module-title.day,.node--type-case .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-case .date .module-title.time,.node--type-case .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-case .date .module-title.year,.node--type-case .date .node--view-mode-module .module-title.year,.node--view-mode-module h2.block-title,.node--view-mode-module .node--type-event .date .block-title.month,.node--type-event .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event .date .block-title.day,.node--type-event .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event .date .block-title.time,.node--type-event .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event .date .block-title.year,.node--type-event .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-event_webinar .date .block-title.month,.node--type-event_webinar .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event_webinar .date .block-title.day,.node--type-event_webinar .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event_webinar .date .block-title.time,.node--type-event_webinar .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event_webinar .date .block-title.year,.node--type-event_webinar .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-case .date .block-title.month,.node--type-case .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-case .date .block-title.day,.node--type-case .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-case .date .block-title.time,.node--type-case .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-case .date .block-title.year,.node--type-case .date .node--view-mode-module .block-title.year {
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	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 .node--type-event .date .module-title.month,.node--type-event .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event .date .module-title.day,.node--type-event .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event .date .module-title.time,.node--type-event .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event .date .module-title.year,.node--type-event .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-case .date .module-title.month,.node--type-case .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-case .date .module-title.day,.node--type-case .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-case .date .module-title.time,.node--type-case .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-case .date .module-title.year,.node--type-case .date .node--view-mode-module .module-title.year,.node--view-mode-module h2.block-title,.node--view-mode-module .node--type-event .date .block-title.month,.node--type-event .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event .date .block-title.day,.node--type-event .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event .date .block-title.time,.node--type-event .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event .date .block-title.year,.node--type-event .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-event_webinar .date .block-title.month,.node--type-event_webinar .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event_webinar .date .block-title.day,.node--type-event_webinar .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event_webinar .date .block-title.time,.node--type-event_webinar .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event_webinar .date .block-title.year,.node--type-event_webinar .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-case .date .block-title.month,.node--type-case .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-case .date .block-title.day,.node--type-case .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-case .date .block-title.time,.node--type-case .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-case .date .block-title.year,.node--type-case .date .node--view-mode-module .block-title.year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:1440px) {
	.node--view-mode-module h2.module-title,.node--view-mode-module .node--type-event .date .module-title.month,.node--type-event .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event .date .module-title.day,.node--type-event .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event .date .module-title.time,.node--type-event .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event .date .module-title.year,.node--type-event .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-case .date .module-title.month,.node--type-case .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-case .date .module-title.day,.node--type-case .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-case .date .module-title.time,.node--type-case .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-case .date .module-title.year,.node--type-case .date .node--view-mode-module .module-title.year,.node--view-mode-module h2.block-title,.node--view-mode-module .node--type-event .date .block-title.month,.node--type-event .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event .date .block-title.day,.node--type-event .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event .date .block-title.time,.node--type-event .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event .date .block-title.year,.node--type-event .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-event_webinar .date .block-title.month,.node--type-event_webinar .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event_webinar .date .block-title.day,.node--type-event_webinar .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event_webinar .date .block-title.time,.node--type-event_webinar .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event_webinar .date .block-title.year,.node--type-event_webinar .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-case .date .block-title.month,.node--type-case .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-case .date .block-title.day,.node--type-case .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-case .date .block-title.time,.node--type-case .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-case .date .block-title.year,.node--type-case .date .node--view-mode-module .block-title.year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:660px) {
	.node--view-mode-module h2.module-title,.node--view-mode-module .node--type-event .date .module-title.month,.node--type-event .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event .date .module-title.day,.node--type-event .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event .date .module-title.time,.node--type-event .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event .date .module-title.year,.node--type-event .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--view-mode-module .module-title.year,.node--view-mode-module .node--type-case .date .module-title.month,.node--type-case .date .node--view-mode-module .module-title.month,.node--view-mode-module .node--type-case .date .module-title.day,.node--type-case .date .node--view-mode-module .module-title.day,.node--view-mode-module .node--type-case .date .module-title.time,.node--type-case .date .node--view-mode-module .module-title.time,.node--view-mode-module .node--type-case .date .module-title.year,.node--type-case .date .node--view-mode-module .module-title.year,.node--view-mode-module h2.block-title,.node--view-mode-module .node--type-event .date .block-title.month,.node--type-event .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event .date .block-title.day,.node--type-event .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event .date .block-title.time,.node--type-event .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event .date .block-title.year,.node--type-event .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-event_webinar .date .block-title.month,.node--type-event_webinar .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-event_webinar .date .block-title.day,.node--type-event_webinar .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-event_webinar .date .block-title.time,.node--type-event_webinar .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-event_webinar .date .block-title.year,.node--type-event_webinar .date .node--view-mode-module .block-title.year,.node--view-mode-module .node--type-case .date .block-title.month,.node--type-case .date .node--view-mode-module .block-title.month,.node--view-mode-module .node--type-case .date .block-title.day,.node--type-case .date .node--view-mode-module .block-title.day,.node--view-mode-module .node--type-case .date .block-title.time,.node--type-case .date .node--view-mode-module .block-title.time,.node--view-mode-module .node--type-case .date .block-title.year,.node--type-case .date .node--view-mode-module .block-title.year {
		padding-bottom: 10px
	}
}

.node--view-mode-module h3.module-title {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: left
}

@media screen and (min-width:1024px) {
	.node--view-mode-module h3.module-title {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:1440px) {
	.node--view-mode-module h3.module-title {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (max-width:659px) {
	.node--view-mode-module h3.module-title {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (min-width:660px) {
	.node--view-mode-module h3.module-title {
		padding: 0 10px 10px 10px;
		margin-top: 0
	}
}

.node--view-mode-module p {
	margin-bottom: 20px
}

.node--view-mode-module>.module-wrapper>.field--name-field-text {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131;
	padding-left: 10px;
	padding-right: 10px
}

.node--view-mode-module>.module-wrapper>.field--name-field-text:before,.node--view-mode-module>.module-wrapper>.field--name-field-text:after {
	content: " ";
	display: table
}

.node--view-mode-module>.module-wrapper>.field--name-field-text:after {
	clear: both
}

@media screen and (min-width:1024px) {
	.node--view-mode-module.node--type-grid-liftup>.module-wrapper>.field--name-field-text,.node--view-mode-module.title-hidden>.module-wrapper>.field--name-field-text {
		margin-left: calc(100% / 12);
		margin-right: 16.66667%
	}
}

.node--view-mode-module.default-title>.module-wrapper>.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>.module-wrapper>.field--name-field-text {
		margin-left: 20px;
		margin-right: 20px
	}
}

@media screen and (min-width:1024px) {
	.node--view-mode-module.default-title>.module-wrapper>.field--name-field-text {
		margin-right: 16.66667%
	}
}

.node--view-mode-module.small-title>.module-wrapper>.field--name-field-text {
	padding-bottom: 20px
}

.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup h2,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .month,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .month,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .day,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .day,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .time,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .time,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .year,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .year,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .month,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .day,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .time,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .year,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .month,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .month,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .day,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .day,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .time,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .time,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .year,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .year {
	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 .node--type-event .date .module-title.month:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.month:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .module-title.day:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.day:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .module-title.time:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.time:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .module-title.year:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.year:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .module-title.month:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.month:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .module-title.day:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.day:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .module-title.time:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.time:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .module-title.year:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.year:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .module-title.month:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.month:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .module-title.day:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.day:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .module-title.time:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.time:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .module-title.year:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .module-title.year:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup h2.block-title:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .block-title.month:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.month:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .block-title.day:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.day:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .block-title.time:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.time:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event .date .block-title.year:after,.node--type-event .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.year:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .block-title.month:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.month:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .block-title.day:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.day:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .block-title.time:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.time:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-event_webinar .date .block-title.year:after,.node--type-event_webinar .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.year:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .block-title.month:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.month:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .block-title.day:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.day:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .block-title.time:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.time:after,.node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .node--type-case .date .block-title.year:after,.node--type-case .date .node--view-mode-module.bg_dark.media-position-cover.node--type-single-liftup .block-title.year: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: 20px;
	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>.content>.field--name-field-link,.node--type-grid-liftup .module-wrapper>.content>.field--name-field-link,.node--type-product-cards .module-wrapper>.content>.field--name-field-link,.node--type-system-block .module-wrapper>.content>.field--name-field-link,.node--type-hero .module-wrapper>.content>.field--name-field-link,.node--type-faq .module-wrapper>.content>.field--name-field-link {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 20px
}

@media screen and (min-width:660px) {
	.node--type-side-by-side-liftup .module-wrapper>.content>.field--name-field-link,.node--type-grid-liftup .module-wrapper>.content>.field--name-field-link,.node--type-product-cards .module-wrapper>.content>.field--name-field-link,.node--type-system-block .module-wrapper>.content>.field--name-field-link,.node--type-hero .module-wrapper>.content>.field--name-field-link,.node--type-faq .module-wrapper>.content>.field--name-field-link {
		margin-top: 40px
	}
}

.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: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131
}

@media screen and (min-width:660px) {
	.node--type-system-block section.block.se-ticker {
		padding: 0 10px
	}
}

.module-background {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative
}

.module-background.bg_dark h2.module-title,.module-background.bg_dark .node--type-event .date .module-title.month,.node--type-event .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-event .date .module-title.day,.node--type-event .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-event .date .module-title.time,.node--type-event .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-event .date .module-title.year,.node--type-event .date .module-background.bg_dark .module-title.year,.module-background.bg_dark .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .module-background.bg_dark .module-title.year,.module-background.bg_dark .node--type-case .date .module-title.month,.node--type-case .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-case .date .module-title.day,.node--type-case .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-case .date .module-title.time,.node--type-case .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-case .date .module-title.year,.node--type-case .date .module-background.bg_dark .module-title.year,.module-background.bg_dark h2.module-title a,.module-background.bg_dark .node--type-event .date .module-title.month a,.node--type-event .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-event .date .module-title.day a,.node--type-event .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-event .date .module-title.time a,.node--type-event .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-event .date .module-title.year a,.node--type-event .date .module-background.bg_dark .module-title.year a,.module-background.bg_dark .node--type-event_webinar .date .module-title.month a,.node--type-event_webinar .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-event_webinar .date .module-title.day a,.node--type-event_webinar .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-event_webinar .date .module-title.time a,.node--type-event_webinar .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-event_webinar .date .module-title.year a,.node--type-event_webinar .date .module-background.bg_dark .module-title.year a,.module-background.bg_dark .node--type-case .date .module-title.month a,.node--type-case .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-case .date .module-title.day a,.node--type-case .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-case .date .module-title.time a,.node--type-case .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-case .date .module-title.year a,.node--type-case .date .module-background.bg_dark .module-title.year a {
	font-size: 26px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-align: center
}

@media screen and (min-width:1024px) {
	.module-background.bg_dark h2.module-title,.module-background.bg_dark .node--type-event .date .module-title.month,.node--type-event .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-event .date .module-title.day,.node--type-event .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-event .date .module-title.time,.node--type-event .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-event .date .module-title.year,.node--type-event .date .module-background.bg_dark .module-title.year,.module-background.bg_dark .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .module-background.bg_dark .module-title.year,.module-background.bg_dark .node--type-case .date .module-title.month,.node--type-case .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-case .date .module-title.day,.node--type-case .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-case .date .module-title.time,.node--type-case .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-case .date .module-title.year,.node--type-case .date .module-background.bg_dark .module-title.year,.module-background.bg_dark h2.module-title a,.module-background.bg_dark .node--type-event .date .module-title.month a,.node--type-event .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-event .date .module-title.day a,.node--type-event .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-event .date .module-title.time a,.node--type-event .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-event .date .module-title.year a,.node--type-event .date .module-background.bg_dark .module-title.year a,.module-background.bg_dark .node--type-event_webinar .date .module-title.month a,.node--type-event_webinar .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-event_webinar .date .module-title.day a,.node--type-event_webinar .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-event_webinar .date .module-title.time a,.node--type-event_webinar .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-event_webinar .date .module-title.year a,.node--type-event_webinar .date .module-background.bg_dark .module-title.year a,.module-background.bg_dark .node--type-case .date .module-title.month a,.node--type-case .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-case .date .module-title.day a,.node--type-case .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-case .date .module-title.time a,.node--type-case .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-case .date .module-title.year a,.node--type-case .date .module-background.bg_dark .module-title.year a {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (min-width:1440px) {
	.module-background.bg_dark h2.module-title,.module-background.bg_dark .node--type-event .date .module-title.month,.node--type-event .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-event .date .module-title.day,.node--type-event .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-event .date .module-title.time,.node--type-event .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-event .date .module-title.year,.node--type-event .date .module-background.bg_dark .module-title.year,.module-background.bg_dark .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .module-background.bg_dark .module-title.year,.module-background.bg_dark .node--type-case .date .module-title.month,.node--type-case .date .module-background.bg_dark .module-title.month,.module-background.bg_dark .node--type-case .date .module-title.day,.node--type-case .date .module-background.bg_dark .module-title.day,.module-background.bg_dark .node--type-case .date .module-title.time,.node--type-case .date .module-background.bg_dark .module-title.time,.module-background.bg_dark .node--type-case .date .module-title.year,.node--type-case .date .module-background.bg_dark .module-title.year,.module-background.bg_dark h2.module-title a,.module-background.bg_dark .node--type-event .date .module-title.month a,.node--type-event .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-event .date .module-title.day a,.node--type-event .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-event .date .module-title.time a,.node--type-event .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-event .date .module-title.year a,.node--type-event .date .module-background.bg_dark .module-title.year a,.module-background.bg_dark .node--type-event_webinar .date .module-title.month a,.node--type-event_webinar .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-event_webinar .date .module-title.day a,.node--type-event_webinar .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-event_webinar .date .module-title.time a,.node--type-event_webinar .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-event_webinar .date .module-title.year a,.node--type-event_webinar .date .module-background.bg_dark .module-title.year a,.module-background.bg_dark .node--type-case .date .module-title.month a,.node--type-case .date .module-background.bg_dark .module-title.month a,.module-background.bg_dark .node--type-case .date .module-title.day a,.node--type-case .date .module-background.bg_dark .module-title.day a,.module-background.bg_dark .node--type-case .date .module-title.time a,.node--type-case .date .module-background.bg_dark .module-title.time a,.module-background.bg_dark .node--type-case .date .module-title.year a,.node--type-case .date .module-background.bg_dark .module-title.year a {
		font-size: 60px;
		line-height: 62px
	}
}

.module-background.bg_dark h2.module-title:after,.module-background.bg_dark .node--type-event .date .module-title.month:after,.node--type-event .date .module-background.bg_dark .module-title.month:after,.module-background.bg_dark .node--type-event .date .module-title.day:after,.node--type-event .date .module-background.bg_dark .module-title.day:after,.module-background.bg_dark .node--type-event .date .module-title.time:after,.node--type-event .date .module-background.bg_dark .module-title.time:after,.module-background.bg_dark .node--type-event .date .module-title.year:after,.node--type-event .date .module-background.bg_dark .module-title.year:after,.module-background.bg_dark .node--type-event_webinar .date .module-title.month:after,.node--type-event_webinar .date .module-background.bg_dark .module-title.month:after,.module-background.bg_dark .node--type-event_webinar .date .module-title.day:after,.node--type-event_webinar .date .module-background.bg_dark .module-title.day:after,.module-background.bg_dark .node--type-event_webinar .date .module-title.time:after,.node--type-event_webinar .date .module-background.bg_dark .module-title.time:after,.module-background.bg_dark .node--type-event_webinar .date .module-title.year:after,.node--type-event_webinar .date .module-background.bg_dark .module-title.year:after,.module-background.bg_dark .node--type-case .date .module-title.month:after,.node--type-case .date .module-background.bg_dark .module-title.month:after,.module-background.bg_dark .node--type-case .date .module-title.day:after,.node--type-case .date .module-background.bg_dark .module-title.day:after,.module-background.bg_dark .node--type-case .date .module-title.time:after,.node--type-case .date .module-background.bg_dark .module-title.time:after,.module-background.bg_dark .node--type-case .date .module-title.year:after,.node--type-case .date .module-background.bg_dark .module-title.year:after,.module-background.bg_dark h2.block-title:after,.module-background.bg_dark .node--type-event .date .block-title.month:after,.node--type-event .date .module-background.bg_dark .block-title.month:after,.module-background.bg_dark .node--type-event .date .block-title.day:after,.node--type-event .date .module-background.bg_dark .block-title.day:after,.module-background.bg_dark .node--type-event .date .block-title.time:after,.node--type-event .date .module-background.bg_dark .block-title.time:after,.module-background.bg_dark .node--type-event .date .block-title.year:after,.node--type-event .date .module-background.bg_dark .block-title.year:after,.module-background.bg_dark .node--type-event_webinar .date .block-title.month:after,.node--type-event_webinar .date .module-background.bg_dark .block-title.month:after,.module-background.bg_dark .node--type-event_webinar .date .block-title.day:after,.node--type-event_webinar .date .module-background.bg_dark .block-title.day:after,.module-background.bg_dark .node--type-event_webinar .date .block-title.time:after,.node--type-event_webinar .date .module-background.bg_dark .block-title.time:after,.module-background.bg_dark .node--type-event_webinar .date .block-title.year:after,.node--type-event_webinar .date .module-background.bg_dark .block-title.year:after,.module-background.bg_dark .node--type-case .date .block-title.month:after,.node--type-case .date .module-background.bg_dark .block-title.month:after,.module-background.bg_dark .node--type-case .date .block-title.day:after,.node--type-case .date .module-background.bg_dark .block-title.day:after,.module-background.bg_dark .node--type-case .date .block-title.time:after,.node--type-case .date .module-background.bg_dark .block-title.time:after,.module-background.bg_dark .node--type-case .date .block-title.year:after,.node--type-case .date .module-background.bg_dark .block-title.year:after {
	background: #fff
}

.module-background.bg_dark .field--name-field-text,.module-background.bg_dark .field--name-field-text p {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	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 {
		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 {
		text-decoration: none;
		color: #51C8E8
	}
}

.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%
}

.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,0.15)
}

.bg_dark.node--type-single-liftup h2.module-title,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.month,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.day,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.time,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.year,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.month,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.day,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.time,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.year,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup h2.module-title a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.month a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.day a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.time a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.year a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.year a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.month a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.day a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.time a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.year a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.year a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.month a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.day a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.time a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.year a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.year a {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	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 .node--type-event .date .module-title.month,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.day,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.time,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.year,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.month,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.day,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.time,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.year,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup h2.module-title a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.month a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.day a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.time a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.year a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.year a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.month a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.day a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.time a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.year a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.year a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.month a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.day a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.time a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.year a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.year a {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:1440px) {
	.bg_dark.node--type-single-liftup h2.module-title,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.month,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.day,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.time,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.year,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.month,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.month,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.day,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.day,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.time,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.time,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.year,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.year,.bg_dark.node--type-single-liftup h2.module-title a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.month a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.day a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.time a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-event .date .module-title.year a,.node--type-event .date .bg_dark.node--type-single-liftup .module-title.year a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.month a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.day a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.time a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-event_webinar .date .module-title.year a,.node--type-event_webinar .date .bg_dark.node--type-single-liftup .module-title.year a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.month a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.month a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.day a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.day a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.time a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.time a,.bg_dark.node--type-single-liftup .node--type-case .date .module-title.year a,.node--type-case .date .bg_dark.node--type-single-liftup .module-title.year a {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

.bg_dark.node--type-single-liftup .field--name-body {
	font-size: 16.5px;
	line-height: 26px;
	letter-spacing: 0.4px;
	font-weight: 400;
	color: #fff
}

@media screen and (min-width:1024px) {
	.bg_dark.node--type-single-liftup .field--name-body {
		font-size: 16.5px;
		line-height: 29px;
		letter-spacing: 0.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: 36px
}

.node--type-single-liftup {
	padding-top: 0px;
	padding-bottom: 0px
}

@media screen and (min-width:660px) {
	.node--type-single-liftup {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.node--type-single-liftup .content h2,.node--type-single-liftup .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup .content .year {
	padding-bottom: 20px;
	margin-top: 35px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: left
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup .content h2,.node--type-single-liftup .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup .content .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:1440px) {
	.node--type-single-liftup .content h2,.node--type-single-liftup .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup .content .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:660px) {
	.node--type-single-liftup .content h2,.node--type-single-liftup .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup .content .year,.node--type-single-liftup .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup .content .month,.node--type-single-liftup .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup .content .day,.node--type-single-liftup .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup .content .time,.node--type-single-liftup .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup .content .year {
		margin-top: 0;
		padding-bottom: 50px
	}
}

.node--type-single-liftup .content h2 a,.node--type-single-liftup .content .node--type-event .date .month a,.node--type-event .date .node--type-single-liftup .content .month a,.node--type-single-liftup .content .node--type-event .date .day a,.node--type-event .date .node--type-single-liftup .content .day a,.node--type-single-liftup .content .node--type-event .date .time a,.node--type-event .date .node--type-single-liftup .content .time a,.node--type-single-liftup .content .node--type-event .date .year a,.node--type-event .date .node--type-single-liftup .content .year a,.node--type-single-liftup .content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-single-liftup .content .month a,.node--type-single-liftup .content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-single-liftup .content .day a,.node--type-single-liftup .content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-single-liftup .content .time a,.node--type-single-liftup .content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-single-liftup .content .year a,.node--type-single-liftup .content .node--type-case .date .month a,.node--type-case .date .node--type-single-liftup .content .month a,.node--type-single-liftup .content .node--type-case .date .day a,.node--type-case .date .node--type-single-liftup .content .day a,.node--type-single-liftup .content .node--type-case .date .time a,.node--type-case .date .node--type-single-liftup .content .time a,.node--type-single-liftup .content .node--type-case .date .year a,.node--type-case .date .node--type-single-liftup .content .year a {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

@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: 30px
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.no-media .field--name-field-media-image {
		margin-bottom: 20px
	}
}

.node--type-single-liftup.no-media .field--name-field-media-image img {
	margin: 0 auto
}

.node--type-single-liftup.no-media .content h2,.node--type-single-liftup.no-media .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup.no-media .content .year {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: left
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup.no-media .content h2,.node--type-single-liftup.no-media .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup.no-media .content .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:1440px) {
	.node--type-single-liftup.no-media .content h2,.node--type-single-liftup.no-media .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup.no-media .content .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

.node--type-single-liftup.no-media.bg_dark .content h2.module-title,.node--type-single-liftup.no-media.bg_dark .content .node--type-event .date .module-title.month,.node--type-event .date .node--type-single-liftup.no-media.bg_dark .content .module-title.month,.node--type-single-liftup.no-media.bg_dark .content .node--type-event .date .module-title.day,.node--type-event .date .node--type-single-liftup.no-media.bg_dark .content .module-title.day,.node--type-single-liftup.no-media.bg_dark .content .node--type-event .date .module-title.time,.node--type-event .date .node--type-single-liftup.no-media.bg_dark .content .module-title.time,.node--type-single-liftup.no-media.bg_dark .content .node--type-event .date .module-title.year,.node--type-event .date .node--type-single-liftup.no-media.bg_dark .content .module-title.year,.node--type-single-liftup.no-media.bg_dark .content .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-single-liftup.no-media.bg_dark .content .module-title.month,.node--type-single-liftup.no-media.bg_dark .content .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-single-liftup.no-media.bg_dark .content .module-title.day,.node--type-single-liftup.no-media.bg_dark .content .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-single-liftup.no-media.bg_dark .content .module-title.time,.node--type-single-liftup.no-media.bg_dark .content .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-single-liftup.no-media.bg_dark .content .module-title.year,.node--type-single-liftup.no-media.bg_dark .content .node--type-case .date .module-title.month,.node--type-case .date .node--type-single-liftup.no-media.bg_dark .content .module-title.month,.node--type-single-liftup.no-media.bg_dark .content .node--type-case .date .module-title.day,.node--type-case .date .node--type-single-liftup.no-media.bg_dark .content .module-title.day,.node--type-single-liftup.no-media.bg_dark .content .node--type-case .date .module-title.time,.node--type-case .date .node--type-single-liftup.no-media.bg_dark .content .module-title.time,.node--type-single-liftup.no-media.bg_dark .content .node--type-case .date .module-title.year,.node--type-case .date .node--type-single-liftup.no-media.bg_dark .content .module-title.year,.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: 10px;
		margin-right: 10px
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.node--type-single-liftup.no-media .module-wrapper {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.no-media h2.module-title:after,.node--type-single-liftup.no-media .node--type-event .date .module-title.month:after,.node--type-event .date .node--type-single-liftup.no-media .module-title.month:after,.node--type-single-liftup.no-media .node--type-event .date .module-title.day:after,.node--type-event .date .node--type-single-liftup.no-media .module-title.day:after,.node--type-single-liftup.no-media .node--type-event .date .module-title.time:after,.node--type-event .date .node--type-single-liftup.no-media .module-title.time:after,.node--type-single-liftup.no-media .node--type-event .date .module-title.year:after,.node--type-event .date .node--type-single-liftup.no-media .module-title.year:after,.node--type-single-liftup.no-media .node--type-event_webinar .date .module-title.month:after,.node--type-event_webinar .date .node--type-single-liftup.no-media .module-title.month:after,.node--type-single-liftup.no-media .node--type-event_webinar .date .module-title.day:after,.node--type-event_webinar .date .node--type-single-liftup.no-media .module-title.day:after,.node--type-single-liftup.no-media .node--type-event_webinar .date .module-title.time:after,.node--type-event_webinar .date .node--type-single-liftup.no-media .module-title.time:after,.node--type-single-liftup.no-media .node--type-event_webinar .date .module-title.year:after,.node--type-event_webinar .date .node--type-single-liftup.no-media .module-title.year:after,.node--type-single-liftup.no-media .node--type-case .date .module-title.month:after,.node--type-case .date .node--type-single-liftup.no-media .module-title.month:after,.node--type-single-liftup.no-media .node--type-case .date .module-title.day:after,.node--type-case .date .node--type-single-liftup.no-media .module-title.day:after,.node--type-single-liftup.no-media .node--type-case .date .module-title.time:after,.node--type-case .date .node--type-single-liftup.no-media .module-title.time:after,.node--type-single-liftup.no-media .node--type-case .date .module-title.year:after,.node--type-case .date .node--type-single-liftup.no-media .module-title.year:after {
		margin-left: 0
	}
}

.node--type-single-liftup.no-media .content h2,.node--type-single-liftup.no-media .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup.no-media .content .year {
	padding-bottom: 25px
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.no-media .content h2,.node--type-single-liftup.no-media .content .node--type-event .date .month,.node--type-event .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event .date .day,.node--type-event .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event .date .time,.node--type-event .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event .date .year,.node--type-event .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-single-liftup.no-media .content .year,.node--type-single-liftup.no-media .content .node--type-case .date .month,.node--type-case .date .node--type-single-liftup.no-media .content .month,.node--type-single-liftup.no-media .content .node--type-case .date .day,.node--type-case .date .node--type-single-liftup.no-media .content .day,.node--type-single-liftup.no-media .content .node--type-case .date .time,.node--type-case .date .node--type-single-liftup.no-media .content .time,.node--type-single-liftup.no-media .content .node--type-case .date .year,.node--type-case .date .node--type-single-liftup.no-media .content .year {
		margin-top: 0
	}
}

.node--type-single-liftup.media-position-cover .module-wrapper {
	padding-top: 50px;
	padding-bottom: 30px
}

@media screen and (min-width:660px) {
	.node--type-single-liftup.media-position-cover .module-wrapper {
		min-height: 280px;
		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: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #fff
}

.node--type-single-liftup.media-position-cover .module-wrapper .field--name-field-link a {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #00427a
}

.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: 20px
}

@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: 15px;
		margin-bottom: 15px
	}

	.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 {
		margin-left: -11%;
		width: 61%;
		float: left;
		padding: 0
	}
}

@media screen and (min-width:1440px) {
	.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-left: -8.33333%;
		width: 58.33333%
	}
}

@media screen and (max-width:659px) {
	.node--type-single-liftup.media-position-left .module-wrapper {
		padding-bottom: 10px;
		padding-top: 10px
	}
}

.node--type-single-liftup.media-position-left h2.module-title,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.month,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.month,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.day,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.day,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.time,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.time,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.year,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.year,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.month,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.day,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.time,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.year,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.month,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.month,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.day,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.day,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.time,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.time,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.year,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.year {
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0
}

.node--type-single-liftup.media-position-left h2.module-title:after,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.month:after,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.month:after,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.day:after,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.day:after,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.time:after,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.time:after,.node--type-single-liftup.media-position-left .node--type-event .date .module-title.year:after,.node--type-event .date .node--type-single-liftup.media-position-left .module-title.year:after,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.month:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.month:after,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.day:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.day:after,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.time:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.time:after,.node--type-single-liftup.media-position-left .node--type-event_webinar .date .module-title.year:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-left .module-title.year:after,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.month:after,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.month:after,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.day:after,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.day:after,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.time:after,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.time:after,.node--type-single-liftup.media-position-left .node--type-case .date .module-title.year:after,.node--type-case .date .node--type-single-liftup.media-position-left .module-title.year:after {
	margin-left: 0
}

.node--type-single-liftup.media-position-left .content {
	padding-bottom: 30px;
	padding-top: 10px
}

@media screen and (min-width:1024px) {
	.node--type-single-liftup.media-position-left .content {
		float: right
	}
}

.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: 20px
}

@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: 15px;
		margin-bottom: 15px
	}
}

@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: 10px;
		padding-top: 10px
	}
}

.node--type-single-liftup.media-position-right h2.module-title,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.month,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.month,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.day,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.day,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.time,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.time,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.year,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.year,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.month,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.day,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.time,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.year,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.month,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.month,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.day,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.day,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.time,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.time,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.year,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.year {
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0
}

.node--type-single-liftup.media-position-right h2.module-title:after,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.month:after,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.month:after,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.day:after,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.day:after,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.time:after,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.time:after,.node--type-single-liftup.media-position-right .node--type-event .date .module-title.year:after,.node--type-event .date .node--type-single-liftup.media-position-right .module-title.year:after,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.month:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.month:after,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.day:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.day:after,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.time:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.time:after,.node--type-single-liftup.media-position-right .node--type-event_webinar .date .module-title.year:after,.node--type-event_webinar .date .node--type-single-liftup.media-position-right .module-title.year:after,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.month:after,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.month:after,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.day:after,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.day:after,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.time:after,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.time:after,.node--type-single-liftup.media-position-right .node--type-case .date .module-title.year:after,.node--type-case .date .node--type-single-liftup.media-position-right .module-title.year:after {
	margin-left: 0
}

.node--type-single-liftup.media-position-right .content {
	padding-bottom: 30px
}

@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: 20px;
	padding-bottom: 40px
}

.node--type-video.node--view-mode-module.module-background {
	margin-top: 0px
}

.node--type-video.node--view-mode-module.module-background .module-wrapper {
	padding-top: 0px
}

.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>.field--item {
	margin-top: 20px
}

.node--type-video .field--name-field-link {
	text-align: center;
	padding-top: 60px
}

.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.no-background .module-wrapper,.node--type-faq-select.no-background .module-wrapper {
	padding-top: 20px;
	padding-bottom: 20px
}

@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 #00427a
}

.node--type-faq .module-wrapper>h2,.node--type-faq .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-faq .module-wrapper>.year,.node--type-faq .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-faq .module-wrapper>.year,.node--type-faq .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-faq .module-wrapper>.year,.node--type-faq-select .module-wrapper>h2,.node--type-faq-select .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-faq-select .module-wrapper>.year,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.year,.node--type-faq-select .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-faq-select .module-wrapper>.year {
	font-size: 26px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: center;
	margin-top: 0
}

@media screen and (min-width:1024px) {
	.node--type-faq .module-wrapper>h2,.node--type-faq .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-faq .module-wrapper>.year,.node--type-faq .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-faq .module-wrapper>.year,.node--type-faq .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-faq .module-wrapper>.year,.node--type-faq-select .module-wrapper>h2,.node--type-faq-select .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-faq-select .module-wrapper>.year,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.year,.node--type-faq-select .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-faq-select .module-wrapper>.year {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (min-width:1440px) {
	.node--type-faq .module-wrapper>h2,.node--type-faq .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-faq .module-wrapper>.year,.node--type-faq .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-faq .module-wrapper>.year,.node--type-faq .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-faq .module-wrapper>.month,.node--type-faq .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-faq .module-wrapper>.day,.node--type-faq .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-faq .module-wrapper>.time,.node--type-faq .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-faq .module-wrapper>.year,.node--type-faq-select .module-wrapper>h2,.node--type-faq-select .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-faq-select .module-wrapper>.year,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-faq-select .module-wrapper>.year,.node--type-faq-select .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-faq-select .module-wrapper>.month,.node--type-faq-select .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-faq-select .module-wrapper>.day,.node--type-faq-select .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-faq-select .module-wrapper>.time,.node--type-faq-select .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-faq-select .module-wrapper>.year {
		font-size: 60px;
		line-height: 62px
	}
}

.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 #00427a;
	padding-bottom: 20px;
	margin-bottom: 50px
}

@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: 45px;
	padding: 0 20px;
	background: #00427a;
	color: #fff;
	margin-left: 10px
}

@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: 34px
	}
}

.node--type-faq .node--view-mode-faq-item,.node--type-faq-select .node--view-mode-faq-item {
	background: #fff;
	padding: 0;
	margin-bottom: 20px
}

.node--type-faq .node--view-mode-faq-item h2,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year,.node--type-faq-select .node--view-mode-faq-item h2,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year {
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 40px;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

@media screen and (max-width:659px) {
	.node--type-faq .node--view-mode-faq-item h2,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year,.node--type-faq-select .node--view-mode-faq-item h2,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year {
		padding: 20px 65px 20px 20px
	}
}

.node--type-faq .node--view-mode-faq-item h2 a,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a,.node--type-faq-select .node--view-mode-faq-item h2 a,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a {
	font-size: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

.node--type-faq .node--view-mode-faq-item h2 a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret,.node--type-faq-select .node--view-mode-faq-item h2 a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 40px;
	top: 20px;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #00427a;
	border-radius: 50%
}

.node--type-faq .node--view-mode-faq-item h2 a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus,.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 10px
}

.node--type-faq .node--view-mode-faq-item h2 a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:before {
	content: '';
	width: 19px;
	height: 1px;
	border-top: 1px solid #00427a;
	display: block;
	position: absolute;
	top: 9px;
	left: 1px
}

.node--type-faq .node--view-mode-faq-item h2 a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:after {
	content: '';
	width: 1px;
	height: 19px;
	border-right: 1px solid #00427a;
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

@media screen and (max-width:659px) {
	.node--type-faq .node--view-mode-faq-item h2 a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret,.node--type-faq-select .node--view-mode-faq-item h2 a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret {
		width: 36px;
		height: 36px;
		right: 20px;
		top: 12px
	}

	.node--type-faq .node--view-mode-faq-item h2 a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret .plus,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret .plus,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus,.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret .plus,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret .plus,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus {
		width: 16px;
		height: 16px;
		top: 9px;
		right: 9px
	}

	.node--type-faq .node--view-mode-faq-item h2 a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:before,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:before,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:before,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:before,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:before,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:before,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:before,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:before {
		width: 16px;
		top: 9px;
		left: 0px
	}

	.node--type-faq .node--view-mode-faq-item h2 a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item h2 a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .month a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .day a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .time a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event .date .year a .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .month a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .day a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .time a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-event_webinar .date .year a .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .month a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .month a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .day a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .day a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .time a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .time a .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item .node--type-case .date .year a .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item .year a .caret .plus:after {
		height: 16px;
		top: 1px;
		left: 8px
	}
}

.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 20px;
	font-size: 16.5px;
	line-height: 26px;
	letter-spacing: 0.4px;
	font-weight: 400;
	color: #313131
}

@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: 16.5px;
		line-height: 29px;
		letter-spacing: 0.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: 36px
}

@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: 20px 60px 20px 40px
	}
}

.node--type-faq .node--view-mode-faq-item.open h2 .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event .date .month .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item.open .month .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event .date .day .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item.open .day .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event .date .time .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item.open .time .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event .date .year .caret .plus:after,.node--type-event .date .node--type-faq .node--view-mode-faq-item.open .year .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event_webinar .date .month .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item.open .month .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event_webinar .date .day .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item.open .day .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event_webinar .date .time .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item.open .time .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-event_webinar .date .year .caret .plus:after,.node--type-event_webinar .date .node--type-faq .node--view-mode-faq-item.open .year .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-case .date .month .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item.open .month .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-case .date .day .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item.open .day .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-case .date .time .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item.open .time .caret .plus:after,.node--type-faq .node--view-mode-faq-item.open .node--type-case .date .year .caret .plus:after,.node--type-case .date .node--type-faq .node--view-mode-faq-item.open .year .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open h2 .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event .date .month .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item.open .month .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event .date .day .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item.open .day .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event .date .time .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item.open .time .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event .date .year .caret .plus:after,.node--type-event .date .node--type-faq-select .node--view-mode-faq-item.open .year .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event_webinar .date .month .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item.open .month .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event_webinar .date .day .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item.open .day .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event_webinar .date .time .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item.open .time .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-event_webinar .date .year .caret .plus:after,.node--type-event_webinar .date .node--type-faq-select .node--view-mode-faq-item.open .year .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-case .date .month .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item.open .month .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-case .date .day .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item.open .day .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-case .date .time .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item.open .time .caret .plus:after,.node--type-faq-select .node--view-mode-faq-item.open .node--type-case .date .year .caret .plus:after,.node--type-case .date .node--type-faq-select .node--view-mode-faq-item.open .year .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 10px 30px
}

.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: 20px
	}
}

.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: 45px;
	padding: 0 20px;
	background: #00427a;
	color: #fff;
	float: none
}

@media screen and (min-width:660px) {
	.view-contact-finder .view-filters .form-submit {
		float: left;
		margin-top: 30px;
		margin-left: 10px
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.view-contact-finder .view-filters .form-submit {
		margin-top: 28px
	}
}

.view-contact-finder .view-empty {
	padding: 0 10px
}

.view-contact-finder .view-content {
	padding: 0 10px
}

.view-contact-finder .view-content h3 {
	background: white;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 40px;
	cursor: pointer;
	border: 1px solid #00427a;
	font-size: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	line-height: 38px;
	clear: both
}

@media screen and (max-width:659px) {
	.view-contact-finder .view-content h3 {
		padding: 20px 25px 20px 20px
	}
}

.view-contact-finder .view-content h3 .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #00427a;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	line-height: 26px;
	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 #00427a;
	border-right: 1px solid #00427a;
	-webkit-transition: .2s transform;
	-o-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-left: -10px;
	margin-right: -10px;
	clear: both
}

.view-contact-finder .view-content .contact-sub-category h4 {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #00427a;
	padding-bottom: 15px;
	margin-bottom: 30px
}

@media screen and (min-width:1024px) {
	.view-contact-finder .view-content .contact-sub-category h4 {
		font-size: 22px;
		line-height: 28px
	}
}

.node--type-eloqua .module-wrapper {
	background: #fff;
	padding: 90px 50px
}

@media screen and (max-width:659px) {
	.node--type-eloqua .module-wrapper {
		padding-left: 10px;
		padding-right: 10px
	}
}

.node--type-eloqua .module-wrapper>h2,.node--type-eloqua .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-eloqua .module-wrapper>.month,.node--type-eloqua .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-eloqua .module-wrapper>.day,.node--type-eloqua .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-eloqua .module-wrapper>.time,.node--type-eloqua .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-eloqua .module-wrapper>.year,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.month,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.day,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.time,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.year,.node--type-eloqua .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-eloqua .module-wrapper>.month,.node--type-eloqua .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-eloqua .module-wrapper>.day,.node--type-eloqua .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-eloqua .module-wrapper>.time,.node--type-eloqua .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-eloqua .module-wrapper>.year {
	font-size: 18px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	padding-bottom: 40px !important
}

@media screen and (min-width:1024px) {
	.node--type-eloqua .module-wrapper>h2,.node--type-eloqua .node--type-event .date .module-wrapper>.month,.node--type-event .date .node--type-eloqua .module-wrapper>.month,.node--type-eloqua .node--type-event .date .module-wrapper>.day,.node--type-event .date .node--type-eloqua .module-wrapper>.day,.node--type-eloqua .node--type-event .date .module-wrapper>.time,.node--type-event .date .node--type-eloqua .module-wrapper>.time,.node--type-eloqua .node--type-event .date .module-wrapper>.year,.node--type-event .date .node--type-eloqua .module-wrapper>.year,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.month,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.month,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.day,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.day,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.time,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.time,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.year,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.year,.node--type-eloqua .node--type-case .date .module-wrapper>.month,.node--type-case .date .node--type-eloqua .module-wrapper>.month,.node--type-eloqua .node--type-case .date .module-wrapper>.day,.node--type-case .date .node--type-eloqua .module-wrapper>.day,.node--type-eloqua .node--type-case .date .module-wrapper>.time,.node--type-case .date .node--type-eloqua .module-wrapper>.time,.node--type-eloqua .node--type-case .date .module-wrapper>.year,.node--type-case .date .node--type-eloqua .module-wrapper>.year {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0.4px
	}
}

.node--type-eloqua .module-wrapper>h2:after,.node--type-eloqua .node--type-event .date .module-wrapper>.month:after,.node--type-event .date .node--type-eloqua .module-wrapper>.month:after,.node--type-eloqua .node--type-event .date .module-wrapper>.day:after,.node--type-event .date .node--type-eloqua .module-wrapper>.day:after,.node--type-eloqua .node--type-event .date .module-wrapper>.time:after,.node--type-event .date .node--type-eloqua .module-wrapper>.time:after,.node--type-eloqua .node--type-event .date .module-wrapper>.year:after,.node--type-event .date .node--type-eloqua .module-wrapper>.year:after,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.month:after,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.month:after,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.day:after,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.day:after,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.time:after,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.time:after,.node--type-eloqua .node--type-event_webinar .date .module-wrapper>.year:after,.node--type-event_webinar .date .node--type-eloqua .module-wrapper>.year:after,.node--type-eloqua .node--type-case .date .module-wrapper>.month:after,.node--type-case .date .node--type-eloqua .module-wrapper>.month:after,.node--type-eloqua .node--type-case .date .module-wrapper>.day:after,.node--type-case .date .node--type-eloqua .module-wrapper>.day:after,.node--type-eloqua .node--type-case .date .module-wrapper>.time:after,.node--type-case .date .node--type-eloqua .module-wrapper>.time:after,.node--type-eloqua .node--type-case .date .module-wrapper>.year:after,.node--type-case .date .node--type-eloqua .module-wrapper>.year:after {
	display: none
}

.node--type-eloqua.no-background .module-wrapper {
	padding-top: 60px
}

@media screen and (min-width:660px) {
	.node--type-eloqua.has-body .field--name-body {
		padding-right: 30px
	}

	.node--type-eloqua.has-body .field--name-field-script {
		padding-left: 30px
	}
}

#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: 20px;
	line-height: 36px
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper {
	float: left;
	width: 200px
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper .chosen-container .chosen-single {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 36px
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper .chosen-container .chosen-single:after {
	top: 8px
}

#block-views-block-cases-block-1 .js-form-item-category .select-wrapper .chosen-with-drop .chosen-single:after {
	top: 14px !important
}

.field--name-field-module .exposedformproduct-searchpage-1,.field--name-field-module .vaisalacommerceproductsearchquickform {
	padding-bottom: 0;
	padding-top: 80px
}

@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: 120px
	}
}

@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: 40px
	}
}

#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 30px rgba(0,0,0,0.1);
		box-shadow: 0 0 30px rgba(0,0,0,0.1)
	}
}

@media screen and (min-width:660px) {
	#block-exposedformproduct-searchpage-1,#block-vaisalacommerceproductsearchquickform {
		position: absolute;
		top: -145px;
		width: 100%
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	#block-exposedformproduct-searchpage-1,#block-vaisalacommerceproductsearchquickform {
		top: -105px;
		margin-left: -10px
	}
}

#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: 25px 20px;
		margin: 0px -10px 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: 25px
	}
}

@media screen and (min-width:660px) {
	#block-exposedformproduct-searchpage-1 .form-type-select,#block-vaisalacommerceproductsearchquickform .form-type-select {
		width: 98%;
		padding: 35px 155px 35px 45px
	}
}

@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: 35px 25px 35px 0
	}
}

#block-exposedformproduct-searchpage-1 .form-type-select .control-label,#block-vaisalacommerceproductsearchquickform .form-type-select .control-label {
	font-size: 16px;
	line-height: 1.5;
	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: 10px 20px
	}
}

@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: 10px 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: 10px
	}
}

@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: 120px;
		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: #e87d1e;
	border: 0px none;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	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: #ee6a31
}

@media screen and (max-width:659px) {
	#block-exposedformproduct-searchpage-1 .form-actions .button,#block-vaisalacommerceproductsearchquickform .form-actions .button {
		padding: 15px 80px;
		display: inline-block;
		width: auto;
		margin: 0 auto;
		position: relative
	}
}

.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: 940px
	}
}

@media screen and (max-width:659px) {
	.field--name-field-hero .node--type-hero.extra-high .background {
		height: 315px
	}

	.field--name-field-hero .node--type-hero.extra-high>.content {
		position: relative;
		top: 0px;
		padding: 30px 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: 885px
	}
}

@media screen and (max-width:659px) {
	.field--name-field-hero .node--type-hero.high .background {
		height: 315px
	}

	.field--name-field-hero .node--type-hero.high>.content {
		position: relative;
		top: 0px;
		padding: 20px 0
	}
}

.field--name-field-hero .node--type-hero.high .hero_scrolldown {
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -18px;
	cursor: pointer;
	border-radius: 50%;
	background: transparent;
	-o-transition: all .2s;
	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: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 12px;
	margin-top: 10px;
	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: #00427a;
	border-bottom-color: #00427a
}

.node--type-hero.low {
	height: auto;
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (min-width:660px) {
	.node--type-hero.low {
		height: 385px
	}
}

@media screen and (max-width:659px) {
	.node--type-hero.low .background {
		height: 315px
	}

	.node--type-hero.low .hero-title {
		height: 185px;
		margin-bottom: 0
	}

	.node--type-hero.low>.content {
		position: relative;
		top: 0px;
		padding: 20px 0
	}
}

@media screen and (min-width:660px) {
	.node--type-hero .hero-title,.node--type-hero>.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: 20px;
		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: 20px
	}
}

@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: 900px
	}
}

@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: 900px
	}
}

@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: 0px
	}
}

@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:0px
	}
}

@media screen and (max-width:659px) {
	.node--type-hero .field--name-field-link {
		padding-top: 20px
	}
}

.node--type-hero.module-background.bg_dark .field--name-field-text {
	font-size: 16px !important;
	line-height: 26px !important;
	color: #222 !important;
	font-weight: 400;
	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: #00427a !important;
		text-align: center
	}
}

@media screen and (min-width:1024px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text {
		font-size: 20px !important;
		line-height: 30px !important;
		letter-spacing: 1px !important;
		color: #00427a !important;
		text-align: center
	}
}

@media screen and (min-width:1440px) {
	.node--type-hero.module-background.bg_dark .field--name-field-text {
		font-size: 20px !important;
		line-height: 30px !important;
		letter-spacing: 1px !important;
		color: #00427a !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: 20px;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #222 !important;
	font-weight: 400;
	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: 20px !important;
		line-height: 30px !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: 20px !important;
		line-height: 30px !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: 34px;
	line-height: 38px;
	letter-spacing: 1px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	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: 40px;
		line-height: 44px;
		letter-spacing: 0.9px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@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: 60px;
		line-height: 62px;
		letter-spacing: 0.9px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@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: 70px;
		line-height: 83px;
		letter-spacing: 0.9px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@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: 26px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	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: 42px;
		line-height: 48px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@media screen and (min-width:1440px) {
	.node--type-hero.low .hero-title,.node--type-hero.low .hero-title a {
		font-size: 60px;
		line-height: 62px;
		letter-spacing: 0.9px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@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: 20px 0
	}
}

.node--type-infographics .carousel-indicators {
	position: relative
}

.node--type-infographics .carousel-indicators li {
	background: #00427a;
	margin: 1px 10px
}

.node--type-infographics .carousel-indicators li.active {
	background: #00427a;
	height: 10px;
	width: 10px;
	border: 1px solid #fff;
	position: relative;
	top: -1px;
	margin: 0px 10px
}

.node--type-infographics .carousel-indicators li.active:before {
	content: ' ';
	height: 12px;
	width: 12px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -1;
	background: #fff;
	border: 1px solid #00427a;
	border-radius: 12px
}

@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: 100px
}

.node--type-infographics .carousel .carousel-inner .item article {
	max-width: 300px;
	margin: 20px 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>.field--item {
	text-align: center
}

.node--type-infographics .field--name-field-items.full-view>.field--item:after {
	content: ' ';
	display: inline-block;
	height: 100px;
	width: 1px;
	border-left: 1px solid #51C8E8;
	-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>.field--item:first-child .node--type-infographic {
	padding-left: 0
}

.node--type-infographics .field--name-field-items.full-view>.field--item:last-child:after {
	display: none
}

.node--type-infographics .field--name-field-items.full-view>.field--item:last-child .node--type-infographic {
	padding-right: 0
}

.node--type-infographics .field--name-field-items.full-view>.field--item .node--type-infographic {
	display: inline-block;
	padding: 0 15px
}

.node--type-infographics .field--name-field-items.full-view>.field--item .node--type-infographic .content {
	max-width: 225px;
	margin: 0 auto
}

.node--type-infographics .field--name-field-items.full-view>.field--item:last-child article:after {
	display: none
}

.node--type-infographics .field--name-field-items.full-view.items-count-1>.field--item:first-child {
	margin-left: 37.5% !important
}

.node--type-infographics .field--name-field-items.full-view.items-count-2>.field--item:first-child {
	margin-left: 25% !important
}

.node--type-infographics .field--name-field-items.full-view.items-count-3>.field--item:first-child {
	margin-left: 12.5% !important
}

.node--type-infographics .field--name-field-prefix {
	display: inline-block;
	font-size: 22px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

@media screen and (min-width:1024px) {
	.node--type-infographics .field--name-field-prefix {
		font-size: 30px;
		line-height: 45px
	}
}

.node--type-infographics .field--name-field-number,.node--type-infographics .field--name-field-info {
	display: none;
	font-size: 26px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	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: 42px;
		line-height: 48px
	}
}

@media screen and (min-width:1440px) {
	.node--type-infographics .field--name-field-number,.node--type-infographics .field--name-field-info {
		font-size: 60px;
		line-height: 62px
	}
}

.node--type-infographics .field--name-field-suffix {
	display: inline-block;
	font-size: 22px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

@media screen and (min-width:1024px) {
	.node--type-infographics .field--name-field-suffix {
		font-size: 30px;
		line-height: 45px
	}
}

.node--type-infographics .field--name-field-text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #00427a
}

.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:before,.view:after,.view-content:before,.view-content:after,.field--name-field-liftup:before,.field--name-field-liftup:after,.field--name-field-products:before,.field--name-field-products:after {
	content: " ";
	display: table
}

.view:after,.view-content:after,.field--name-field-liftup:after,.field--name-field-products:after {
	clear: both
}

.view .views-row,.view>.field--item,.view-content .views-row,.view-content>.field--item,.field--name-field-liftup .views-row,.field--name-field-liftup>.field--item,.field--name-field-products .views-row,.field--name-field-products>.field--item {
	padding-bottom: 20px
}

@media screen and (max-width:659px) {
[	id^='block-views-block-industries-innovation-'] .view .views-row,.block-views-blocklatest-news-liftups .view .views-row,.block-views-blocklatest-news-liftups-local-language .view .views-row,.node--type-side-by-side-liftup .view .views-row,[id^='block-views-block-industries-innovation-'] .view>.field--item,.block-views-blocklatest-news-liftups .view>.field--item,.block-views-blocklatest-news-liftups-local-language .view>.field--item,.node--type-side-by-side-liftup .view>.field--item,[id^='block-views-block-industries-innovation-'] .view-content .views-row,.block-views-blocklatest-news-liftups .view-content .views-row,.block-views-blocklatest-news-liftups-local-language .view-content .views-row,.node--type-side-by-side-liftup .view-content .views-row,[id^='block-views-block-industries-innovation-'] .view-content>.field--item,.block-views-blocklatest-news-liftups .view-content>.field--item,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item,.node--type-side-by-side-liftup .view-content>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row,.node--type-side-by-side-liftup .field--name-field-liftup .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row,.block-views-blocklatest-news-liftups .field--name-field-products .views-row,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row,.node--type-side-by-side-liftup .field--name-field-products .views-row,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item,.node--type-side-by-side-liftup .field--name-field-products>.field--item {
		padding-right: 5px;
		padding-left: 5px
	}
}[id^='block-views-block-industries-innovation-'] .view .views-row article .content,.block-views-blocklatest-news-liftups .view .views-row article .content,.block-views-blocklatest-news-liftups-local-language .view .views-row article .content,.node--type-side-by-side-liftup .view .views-row article .content,[id^='block-views-block-industries-innovation-'] .view>.field--item article .content,.block-views-blocklatest-news-liftups .view>.field--item article .content,.block-views-blocklatest-news-liftups-local-language .view>.field--item article .content,.node--type-side-by-side-liftup .view>.field--item article .content,[id^='block-views-block-industries-innovation-'] .view-content .views-row article .content,.block-views-blocklatest-news-liftups .view-content .views-row article .content,.block-views-blocklatest-news-liftups-local-language .view-content .views-row article .content,.node--type-side-by-side-liftup .view-content .views-row article .content,[id^='block-views-block-industries-innovation-'] .view-content>.field--item article .content,.block-views-blocklatest-news-liftups .view-content>.field--item article .content,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item article .content,.node--type-side-by-side-liftup .view-content>.field--item article .content,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row article .content,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row article .content,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row article .content,.node--type-side-by-side-liftup .field--name-field-liftup .views-row article .content,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item article .content,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item article .content,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item article .content,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item article .content,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row article .content,.block-views-blocklatest-news-liftups .field--name-field-products .views-row article .content,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row article .content,.node--type-side-by-side-liftup .field--name-field-products .views-row article .content,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item article .content,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item article .content,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item article .content,.node--type-side-by-side-liftup .field--name-field-products>.field--item article .content {
	padding: 20px 20px 0 20px;
	padding-bottom: 10px;
	margin-bottom: 1px
}[id^='block-views-block-industries-innovation-'] .view .views-row article .read-more,.block-views-blocklatest-news-liftups .view .views-row article .read-more,.block-views-blocklatest-news-liftups-local-language .view .views-row article .read-more,.node--type-side-by-side-liftup .view .views-row article .read-more,[id^='block-views-block-industries-innovation-'] .view>.field--item article .read-more,.block-views-blocklatest-news-liftups .view>.field--item article .read-more,.block-views-blocklatest-news-liftups-local-language .view>.field--item article .read-more,.node--type-side-by-side-liftup .view>.field--item article .read-more,[id^='block-views-block-industries-innovation-'] .view-content .views-row article .read-more,.block-views-blocklatest-news-liftups .view-content .views-row article .read-more,.block-views-blocklatest-news-liftups-local-language .view-content .views-row article .read-more,.node--type-side-by-side-liftup .view-content .views-row article .read-more,[id^='block-views-block-industries-innovation-'] .view-content>.field--item article .read-more,.block-views-blocklatest-news-liftups .view-content>.field--item article .read-more,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item article .read-more,.node--type-side-by-side-liftup .view-content>.field--item article .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row article .read-more,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row article .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row article .read-more,.node--type-side-by-side-liftup .field--name-field-liftup .views-row article .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item article .read-more,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item article .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item article .read-more,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item article .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row article .read-more,.block-views-blocklatest-news-liftups .field--name-field-products .views-row article .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row article .read-more,.node--type-side-by-side-liftup .field--name-field-products .views-row article .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item article .read-more,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item article .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item article .read-more,.node--type-side-by-side-liftup .field--name-field-products>.field--item article .read-more {
	color: #00427a;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	background: #fff;
	bottom: 0;
	-webkit-box-shadow: 0px 0px 13px 13px #fff;
	box-shadow: 0px 0px 13px 13px #fff;
	left: 20px;
	padding-bottom: 10px;
	position: absolute;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: 1;
	width: 100%
}[id^='block-views-block-industries-innovation-'] .view .views-row article.hover .read-more,.block-views-blocklatest-news-liftups .view .views-row article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .view .views-row article.hover .read-more,.node--type-side-by-side-liftup .view .views-row article.hover .read-more,[id^='block-views-block-industries-innovation-'] .view>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups .view>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .view>.field--item article.hover .read-more,.node--type-side-by-side-liftup .view>.field--item article.hover .read-more,[id^='block-views-block-industries-innovation-'] .view-content .views-row article.hover .read-more,.block-views-blocklatest-news-liftups .view-content .views-row article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .view-content .views-row article.hover .read-more,.node--type-side-by-side-liftup .view-content .views-row article.hover .read-more,[id^='block-views-block-industries-innovation-'] .view-content>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups .view-content>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .view-content>.field--item article.hover .read-more,.node--type-side-by-side-liftup .view-content>.field--item article.hover .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup .views-row article.hover .read-more,.block-views-blocklatest-news-liftups .field--name-field-liftup .views-row article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup .views-row article.hover .read-more,.node--type-side-by-side-liftup .field--name-field-liftup .views-row article.hover .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-liftup>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups .field--name-field-liftup>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-liftup>.field--item article.hover .read-more,.node--type-side-by-side-liftup .field--name-field-liftup>.field--item article.hover .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-products .views-row article.hover .read-more,.block-views-blocklatest-news-liftups .field--name-field-products .views-row article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-products .views-row article.hover .read-more,.node--type-side-by-side-liftup .field--name-field-products .views-row article.hover .read-more,[id^='block-views-block-industries-innovation-'] .field--name-field-products>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups .field--name-field-products>.field--item article.hover .read-more,.block-views-blocklatest-news-liftups-local-language .field--name-field-products>.field--item article.hover .read-more,.node--type-side-by-side-liftup .field--name-field-products>.field--item article.hover .read-more {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	background: #007291;
	-webkit-box-shadow: 0px 0px 13px 13px #007291;
	box-shadow: 0px 0px 13px 13px #007291
}

@media screen and (max-width:659px) {
	.node--type-product-cards .view .views-row,.node--type-product-cards .view>.field--item,.node--type-product-cards .view-content .views-row,.node--type-product-cards .view-content>.field--item,.node--type-product-cards .field--name-field-liftup .views-row,.node--type-product-cards .field--name-field-liftup>.field--item,.node--type-product-cards .field--name-field-products .views-row,.node--type-product-cards .field--name-field-products>.field--item {
		padding-right: 5px;
		padding-left: 5px
	}
}

.node--type-product-cards .view .views-row article .content,.node--type-product-cards .view>.field--item article .content,.node--type-product-cards .view-content .views-row article .content,.node--type-product-cards .view-content>.field--item article .content,.node--type-product-cards .field--name-field-liftup .views-row article .content,.node--type-product-cards .field--name-field-liftup>.field--item article .content,.node--type-product-cards .field--name-field-products .views-row article .content,.node--type-product-cards .field--name-field-products>.field--item article .content {
	padding: 20px;
	margin-bottom: 25px
}

#block-views-block-stories-block-1 .view .views-row article .content,#block-views-block-stories-block-industry-stories .view .views-row article .content,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .content,#block-views-block-measurement-stories .view .views-row article .content,#block-views-block-measurement-stories-local .view .views-row article .content,.view-contact-finder .view .views-row article .content,.view-id-stories .view .views-row article .content,.view-id-related_events .view .views-row article .content,#block-views-block-stories-block-1 .view>.field--item article .content,#block-views-block-stories-block-industry-stories .view>.field--item article .content,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .content,#block-views-block-measurement-stories .view>.field--item article .content,#block-views-block-measurement-stories-local .view>.field--item article .content,.view-contact-finder .view>.field--item article .content,.view-id-stories .view>.field--item article .content,.view-id-related_events .view>.field--item article .content,#block-views-block-stories-block-1 .view-content .views-row article .content,#block-views-block-stories-block-industry-stories .view-content .views-row article .content,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .content,#block-views-block-measurement-stories .view-content .views-row article .content,#block-views-block-measurement-stories-local .view-content .views-row article .content,.view-contact-finder .view-content .views-row article .content,.view-id-stories .view-content .views-row article .content,.view-id-related_events .view-content .views-row article .content,#block-views-block-stories-block-1 .view-content>.field--item article .content,#block-views-block-stories-block-industry-stories .view-content>.field--item article .content,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .content,#block-views-block-measurement-stories .view-content>.field--item article .content,#block-views-block-measurement-stories-local .view-content>.field--item article .content,.view-contact-finder .view-content>.field--item article .content,.view-id-stories .view-content>.field--item article .content,.view-id-related_events .view-content>.field--item article .content,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .content,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .content,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .content,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .content,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .content,.view-contact-finder .field--name-field-liftup .views-row article .content,.view-id-stories .field--name-field-liftup .views-row article .content,.view-id-related_events .field--name-field-liftup .views-row article .content,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .content,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .content,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .content,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .content,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .content,.view-contact-finder .field--name-field-liftup>.field--item article .content,.view-id-stories .field--name-field-liftup>.field--item article .content,.view-id-related_events .field--name-field-liftup>.field--item article .content,#block-views-block-stories-block-1 .field--name-field-products .views-row article .content,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .content,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .content,#block-views-block-measurement-stories .field--name-field-products .views-row article .content,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .content,.view-contact-finder .field--name-field-products .views-row article .content,.view-id-stories .field--name-field-products .views-row article .content,.view-id-related_events .field--name-field-products .views-row article .content,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .content,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .content,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .content,#block-views-block-measurement-stories .field--name-field-products>.field--item article .content,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .content,.view-contact-finder .field--name-field-products>.field--item article .content,.view-id-stories .field--name-field-products>.field--item article .content,.view-id-related_events .field--name-field-products>.field--item article .content {
	padding: 20px;
	padding-bottom: 35px;
	margin-bottom: 5px
}

#block-views-block-stories-block-1 .view .views-row article .read-more,#block-views-block-stories-block-industry-stories .view .views-row article .read-more,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .read-more,#block-views-block-measurement-stories .view .views-row article .read-more,#block-views-block-measurement-stories-local .view .views-row article .read-more,.view-contact-finder .view .views-row article .read-more,.view-id-stories .view .views-row article .read-more,.view-id-related_events .view .views-row article .read-more,#block-views-block-stories-block-1 .view>.field--item article .read-more,#block-views-block-stories-block-industry-stories .view>.field--item article .read-more,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .read-more,#block-views-block-measurement-stories .view>.field--item article .read-more,#block-views-block-measurement-stories-local .view>.field--item article .read-more,.view-contact-finder .view>.field--item article .read-more,.view-id-stories .view>.field--item article .read-more,.view-id-related_events .view>.field--item article .read-more,#block-views-block-stories-block-1 .view-content .views-row article .read-more,#block-views-block-stories-block-industry-stories .view-content .views-row article .read-more,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .read-more,#block-views-block-measurement-stories .view-content .views-row article .read-more,#block-views-block-measurement-stories-local .view-content .views-row article .read-more,.view-contact-finder .view-content .views-row article .read-more,.view-id-stories .view-content .views-row article .read-more,.view-id-related_events .view-content .views-row article .read-more,#block-views-block-stories-block-1 .view-content>.field--item article .read-more,#block-views-block-stories-block-industry-stories .view-content>.field--item article .read-more,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .read-more,#block-views-block-measurement-stories .view-content>.field--item article .read-more,#block-views-block-measurement-stories-local .view-content>.field--item article .read-more,.view-contact-finder .view-content>.field--item article .read-more,.view-id-stories .view-content>.field--item article .read-more,.view-id-related_events .view-content>.field--item article .read-more,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .read-more,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .read-more,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .read-more,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .read-more,.view-contact-finder .field--name-field-liftup .views-row article .read-more,.view-id-stories .field--name-field-liftup .views-row article .read-more,.view-id-related_events .field--name-field-liftup .views-row article .read-more,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .read-more,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .read-more,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .read-more,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .read-more,.view-contact-finder .field--name-field-liftup>.field--item article .read-more,.view-id-stories .field--name-field-liftup>.field--item article .read-more,.view-id-related_events .field--name-field-liftup>.field--item article .read-more,#block-views-block-stories-block-1 .field--name-field-products .views-row article .read-more,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .read-more,#block-views-block-measurement-stories .field--name-field-products .views-row article .read-more,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .read-more,.view-contact-finder .field--name-field-products .views-row article .read-more,.view-id-stories .field--name-field-products .views-row article .read-more,.view-id-related_events .field--name-field-products .views-row article .read-more,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .read-more,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .read-more,#block-views-block-measurement-stories .field--name-field-products>.field--item article .read-more,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .read-more,.view-contact-finder .field--name-field-products>.field--item article .read-more,.view-id-stories .field--name-field-products>.field--item article .read-more,.view-id-related_events .field--name-field-products>.field--item article .read-more {
	background: white;
	-webkit-box-shadow: 0px 0px 10px 6px #fff;
	box-shadow: 0px 0px 10px 6px #fff;
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
	text-indent: -9999em;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	width: 100%
}

#block-views-block-stories-block-1 .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .read-more:after,#block-views-block-measurement-stories .view .views-row article .read-more:after,#block-views-block-measurement-stories-local .view .views-row article .read-more:after,.view-contact-finder .view .views-row article .read-more:after,.view-id-stories .view .views-row article .read-more:after,.view-id-related_events .view .views-row article .read-more:after,#block-views-block-stories-block-1 .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .read-more:after,#block-views-block-measurement-stories .view>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article .read-more:after,.view-contact-finder .view>.field--item article .read-more:after,.view-id-stories .view>.field--item article .read-more:after,.view-id-related_events .view>.field--item article .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .read-more:after,#block-views-block-measurement-stories .view-content .views-row article .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article .read-more:after,.view-contact-finder .view-content .views-row article .read-more:after,.view-id-stories .view-content .views-row article .read-more:after,.view-id-related_events .view-content .views-row article .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article .read-more:after,.view-contact-finder .view-content>.field--item article .read-more:after,.view-id-stories .view-content>.field--item article .read-more:after,.view-id-related_events .view-content>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article .read-more:after,.view-id-stories .field--name-field-liftup .views-row article .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .read-more:after,.view-contact-finder .field--name-field-products .views-row article .read-more:after,.view-id-stories .field--name-field-products .views-row article .read-more:after,.view-id-related_events .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .read-more:after,.view-contact-finder .field--name-field-products>.field--item article .read-more:after,.view-id-stories .field--name-field-products>.field--item article .read-more:after,.view-id-related_events .field--name-field-products>.field--item article .read-more:after {
	bottom: 20px;
	margin-bottom: 0;
	position: absolute;
	right: 10px
}

#block-views-block-stories-block-1 .view .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories .view .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .read-more,#block-views-block-measurement-stories .view .views-row article.hover .read-more,#block-views-block-measurement-stories-local .view .views-row article.hover .read-more,.view-contact-finder .view .views-row article.hover .read-more,.view-id-stories .view .views-row article.hover .read-more,.view-id-related_events .view .views-row article.hover .read-more,#block-views-block-stories-block-1 .view>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .read-more,#block-views-block-measurement-stories .view>.field--item article.hover .read-more,#block-views-block-measurement-stories-local .view>.field--item article.hover .read-more,.view-contact-finder .view>.field--item article.hover .read-more,.view-id-stories .view>.field--item article.hover .read-more,.view-id-related_events .view>.field--item article.hover .read-more,#block-views-block-stories-block-1 .view-content .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .read-more,#block-views-block-measurement-stories .view-content .views-row article.hover .read-more,#block-views-block-measurement-stories-local .view-content .views-row article.hover .read-more,.view-contact-finder .view-content .views-row article.hover .read-more,.view-id-stories .view-content .views-row article.hover .read-more,.view-id-related_events .view-content .views-row article.hover .read-more,#block-views-block-stories-block-1 .view-content>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .read-more,#block-views-block-measurement-stories .view-content>.field--item article.hover .read-more,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .read-more,.view-contact-finder .view-content>.field--item article.hover .read-more,.view-id-stories .view-content>.field--item article.hover .read-more,.view-id-related_events .view-content>.field--item article.hover .read-more,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .read-more,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .read-more,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .read-more,.view-contact-finder .field--name-field-liftup .views-row article.hover .read-more,.view-id-stories .field--name-field-liftup .views-row article.hover .read-more,.view-id-related_events .field--name-field-liftup .views-row article.hover .read-more,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .read-more,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .read-more,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .read-more,.view-contact-finder .field--name-field-liftup>.field--item article.hover .read-more,.view-id-stories .field--name-field-liftup>.field--item article.hover .read-more,.view-id-related_events .field--name-field-liftup>.field--item article.hover .read-more,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .read-more,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .read-more,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .read-more,.view-contact-finder .field--name-field-products .views-row article.hover .read-more,.view-id-stories .field--name-field-products .views-row article.hover .read-more,.view-id-related_events .field--name-field-products .views-row article.hover .read-more,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .read-more,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .read-more,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .read-more,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .read-more,.view-contact-finder .field--name-field-products>.field--item article.hover .read-more,.view-id-stories .field--name-field-products>.field--item article.hover .read-more,.view-id-related_events .field--name-field-products>.field--item article.hover .read-more {
	-webkit-box-shadow: 0px 0px 10px 6px #007291;
	box-shadow: 0px 0px 10px 6px #007291;
	background: #007291
}

.view .views-row article.node--view-mode-liftup:not(.node--type-contact_card),.view .views-row article.node--view-mode-card,.view>.field--item article.node--view-mode-liftup:not(.node--type-contact_card),.view>.field--item article.node--view-mode-card,.view-content .views-row article.node--view-mode-liftup:not(.node--type-contact_card),.view-content .views-row article.node--view-mode-card,.view-content>.field--item article.node--view-mode-liftup:not(.node--type-contact_card),.view-content>.field--item article.node--view-mode-card,.field--name-field-liftup .views-row article.node--view-mode-liftup:not(.node--type-contact_card),.field--name-field-liftup .views-row article.node--view-mode-card,.field--name-field-liftup>.field--item article.node--view-mode-liftup:not(.node--type-contact_card),.field--name-field-liftup>.field--item article.node--view-mode-card,.field--name-field-products .views-row article.node--view-mode-liftup:not(.node--type-contact_card),.field--name-field-products .views-row article.node--view-mode-card,.field--name-field-products>.field--item article.node--view-mode-liftup:not(.node--type-contact_card),.field--name-field-products>.field--item article.node--view-mode-card {
	padding-bottom: 40px
}

.view .views-row article.node--view-mode-liftup,.view .views-row article.node--view-mode-card,.view .views-row article.node--view-mode-liftup-contact-card,.view>.field--item article.node--view-mode-liftup,.view>.field--item article.node--view-mode-card,.view>.field--item article.node--view-mode-liftup-contact-card,.view-content .views-row article.node--view-mode-liftup,.view-content .views-row article.node--view-mode-card,.view-content .views-row article.node--view-mode-liftup-contact-card,.view-content>.field--item article.node--view-mode-liftup,.view-content>.field--item article.node--view-mode-card,.view-content>.field--item article.node--view-mode-liftup-contact-card,.field--name-field-liftup .views-row article.node--view-mode-liftup,.field--name-field-liftup .views-row article.node--view-mode-card,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card,.field--name-field-liftup>.field--item article.node--view-mode-liftup,.field--name-field-liftup>.field--item article.node--view-mode-card,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card,.field--name-field-products .views-row article.node--view-mode-liftup,.field--name-field-products .views-row article.node--view-mode-card,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card,.field--name-field-products>.field--item article.node--view-mode-liftup,.field--name-field-products>.field--item article.node--view-mode-card,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card {
	border: 1px solid #d8d8d8;
	background: #fff;
	max-height: none;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.view .views-row article.node--view-mode-liftup.card-theme-ocean,.view .views-row article.node--view-mode-card.card-theme-ocean,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean,.view>.field--item article.node--view-mode-liftup.card-theme-ocean,.view>.field--item article.node--view-mode-card.card-theme-ocean,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean,.view-content .views-row article.node--view-mode-card.card-theme-ocean,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean,.view-content>.field--item article.node--view-mode-card.card-theme-ocean,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean {
	background: #00427a
}

.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content h2,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-card.card-theme-ocean>.content h2 a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .field,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .field--label,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .field a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content h2,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content h2 a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .field,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .field--label,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content h2,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content h2 a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .field,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .field--label,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .field a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content h2,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content h2 a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .field,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .field--label,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content h2,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content h2 a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .field,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .field--label,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .field a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content h2,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content h2 a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .field,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .field--label,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content h2,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content h2 a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .field,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .field--label,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .field a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content h2 a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field--label,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content h2,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content h2 a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .field,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .field--label,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content h2 a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .month a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .day a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .time a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event .date .year a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .month a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .month a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .day a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .day a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .time a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .time a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .node--type-case .date .year a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .year a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field--label,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a {
	color: #fff !important
}

.view .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.view .views-row article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.view .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover,.view>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.view>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.view>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover,.view-content .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.view-content .views-row article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.view-content .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover,.view-content>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.view-content>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.view-content>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover,.field--name-field-liftup .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.field--name-field-liftup .views-row article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover,.field--name-field-liftup>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.field--name-field-liftup>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover,.field--name-field-products .views-row article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.field--name-field-products .views-row article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover,.field--name-field-products>.field--item article.node--view-mode-liftup.card-theme-ocean>.content .field a:hover,.field--name-field-products>.field--item article.node--view-mode-card.card-theme-ocean>.content .field a:hover,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.card-theme-ocean>.content .field a:hover {
	color: #51C8E8 !important
}

.view .views-row article.node--view-mode-liftup.hover,.view .views-row article.node--view-mode-card.hover,.view .views-row article.node--view-mode-liftup-contact-card.hover,.view>.field--item article.node--view-mode-liftup.hover,.view>.field--item article.node--view-mode-card.hover,.view>.field--item article.node--view-mode-liftup-contact-card.hover,.view-content .views-row article.node--view-mode-liftup.hover,.view-content .views-row article.node--view-mode-card.hover,.view-content .views-row article.node--view-mode-liftup-contact-card.hover,.view-content>.field--item article.node--view-mode-liftup.hover,.view-content>.field--item article.node--view-mode-card.hover,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover,.field--name-field-liftup .views-row article.node--view-mode-card.hover,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover,.field--name-field-liftup>.field--item article.node--view-mode-card.hover,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover,.field--name-field-products .views-row article.node--view-mode-liftup.hover,.field--name-field-products .views-row article.node--view-mode-card.hover,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover,.field--name-field-products>.field--item article.node--view-mode-liftup.hover,.field--name-field-products>.field--item article.node--view-mode-card.hover,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover {
	background: #00427a;
	cursor: pointer
}

.view .views-row article.node--view-mode-liftup.hover h2,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .month,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .day,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .time,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .year,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .month,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .day,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .time,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .year,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .month,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .day,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .time,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .year,.view .views-row article.node--view-mode-liftup.hover h2 a,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .month a,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .day a,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .time a,.view .views-row article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .view .views-row article.node--view-mode-liftup.hover .year a,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .month a,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .day a,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .time a,.view .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup.hover .year a,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .month a,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .day a,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .time a,.view .views-row article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .view .views-row article.node--view-mode-liftup.hover .year a,.view .views-row article.node--view-mode-liftup.hover .field--name-body,.view .views-row article.node--view-mode-card.hover h2,.view .views-row article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .view .views-row article.node--view-mode-card.hover .month,.view .views-row article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .view .views-row article.node--view-mode-card.hover .day,.view .views-row article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .view .views-row article.node--view-mode-card.hover .time,.view .views-row article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .view .views-row article.node--view-mode-card.hover .year,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .month,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .day,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .time,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .year,.view .views-row article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .view .views-row article.node--view-mode-card.hover .month,.view .views-row article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .view .views-row article.node--view-mode-card.hover .day,.view .views-row article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .view .views-row article.node--view-mode-card.hover .time,.view .views-row article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .view .views-row article.node--view-mode-card.hover .year,.view .views-row article.node--view-mode-card.hover h2 a,.view .views-row article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .view .views-row article.node--view-mode-card.hover .month a,.view .views-row article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .view .views-row article.node--view-mode-card.hover .day a,.view .views-row article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .view .views-row article.node--view-mode-card.hover .time a,.view .views-row article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .view .views-row article.node--view-mode-card.hover .year a,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .month a,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .day a,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .time a,.view .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view .views-row article.node--view-mode-card.hover .year a,.view .views-row article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .view .views-row article.node--view-mode-card.hover .month a,.view .views-row article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .view .views-row article.node--view-mode-card.hover .day a,.view .views-row article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .view .views-row article.node--view-mode-card.hover .time a,.view .views-row article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .view .views-row article.node--view-mode-card.hover .year a,.view .views-row article.node--view-mode-card.hover .field--name-body,.view .views-row article.node--view-mode-liftup-contact-card.hover h2,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .month,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .day,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .time,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .year,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .month,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .day,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .time,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .year,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .month,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .day,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .time,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .year,.view .views-row article.node--view-mode-liftup-contact-card.hover h2 a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .month a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .day a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .time a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .view .views-row article.node--view-mode-liftup-contact-card.hover .year a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .month a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .day a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .time a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view .views-row article.node--view-mode-liftup-contact-card.hover .year a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .month a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .day a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .time a,.view .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .view .views-row article.node--view-mode-liftup-contact-card.hover .year a,.view .views-row article.node--view-mode-liftup-contact-card.hover .field--name-body,.view>.field--item article.node--view-mode-liftup.hover h2,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .month,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .day,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .time,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .year,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .month,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .day,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .time,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .year,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .month,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .day,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .time,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .year,.view>.field--item article.node--view-mode-liftup.hover h2 a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .month a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .day a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .time a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .view>.field--item article.node--view-mode-liftup.hover .year a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .month a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .day a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .time a,.view>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup.hover .year a,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .month a,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .day a,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .time a,.view>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .view>.field--item article.node--view-mode-liftup.hover .year a,.view>.field--item article.node--view-mode-liftup.hover .field--name-body,.view>.field--item article.node--view-mode-card.hover h2,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .month,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .day,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .time,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .year,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .month,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .day,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .time,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .year,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .month,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .day,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .time,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .year,.view>.field--item article.node--view-mode-card.hover h2 a,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .month a,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .day a,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .time a,.view>.field--item article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .view>.field--item article.node--view-mode-card.hover .year a,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .month a,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .day a,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .time a,.view>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-card.hover .year a,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .month a,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .day a,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .time a,.view>.field--item article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .view>.field--item article.node--view-mode-card.hover .year a,.view>.field--item article.node--view-mode-card.hover .field--name-body,.view>.field--item article.node--view-mode-liftup-contact-card.hover h2,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .month,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .day,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .time,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .year,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .month,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .day,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .time,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .year,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .month,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .day,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .time,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .year,.view>.field--item article.node--view-mode-liftup-contact-card.hover h2 a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .view>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.view>.field--item article.node--view-mode-liftup-contact-card.hover .field--name-body,.view-content .views-row article.node--view-mode-liftup.hover h2,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .month,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .day,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .time,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .year,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .month,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .day,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .time,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .year,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .month,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .day,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .time,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .year,.view-content .views-row article.node--view-mode-liftup.hover h2 a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .month a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .day a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .time a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup.hover .year a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .month a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .day a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .time a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup.hover .year a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .month a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .day a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .time a,.view-content .views-row article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup.hover .year a,.view-content .views-row article.node--view-mode-liftup.hover .field--name-body,.view-content .views-row article.node--view-mode-card.hover h2,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .month,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .day,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .time,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .year,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .month,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .day,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .time,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .year,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .month,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .day,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .time,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .year,.view-content .views-row article.node--view-mode-card.hover h2 a,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .month a,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .day a,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .time a,.view-content .views-row article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .view-content .views-row article.node--view-mode-card.hover .year a,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .month a,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .day a,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .time a,.view-content .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-card.hover .year a,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .month a,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .day a,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .time a,.view-content .views-row article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .view-content .views-row article.node--view-mode-card.hover .year a,.view-content .views-row article.node--view-mode-card.hover .field--name-body,.view-content .views-row article.node--view-mode-liftup-contact-card.hover h2,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .month,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .day,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .time,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .year,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .month,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .day,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .time,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .year,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .month,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .day,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .time,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .year,.view-content .views-row article.node--view-mode-liftup-contact-card.hover h2 a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .month a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .day a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .time a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .year a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .month a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .day a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .time a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .year a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .month a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .day a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .time a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .view-content .views-row article.node--view-mode-liftup-contact-card.hover .year a,.view-content .views-row article.node--view-mode-liftup-contact-card.hover .field--name-body,.view-content>.field--item article.node--view-mode-liftup.hover h2,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .month,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .day,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .time,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .year,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .month,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .day,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .time,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .year,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .month,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .day,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .time,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .year,.view-content>.field--item article.node--view-mode-liftup.hover h2 a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .month a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .day a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .time a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup.hover .year a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .month a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .day a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .time a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup.hover .year a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .month a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .day a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .time a,.view-content>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup.hover .year a,.view-content>.field--item article.node--view-mode-liftup.hover .field--name-body,.view-content>.field--item article.node--view-mode-card.hover h2,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .month,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .day,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .time,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .year,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .month,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .day,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .time,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .year,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .month,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .day,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .time,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .year,.view-content>.field--item article.node--view-mode-card.hover h2 a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .month a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .day a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .time a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .view-content>.field--item article.node--view-mode-card.hover .year a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .month a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .day a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .time a,.view-content>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-card.hover .year a,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .month a,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .day a,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .time a,.view-content>.field--item article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .view-content>.field--item article.node--view-mode-card.hover .year a,.view-content>.field--item article.node--view-mode-card.hover .field--name-body,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover h2,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .month,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .day,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .time,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .year,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .month,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .day,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .time,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .year,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .month,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .day,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .time,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .year,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover h2 a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .view-content>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.view-content>.field--item article.node--view-mode-liftup-contact-card.hover .field--name-body,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover h2,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .month,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .day,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .time,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .year,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .month,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .day,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .time,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .year,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .month,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .day,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .time,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .year,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover h2 a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup.hover .field--name-body,.field--name-field-liftup .views-row article.node--view-mode-card.hover h2,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .month,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .day,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .time,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .year,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .month,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .day,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .time,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .year,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .month,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .day,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .time,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .year,.field--name-field-liftup .views-row article.node--view-mode-card.hover h2 a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-card.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-card.hover .field--name-body,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover h2,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover h2 a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card.hover .field--name-body,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover h2,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover h2 a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup.hover .field--name-body,.field--name-field-liftup>.field--item article.node--view-mode-card.hover h2,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-card.hover h2 a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-card.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-card.hover .field--name-body,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover h2,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover h2 a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card.hover .field--name-body,.field--name-field-products .views-row article.node--view-mode-liftup.hover h2,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .month,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .day,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .time,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .year,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .month,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .day,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .time,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .year,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .month,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .day,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .time,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .year,.field--name-field-products .views-row article.node--view-mode-liftup.hover h2 a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .month a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .day a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .time a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .year a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .month a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .day a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .time a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .year a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .month a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .day a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .time a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup.hover .year a,.field--name-field-products .views-row article.node--view-mode-liftup.hover .field--name-body,.field--name-field-products .views-row article.node--view-mode-card.hover h2,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .month,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .day,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .time,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .year,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .month,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .day,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .time,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .year,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .month,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .day,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .time,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .year,.field--name-field-products .views-row article.node--view-mode-card.hover h2 a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .month a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .day a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .time a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-card.hover .year a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .month a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .day a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .time a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-card.hover .year a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .month a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .day a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .time a,.field--name-field-products .views-row article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-card.hover .year a,.field--name-field-products .views-row article.node--view-mode-card.hover .field--name-body,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover h2,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover h2 a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card.hover .field--name-body,.field--name-field-products>.field--item article.node--view-mode-liftup.hover h2,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .month,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .day,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .time,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .year,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .month,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .day,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .time,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .year,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .month,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .day,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .time,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .year,.field--name-field-products>.field--item article.node--view-mode-liftup.hover h2 a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .month a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .day a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .time a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .year a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .month a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .day a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .time a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .year a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .month a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .day a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .time a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup.hover .year a,.field--name-field-products>.field--item article.node--view-mode-liftup.hover .field--name-body,.field--name-field-products>.field--item article.node--view-mode-card.hover h2,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .month,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .day,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .time,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .year,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .month,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .day,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .time,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .year,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .month,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .day,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .time,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .year,.field--name-field-products>.field--item article.node--view-mode-card.hover h2 a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .month a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .day a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .time a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-card.hover .year a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .month a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .day a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .time a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-card.hover .year a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .month a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .day a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .time a,.field--name-field-products>.field--item article.node--view-mode-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-card.hover .year a,.field--name-field-products>.field--item article.node--view-mode-card.hover .field--name-body,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover h2,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .month,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .day,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .time,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .year,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover h2 a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .month a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .day a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .time a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event .date .year a,.node--type-event .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .month a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .month a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .day a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .day a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .time a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .time a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .node--type-case .date .year a,.node--type-case .date .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .year a,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card.hover .field--name-body {
	color: #fff !important
}

.module-background .view .views-row article.node--view-mode-liftup,.module-background .view .views-row article.node--view-mode-card,.module-background .view .views-row article.node--view-mode-liftup-contact-card,.module-background .view>.field--item article.node--view-mode-liftup,.module-background .view>.field--item article.node--view-mode-card,.module-background .view>.field--item article.node--view-mode-liftup-contact-card,.module-background .view-content .views-row article.node--view-mode-liftup,.module-background .view-content .views-row article.node--view-mode-card,.module-background .view-content .views-row article.node--view-mode-liftup-contact-card,.module-background .view-content>.field--item article.node--view-mode-liftup,.module-background .view-content>.field--item article.node--view-mode-card,.module-background .view-content>.field--item article.node--view-mode-liftup-contact-card,.module-background .field--name-field-liftup .views-row article.node--view-mode-liftup,.module-background .field--name-field-liftup .views-row article.node--view-mode-card,.module-background .field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card,.module-background .field--name-field-liftup>.field--item article.node--view-mode-liftup,.module-background .field--name-field-liftup>.field--item article.node--view-mode-card,.module-background .field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card,.module-background .field--name-field-products .views-row article.node--view-mode-liftup,.module-background .field--name-field-products .views-row article.node--view-mode-card,.module-background .field--name-field-products .views-row article.node--view-mode-liftup-contact-card,.module-background .field--name-field-products>.field--item article.node--view-mode-liftup,.module-background .field--name-field-products>.field--item article.node--view-mode-card,.module-background .field--name-field-products>.field--item article.node--view-mode-liftup-contact-card {
	border: 0 none
}

.view .views-row article.node--view-mode-liftup-contact-card>.content,.view>.field--item article.node--view-mode-liftup-contact-card>.content,.view-content .views-row article.node--view-mode-liftup-contact-card>.content,.view-content>.field--item article.node--view-mode-liftup-contact-card>.content,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card>.content,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card>.content,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card>.content,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card>.content {
	padding-top: 10px !important
}

.view .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image,.view .views-row article.node--view-mode-liftup-contact-card .liftup-icon,.view>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image,.view>.field--item article.node--view-mode-liftup-contact-card .liftup-icon,.view-content .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image,.view-content .views-row article.node--view-mode-liftup-contact-card .liftup-icon,.view-content>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image,.view-content>.field--item article.node--view-mode-liftup-contact-card .liftup-icon,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .liftup-icon,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .liftup-icon,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .liftup-icon,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .liftup-icon {
	display: table-cell;
	margin: 0;
	padding: 0 12px 0 0;
	width: 58px;
	vertical-align: middle
}

.view .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.view .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,.view>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.view>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,.view-content .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.view-content .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,.view-content>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.view-content>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image {
	margin-top: 0
}

.view .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.view .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,.view>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.view>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,.view-content .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.view-content .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,.view-content>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.view-content>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .field--name-field-media-image .field--name-field-image img,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .liftup-icon .field--name-field-image img {
	border-radius: 50%;
	width: 46px;
	height: 46px
}

.view .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,.view>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,.view-content .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,.view-content>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area {
	margin-bottom: 20px;
	padding-left: 0
}

.view .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,.view>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,.view-content .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,.view-content>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,.field--name-field-liftup .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,.field--name-field-liftup>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,.field--name-field-products .views-row article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li,.field--name-field-products>.field--item article.node--view-mode-liftup-contact-card .liftup-contact-card-business-area li {
	background: #f9f9f9;
	border-radius: 20px;
	color: #5d5d5d;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 5px 10px;
	margin-bottom: 3px
}

.node--type-grid-liftup .view.single>.field--item article .content,.node--type-grid-liftup .view.multiple>.field--item article .content,.node--type-grid-liftup .view-content.single>.field--item article .content,.node--type-grid-liftup .view-content.multiple>.field--item article .content,.node--type-grid-liftup .field--name-field-liftup.single>.field--item article .content,.node--type-grid-liftup .field--name-field-liftup.multiple>.field--item article .content,.node--type-grid-liftup .field--name-field-products.single>.field--item article .content,.node--type-grid-liftup .field--name-field-products.multiple>.field--item article .content {
	padding: 40px;
	margin-bottom: 40px
}[id^="block-views-block-latest-news"] .custom-exposed-form {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 50px
}

@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: inline-block;
	margin: 0 20px;
	padding: 0;
	font-size: 16.5px;
	line-height: 26px;
	letter-spacing: 0.4px;
	font-weight: 400;
	color: #00427a;
	cursor: pointer
}

@media screen and (min-width:1024px) {
[	id^="block-views-block-latest-news"] .custom-exposed-form .filter-item {
		font-size: 16.5px;
		line-height: 29px;
		letter-spacing: 0.4px
	}
}[id^="block-views-block-latest-news"] .custom-exposed-form .filter-item ul li,[id^="block-views-block-latest-news"] .custom-exposed-form .filter-item ol li {
	line-height: 36px
}[id^="block-views-block-latest-news"] .custom-exposed-form .filter-item:after {
	width: 0;
	height: 2px;
	margin: 0 auto;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	content: " "
}[id^="block-views-block-latest-news"] .custom-exposed-form .filter-item.filter-selected:after {
	background: #00427a;
	width: 85%;
	display: block
}

.bg_dark [id^="block-views-block-latest-news"] .custom-exposed-form .filter-item {
	font-size: 16.5px;
	line-height: 26px;
	letter-spacing: 0.4px;
	font-weight: 400;
	color: #fff
}

@media screen and (min-width:1024px) {
	.bg_dark [id^="block-views-block-latest-news"] .custom-exposed-form .filter-item {
		font-size: 16.5px;
		line-height: 29px;
		letter-spacing: 0.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: 36px
}

.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 10px;
	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: 20px 0
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news .view-content,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news_local_language .view-content,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs_local_language .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
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news_local_language .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs_local_language .view-content>article {
	width: calc(25% - 20px)
}

@media screen and (min-width:660px) and (max-width:1023px) {
[	id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news_local_language .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs_local_language .view-content>article {
		width: calc(50% - 20px)
	}
}

@media screen and (max-width:659px) {
[	id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news_local_language .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs_local_language .view-content>article {
		width: 100%
	}
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news_local_language .view-content>article,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs_local_language .view-content>article {
	min-width: 0
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news .view-content:before,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_latest_news_local_language .view-content:before,[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs_local_language .view-content:before {
	display: none
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs .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
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs .view-content .views-infinite-scroll-content-wrapper>article {
	width: calc(25% - 20px)
}

@media screen and (min-width:660px) and (max-width:1023px) {
[	id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs .view-content .views-infinite-scroll-content-wrapper>article {
		width: calc(50% - 20px)
	}
}

@media screen and (max-width:659px) {
[	id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs .view-content .views-infinite-scroll-content-wrapper>article {
		width: 100%
	}
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs .view-content .views-infinite-scroll-content-wrapper>article {
	min-width: 0
}[id^="block-views-block-latest-news"] .view-latest-news.view-display-id-block_blogs .view-content .views-infinite-scroll-content-wrapper:before {
	display: none
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry {
	background: #fff;
	margin: 0 10px 20px;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transition: all .2s
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry.hide-item {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover {
	background: #00427a
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content h2,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .month,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .month,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .day,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .day,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .time,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .time,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .year,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .year,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .month,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .month,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .day,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .day,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .time,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .time,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .year,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .year,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .month,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .month,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .day,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .day,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .time,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .time,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .year,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .year,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content h2 a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .month a,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .month a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .day a,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .day a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .time a,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .time a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event .date .year a,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .year a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .month a,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .month a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .day a,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .day a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .time a,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .time a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-event_webinar .date .year a,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .year a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .month a,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .month a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .day a,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .day a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .time a,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .time a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .node--type-case .date .year a,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .year a,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content img,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .field--name-body,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry:hover .content .publish-info {
	color: #fff !important
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content {
	margin-bottom: 20px;
	position: relative
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .wrap {
	padding: 20px
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content footer {
	margin-bottom: 20px
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .field--name-field-liftup-image {
	margin: 10px 0 15px
}[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content h2,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event .date .month,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .month,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event .date .day,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .day,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event .date .time,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .time,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event .date .year,.node--type-event .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .year,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event_webinar .date .month,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .month,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event_webinar .date .day,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .day,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event_webinar .date .time,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .time,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-event_webinar .date .year,.node--type-event_webinar .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .year,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-case .date .month,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .month,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-case .date .day,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .day,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-case .date .time,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .time,[id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .node--type-case .date .year,.node--type-case .date [id^="block-views-block-latest-news"] .view-latest-news .view-content article.node--view-mode-masonry .content .year {
	margin: 20px 0
}

.node--view-mode-liftup .publish-info,.node--view-mode-card .publish-info,.node--view-mode-masonry .publish-info,.node--view-mode-list-item .publish-info {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #222
}

.node--view-mode-liftup .publish-info span,.node--view-mode-card .publish-info span,.node--view-mode-masonry .publish-info span,.node--view-mode-list-item .publish-info span {
	color: #d3e6eb
}

.node--view-mode-liftup.hover .publish-info,.node--view-mode-card.hover .publish-info,.node--view-mode-masonry.hover .publish-info,.node--view-mode-list-item.hover .publish-info {
	color: #fff
}

#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 10px;
	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: 20px 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 {
	margin-bottom: 30px
}

@media screen and (min-width:1024px) {
	#block-views-block-latest-news-block-blogs .views-exposed-form {
		margin-top: -30px;
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
		box-shadow: 0 0 30px rgba(0,0,0,0.1)
	}
}

#block-views-block-latest-news-block-blogs .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: 10px;
	position: relative;
	width: 100%
}

@media screen and (min-width:1024px) {
	#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios {
		min-height: 108px;
		margin-top: -108px;
		padding: 0
	}
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .form-item {
	margin: 0 10px
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .form-item:not(:first-of-type) {
	min-width: 180px
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .control-label {
	background: #fafafa;
	border: 1px solid #E6EDEF;
	border-radius: 5px;
	color: #313131;
	display: block;
	font-weight: normal;
	min-width: 132px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center
}

@media screen and (min-width:1024px) {
	#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .control-label {
		margin-right: 20px
	}
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-radios .control-label:hover {
	color: #00427a;
	background-color: #fff;
	border-color: #00427a;
	-webkit-box-shadow: 0px 0px 4px 0px #00427a;
	box-shadow: 0px 0px 4px 0px #00427a
}

#block-views-block-latest-news-block-blogs .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 {
	color: #00427a;
	background-color: #fff;
	border-color: #00427a;
	-webkit-box-shadow: 0px 0px 4px 0px #00427a;
	box-shadow: 0px 0px 4px 0px #00427a
}

#block-views-block-latest-news-block-blogs .views-exposed-form .form-item-field-editorial-category-target-id {
	background: #fafafa;
	height: 108px;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	padding: 10px
}

@media screen and (min-width:1024px) {
	#block-views-block-latest-news-block-blogs .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 {
	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 {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

#block-views-block-latest-news-liftups .form-inline .form-group,#block-views-block-latest-news-liftups-local-language .form-inline .form-group {
	width: 100%;
	display: block
}

#block-views-block-latest-news-liftups .select-wrapper,#block-views-block-latest-news-liftups-local-language .select-wrapper {
	padding: 0 10px
}

#block-views-block-latest-news-liftups button[type="submit"],#block-views-block-latest-news-liftups-local-language button[type="submit"] {
	display: none !important
}

#block-views-block-latest-news-liftups .form-group,#block-views-block-latest-news-liftups-local-language .form-group {
	clear: left
}

.masonry-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.masonry-link {
	bottom: 20px;
	padding: 0;
	position: absolute;
	right: 20px;
	text-indent: -9999em
}

.masonry-link a:after {
	position: absolute;
	right: 0;
	bottom: 14px;
	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: white;
	width: 340px;
	bottom: 30px;
	left: 50px;
	padding: 30px 40px;
	max-height: 470px;
	overflow: hidden
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .close-icon {
	background: transparent url("/themes/custom/vaisala/css/../images/close.svg") no-repeat left top;
	background-size: contain;
	height: 13px;
	width: 13px;
	position: absolute;
	top: 17px;
	right: 17px;
	cursor: pointer
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .location-title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .views-field {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #00427a
}

.block-views-blockoffices-block-1 .geolocation-common-map-locations .geolocation .views-label {
	font-size: 16px;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 300;
	letter-spacing: 0.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: 20px 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: 400px !important
	}
}[id^='block-views-block-industries-innovation-'] article h2,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .month,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .day,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .time,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .year,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .month,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .day,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .time,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .year,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .month,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .day,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .time,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .year,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article h2 a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .month a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .month a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .day a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .day a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .time a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .time a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .year a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .year a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .month a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .month a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .day a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .day a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .time a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .time a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .year a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .year a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .month a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .month a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .day a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .day a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .time a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .time a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .year a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .year a,#block-views-block-stories-block-industry-stories article h2,#block-views-block-stories-block-industry-stories article .node--type-event .date .month,.node--type-event .date #block-views-block-stories-block-industry-stories article .month,#block-views-block-stories-block-industry-stories article .node--type-event .date .day,.node--type-event .date #block-views-block-stories-block-industry-stories article .day,#block-views-block-stories-block-industry-stories article .node--type-event .date .time,.node--type-event .date #block-views-block-stories-block-industry-stories article .time,#block-views-block-stories-block-industry-stories article .node--type-event .date .year,.node--type-event .date #block-views-block-stories-block-industry-stories article .year,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .month,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .day,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .time,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .year,#block-views-block-stories-block-industry-stories article .node--type-case .date .month,.node--type-case .date #block-views-block-stories-block-industry-stories article .month,#block-views-block-stories-block-industry-stories article .node--type-case .date .day,.node--type-case .date #block-views-block-stories-block-industry-stories article .day,#block-views-block-stories-block-industry-stories article .node--type-case .date .time,.node--type-case .date #block-views-block-stories-block-industry-stories article .time,#block-views-block-stories-block-industry-stories article .node--type-case .date .year,.node--type-case .date #block-views-block-stories-block-industry-stories article .year,#block-views-block-stories-block-industry-stories article h2 a,#block-views-block-stories-block-industry-stories article .node--type-event .date .month a,.node--type-event .date #block-views-block-stories-block-industry-stories article .month a,#block-views-block-stories-block-industry-stories article .node--type-event .date .day a,.node--type-event .date #block-views-block-stories-block-industry-stories article .day a,#block-views-block-stories-block-industry-stories article .node--type-event .date .time a,.node--type-event .date #block-views-block-stories-block-industry-stories article .time a,#block-views-block-stories-block-industry-stories article .node--type-event .date .year a,.node--type-event .date #block-views-block-stories-block-industry-stories article .year a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .month a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .day a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .time a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .year a,#block-views-block-stories-block-industry-stories article .node--type-case .date .month a,.node--type-case .date #block-views-block-stories-block-industry-stories article .month a,#block-views-block-stories-block-industry-stories article .node--type-case .date .day a,.node--type-case .date #block-views-block-stories-block-industry-stories article .day a,#block-views-block-stories-block-industry-stories article .node--type-case .date .time a,.node--type-case .date #block-views-block-stories-block-industry-stories article .time a,#block-views-block-stories-block-industry-stories article .node--type-case .date .year a,.node--type-case .date #block-views-block-stories-block-industry-stories article .year a,#block-views-block-stories-block-industry-stories-local-language article h2,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .month,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .month,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .day,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .day,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .time,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .time,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .year,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .year,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .month,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .day,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .time,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .year,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .month,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .month,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .day,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .day,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .time,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .time,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .year,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .year,#block-views-block-stories-block-industry-stories-local-language article h2 a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .month a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .month a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .day a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .day a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .time a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .time a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .year a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .year a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .month a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .day a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .time a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .year a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .month a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .month a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .day a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .day a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .time a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .time a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .year a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .year a,#block-views-block-measurement-stories article h2,#block-views-block-measurement-stories article .node--type-event .date .month,.node--type-event .date #block-views-block-measurement-stories article .month,#block-views-block-measurement-stories article .node--type-event .date .day,.node--type-event .date #block-views-block-measurement-stories article .day,#block-views-block-measurement-stories article .node--type-event .date .time,.node--type-event .date #block-views-block-measurement-stories article .time,#block-views-block-measurement-stories article .node--type-event .date .year,.node--type-event .date #block-views-block-measurement-stories article .year,#block-views-block-measurement-stories article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-measurement-stories article .month,#block-views-block-measurement-stories article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-measurement-stories article .day,#block-views-block-measurement-stories article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-measurement-stories article .time,#block-views-block-measurement-stories article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-measurement-stories article .year,#block-views-block-measurement-stories article .node--type-case .date .month,.node--type-case .date #block-views-block-measurement-stories article .month,#block-views-block-measurement-stories article .node--type-case .date .day,.node--type-case .date #block-views-block-measurement-stories article .day,#block-views-block-measurement-stories article .node--type-case .date .time,.node--type-case .date #block-views-block-measurement-stories article .time,#block-views-block-measurement-stories article .node--type-case .date .year,.node--type-case .date #block-views-block-measurement-stories article .year,#block-views-block-measurement-stories article h2 a,#block-views-block-measurement-stories article .node--type-event .date .month a,.node--type-event .date #block-views-block-measurement-stories article .month a,#block-views-block-measurement-stories article .node--type-event .date .day a,.node--type-event .date #block-views-block-measurement-stories article .day a,#block-views-block-measurement-stories article .node--type-event .date .time a,.node--type-event .date #block-views-block-measurement-stories article .time a,#block-views-block-measurement-stories article .node--type-event .date .year a,.node--type-event .date #block-views-block-measurement-stories article .year a,#block-views-block-measurement-stories article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-measurement-stories article .month a,#block-views-block-measurement-stories article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-measurement-stories article .day a,#block-views-block-measurement-stories article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-measurement-stories article .time a,#block-views-block-measurement-stories article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-measurement-stories article .year a,#block-views-block-measurement-stories article .node--type-case .date .month a,.node--type-case .date #block-views-block-measurement-stories article .month a,#block-views-block-measurement-stories article .node--type-case .date .day a,.node--type-case .date #block-views-block-measurement-stories article .day a,#block-views-block-measurement-stories article .node--type-case .date .time a,.node--type-case .date #block-views-block-measurement-stories article .time a,#block-views-block-measurement-stories article .node--type-case .date .year a,.node--type-case .date #block-views-block-measurement-stories article .year a,#block-views-block-measurement-stories-local article h2,#block-views-block-measurement-stories-local article .node--type-event .date .month,.node--type-event .date #block-views-block-measurement-stories-local article .month,#block-views-block-measurement-stories-local article .node--type-event .date .day,.node--type-event .date #block-views-block-measurement-stories-local article .day,#block-views-block-measurement-stories-local article .node--type-event .date .time,.node--type-event .date #block-views-block-measurement-stories-local article .time,#block-views-block-measurement-stories-local article .node--type-event .date .year,.node--type-event .date #block-views-block-measurement-stories-local article .year,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .month,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .day,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .time,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .year,#block-views-block-measurement-stories-local article .node--type-case .date .month,.node--type-case .date #block-views-block-measurement-stories-local article .month,#block-views-block-measurement-stories-local article .node--type-case .date .day,.node--type-case .date #block-views-block-measurement-stories-local article .day,#block-views-block-measurement-stories-local article .node--type-case .date .time,.node--type-case .date #block-views-block-measurement-stories-local article .time,#block-views-block-measurement-stories-local article .node--type-case .date .year,.node--type-case .date #block-views-block-measurement-stories-local article .year,#block-views-block-measurement-stories-local article h2 a,#block-views-block-measurement-stories-local article .node--type-event .date .month a,.node--type-event .date #block-views-block-measurement-stories-local article .month a,#block-views-block-measurement-stories-local article .node--type-event .date .day a,.node--type-event .date #block-views-block-measurement-stories-local article .day a,#block-views-block-measurement-stories-local article .node--type-event .date .time a,.node--type-event .date #block-views-block-measurement-stories-local article .time a,#block-views-block-measurement-stories-local article .node--type-event .date .year a,.node--type-event .date #block-views-block-measurement-stories-local article .year a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .month a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .day a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .time a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .year a,#block-views-block-measurement-stories-local article .node--type-case .date .month a,.node--type-case .date #block-views-block-measurement-stories-local article .month a,#block-views-block-measurement-stories-local article .node--type-case .date .day a,.node--type-case .date #block-views-block-measurement-stories-local article .day a,#block-views-block-measurement-stories-local article .node--type-case .date .time a,.node--type-case .date #block-views-block-measurement-stories-local article .time a,#block-views-block-measurement-stories-local article .node--type-case .date .year a,.node--type-case .date #block-views-block-measurement-stories-local article .year a,.block-views-blocklatest-news-liftups article h2,.block-views-blocklatest-news-liftups article .node--type-event .date .month,.node--type-event .date .block-views-blocklatest-news-liftups article .month,.block-views-blocklatest-news-liftups article .node--type-event .date .day,.node--type-event .date .block-views-blocklatest-news-liftups article .day,.block-views-blocklatest-news-liftups article .node--type-event .date .time,.node--type-event .date .block-views-blocklatest-news-liftups article .time,.block-views-blocklatest-news-liftups article .node--type-event .date .year,.node--type-event .date .block-views-blocklatest-news-liftups article .year,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .month,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .month,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .day,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .day,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .time,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .time,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .year,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .year,.block-views-blocklatest-news-liftups article .node--type-case .date .month,.node--type-case .date .block-views-blocklatest-news-liftups article .month,.block-views-blocklatest-news-liftups article .node--type-case .date .day,.node--type-case .date .block-views-blocklatest-news-liftups article .day,.block-views-blocklatest-news-liftups article .node--type-case .date .time,.node--type-case .date .block-views-blocklatest-news-liftups article .time,.block-views-blocklatest-news-liftups article .node--type-case .date .year,.node--type-case .date .block-views-blocklatest-news-liftups article .year,.block-views-blocklatest-news-liftups article h2 a,.block-views-blocklatest-news-liftups article .node--type-event .date .month a,.node--type-event .date .block-views-blocklatest-news-liftups article .month a,.block-views-blocklatest-news-liftups article .node--type-event .date .day a,.node--type-event .date .block-views-blocklatest-news-liftups article .day a,.block-views-blocklatest-news-liftups article .node--type-event .date .time a,.node--type-event .date .block-views-blocklatest-news-liftups article .time a,.block-views-blocklatest-news-liftups article .node--type-event .date .year a,.node--type-event .date .block-views-blocklatest-news-liftups article .year a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .month a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .day a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .time a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .year a,.block-views-blocklatest-news-liftups article .node--type-case .date .month a,.node--type-case .date .block-views-blocklatest-news-liftups article .month a,.block-views-blocklatest-news-liftups article .node--type-case .date .day a,.node--type-case .date .block-views-blocklatest-news-liftups article .day a,.block-views-blocklatest-news-liftups article .node--type-case .date .time a,.node--type-case .date .block-views-blocklatest-news-liftups article .time a,.block-views-blocklatest-news-liftups article .node--type-case .date .year a,.node--type-case .date .block-views-blocklatest-news-liftups article .year a,.block-views-blocklatest-news-liftups-local-language article h2,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .month,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .month,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .day,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .day,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .time,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .time,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .year,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .year,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .month,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .month,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .day,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .day,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .time,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .time,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .year,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .year,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .month,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .month,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .day,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .day,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .time,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .time,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .year,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .year,.block-views-blocklatest-news-liftups-local-language article h2 a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .month a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .month a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .day a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .day a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .time a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .time a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .year a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .year a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .month a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .day a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .time a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .year a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .month a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .month a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .day a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .day a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .time a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .time a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .year a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .year a,.node--type-side-by-side-liftup article h2,.node--type-side-by-side-liftup article .node--type-event .date .month,.node--type-event .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-event .date .day,.node--type-event .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-event .date .time,.node--type-event .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-event .date .year,.node--type-event .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article .node--type-case .date .month,.node--type-case .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-case .date .day,.node--type-case .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-case .date .time,.node--type-case .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-case .date .year,.node--type-case .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article h2 a,.node--type-side-by-side-liftup article .node--type-event .date .month a,.node--type-event .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-event .date .day a,.node--type-event .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-event .date .time a,.node--type-event .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-event .date .year a,.node--type-event .date .node--type-side-by-side-liftup article .year a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .year a,.node--type-side-by-side-liftup article .node--type-case .date .month a,.node--type-case .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-case .date .day a,.node--type-case .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-case .date .time a,.node--type-case .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-case .date .year a,.node--type-case .date .node--type-side-by-side-liftup article .year a {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

@media screen and (min-width:1024px) {
[	id^='block-views-block-industries-innovation-'] article h2,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .month,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .day,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .time,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .year,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .month,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .day,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .time,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .year,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .month,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .day,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .time,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .year,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article h2 a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .month a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .month a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .day a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .day a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .time a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .time a,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .year a,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .year a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .month a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .month a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .day a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .day a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .time a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .time a,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .year a,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .year a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .month a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .month a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .day a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .day a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .time a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .time a,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .year a,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .year a,#block-views-block-stories-block-industry-stories article h2,#block-views-block-stories-block-industry-stories article .node--type-event .date .month,.node--type-event .date #block-views-block-stories-block-industry-stories article .month,#block-views-block-stories-block-industry-stories article .node--type-event .date .day,.node--type-event .date #block-views-block-stories-block-industry-stories article .day,#block-views-block-stories-block-industry-stories article .node--type-event .date .time,.node--type-event .date #block-views-block-stories-block-industry-stories article .time,#block-views-block-stories-block-industry-stories article .node--type-event .date .year,.node--type-event .date #block-views-block-stories-block-industry-stories article .year,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .month,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .day,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .time,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .year,#block-views-block-stories-block-industry-stories article .node--type-case .date .month,.node--type-case .date #block-views-block-stories-block-industry-stories article .month,#block-views-block-stories-block-industry-stories article .node--type-case .date .day,.node--type-case .date #block-views-block-stories-block-industry-stories article .day,#block-views-block-stories-block-industry-stories article .node--type-case .date .time,.node--type-case .date #block-views-block-stories-block-industry-stories article .time,#block-views-block-stories-block-industry-stories article .node--type-case .date .year,.node--type-case .date #block-views-block-stories-block-industry-stories article .year,#block-views-block-stories-block-industry-stories article h2 a,#block-views-block-stories-block-industry-stories article .node--type-event .date .month a,.node--type-event .date #block-views-block-stories-block-industry-stories article .month a,#block-views-block-stories-block-industry-stories article .node--type-event .date .day a,.node--type-event .date #block-views-block-stories-block-industry-stories article .day a,#block-views-block-stories-block-industry-stories article .node--type-event .date .time a,.node--type-event .date #block-views-block-stories-block-industry-stories article .time a,#block-views-block-stories-block-industry-stories article .node--type-event .date .year a,.node--type-event .date #block-views-block-stories-block-industry-stories article .year a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .month a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .day a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .time a,#block-views-block-stories-block-industry-stories article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories article .year a,#block-views-block-stories-block-industry-stories article .node--type-case .date .month a,.node--type-case .date #block-views-block-stories-block-industry-stories article .month a,#block-views-block-stories-block-industry-stories article .node--type-case .date .day a,.node--type-case .date #block-views-block-stories-block-industry-stories article .day a,#block-views-block-stories-block-industry-stories article .node--type-case .date .time a,.node--type-case .date #block-views-block-stories-block-industry-stories article .time a,#block-views-block-stories-block-industry-stories article .node--type-case .date .year a,.node--type-case .date #block-views-block-stories-block-industry-stories article .year a,#block-views-block-stories-block-industry-stories-local-language article h2,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .month,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .month,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .day,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .day,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .time,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .time,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .year,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .year,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .month,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .day,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .time,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .year,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .month,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .month,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .day,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .day,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .time,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .time,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .year,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .year,#block-views-block-stories-block-industry-stories-local-language article h2 a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .month a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .month a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .day a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .day a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .time a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .time a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event .date .year a,.node--type-event .date #block-views-block-stories-block-industry-stories-local-language article .year a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .month a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .day a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .time a,#block-views-block-stories-block-industry-stories-local-language article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-stories-block-industry-stories-local-language article .year a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .month a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .month a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .day a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .day a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .time a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .time a,#block-views-block-stories-block-industry-stories-local-language article .node--type-case .date .year a,.node--type-case .date #block-views-block-stories-block-industry-stories-local-language article .year a,#block-views-block-measurement-stories article h2,#block-views-block-measurement-stories article .node--type-event .date .month,.node--type-event .date #block-views-block-measurement-stories article .month,#block-views-block-measurement-stories article .node--type-event .date .day,.node--type-event .date #block-views-block-measurement-stories article .day,#block-views-block-measurement-stories article .node--type-event .date .time,.node--type-event .date #block-views-block-measurement-stories article .time,#block-views-block-measurement-stories article .node--type-event .date .year,.node--type-event .date #block-views-block-measurement-stories article .year,#block-views-block-measurement-stories article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-measurement-stories article .month,#block-views-block-measurement-stories article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-measurement-stories article .day,#block-views-block-measurement-stories article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-measurement-stories article .time,#block-views-block-measurement-stories article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-measurement-stories article .year,#block-views-block-measurement-stories article .node--type-case .date .month,.node--type-case .date #block-views-block-measurement-stories article .month,#block-views-block-measurement-stories article .node--type-case .date .day,.node--type-case .date #block-views-block-measurement-stories article .day,#block-views-block-measurement-stories article .node--type-case .date .time,.node--type-case .date #block-views-block-measurement-stories article .time,#block-views-block-measurement-stories article .node--type-case .date .year,.node--type-case .date #block-views-block-measurement-stories article .year,#block-views-block-measurement-stories article h2 a,#block-views-block-measurement-stories article .node--type-event .date .month a,.node--type-event .date #block-views-block-measurement-stories article .month a,#block-views-block-measurement-stories article .node--type-event .date .day a,.node--type-event .date #block-views-block-measurement-stories article .day a,#block-views-block-measurement-stories article .node--type-event .date .time a,.node--type-event .date #block-views-block-measurement-stories article .time a,#block-views-block-measurement-stories article .node--type-event .date .year a,.node--type-event .date #block-views-block-measurement-stories article .year a,#block-views-block-measurement-stories article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-measurement-stories article .month a,#block-views-block-measurement-stories article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-measurement-stories article .day a,#block-views-block-measurement-stories article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-measurement-stories article .time a,#block-views-block-measurement-stories article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-measurement-stories article .year a,#block-views-block-measurement-stories article .node--type-case .date .month a,.node--type-case .date #block-views-block-measurement-stories article .month a,#block-views-block-measurement-stories article .node--type-case .date .day a,.node--type-case .date #block-views-block-measurement-stories article .day a,#block-views-block-measurement-stories article .node--type-case .date .time a,.node--type-case .date #block-views-block-measurement-stories article .time a,#block-views-block-measurement-stories article .node--type-case .date .year a,.node--type-case .date #block-views-block-measurement-stories article .year a,#block-views-block-measurement-stories-local article h2,#block-views-block-measurement-stories-local article .node--type-event .date .month,.node--type-event .date #block-views-block-measurement-stories-local article .month,#block-views-block-measurement-stories-local article .node--type-event .date .day,.node--type-event .date #block-views-block-measurement-stories-local article .day,#block-views-block-measurement-stories-local article .node--type-event .date .time,.node--type-event .date #block-views-block-measurement-stories-local article .time,#block-views-block-measurement-stories-local article .node--type-event .date .year,.node--type-event .date #block-views-block-measurement-stories-local article .year,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .month,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .month,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .day,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .day,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .time,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .time,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .year,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .year,#block-views-block-measurement-stories-local article .node--type-case .date .month,.node--type-case .date #block-views-block-measurement-stories-local article .month,#block-views-block-measurement-stories-local article .node--type-case .date .day,.node--type-case .date #block-views-block-measurement-stories-local article .day,#block-views-block-measurement-stories-local article .node--type-case .date .time,.node--type-case .date #block-views-block-measurement-stories-local article .time,#block-views-block-measurement-stories-local article .node--type-case .date .year,.node--type-case .date #block-views-block-measurement-stories-local article .year,#block-views-block-measurement-stories-local article h2 a,#block-views-block-measurement-stories-local article .node--type-event .date .month a,.node--type-event .date #block-views-block-measurement-stories-local article .month a,#block-views-block-measurement-stories-local article .node--type-event .date .day a,.node--type-event .date #block-views-block-measurement-stories-local article .day a,#block-views-block-measurement-stories-local article .node--type-event .date .time a,.node--type-event .date #block-views-block-measurement-stories-local article .time a,#block-views-block-measurement-stories-local article .node--type-event .date .year a,.node--type-event .date #block-views-block-measurement-stories-local article .year a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .month a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .month a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .day a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .day a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .time a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .time a,#block-views-block-measurement-stories-local article .node--type-event_webinar .date .year a,.node--type-event_webinar .date #block-views-block-measurement-stories-local article .year a,#block-views-block-measurement-stories-local article .node--type-case .date .month a,.node--type-case .date #block-views-block-measurement-stories-local article .month a,#block-views-block-measurement-stories-local article .node--type-case .date .day a,.node--type-case .date #block-views-block-measurement-stories-local article .day a,#block-views-block-measurement-stories-local article .node--type-case .date .time a,.node--type-case .date #block-views-block-measurement-stories-local article .time a,#block-views-block-measurement-stories-local article .node--type-case .date .year a,.node--type-case .date #block-views-block-measurement-stories-local article .year a,.block-views-blocklatest-news-liftups article h2,.block-views-blocklatest-news-liftups article .node--type-event .date .month,.node--type-event .date .block-views-blocklatest-news-liftups article .month,.block-views-blocklatest-news-liftups article .node--type-event .date .day,.node--type-event .date .block-views-blocklatest-news-liftups article .day,.block-views-blocklatest-news-liftups article .node--type-event .date .time,.node--type-event .date .block-views-blocklatest-news-liftups article .time,.block-views-blocklatest-news-liftups article .node--type-event .date .year,.node--type-event .date .block-views-blocklatest-news-liftups article .year,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .month,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .month,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .day,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .day,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .time,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .time,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .year,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .year,.block-views-blocklatest-news-liftups article .node--type-case .date .month,.node--type-case .date .block-views-blocklatest-news-liftups article .month,.block-views-blocklatest-news-liftups article .node--type-case .date .day,.node--type-case .date .block-views-blocklatest-news-liftups article .day,.block-views-blocklatest-news-liftups article .node--type-case .date .time,.node--type-case .date .block-views-blocklatest-news-liftups article .time,.block-views-blocklatest-news-liftups article .node--type-case .date .year,.node--type-case .date .block-views-blocklatest-news-liftups article .year,.block-views-blocklatest-news-liftups article h2 a,.block-views-blocklatest-news-liftups article .node--type-event .date .month a,.node--type-event .date .block-views-blocklatest-news-liftups article .month a,.block-views-blocklatest-news-liftups article .node--type-event .date .day a,.node--type-event .date .block-views-blocklatest-news-liftups article .day a,.block-views-blocklatest-news-liftups article .node--type-event .date .time a,.node--type-event .date .block-views-blocklatest-news-liftups article .time a,.block-views-blocklatest-news-liftups article .node--type-event .date .year a,.node--type-event .date .block-views-blocklatest-news-liftups article .year a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .month a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .day a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .time a,.block-views-blocklatest-news-liftups article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups article .year a,.block-views-blocklatest-news-liftups article .node--type-case .date .month a,.node--type-case .date .block-views-blocklatest-news-liftups article .month a,.block-views-blocklatest-news-liftups article .node--type-case .date .day a,.node--type-case .date .block-views-blocklatest-news-liftups article .day a,.block-views-blocklatest-news-liftups article .node--type-case .date .time a,.node--type-case .date .block-views-blocklatest-news-liftups article .time a,.block-views-blocklatest-news-liftups article .node--type-case .date .year a,.node--type-case .date .block-views-blocklatest-news-liftups article .year a,.block-views-blocklatest-news-liftups-local-language article h2,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .month,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .month,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .day,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .day,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .time,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .time,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .year,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .year,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .month,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .month,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .day,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .day,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .time,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .time,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .year,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .year,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .month,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .month,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .day,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .day,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .time,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .time,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .year,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .year,.block-views-blocklatest-news-liftups-local-language article h2 a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .month a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .month a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .day a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .day a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .time a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .time a,.block-views-blocklatest-news-liftups-local-language article .node--type-event .date .year a,.node--type-event .date .block-views-blocklatest-news-liftups-local-language article .year a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .month a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .day a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .time a,.block-views-blocklatest-news-liftups-local-language article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .block-views-blocklatest-news-liftups-local-language article .year a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .month a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .month a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .day a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .day a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .time a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .time a,.block-views-blocklatest-news-liftups-local-language article .node--type-case .date .year a,.node--type-case .date .block-views-blocklatest-news-liftups-local-language article .year a,.node--type-side-by-side-liftup article h2,.node--type-side-by-side-liftup article .node--type-event .date .month,.node--type-event .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-event .date .day,.node--type-event .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-event .date .time,.node--type-event .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-event .date .year,.node--type-event .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article .node--type-case .date .month,.node--type-case .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-case .date .day,.node--type-case .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-case .date .time,.node--type-case .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-case .date .year,.node--type-case .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article h2 a,.node--type-side-by-side-liftup article .node--type-event .date .month a,.node--type-event .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-event .date .day a,.node--type-event .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-event .date .time a,.node--type-event .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-event .date .year a,.node--type-event .date .node--type-side-by-side-liftup article .year a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .year a,.node--type-side-by-side-liftup article .node--type-case .date .month a,.node--type-case .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-case .date .day a,.node--type-case .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-case .date .time a,.node--type-case .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-case .date .year a,.node--type-case .date .node--type-side-by-side-liftup article .year a {
		font-size: 22px;
		line-height: 28px
	}
}[id^='block-views-block-industries-innovation-'] article h2,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .month,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .day,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .time,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-event .date .year,.node--type-event .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .month,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .day,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .time,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-event_webinar .date .year,.node--type-event_webinar .date [id^='block-views-block-industries-innovation-'] article .year,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .month,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .month,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .day,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .day,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .time,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .time,[id^='block-views-block-industries-innovation-'] article .node--type-case .date .year,.node--type-case .date [id^='block-views-block-industries-innovation-'] article .year {
	margin-top: 10px
}

.node--type-side-by-side-liftup article h2,.node--type-side-by-side-liftup article .node--type-event .date .month,.node--type-event .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-event .date .day,.node--type-event .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-event .date .time,.node--type-event .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-event .date .year,.node--type-event .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article .node--type-case .date .month,.node--type-case .date .node--type-side-by-side-liftup article .month,.node--type-side-by-side-liftup article .node--type-case .date .day,.node--type-case .date .node--type-side-by-side-liftup article .day,.node--type-side-by-side-liftup article .node--type-case .date .time,.node--type-case .date .node--type-side-by-side-liftup article .time,.node--type-side-by-side-liftup article .node--type-case .date .year,.node--type-case .date .node--type-side-by-side-liftup article .year,.node--type-side-by-side-liftup article h2 a,.node--type-side-by-side-liftup article .node--type-event .date .month a,.node--type-event .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-event .date .day a,.node--type-event .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-event .date .time a,.node--type-event .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-event .date .year a,.node--type-event .date .node--type-side-by-side-liftup article .year a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-side-by-side-liftup article .year a,.node--type-side-by-side-liftup article .node--type-case .date .month a,.node--type-case .date .node--type-side-by-side-liftup article .month a,.node--type-side-by-side-liftup article .node--type-case .date .day a,.node--type-case .date .node--type-side-by-side-liftup article .day a,.node--type-side-by-side-liftup article .node--type-case .date .time a,.node--type-case .date .node--type-side-by-side-liftup article .time a,.node--type-side-by-side-liftup article .node--type-case .date .year a,.node--type-case .date .node--type-side-by-side-liftup article .year a {
	margin-top: 0px
}

.node--type-grid-liftup {
	padding-bottom: 30px;
	padding-top: 30px
}

.node--type-grid-liftup article.node--type-liftup h2,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .month,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .month,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .day,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .day,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .time,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .time,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .year,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .year,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .month,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .day,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .time,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .year,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .month,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .month,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .day,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .day,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .time,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .time,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .year,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .year,.node--type-grid-liftup article.node--type-liftup h2 a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .month a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .month a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .day a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .day a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .time a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .time a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .year a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .year a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .month a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .day a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .time a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .year a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .month a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .month a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .day a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .day a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .time a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .time a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .year a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .year a {
	font-size: 18px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: left;
	margin-top: 0
}

@media screen and (min-width:1024px) {
	.node--type-grid-liftup article.node--type-liftup h2,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .month,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .month,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .day,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .day,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .time,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .time,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .year,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .year,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .month,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .day,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .time,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .year,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .month,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .month,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .day,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .day,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .time,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .time,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .year,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .year,.node--type-grid-liftup article.node--type-liftup h2 a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .month a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .month a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .day a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .day a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .time a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .time a,.node--type-grid-liftup article.node--type-liftup .node--type-event .date .year a,.node--type-event .date .node--type-grid-liftup article.node--type-liftup .year a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .month a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .day a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .time a,.node--type-grid-liftup article.node--type-liftup .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-grid-liftup article.node--type-liftup .year a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .month a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .month a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .day a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .day a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .time a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .time a,.node--type-grid-liftup article.node--type-liftup .node--type-case .date .year a,.node--type-case .date .node--type-grid-liftup article.node--type-liftup .year a {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0.4px
	}
}

.node--type-contact-card h2,.node--type-contact-card .node--type-event .date .month,.node--type-event .date .node--type-contact-card .month,.node--type-contact-card .node--type-event .date .day,.node--type-event .date .node--type-contact-card .day,.node--type-contact-card .node--type-event .date .time,.node--type-event .date .node--type-contact-card .time,.node--type-contact-card .node--type-event .date .year,.node--type-event .date .node--type-contact-card .year,.node--type-contact-card .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-contact-card .month,.node--type-contact-card .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-contact-card .day,.node--type-contact-card .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-contact-card .time,.node--type-contact-card .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-contact-card .year,.node--type-contact-card .node--type-case .date .month,.node--type-case .date .node--type-contact-card .month,.node--type-contact-card .node--type-case .date .day,.node--type-case .date .node--type-contact-card .day,.node--type-contact-card .node--type-case .date .time,.node--type-case .date .node--type-contact-card .time,.node--type-contact-card .node--type-case .date .year,.node--type-case .date .node--type-contact-card .year,.node--type-contact-card h2 a,.node--type-contact-card .node--type-event .date .month a,.node--type-event .date .node--type-contact-card .month a,.node--type-contact-card .node--type-event .date .day a,.node--type-event .date .node--type-contact-card .day a,.node--type-contact-card .node--type-event .date .time a,.node--type-event .date .node--type-contact-card .time a,.node--type-contact-card .node--type-event .date .year a,.node--type-event .date .node--type-contact-card .year a,.node--type-contact-card .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-contact-card .month a,.node--type-contact-card .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-contact-card .day a,.node--type-contact-card .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-contact-card .time a,.node--type-contact-card .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-contact-card .year a,.node--type-contact-card .node--type-case .date .month a,.node--type-case .date .node--type-contact-card .month a,.node--type-contact-card .node--type-case .date .day a,.node--type-case .date .node--type-contact-card .day a,.node--type-contact-card .node--type-case .date .time a,.node--type-case .date .node--type-contact-card .time a,.node--type-contact-card .node--type-case .date .year a,.node--type-case .date .node--type-contact-card .year a,.node--type-office h2,.node--type-office .node--type-event .date .month,.node--type-event .date .node--type-office .month,.node--type-office .node--type-event .date .day,.node--type-event .date .node--type-office .day,.node--type-office .node--type-event .date .time,.node--type-event .date .node--type-office .time,.node--type-office .node--type-event .date .year,.node--type-event .date .node--type-office .year,.node--type-office .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-office .month,.node--type-office .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-office .day,.node--type-office .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-office .time,.node--type-office .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-office .year,.node--type-office .node--type-case .date .month,.node--type-case .date .node--type-office .month,.node--type-office .node--type-case .date .day,.node--type-case .date .node--type-office .day,.node--type-office .node--type-case .date .time,.node--type-case .date .node--type-office .time,.node--type-office .node--type-case .date .year,.node--type-case .date .node--type-office .year,.node--type-office h2 a,.node--type-office .node--type-event .date .month a,.node--type-event .date .node--type-office .month a,.node--type-office .node--type-event .date .day a,.node--type-event .date .node--type-office .day a,.node--type-office .node--type-event .date .time a,.node--type-event .date .node--type-office .time a,.node--type-office .node--type-event .date .year a,.node--type-event .date .node--type-office .year a,.node--type-office .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-office .month a,.node--type-office .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-office .day a,.node--type-office .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-office .time a,.node--type-office .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-office .year a,.node--type-office .node--type-case .date .month a,.node--type-case .date .node--type-office .month a,.node--type-office .node--type-case .date .day a,.node--type-case .date .node--type-office .day a,.node--type-office .node--type-case .date .time a,.node--type-case .date .node--type-office .time a,.node--type-office .node--type-case .date .year a,.node--type-case .date .node--type-office .year a {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase
}

@media screen and (min-width:1024px) {
	.node--type-contact-card h2,.node--type-contact-card .node--type-event .date .month,.node--type-event .date .node--type-contact-card .month,.node--type-contact-card .node--type-event .date .day,.node--type-event .date .node--type-contact-card .day,.node--type-contact-card .node--type-event .date .time,.node--type-event .date .node--type-contact-card .time,.node--type-contact-card .node--type-event .date .year,.node--type-event .date .node--type-contact-card .year,.node--type-contact-card .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-contact-card .month,.node--type-contact-card .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-contact-card .day,.node--type-contact-card .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-contact-card .time,.node--type-contact-card .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-contact-card .year,.node--type-contact-card .node--type-case .date .month,.node--type-case .date .node--type-contact-card .month,.node--type-contact-card .node--type-case .date .day,.node--type-case .date .node--type-contact-card .day,.node--type-contact-card .node--type-case .date .time,.node--type-case .date .node--type-contact-card .time,.node--type-contact-card .node--type-case .date .year,.node--type-case .date .node--type-contact-card .year,.node--type-contact-card h2 a,.node--type-contact-card .node--type-event .date .month a,.node--type-event .date .node--type-contact-card .month a,.node--type-contact-card .node--type-event .date .day a,.node--type-event .date .node--type-contact-card .day a,.node--type-contact-card .node--type-event .date .time a,.node--type-event .date .node--type-contact-card .time a,.node--type-contact-card .node--type-event .date .year a,.node--type-event .date .node--type-contact-card .year a,.node--type-contact-card .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-contact-card .month a,.node--type-contact-card .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-contact-card .day a,.node--type-contact-card .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-contact-card .time a,.node--type-contact-card .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-contact-card .year a,.node--type-contact-card .node--type-case .date .month a,.node--type-case .date .node--type-contact-card .month a,.node--type-contact-card .node--type-case .date .day a,.node--type-case .date .node--type-contact-card .day a,.node--type-contact-card .node--type-case .date .time a,.node--type-case .date .node--type-contact-card .time a,.node--type-contact-card .node--type-case .date .year a,.node--type-case .date .node--type-contact-card .year a,.node--type-office h2,.node--type-office .node--type-event .date .month,.node--type-event .date .node--type-office .month,.node--type-office .node--type-event .date .day,.node--type-event .date .node--type-office .day,.node--type-office .node--type-event .date .time,.node--type-event .date .node--type-office .time,.node--type-office .node--type-event .date .year,.node--type-event .date .node--type-office .year,.node--type-office .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-office .month,.node--type-office .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-office .day,.node--type-office .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-office .time,.node--type-office .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-office .year,.node--type-office .node--type-case .date .month,.node--type-case .date .node--type-office .month,.node--type-office .node--type-case .date .day,.node--type-case .date .node--type-office .day,.node--type-office .node--type-case .date .time,.node--type-case .date .node--type-office .time,.node--type-office .node--type-case .date .year,.node--type-case .date .node--type-office .year,.node--type-office h2 a,.node--type-office .node--type-event .date .month a,.node--type-event .date .node--type-office .month a,.node--type-office .node--type-event .date .day a,.node--type-event .date .node--type-office .day a,.node--type-office .node--type-event .date .time a,.node--type-event .date .node--type-office .time a,.node--type-office .node--type-event .date .year a,.node--type-event .date .node--type-office .year a,.node--type-office .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-office .month a,.node--type-office .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-office .day a,.node--type-office .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-office .time a,.node--type-office .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-office .year a,.node--type-office .node--type-case .date .month a,.node--type-case .date .node--type-office .month a,.node--type-office .node--type-case .date .day a,.node--type-case .date .node--type-office .day a,.node--type-office .node--type-case .date .time a,.node--type-case .date .node--type-office .time a,.node--type-office .node--type-case .date .year a,.node--type-case .date .node--type-office .year a {
		font-size: 22px;
		line-height: 28px
	}
}

.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: 15px
}

.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: 20px 0;
	height: 70px
}

.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-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .month,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .month,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .day,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .day,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .time,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .time,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .year,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .year,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .month,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .day,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .time,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .year,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .month,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .month,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .day,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .day,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .time,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .time,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .year,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .year,.node--type-office.node--view-mode-liftup_contact_card h2,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .month,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .month,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .day,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .day,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .time,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .time,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .year,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .year,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .month,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .day,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .time,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .year,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .month,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .month,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .day,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .day,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .time,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .time,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .year,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .year {
	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 .node--type-event .date .month,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .month,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .day,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .day,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .time,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .time,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .year,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .year,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .month,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .day,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .time,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .year,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .month,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .month,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .day,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .day,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .time,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .time,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .year,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .year,.node--type-contact-card.node--view-mode-liftup_contact_card h2 a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .month a,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .month a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .day a,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .day a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .time a,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .time a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event .date .year a,.node--type-event .date .node--type-contact-card.node--view-mode-liftup_contact_card .year a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .month a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .day a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .time a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-contact-card.node--view-mode-liftup_contact_card .year a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .month a,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .month a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .day a,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .day a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .time a,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .time a,.node--type-contact-card.node--view-mode-liftup_contact_card .node--type-case .date .year a,.node--type-case .date .node--type-contact-card.node--view-mode-liftup_contact_card .year a,.node--type-office.node--view-mode-liftup_contact_card h2,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .month,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .month,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .day,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .day,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .time,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .time,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .year,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .year,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .month,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .day,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .time,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .year,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .month,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .month,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .day,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .day,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .time,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .time,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .year,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .year,.node--type-office.node--view-mode-liftup_contact_card h2 a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .month a,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .month a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .day a,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .day a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .time a,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .time a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event .date .year a,.node--type-event .date .node--type-office.node--view-mode-liftup_contact_card .year a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .month a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .day a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .time a,.node--type-office.node--view-mode-liftup_contact_card .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-office.node--view-mode-liftup_contact_card .year a,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .month a,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .month a,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .day a,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .day a,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .time a,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .time a,.node--type-office.node--view-mode-liftup_contact_card .node--type-case .date .year a,.node--type-case .date .node--type-office.node--view-mode-liftup_contact_card .year a {
	font-size: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	margin: 0;
	text-transform: none
}

.node--type-mini-grid-liftup {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative
}

@media screen and (min-width:660px) {
	.node--type-mini-grid-liftup {
		padding-bottom: 40px
	}
}

.node--type-mini-grid-liftup:before,.node--type-mini-grid-liftup:after {
	content: " ";
	display: table
}

.node--type-mini-grid-liftup:after {
	clear: both
}

.node--type-mini-grid-liftup h2,.node--type-mini-grid-liftup .node--type-event .date .month,.node--type-event .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-event .date .day,.node--type-event .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-event .date .time,.node--type-event .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-event .date .year,.node--type-event .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup .node--type-case .date .month,.node--type-case .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-case .date .day,.node--type-case .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-case .date .time,.node--type-case .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-case .date .year,.node--type-case .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup h2 a,.node--type-mini-grid-liftup .node--type-event .date .month a,.node--type-event .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-event .date .day a,.node--type-event .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-event .date .time a,.node--type-event .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-event .date .year a,.node--type-event .date .node--type-mini-grid-liftup .year a,.node--type-mini-grid-liftup .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-mini-grid-liftup .year a,.node--type-mini-grid-liftup .node--type-case .date .month a,.node--type-case .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-case .date .day a,.node--type-case .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-case .date .time a,.node--type-case .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-case .date .year a,.node--type-case .date .node--type-mini-grid-liftup .year a {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: center
}

@media screen and (min-width:1024px) {
	.node--type-mini-grid-liftup h2,.node--type-mini-grid-liftup .node--type-event .date .month,.node--type-event .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-event .date .day,.node--type-event .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-event .date .time,.node--type-event .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-event .date .year,.node--type-event .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup .node--type-case .date .month,.node--type-case .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-case .date .day,.node--type-case .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-case .date .time,.node--type-case .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-case .date .year,.node--type-case .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup h2 a,.node--type-mini-grid-liftup .node--type-event .date .month a,.node--type-event .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-event .date .day a,.node--type-event .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-event .date .time a,.node--type-event .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-event .date .year a,.node--type-event .date .node--type-mini-grid-liftup .year a,.node--type-mini-grid-liftup .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-mini-grid-liftup .year a,.node--type-mini-grid-liftup .node--type-case .date .month a,.node--type-case .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-case .date .day a,.node--type-case .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-case .date .time a,.node--type-case .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-case .date .year a,.node--type-case .date .node--type-mini-grid-liftup .year a {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@media screen and (min-width:1440px) {
	.node--type-mini-grid-liftup h2,.node--type-mini-grid-liftup .node--type-event .date .month,.node--type-event .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-event .date .day,.node--type-event .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-event .date .time,.node--type-event .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-event .date .year,.node--type-event .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup .node--type-case .date .month,.node--type-case .date .node--type-mini-grid-liftup .month,.node--type-mini-grid-liftup .node--type-case .date .day,.node--type-case .date .node--type-mini-grid-liftup .day,.node--type-mini-grid-liftup .node--type-case .date .time,.node--type-case .date .node--type-mini-grid-liftup .time,.node--type-mini-grid-liftup .node--type-case .date .year,.node--type-case .date .node--type-mini-grid-liftup .year,.node--type-mini-grid-liftup h2 a,.node--type-mini-grid-liftup .node--type-event .date .month a,.node--type-event .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-event .date .day a,.node--type-event .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-event .date .time a,.node--type-event .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-event .date .year a,.node--type-event .date .node--type-mini-grid-liftup .year a,.node--type-mini-grid-liftup .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-mini-grid-liftup .year a,.node--type-mini-grid-liftup .node--type-case .date .month a,.node--type-case .date .node--type-mini-grid-liftup .month a,.node--type-mini-grid-liftup .node--type-case .date .day a,.node--type-case .date .node--type-mini-grid-liftup .day a,.node--type-mini-grid-liftup .node--type-case .date .time a,.node--type-case .date .node--type-mini-grid-liftup .time a,.node--type-mini-grid-liftup .node--type-case .date .year a,.node--type-case .date .node--type-mini-grid-liftup .year a {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

.node--type-mini-grid-liftup .mobile-show .field--name-field-liftup .slick-track>.field--item {
	margin-right: 10px
}

.node--type-mini-grid-liftup .mobile-show .field--name-field-liftup .slick-track>.field--item .field--name-field-link {
	display: none
}

.node--type-mini-grid-liftup .field--name-field-liftup {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px
}

@media screen and (min-width:1024px) {
	.node--type-mini-grid-liftup .field--name-field-liftup {
		margin-top: 40px
	}
}

.node--type-mini-grid-liftup .field--name-field-liftup>.field--item {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px
}

.node--type-mini-grid-liftup .field--name-field-liftup>.field--item .field--name-field-link {
	display: none
}

.node--type-mini-grid-liftup .field--name-field-liftup>.field--item.mini-industry article {
	background: #e7eeef !important
}

.node--type-mini-grid-liftup .field--name-field-liftup>.field--item.mini-industry article .background {
	display: none
}

.node--type-mini-grid-liftup .field--name-field-liftup>.field--item.mini-industry article h4,.node--type-mini-grid-liftup .field--name-field-liftup>.field--item.mini-industry article h4 a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1.2px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper {
	display: none;
	text-align: center;
	clear: both;
	padding-top: 40px
}

.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper:before,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper:after {
	content: " ";
	display: table
}

.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper:after {
	clear: both
}

@media screen and (min-width:660px) {
	.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper {
		display: block
	}
}

.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: 20px;
	padding-bottom: 20px
}

.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-1 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.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-2 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.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-3 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.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-4 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 h2.module-title,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year {
	padding-left: 10px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	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-1 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.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-2 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.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-3 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.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-4 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 h2.module-title,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.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-1 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-1 .module-title.year,.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-2 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-2 .module-title.year,.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-3 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-3 .module-title.year,.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-4 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-4 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 h2.module-title,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.month,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.day,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.time,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event .date .module-title.year,.node--type-event .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.month,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.month,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.day,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.day,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.time,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.time,.node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .node--type-case .date .module-title.year,.node--type-case .date .node--type-system-block.node--view-mode-module.views-block__industries-innovation-block-5 .module-title.year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

.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 10px
}

.node--type-system-block.node--view-mode-module [id^='block-views-block-industries-innovation-'] .form-type-select {
	margin-bottom: 20px
}

@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: 45px
	}
}

.node--type-system-block.node--view-mode-module [id^='block-views-block-industries-innovation-'] .form-type-select label {
	color: #00427a !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400;
	float: left;
	width: auto;
	margin-right: 20px;
	padding: 11px 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: 205px
}

@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: 270px
	}
}

.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: -315px;
	left: 0;
	width: 100%;
	margin: 36px 0;
	z-index: 400;
	padding: 0 10px
}

@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: -350px
	}
}

.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 #00427a
}

@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 -10px
}

.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
}

.node--view-mode-liftup-mini {
	position: relative;
	padding: 15px 20px;
	width: 100%;
	display: table;
	height: 150px;
	background: #00427a
}

.node--view-mode-liftup-mini.hover {
	cursor: pointer
}

.node--view-mode-liftup-mini.hover h4 a {
	color: #51C8E8
}

.node--view-mode-liftup-mini .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-size: cover;
	opacity: .8
}

.node--view-mode-liftup-mini .content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	height: 100%
}

.node--view-mode-liftup-mini h4 {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 20px
}

.node--view-mode-liftup-mini h4,.node--view-mode-liftup-mini h4 a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1.2px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff
}

.node--view-mode-liftup-mini .more-link {
	display: none
}

.view-product-search .module-title,.node--type-product-cards .module-title {
	margin-bottom: 30px
}

@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: 40px
}

article.commerce-product--view-mode-liftup {
	position: relative;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s
}

article.commerce-product--view-mode-liftup h3,article.commerce-product--view-mode-liftup h3 a {
	font-size: 17px;
	letter-spacing: 0.2px;
	line-height: 25px;
	color: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-top: 0;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	/*2022-06-27*/
	overflow: hidden!important;
       text-overflow: ellipsis!important;
       display: -webkit-box!important;
       -webkit-line-clamp: 1!important;
       -webkit-box-orient: vertical!important;
}

article.commerce-product--view-mode-liftup .field--name-field-subtitle {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131;
	margin-bottom: 10px;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	/*2022-06-27*/
	overflow: hidden!important;
       text-overflow: ellipsis!important;
       display: -webkit-box!important;
       -webkit-line-clamp: 1!important;
       -webkit-box-orient: vertical!important;
}

article.commerce-product--view-mode-liftup .field--name-field-value-proposition {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131;
	-webkit-transition: color .2s;
	-o-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,0.4)
}

article.commerce-product--view-mode-liftup.no-image .content {
	padding: 30px !important
}

@media screen and (max-width:659px) {
	article.commerce-product--view-mode-liftup.no-image .content {
		padding: 10px !important
	}
}

article.commerce-product--view-mode-liftup.has-image .content {
	padding: 20px 5px !important
}

@media screen and (max-width:659px) {
	article.commerce-product--view-mode-liftup.has-image .content {
		padding-left: 10px !important;
		padding-right: 10px !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: #51C8E8 !important
}

.node--view-mode-masonry h2,.node--view-mode-masonry .node--type-event .date .month,.node--type-event .date .node--view-mode-masonry .month,.node--view-mode-masonry .node--type-event .date .day,.node--type-event .date .node--view-mode-masonry .day,.node--view-mode-masonry .node--type-event .date .time,.node--type-event .date .node--view-mode-masonry .time,.node--view-mode-masonry .node--type-event .date .year,.node--type-event .date .node--view-mode-masonry .year,.node--view-mode-masonry .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--view-mode-masonry .month,.node--view-mode-masonry .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--view-mode-masonry .day,.node--view-mode-masonry .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--view-mode-masonry .time,.node--view-mode-masonry .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--view-mode-masonry .year,.node--view-mode-masonry .node--type-case .date .month,.node--type-case .date .node--view-mode-masonry .month,.node--view-mode-masonry .node--type-case .date .day,.node--type-case .date .node--view-mode-masonry .day,.node--view-mode-masonry .node--type-case .date .time,.node--type-case .date .node--view-mode-masonry .time,.node--view-mode-masonry .node--type-case .date .year,.node--type-case .date .node--view-mode-masonry .year,.node--view-mode-masonry h2 a,.node--view-mode-masonry .node--type-event .date .month a,.node--type-event .date .node--view-mode-masonry .month a,.node--view-mode-masonry .node--type-event .date .day a,.node--type-event .date .node--view-mode-masonry .day a,.node--view-mode-masonry .node--type-event .date .time a,.node--type-event .date .node--view-mode-masonry .time a,.node--view-mode-masonry .node--type-event .date .year a,.node--type-event .date .node--view-mode-masonry .year a,.node--view-mode-masonry .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--view-mode-masonry .month a,.node--view-mode-masonry .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--view-mode-masonry .day a,.node--view-mode-masonry .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--view-mode-masonry .time a,.node--view-mode-masonry .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--view-mode-masonry .year a,.node--view-mode-masonry .node--type-case .date .month a,.node--type-case .date .node--view-mode-masonry .month a,.node--view-mode-masonry .node--type-case .date .day a,.node--type-case .date .node--view-mode-masonry .day a,.node--view-mode-masonry .node--type-case .date .time a,.node--type-case .date .node--view-mode-masonry .time a,.node--view-mode-masonry .node--type-case .date .year a,.node--type-case .date .node--view-mode-masonry .year a {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

@media screen and (min-width:1024px) {
	.node--view-mode-masonry h2,.node--view-mode-masonry .node--type-event .date .month,.node--type-event .date .node--view-mode-masonry .month,.node--view-mode-masonry .node--type-event .date .day,.node--type-event .date .node--view-mode-masonry .day,.node--view-mode-masonry .node--type-event .date .time,.node--type-event .date .node--view-mode-masonry .time,.node--view-mode-masonry .node--type-event .date .year,.node--type-event .date .node--view-mode-masonry .year,.node--view-mode-masonry .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--view-mode-masonry .month,.node--view-mode-masonry .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--view-mode-masonry .day,.node--view-mode-masonry .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--view-mode-masonry .time,.node--view-mode-masonry .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--view-mode-masonry .year,.node--view-mode-masonry .node--type-case .date .month,.node--type-case .date .node--view-mode-masonry .month,.node--view-mode-masonry .node--type-case .date .day,.node--type-case .date .node--view-mode-masonry .day,.node--view-mode-masonry .node--type-case .date .time,.node--type-case .date .node--view-mode-masonry .time,.node--view-mode-masonry .node--type-case .date .year,.node--type-case .date .node--view-mode-masonry .year,.node--view-mode-masonry h2 a,.node--view-mode-masonry .node--type-event .date .month a,.node--type-event .date .node--view-mode-masonry .month a,.node--view-mode-masonry .node--type-event .date .day a,.node--type-event .date .node--view-mode-masonry .day a,.node--view-mode-masonry .node--type-event .date .time a,.node--type-event .date .node--view-mode-masonry .time a,.node--view-mode-masonry .node--type-event .date .year a,.node--type-event .date .node--view-mode-masonry .year a,.node--view-mode-masonry .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--view-mode-masonry .month a,.node--view-mode-masonry .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--view-mode-masonry .day a,.node--view-mode-masonry .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--view-mode-masonry .time a,.node--view-mode-masonry .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--view-mode-masonry .year a,.node--view-mode-masonry .node--type-case .date .month a,.node--type-case .date .node--view-mode-masonry .month a,.node--view-mode-masonry .node--type-case .date .day a,.node--type-case .date .node--view-mode-masonry .day a,.node--view-mode-masonry .node--type-case .date .time a,.node--type-case .date .node--view-mode-masonry .time a,.node--view-mode-masonry .node--type-case .date .year a,.node--type-case .date .node--view-mode-masonry .year a {
		font-size: 22px;
		line-height: 28px
	}
}

.node--view-mode-masonry .blog-category {
	margin-bottom: 20px;
	padding-left: 0
}

.node--view-mode-masonry .blog-category li {
	background: #f9f9f9;
	border-radius: 20px;
	color: #5d5d5d;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 5px 10px;
	margin-bottom: 3px
}

@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: -70px
	}
}

@media screen and (min-width:660px) {
	.node--type-side-by-side-liftup,.node--type-system_block {
		padding-top: 30px
	}
}

.node--type-side-by-side-liftup:last-child,.node--type-system_block:last-child {
	padding-bottom: 30px
}

.node--type-side-by-side-liftup+.node--type-single-liftup,.node--type-system_block+.node--type-single-liftup {
	padding-top: 40px
}

.node--view-mode-module:nth-child(1).node--type-single-liftup {
	padding-top: 40px
}

@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: #00427a
}

ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 3px solid #00427a
}

ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
	right: -13px
}

ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
	left: -13px
}

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
}

@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: 20px;
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131
}

.node--view-mode-liftup .content .field.field--name-field-name,.node--view-mode-liftup_contact_card .content .field.field--name-field-name {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

.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: 16px;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 300;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: left;
	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: 40px
}

.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: 60px 0 0
}

.node--view-mode-full .field--name-field-media-attachments>.field--item {
	margin-bottom: 20px
}

.text_cta,.cta_box_text,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all,.cta_box_text_white,.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>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a,.cta_box_text_orange,.product .prod-hero .field--type-link.field--name-field-buy-link a,.product--updated-layout .product__buttons__buy a,.product--updated-layout .field--name-field-buy-link a,.row.packages .field--name-variations>.field--item .form-actions .button,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.pager__item a.button,.product .prod-hero .field--type-link a,.product .support .rel-documents a,.product--updated-layout .product__cta a,.product--updated-layout .product__buttons__datasheet a,.product--updated-layout .field--name-field-datasheet a,.product--updated-layout .product__buttons__contact a,.product--updated-layout .field--name-field-secondary-link a,.product--updated-layout .product__downloads .cta-wrapper a.button,.system.commerce-product--view-mode-full .support .rel-documents a,.view-display-id-block_stories .more-link a,.view-display-id-block_success_stories .more-link a,.view-display-id-block_stories_local_language .more-link a,.view-id-related_events .more-link a,.view-webinars.view-display-id-block_recent_webinars .more-link a,.vaisala-testing-devicetest .product__cta a,.vaisala-testing-devicetest .product__buttons__datasheet a,.vaisala-testing-devicetest .product__buttons__contact a,a.more-link,.field--name-field-link a,.editor-cta {
	color: #00427a;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px
}

.text_cta:hover,.cta_box_text:hover,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all:hover,.cta_box_text_white:hover,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover,.cta_box_text_orange:hover,.product--updated-layout .product__buttons__buy a:hover,.product--updated-layout .field--name-field-buy-link a:hover,.row.packages .field--name-variations>.field--item .form-actions .button:hover,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.pager__item a.button:hover,.product .prod-hero .field--type-link a:hover,.product .support .rel-documents a:hover,.product--updated-layout .product__cta a:hover,.product--updated-layout .product__buttons__datasheet a:hover,.product--updated-layout .field--name-field-datasheet a:hover,.product--updated-layout .product__buttons__contact a:hover,.product--updated-layout .field--name-field-secondary-link a:hover,.product--updated-layout .product__downloads .cta-wrapper a.button:hover,.system.commerce-product--view-mode-full .support .rel-documents a:hover,.view-display-id-block_stories .more-link a:hover,.view-display-id-block_success_stories .more-link a:hover,.view-display-id-block_stories_local_language .more-link a:hover,.view-id-related_events .more-link a:hover,.view-webinars.view-display-id-block_recent_webinars .more-link a:hover,.vaisala-testing-devicetest .product__cta a:hover,.vaisala-testing-devicetest .product__buttons__datasheet a:hover,.vaisala-testing-devicetest .product__buttons__contact a:hover,a.more-link:hover,.field--name-field-link a:hover,.editor-cta:hover {
	color: #51C8E8;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px
}

.cta_box_text,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all,.cta_box_text_white,.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>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a,.cta_box_text_orange,.product .prod-hero .field--type-link.field--name-field-buy-link a,.product--updated-layout .product__buttons__buy a,.product--updated-layout .field--name-field-buy-link a,.row.packages .field--name-variations>.field--item .form-actions .button,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.pager__item a.button,.product .prod-hero .field--type-link a,.product .support .rel-documents a,.product--updated-layout .product__cta a,.product--updated-layout .product__buttons__datasheet a,.product--updated-layout .field--name-field-datasheet a,.product--updated-layout .product__buttons__contact a,.product--updated-layout .field--name-field-secondary-link a,.product--updated-layout .product__downloads .cta-wrapper a.button,.system.commerce-product--view-mode-full .support .rel-documents a,.view-display-id-block_stories .more-link a,.view-display-id-block_success_stories .more-link a,.view-display-id-block_stories_local_language .more-link a,.view-id-related_events .more-link a,.view-webinars.view-display-id-block_recent_webinars .more-link a,.vaisala-testing-devicetest .product__cta a,.vaisala-testing-devicetest .product__buttons__datasheet a,.vaisala-testing-devicetest .product__buttons__contact a {
	border-radius: 0px;
	border: 1.2px solid #00427a;
	padding: 15px 40px;
	display: inline-block;
	position: relative;
	background: transparent;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer
}

.cta_box_text:hover,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all:hover,.cta_box_text_white:hover,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover,.cta_box_text_orange:hover,.product--updated-layout .product__buttons__buy a:hover,.product--updated-layout .field--name-field-buy-link a:hover,.row.packages .field--name-variations>.field--item .form-actions .button:hover,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.pager__item a.button:hover,.product .prod-hero .field--type-link a:hover,.product .support .rel-documents a:hover,.product--updated-layout .product__cta a:hover,.product--updated-layout .product__buttons__datasheet a:hover,.product--updated-layout .field--name-field-datasheet a:hover,.product--updated-layout .product__buttons__contact a:hover,.product--updated-layout .field--name-field-secondary-link a:hover,.product--updated-layout .product__downloads .cta-wrapper a.button:hover,.system.commerce-product--view-mode-full .support .rel-documents a:hover,.view-display-id-block_stories .more-link a:hover,.view-display-id-block_success_stories .more-link a:hover,.view-display-id-block_stories_local_language .more-link a:hover,.view-id-related_events .more-link a:hover,.view-webinars.view-display-id-block_recent_webinars .more-link a:hover,.vaisala-testing-devicetest .product__cta a:hover,.vaisala-testing-devicetest .product__buttons__datasheet a:hover,.vaisala-testing-devicetest .product__buttons__contact a:hover {
	background: #00427a;
	color: #fff;
	border-color: #00427a
}

.cta_box_text:after,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all:after,.cta_box_text_white: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>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:after,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:after,.cta_box_text_orange:after,.product .prod-hero .field--type-link.field--name-field-buy-link a:after,.product--updated-layout .product__buttons__buy a:after,.product--updated-layout .field--name-field-buy-link a:after,.row.packages .field--name-variations>.field--item .form-actions .button:after,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:after,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:after,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:after,.pager__item a.button:after,.product .prod-hero .field--type-link a:after,.product .support .rel-documents a:after,.product--updated-layout .product__cta a:after,.product--updated-layout .product__buttons__datasheet a:after,.product--updated-layout .field--name-field-datasheet a:after,.product--updated-layout .product__buttons__contact a:after,.product--updated-layout .field--name-field-secondary-link a:after,.product--updated-layout .product__downloads .cta-wrapper a.button:after,.system.commerce-product--view-mode-full .support .rel-documents a:after,.view-display-id-block_stories .more-link a:after,.view-display-id-block_success_stories .more-link a:after,.view-display-id-block_stories_local_language .more-link a:after,.view-id-related_events .more-link a:after,.view-webinars.view-display-id-block_recent_webinars .more-link a:after,.vaisala-testing-devicetest .product__cta a:after,.vaisala-testing-devicetest .product__buttons__datasheet a:after,.vaisala-testing-devicetest .product__buttons__contact a:after {
	display: none !important
}

.cta_box_text_white,.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>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.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,.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>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover {
	background: #51C8E8;
	border-color: #51C8E8
}

.cta_box_text_orange,.product .prod-hero .field--type-link.field--name-field-buy-link a,.product--updated-layout .product__buttons__buy a,.product--updated-layout .field--name-field-buy-link a,.row.packages .field--name-variations>.field--item .form-actions .button,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,.vaisala-testing-devicetest .product__buttons__buy a {
	background: #e87d1e;
	border-color: #e87d1e;
	color: #fff
}

.cta_box_text_orange:hover,.product .prod-hero .field--type-link.field--name-field-buy-link a:hover,.product--updated-layout .product__buttons__buy a:hover,.product--updated-layout .field--name-field-buy-link a:hover,.row.packages .field--name-variations>.field--item .form-actions .button:hover,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,.vaisala-testing-devicetest .product__buttons__buy a:hover {
	background: #ee6a31;
	border-color: #ee6a31;
	color: #fff
}

.cta_round_arrow_big_blue:after,.cta_round_arrow_small_blue:after,#block-views-block-stories-block-1 .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .read-more:after,#block-views-block-measurement-stories .view .views-row article .read-more:after,#block-views-block-measurement-stories-local .view .views-row article .read-more:after,.view-contact-finder .view .views-row article .read-more:after,.view-id-stories .view .views-row article .read-more:after,.view-id-related_events .view .views-row article .read-more:after,#block-views-block-stories-block-1 .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .read-more:after,#block-views-block-measurement-stories .view>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article .read-more:after,.view-contact-finder .view>.field--item article .read-more:after,.view-id-stories .view>.field--item article .read-more:after,.view-id-related_events .view>.field--item article .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .read-more:after,#block-views-block-measurement-stories .view-content .views-row article .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article .read-more:after,.view-contact-finder .view-content .views-row article .read-more:after,.view-id-stories .view-content .views-row article .read-more:after,.view-id-related_events .view-content .views-row article .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article .read-more:after,.view-contact-finder .view-content>.field--item article .read-more:after,.view-id-stories .view-content>.field--item article .read-more:after,.view-id-related_events .view-content>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article .read-more:after,.view-id-stories .field--name-field-liftup .views-row article .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .read-more:after,.view-contact-finder .field--name-field-products .views-row article .read-more:after,.view-id-stories .field--name-field-products .views-row article .read-more:after,.view-id-related_events .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .read-more:after,.view-contact-finder .field--name-field-products>.field--item article .read-more:after,.view-id-stories .field--name-field-products>.field--item article .read-more:after,.view-id-related_events .field--name-field-products>.field--item article .read-more:after,.masonry-link a:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a:after,.module-header__all-product-link:after,.product--updated-layout .product__downloads__cta a:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,.view-display-id-block_stories .views-row>article .read-more:after,.view-display-id-block_success_stories .views-row>article .read-more:after,.view-display-id-block_stories_local_language .views-row>article .read-more:after,.view-id-related_events .views-row>article .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article .read-more: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,.vaisala-testing-devicetest .product__downloads__cta a:after,.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .read-more:after,.view-contact-finder .view .views-row article.hover .read-more:after,.view-id-stories .view .views-row article.hover .read-more:after,.view-id-related_events .view .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .read-more:after,.view-contact-finder .view>.field--item article.hover .read-more:after,.view-id-stories .view>.field--item article.hover .read-more:after,.view-id-related_events .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .read-more:after,.view-contact-finder .view-content .views-row article.hover .read-more:after,.view-id-stories .view-content .views-row article.hover .read-more:after,.view-id-related_events .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .read-more:after,.view-contact-finder .view-content>.field--item article.hover .read-more:after,.view-id-stories .view-content>.field--item article.hover .read-more:after,.view-id-related_events .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini.hover>.content>.field--name-field-link a:after,.product--updated-layout .product-related__item .read-more:after,.view-display-id-block_stories .views-row>article.hover .read-more:after,.view-display-id-block_success_stories .views-row>article.hover .read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .read-more:after,.view-id-related_events .views-row>article.hover .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .read-more:after,.vaisala-testing-devicetest .product-related__item .read-more:after,.node--type-grid-liftup .node--view-mode-liftup>.content>.field--name-field-link a: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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:after {
	content: ' ';
	width: 34px;
	height: 34px;
	display: inline-block;
	margin-left: 0px;
	margin-bottom: -12px;
	background: transparent url("/themes/custom/vaisala/css/../images/cta_arrow_blue.svg") no-repeat left top;
	background-size: contain
}

.cta_round_arrow_big_blue.empty_title:after,.empty_title.cta_round_arrow_small_blue:after,#block-views-block-stories-block-1 .view .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .view .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view .views-row article .empty_title.read-more:after,.view-contact-finder .view .views-row article .empty_title.read-more:after,.view-id-stories .view .views-row article .empty_title.read-more:after,.view-id-related_events .view .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .view>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .view>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view>.field--item article .empty_title.read-more:after,.view-contact-finder .view>.field--item article .empty_title.read-more:after,.view-id-stories .view>.field--item article .empty_title.read-more:after,.view-id-related_events .view>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .view-content .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article .empty_title.read-more:after,.view-contact-finder .view-content .views-row article .empty_title.read-more:after,.view-id-stories .view-content .views-row article .empty_title.read-more:after,.view-id-related_events .view-content .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .view-content>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article .empty_title.read-more:after,.view-contact-finder .view-content>.field--item article .empty_title.read-more:after,.view-id-stories .view-content>.field--item article .empty_title.read-more:after,.view-id-related_events .view-content>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup .views-row article .empty_title.read-more:after,.view-id-stories .field--name-field-liftup .views-row article .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article .empty_title.read-more:after,.view-id-stories .field--name-field-liftup>.field--item article .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .empty_title.read-more:after,.view-contact-finder .field--name-field-products .views-row article .empty_title.read-more:after,.view-id-stories .field--name-field-products .views-row article .empty_title.read-more:after,.view-id-related_events .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .empty_title.read-more:after,.view-contact-finder .field--name-field-products>.field--item article .empty_title.read-more:after,.view-id-stories .field--name-field-products>.field--item article .empty_title.read-more:after,.view-id-related_events .field--name-field-products>.field--item article .empty_title.read-more:after,.masonry-link a.empty_title:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a.empty_title:after,.empty_title.module-header__all-product-link:after,.product--updated-layout .product__downloads__cta a.empty_title:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,.view-display-id-block_stories .views-row>article .empty_title.read-more:after,.view-display-id-block_success_stories .views-row>article .empty_title.read-more:after,.view-display-id-block_stories_local_language .views-row>article .empty_title.read-more:after,.view-id-related_events .views-row>article .empty_title.read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article .empty_title.read-more: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,.vaisala-testing-devicetest .product__downloads__cta a.empty_title:after,.empty_title.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .empty_title.read-more:after,.view-contact-finder .view .views-row article.hover .empty_title.read-more:after,.view-id-stories .view .views-row article.hover .empty_title.read-more:after,.view-id-related_events .view .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .view>.field--item article.hover .empty_title.read-more:after,.view-id-stories .view>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .empty_title.read-more:after,.view-contact-finder .view-content .views-row article.hover .empty_title.read-more:after,.view-id-stories .view-content .views-row article.hover .empty_title.read-more:after,.view-id-related_events .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .view-content>.field--item article.hover .empty_title.read-more:after,.view-id-stories .view-content>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a.empty_title:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a.empty_title:after,.product--updated-layout .product-related__item .empty_title.read-more:after,.view-display-id-block_stories .views-row>article.hover .empty_title.read-more:after,.view-display-id-block_success_stories .views-row>article.hover .empty_title.read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .empty_title.read-more:after,.view-id-related_events .views-row>article.hover .empty_title.read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .empty_title.read-more:after,.vaisala-testing-devicetest .product-related__item .empty_title.read-more:after,.node--type-grid-liftup .node--view-mode-liftup>.content>.field--name-field-link a.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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:after {
	margin-left: 0px
}

.cta_round_arrow_big_blue_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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title: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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_blue_hover.svg")
}

.cta_round_arrow_big_white:after,.hover .masonry-link a:after,.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .read-more:after,.view-contact-finder .view .views-row article.hover .read-more:after,.view-id-stories .view .views-row article.hover .read-more:after,.view-id-related_events .view .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .read-more:after,.view-contact-finder .view>.field--item article.hover .read-more:after,.view-id-stories .view>.field--item article.hover .read-more:after,.view-id-related_events .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .read-more:after,.view-contact-finder .view-content .views-row article.hover .read-more:after,.view-id-stories .view-content .views-row article.hover .read-more:after,.view-id-related_events .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .read-more:after,.view-contact-finder .view-content>.field--item article.hover .read-more:after,.view-id-stories .view-content>.field--item article.hover .read-more:after,.view-id-related_events .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini.hover>.content>.field--name-field-link a:after,.product--updated-layout .product-related__item .read-more:after,.view-display-id-block_stories .views-row>article.hover .read-more:after,.view-display-id-block_success_stories .views-row>article.hover .read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .read-more:after,.view-id-related_events .views-row>article.hover .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .read-more:after,.vaisala-testing-devicetest .product-related__item .read-more:after,.node--type-grid-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a:after,.node--type-side-by-side-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a: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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more: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 {
	background-image: url("/themes/custom/vaisala/css/../images/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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_white_hover.svg")
}

.cta_round_arrow_small_blue:after,#block-views-block-stories-block-1 .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .read-more:after,#block-views-block-measurement-stories .view .views-row article .read-more:after,#block-views-block-measurement-stories-local .view .views-row article .read-more:after,.view-contact-finder .view .views-row article .read-more:after,.view-id-stories .view .views-row article .read-more:after,.view-id-related_events .view .views-row article .read-more:after,#block-views-block-stories-block-1 .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .read-more:after,#block-views-block-measurement-stories .view>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article .read-more:after,.view-contact-finder .view>.field--item article .read-more:after,.view-id-stories .view>.field--item article .read-more:after,.view-id-related_events .view>.field--item article .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .read-more:after,#block-views-block-measurement-stories .view-content .views-row article .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article .read-more:after,.view-contact-finder .view-content .views-row article .read-more:after,.view-id-stories .view-content .views-row article .read-more:after,.view-id-related_events .view-content .views-row article .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article .read-more:after,.view-contact-finder .view-content>.field--item article .read-more:after,.view-id-stories .view-content>.field--item article .read-more:after,.view-id-related_events .view-content>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article .read-more:after,.view-id-stories .field--name-field-liftup .views-row article .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .read-more:after,.view-contact-finder .field--name-field-products .views-row article .read-more:after,.view-id-stories .field--name-field-products .views-row article .read-more:after,.view-id-related_events .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .read-more:after,.view-contact-finder .field--name-field-products>.field--item article .read-more:after,.view-id-stories .field--name-field-products>.field--item article .read-more:after,.view-id-related_events .field--name-field-products>.field--item article .read-more:after,.masonry-link a:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a:after,.module-header__all-product-link:after,.product--updated-layout .product__downloads__cta a:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,.view-display-id-block_stories .views-row>article .read-more:after,.view-display-id-block_success_stories .views-row>article .read-more:after,.view-display-id-block_stories_local_language .views-row>article .read-more:after,.view-id-related_events .views-row>article .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article .read-more: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,.vaisala-testing-devicetest .product__downloads__cta a:after {
	height: 25px !important;
	width: 25px !important;
	z-index: 1
}

.cta_round_arrow_small_hover:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_white.svg")
}

.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .read-more:after,.view-contact-finder .view .views-row article.hover .read-more:after,.view-id-stories .view .views-row article.hover .read-more:after,.view-id-related_events .view .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .read-more:after,.view-contact-finder .view>.field--item article.hover .read-more:after,.view-id-stories .view>.field--item article.hover .read-more:after,.view-id-related_events .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .read-more:after,.view-contact-finder .view-content .views-row article.hover .read-more:after,.view-id-stories .view-content .views-row article.hover .read-more:after,.view-id-related_events .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .read-more:after,.view-contact-finder .view-content>.field--item article.hover .read-more:after,.view-id-stories .view-content>.field--item article.hover .read-more:after,.view-id-related_events .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini.hover>.content>.field--name-field-link a:after,.product--updated-layout .product-related__item .read-more:after,.view-display-id-block_stories .views-row>article.hover .read-more:after,.view-display-id-block_success_stories .views-row>article.hover .read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .read-more:after,.view-id-related_events .views-row>article.hover .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .read-more:after,.vaisala-testing-devicetest .product-related__item .read-more:after {
	height: 25px !important;
	width: 25px !important;
	z-index: 1
}

a.more-link {
	margin-top: 20px;
	display: block
}

.node--type-grid-liftup .node--view-mode-liftup .field--name-field-link {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 40px
}

.node--type-side-by-side-liftup .node--view-mode-liftup .field--name-field-link {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.node--view-mode-masonry .field--name-field-link {
	position: absolute;
	bottom: 20px
}

.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>.content>.field--name-field-link a:after {
	position: absolute;
	right: 40px;
	bottom: 5px
}

.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a:after {
	position: absolute;
	right: 25px;
	bottom: 8px
}

.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a,.node--view-mode-liftup-mini>.content>.field--name-field-link a {
	color: #fff
}

.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after {
	position: absolute;
	right: 25px;
	bottom: 8px
}

.node--type-hero .content .field--name-field-link a.has_title {
	margin-right: 20px;
	margin-top: 20px
}

@media screen and (max-width:659px) {
	.bg_dark.node--type-hero .content .field--name-field-link a.has_title {
		border-color: #00427a;
		color: #00427a
	}

	.bg_dark.node--type-hero .content .field--name-field-link a.has_title:hover {
		color: #fff
	}
}

.node--type-grid-liftup .node--view-mode-liftup>.content>.field--name-field-link a.has_title:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a.has_title:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a.has_title:after {
	display: none
}

.node--type-grid-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a.has_title:after,.node--type-side-by-side-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a.has_title:after,.node--view-mode-liftup-mini>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title,.media-position-cover>.module-wrapper>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.media-position-cover>.module-wrapper>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.media-position-cover>.module-wrapper>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.media-position-cover>.module-wrapper>.content>.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: #00427a
	}

	.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: 0px
}

.field--name-field-office {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131
}

.field--name-field-links .field--label {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	margin-top: 60px;
	margin-bottom: 30px
}

@media screen and (min-width:1024px) {
	.field--name-field-links .field--label {
		font-size: 22px;
		line-height: 28px
	}
}

.field--name-field-links .field--item {
	background: #e7eeef;
	margin: 10px 0;
	position: relative
}

.field--name-field-links .field--item a {
	font-size: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	border-right: 1px solid #dbebef;
	padding: 38px 82px 38px 42px;
	display: inline-block;
	width: 85%
}

.field--name-field-links .field--item a.filetype-pdf {
	background: transparent url("/themes/custom/vaisala/css/../images/icon-pdf@2x.png") no-repeat 95% center;
	background-size: 42px
}

.field--name-field-links .field--item a:after {
	display: inline-block;
	content: ' ';
	background: transparent url(/themes/custom/vaisala/css/../images/download-button@2x.png) no-repeat center center;
	background-size: 42px;
	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 #00427a;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 20px;
	background: #fff;
	color: #00427a;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 400;
	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: #00427a;
	color: #fff
}

.field--name-field-blog-categories .field--item {
	display: inline-block;
	border: 1px solid #00427a;
	margin-right: 10px;
	position: relative
}

.field--name-field-blog-categories .field--item a {
	display: block;
	padding: 10px 20px;
	background: #fff;
	color: #00427a;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 400
}

.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: 15px
}

.module-header__all-product-link:after {
	margin: 0 0 0 15px
}

.node--view-mode-masonry {
	height: 500px
}

@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: 40px
}

@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: 450px;
	background: #00427a url("/themes/custom/vaisala/css/../images/header_1920x680.jpg") no-repeat center center
}

@media screen and (max-width:659px) {
	.node--type-article-page .article-header {
		height: 315px;
		background: #00427a url("/themes/custom/vaisala/css/../images/header_660x315.jpg") no-repeat center center
	}
}

.node--type-article-page .article-header h1 {
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-align: center;
	opacity: 0
}

@media screen and (min-width:660px) {
	.node--type-article-page .article-header h1 {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: 0.8px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@media screen and (min-width:1440px) {
	.node--type-article-page .article-header h1 {
		font-size: 70px;
		line-height: 83px;
		letter-spacing: 0.8px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

.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: 40px 0
}

.node--type-article-page .article-menu-split label {
	font-weight: 300;
	color: #9b9b9b;
	font-size: 13px;
	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 #00427a;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-left: 10px;
	position: relative;
	margin-left: 0px
}

@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 #00427a;
	border-right: 1px solid #00427a;
	-webkit-transition: .2s transform;
	-o-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: 10px 0 20px
}

.node--type-article-page .article-menu-split .article-menu-wrap ul.article-menu li {
	list-style: none;
	font-size: 15px;
	padding: 3px 0;
	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: #00427a
}

.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: 20px
}

.node--type-article-page .field--type-image h1.title:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	background: #fff;
	margin: 0 auto
}

.node--type-article-page .node--type-sub-article .sub-article-wrap {
	float: none;
	margin: 50px 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,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year {
	float: none;
	margin: 20px auto 100px;
	font-size: 30px;
	line-height: 36px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: center
}

@media screen and (min-width:660px) {
	.node--type-article-page .node--type-sub-article .sub-article-wrap h2,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year {
		font-size: 45px;
		line-height: 50px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

.node--type-article-page .node--type-sub-article .sub-article-wrap h2 span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .month span,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .day span,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .time span,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .year span,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .month span,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .day span,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .time span,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .year span,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .month span,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .day span,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .time span,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time span,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .year span,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year span {
	display: block;
	padding: 10px 0
}

.node--type-article-page .node--type-sub-article .sub-article-wrap h2:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .month:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .day:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .time:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event .date .year:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .month:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .day:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .time:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-event_webinar .date .year:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .month:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .day:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .time:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .node--type-case .date .year:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .year:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	background: #00427a;
	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>p,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>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 .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.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: 0 auto 40px;
	word-wrap: break-word
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>p:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>p:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>div:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>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 .node--type-event .date .month:before,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day:before,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time:before,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year:before,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month:before,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day:before,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time:before,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year:before,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month:before,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day:before,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time:before,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:before,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year:before,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year: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 .node--type-event .date .month:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year: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>p:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .field>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 .node--type-event .date .month:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year:after,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year:after,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time:after,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year:after,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year: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>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 .node--type-event .date .month,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .day,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .time,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event .date .year,.node--type-event .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .month,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .month,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .day,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .day,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .time,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .time,.node--type-article-page .node--type-sub-article .sub-article-wrap .content .node--type-case .date .year,.node--type-case .date .node--type-article-page .node--type-sub-article .sub-article-wrap .content .year,.node--type-article-page .node--type-sub-article .sub-article-wrap .content h3 {
	margin: 60px auto
}

.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: 20px 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: 30px
}

.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: 3px 0
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .content a {
	color: #e87d1e
}

.node--type-article-page .node--type-sub-article .sub-article-wrap blockquote {
	font-weight: 300;
	border-left: 5px solid #e7eeef;
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
	font-size: 24px;
	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: 10px;
	font-size: 16px;
	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: 10px 0 0 50px;
	font-size: 16px;
	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: 10px
}

.node--type-article-page .node--type-sub-article .sub-article-wrap .sub-article-cta {
	display: inline-block;
	margin: 40px 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: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 15px 20px;
	border: 1px solid #00427a;
	color: #00427a;
	display: inline-block;
	line-height: 24px
}

.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: 30px
}

.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 #00427a;
	margin: 40px 0
}

.node--type-article-page .node--type-sub-article .files .file>span {
	border: none
}

.node--type-article-page .node--type-sub-article .files .file .file-link {
	float: left;
	width: auto;
	padding: 25px 50px
}

.node--type-article-page .node--type-sub-article .files .file .file-link a {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #00427a;
	cursor: pointer
}

.node--type-article-page .node--type-sub-article .files .file .file-size {
	font-weight: 300;
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding: 30px 10px
}

.node--type-article-page .node--type-sub-article .files .file .file-icon {
	float: right;
	padding: 25px 10px
}

.node--type-article-page .node--type-sub-article .files .file .file-download {
	width: 100px;
	height: 100%;
	float: right;
	padding: 19px 0;
	margin-left: 10px;
	border-left: 1px solid #e7eeef;
	cursor: pointer
}

.node--type-article-page .node--type-sub-article .files .file .file-download .icon-download {
	display: block;
	width: 43px;
	height: 43px;
	border: 1px solid #00427a;
	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: 10px;
	left: 16px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #00427a;
	border-right: 1px solid #00427a;
	-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: 21px;
	width: 0px;
	border-left: 1px solid #00427a;
	top: 10px;
	left: 20px
}

.node--type-article-page .node--type-sub-article .sub-article-modules .node--view-mode-module.node--type-single-liftup {
	padding-top: 0
}

article.node--type-basic-page {
	margin: 0 auto 40px;
	float: none
}

article.node--type-basic-page h1 {
	font-size: 26px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: center;
	float: none;
	margin: 40px auto
}

@media screen and (min-width:1024px) {
	article.node--type-basic-page h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (min-width:1440px) {
	article.node--type-basic-page h1 {
		font-size:40px;
		line-height: 42px
	}
}

article.node--type-basic-page .meta-info {
	margin-bottom: 60px
}

article.node--type-basic-page .meta-info .author {
	text-align: center
}

article.node--type-basic-page .meta-info .author .field--name-user-picture {
	margin: -30px auto 40px
}

article.node--type-basic-page .meta-info .author .field--name-user-picture img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	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-weight: 300;
	font-size: 13px;
	color: #9b9b9b;
	text-transform: uppercase
}

article.node--type-basic-page .meta-info .social-links {
	text-align: center;
	margin-top: 20px
}

article.node--type-basic-page .content .field a {
	color: #e87d1e
}

article.node--type-basic-page .field--name-body {
	font-weight: 400;
	margin: 0 auto;
	float: none
}

.liftups {
	margin-top: 60px
}

.liftups>.field>.field--item .content {
	padding: 40px;
	margin-bottom: 30px
}

ul {
	list-style: initial
}

p img {
	display: inline
}

.countdownHolder {
	font-size: 72px !important;
	font-weight: 700;
	padding-top: 50px
}

#jquery-countdown-timer-note {
	color: #00427a;
	font-size: 42px !important;
	line-height: normal;
	font-weight: 700;
	display: none
}

.countDiv {
	color: #00427a;
	font-size: 72px !important;
	top: -35px;
	font-weight: 700
}

.digit {
	background-color: white;
	color: #00427a;
	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: #00427a;
	font-size: 22px !important;
	font-weight: 700;
	padding-right: 110px
}

.timer-atributes-wrapper {
	position: relative;
	top: -35px;
	left: 52px;
	display: inline-block
}

.block-jquery-countdown-timer {
	text-align: center
}

article.node--type-news.node--view-mode-full {
	margin: 0 auto 40px;
	float: none
}

article.node--type-news.node--view-mode-full h1 {
	font-size: 26px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: center;
	float: none;
	margin: 100px auto
}

@media screen and (min-width:1024px) {
	article.node--type-news.node--view-mode-full h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (min-width:1440px) {
	article.node--type-news.node--view-mode-full h1 {
		font-size: 60px;
		line-height: 62px
	}
}

article.node--type-news.node--view-mode-full .meta-info {
	margin-bottom: 60px
}

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: -30px;
	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: 100px;
	height: 100px;
	border-radius: 50px;
	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 .author .published-on {
	font-weight: 300;
	font-size: 13px;
	color: #9b9b9b;
	text-transform: uppercase
}

article.node--type-news.node--view-mode-full .meta-info .social-links {
	text-align: center;
	margin-top: 20px
}

article.node--type-news.node--view-mode-full .content .field a {
	color: #e87d1e
}

article.node--type-news.node--view-mode-full .field--name-body {
	font-weight: 400;
	margin: 0 auto;
	float: none
}

.liftups {
	margin-top: 60px
}

.liftups>.field>.field--item .content {
	padding: 40px;
	margin-bottom: 30px
}

article.node--type-blog.node--view-mode-full,article.node--type-case.node--view-mode-full {
	clear: both;
	max-width: 965px;
	margin: 0 auto 40px;
	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 {
	content: " ";
	display: table
}

article.node--type-blog.node--view-mode-full:after,article.node--type-case.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 {
	margin: 50px 0
}

article.node--type-blog.node--view-mode-full header .content-type,article.node--type-case.node--view-mode-full header .content-type {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	margin: 30px auto;
	font-size: 16px;
	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 {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	float: none;
	margin: 30px auto;
	text-align: center;
	font-size: 38px;
	letter-spacing: 2px;
	font-weight: bold
}

article.node--type-blog.node--view-mode-full header h1 span,article.node--type-case.node--view-mode-full header h1 span {
	text-align: center;
	font-size: 38px;
	letter-spacing: 2px;
	font-weight: bold
}

article.node--type-blog.node--view-mode-full .meta-info,article.node--type-case.node--view-mode-full .meta-info {
	margin-bottom: 60px
}

article.node--type-blog.node--view-mode-full .meta-info .author,article.node--type-case.node--view-mode-full .meta-info .author {
	position: relative;
	text-align: center;
	margin-bottom: 20px
}

article.node--type-blog.node--view-mode-full .meta-info .author .media,article.node--type-case.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 {
	position: relative;
	top: -30px;
	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 {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	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 {
	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 {
	text-align: right;
	vertical-align: baseline;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #00427a;
	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 {
	display: inline-block;
	font-size: 13px;
	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 {
	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 {
	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 {
	padding-right: 0px
}

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 {
	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 {
	display: inline-block;
	color: #00427a;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 10px 15px 10px 35px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 16px
}

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 {
	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 {
	content: '';
	background: url("/themes/custom/vaisala/css/../images/calendar-blog.svg") no-repeat 0 0;
	background-size: 20px 16px;
	width: 20px;
	height: 16px;
	position: absolute;
	top: -1px;
	left: -22px
}

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 {
	display: inline-block;
	font-size: 13px;
	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 {
	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 {
	line-height: 16px;
	margin-left: 10px;
	color: #00427a;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 10px 15px;
	margin-bottom: 10px
}

article.node--type-blog.node--view-mode-full .content .field a,article.node--type-case.node--view-mode-full .content .field a {
	color: #e87d1e
}

article.node--type-blog.node--view-mode-full .field--name-body,article.node--type-case.node--view-mode-full .field--name-body {
	font-weight: 400;
	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 {
	font-weight: 400;
	margin: 20px auto 0px;
	padding: 0;
	float: none
}

.page-node-type-blog .liftups,.page-node-type-case .liftups,.page-node-type-news .liftups {
	margin-top: 20px
}

.page-node-type-blog .liftups>.field>.field--item .content,.page-node-type-case .liftups>.field>.field--item .content,.page-node-type-news .liftups>.field>.field--item .content {
	padding: 40px;
	margin-bottom: 30px
}

.page-node-type-blog .related-products,.page-node-type-case .related-products,.page-node-type-news .related-products {
	margin-top: 20px
}

.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 {
	content: " ";
	display: table
}

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

.page-node-type-blog .related-products .field--name-field-products .field--label,.page-node-type-case .related-products .field--name-field-products .field--label,.page-node-type-news .related-products .field--name-field-products .field--label {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	padding: 10px 5px
}

@media screen and (min-width:1024px) {
	.page-node-type-blog .related-products .field--name-field-products .field--label,.page-node-type-case .related-products .field--name-field-products .field--label,.page-node-type-news .related-products .field--name-field-products .field--label {
		font-size: 22px;
		line-height: 28px
	}
}

.page-node-type-blog .related-products .field--name-field-products .field__items,.page-node-type-case .related-products .field--name-field-products .field__items,.page-node-type-news .related-products .field--name-field-products .field__items {
	margin-left: 0;
	margin-right: 0
}

.page-node-type-blog .related-products .field--name-field-products .field__items:before,.page-node-type-blog .related-products .field--name-field-products .field__items:after,.page-node-type-case .related-products .field--name-field-products .field__items:before,.page-node-type-case .related-products .field--name-field-products .field__items:after,.page-node-type-news .related-products .field--name-field-products .field__items:before,.page-node-type-news .related-products .field--name-field-products .field__items:after {
	content: " ";
	display: table
}

.page-node-type-blog .related-products .field--name-field-products .field__items:after,.page-node-type-case .related-products .field--name-field-products .field__items:after,.page-node-type-news .related-products .field--name-field-products .field__items:after {
	clear: both
}

.page-node-type-blog .related-products .field--name-field-products .field__items>.field--item,.page-node-type-case .related-products .field--name-field-products .field__items>.field--item,.page-node-type-news .related-products .field--name-field-products .field__items>.field--item {
	padding: 5px
}

.page-node-type-blog .related-products .field--name-field-products .field__items>.field--item article.commerce-product--view-mode-liftup,.page-node-type-case .related-products .field--name-field-products .field__items>.field--item article.commerce-product--view-mode-liftup,.page-node-type-news .related-products .field--name-field-products .field__items>.field--item article.commerce-product--view-mode-liftup {
	border: 1px solid #f6f6f6;
	padding: 10px;
	cursor: pointer
}

.page-node-type-blog .field--name-field-module,.page-node-type-case .field--name-field-module,.page-node-type-news .field--name-field-module {
	margin-top: 20px
}

.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 {
	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 {
	clear: both
}

.form-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.blog-comments {
	margin-bottom: 50px
}

.blog-comments:before,.blog-comments:after {
	content: " ";
	display: table
}

.blog-comments:after {
	clear: both
}

@media screen and (min-width:660px) {
	.blog-comments {
		padding: 0 50px
	}
}

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 40px;
	float: none
}

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 {
	font-size: 26px;
	line-height: 32px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: center;
	float: none;
	margin: 50px auto
}

@media screen and (min-width:1024px) {
	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 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (min-width:1440px) {
	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 {
		font-size: 40px;
		line-height: 42px
	}
}

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: 40px
}

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,article.node--view-mode-full.node--type-event .meta-info .author .field--name-field-editorial-category,article.node--view-mode-full.node--type-event-webinar .meta-info .author .field--name-field-editorial-category {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #222
}

article.node--view-mode-full.node--type-release .meta-info .author .field--name-field-editorial-category span,article.node--view-mode-full.node--type-event .meta-info .author .field--name-field-editorial-category span,article.node--view-mode-full.node--type-event-webinar .meta-info .author .field--name-field-editorial-category span {
	color: #d3e6eb
}

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: -30px auto 40px
}

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 .author .published-on,article.node--view-mode-full.node--type-event .meta-info .author .published-on,article.node--view-mode-full.node--type-event-webinar .meta-info .author .published-on {
	font-weight: 300;
	font-size: 13px;
	color: #9b9b9b;
	text-transform: uppercase
}

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: 20px;
	margin-bottom: 20px
}

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: 20px
}

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: #e87d1e
}

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: 20px;
	padding-left: 10px
}

@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: 40px
	}
}

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: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0 auto;
	float: none;
	background: transparent url("/themes/custom/vaisala/css/../images/calendar.svg") no-repeat left 4px;
	background-size: 20px;
	padding-left: 35px;
	font-size: 12px;
	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: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0 auto;
	float: none;
	background: transparent url("/themes/custom/vaisala/css/../images/clock.svg") no-repeat left 4px;
	background-size: 20px;
	padding-left: 35px;
	font-size: 12px;
	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-weight: 400;
	margin: 0 auto 20px auto;
	float: none
}

.liftups {
	margin-top: 60px
}

.liftups>.field>.field--item .content {
	padding: 40px;
	margin-bottom: 30px
}

.node--type-press_release .field--name-body {
	word-wrap: break-word
}

#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: 30px;
	margin-bottom: 30px;
	padding-left: 10px
}

.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: 13px;
	line-height: 14px;
	letter-spacing: 0.9px;
	color: #00427a;
	text-transform: uppercase;
	border: 1px solid #00427a;
	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: #e87d1e;
	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: 60px
}

.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: 40px 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: 10px 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: 10px 40px
	}
}

.view-list .views-row .node.list-item .list-content h2,.view-list .views-row .node.list-item .list-content .node--type-event .date .month,.node--type-event .date .view-list .views-row .node.list-item .list-content .month,.view-list .views-row .node.list-item .list-content .node--type-event .date .day,.node--type-event .date .view-list .views-row .node.list-item .list-content .day,.view-list .views-row .node.list-item .list-content .node--type-event .date .time,.node--type-event .date .view-list .views-row .node.list-item .list-content .time,.view-list .views-row .node.list-item .list-content .node--type-event .date .year,.node--type-event .date .view-list .views-row .node.list-item .list-content .year,.view-list .views-row .node.list-item .list-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-list .views-row .node.list-item .list-content .month,.view-list .views-row .node.list-item .list-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-list .views-row .node.list-item .list-content .day,.view-list .views-row .node.list-item .list-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-list .views-row .node.list-item .list-content .time,.view-list .views-row .node.list-item .list-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-list .views-row .node.list-item .list-content .year,.view-list .views-row .node.list-item .list-content .node--type-case .date .month,.node--type-case .date .view-list .views-row .node.list-item .list-content .month,.view-list .views-row .node.list-item .list-content .node--type-case .date .day,.node--type-case .date .view-list .views-row .node.list-item .list-content .day,.view-list .views-row .node.list-item .list-content .node--type-case .date .time,.node--type-case .date .view-list .views-row .node.list-item .list-content .time,.view-list .views-row .node.list-item .list-content .node--type-case .date .year,.node--type-case .date .view-list .views-row .node.list-item .list-content .year,.view-releases .views-row .node.list-item .list-content h2,.view-releases .views-row .node.list-item .list-content .node--type-event .date .month,.node--type-event .date .view-releases .views-row .node.list-item .list-content .month,.view-releases .views-row .node.list-item .list-content .node--type-event .date .day,.node--type-event .date .view-releases .views-row .node.list-item .list-content .day,.view-releases .views-row .node.list-item .list-content .node--type-event .date .time,.node--type-event .date .view-releases .views-row .node.list-item .list-content .time,.view-releases .views-row .node.list-item .list-content .node--type-event .date .year,.node--type-event .date .view-releases .views-row .node.list-item .list-content .year,.view-releases .views-row .node.list-item .list-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-releases .views-row .node.list-item .list-content .month,.view-releases .views-row .node.list-item .list-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-releases .views-row .node.list-item .list-content .day,.view-releases .views-row .node.list-item .list-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-releases .views-row .node.list-item .list-content .time,.view-releases .views-row .node.list-item .list-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-releases .views-row .node.list-item .list-content .year,.view-releases .views-row .node.list-item .list-content .node--type-case .date .month,.node--type-case .date .view-releases .views-row .node.list-item .list-content .month,.view-releases .views-row .node.list-item .list-content .node--type-case .date .day,.node--type-case .date .view-releases .views-row .node.list-item .list-content .day,.view-releases .views-row .node.list-item .list-content .node--type-case .date .time,.node--type-case .date .view-releases .views-row .node.list-item .list-content .time,.view-releases .views-row .node.list-item .list-content .node--type-case .date .year,.node--type-case .date .view-releases .views-row .node.list-item .list-content .year,.view-acquia-search .views-row .node.list-item .list-content h2,.view-acquia-search .views-row .node.list-item .list-content .node--type-event .date .month,.node--type-event .date .view-acquia-search .views-row .node.list-item .list-content .month,.view-acquia-search .views-row .node.list-item .list-content .node--type-event .date .day,.node--type-event .date .view-acquia-search .views-row .node.list-item .list-content .day,.view-acquia-search .views-row .node.list-item .list-content .node--type-event .date .time,.node--type-event .date .view-acquia-search .views-row .node.list-item .list-content .time,.view-acquia-search .views-row .node.list-item .list-content .node--type-event .date .year,.node--type-event .date .view-acquia-search .views-row .node.list-item .list-content .year,.view-acquia-search .views-row .node.list-item .list-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-acquia-search .views-row .node.list-item .list-content .month,.view-acquia-search .views-row .node.list-item .list-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-acquia-search .views-row .node.list-item .list-content .day,.view-acquia-search .views-row .node.list-item .list-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-acquia-search .views-row .node.list-item .list-content .time,.view-acquia-search .views-row .node.list-item .list-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-acquia-search .views-row .node.list-item .list-content .year,.view-acquia-search .views-row .node.list-item .list-content .node--type-case .date .month,.node--type-case .date .view-acquia-search .views-row .node.list-item .list-content .month,.view-acquia-search .views-row .node.list-item .list-content .node--type-case .date .day,.node--type-case .date .view-acquia-search .views-row .node.list-item .list-content .day,.view-acquia-search .views-row .node.list-item .list-content .node--type-case .date .time,.node--type-case .date .view-acquia-search .views-row .node.list-item .list-content .time,.view-acquia-search .views-row .node.list-item .list-content .node--type-case .date .year,.node--type-case .date .view-acquia-search .views-row .node.list-item .list-content .year {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 39px;
	color: #00427a;
	margin-bottom: 20px
}

.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: 11px;
	line-height: 18px;
	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: 10px;
	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: 10px
}

.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: 10px 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: 20px;
	margin-right: 20px;
	margin-top: 10px;
	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 {
	margin: 0 20px
}

@media screen and (min-width:1024px) {
	.view-document-search {
		margin: 0 calc(100% / 12)
	}
}

.view-document-search .view-filters {
	margin-bottom: 20px
}

.view-document-search .view-filters .btn {
	height: 45px
}

.view-document-search .form-inline .form-group {
	vertical-align: baseline
}

.view-document-search .form-inline .form-group .form-text {
	border: 1px solid #00427a;
	border-radius: 0;
	color: #00427a;
	height: 45px;
	padding: 15px;
	width: 100%
}

@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: 20px;
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131
}

.node--view-mode-liftup .content .field.field--name-field-name,.node--view-mode-liftup_contact_card .content .field.field--name-field-name {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

.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: 16px;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 300;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: left;
	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: 40px
}

.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: 60px 0 0
}

.node--view-mode-full .field--name-field-media-attachments>.field--item {
	margin-bottom: 20px
}

.text_cta,.cta_box_text,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all,.cta_box_text_white,.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>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a,.cta_box_text_orange,.product .prod-hero .field--type-link.field--name-field-buy-link a,.product--updated-layout .product__buttons__buy a,.product--updated-layout .field--name-field-buy-link a,.row.packages .field--name-variations>.field--item .form-actions .button,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.pager__item a.button,.product .prod-hero .field--type-link a,.product .support .rel-documents a,.product--updated-layout .product__cta a,.product--updated-layout .product__buttons__datasheet a,.product--updated-layout .field--name-field-datasheet a,.product--updated-layout .product__buttons__contact a,.product--updated-layout .field--name-field-secondary-link a,.product--updated-layout .product__downloads .cta-wrapper a.button,.system.commerce-product--view-mode-full .support .rel-documents a,.view-display-id-block_stories .more-link a,.view-display-id-block_success_stories .more-link a,.view-display-id-block_stories_local_language .more-link a,.view-id-related_events .more-link a,.view-webinars.view-display-id-block_recent_webinars .more-link a,.vaisala-testing-devicetest .product__cta a,.vaisala-testing-devicetest .product__buttons__datasheet a,.vaisala-testing-devicetest .product__buttons__contact a,a.more-link,.field--name-field-link a,.editor-cta {
	color: #00427a;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px
}

.text_cta:hover,.cta_box_text:hover,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all:hover,.cta_box_text_white:hover,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover,.cta_box_text_orange:hover,.product--updated-layout .product__buttons__buy a:hover,.product--updated-layout .field--name-field-buy-link a:hover,.row.packages .field--name-variations>.field--item .form-actions .button:hover,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.pager__item a.button:hover,.product .prod-hero .field--type-link a:hover,.product .support .rel-documents a:hover,.product--updated-layout .product__cta a:hover,.product--updated-layout .product__buttons__datasheet a:hover,.product--updated-layout .field--name-field-datasheet a:hover,.product--updated-layout .product__buttons__contact a:hover,.product--updated-layout .field--name-field-secondary-link a:hover,.product--updated-layout .product__downloads .cta-wrapper a.button:hover,.system.commerce-product--view-mode-full .support .rel-documents a:hover,.view-display-id-block_stories .more-link a:hover,.view-display-id-block_success_stories .more-link a:hover,.view-display-id-block_stories_local_language .more-link a:hover,.view-id-related_events .more-link a:hover,.view-webinars.view-display-id-block_recent_webinars .more-link a:hover,.vaisala-testing-devicetest .product__cta a:hover,.vaisala-testing-devicetest .product__buttons__datasheet a:hover,.vaisala-testing-devicetest .product__buttons__contact a:hover,a.more-link:hover,.field--name-field-link a:hover,.editor-cta:hover {
	color: #51C8E8;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px
}

.cta_box_text,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all,.cta_box_text_white,.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>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a,.cta_box_text_orange,.product .prod-hero .field--type-link.field--name-field-buy-link a,.product--updated-layout .product__buttons__buy a,.product--updated-layout .field--name-field-buy-link a,.row.packages .field--name-variations>.field--item .form-actions .button,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.pager__item a.button,.product .prod-hero .field--type-link a,.product .support .rel-documents a,.product--updated-layout .product__cta a,.product--updated-layout .product__buttons__datasheet a,.product--updated-layout .field--name-field-datasheet a,.product--updated-layout .product__buttons__contact a,.product--updated-layout .field--name-field-secondary-link a,.product--updated-layout .product__downloads .cta-wrapper a.button,.system.commerce-product--view-mode-full .support .rel-documents a,.view-display-id-block_stories .more-link a,.view-display-id-block_success_stories .more-link a,.view-display-id-block_stories_local_language .more-link a,.view-id-related_events .more-link a,.view-webinars.view-display-id-block_recent_webinars .more-link a,.vaisala-testing-devicetest .product__cta a,.vaisala-testing-devicetest .product__buttons__datasheet a,.vaisala-testing-devicetest .product__buttons__contact a {
	border-radius: 0px;
	border: 1.2px solid #00427a;
	padding: 15px 40px;
	display: inline-block;
	position: relative;
	background: transparent;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer
}

.cta_box_text:hover,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all:hover,.cta_box_text_white:hover,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover,.cta_box_text_orange:hover,.product--updated-layout .product__buttons__buy a:hover,.product--updated-layout .field--name-field-buy-link a:hover,.row.packages .field--name-variations>.field--item .form-actions .button:hover,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.pager__item a.button:hover,.product .prod-hero .field--type-link a:hover,.product .support .rel-documents a:hover,.product--updated-layout .product__cta a:hover,.product--updated-layout .product__buttons__datasheet a:hover,.product--updated-layout .field--name-field-datasheet a:hover,.product--updated-layout .product__buttons__contact a:hover,.product--updated-layout .field--name-field-secondary-link a:hover,.product--updated-layout .product__downloads .cta-wrapper a.button:hover,.system.commerce-product--view-mode-full .support .rel-documents a:hover,.view-display-id-block_stories .more-link a:hover,.view-display-id-block_success_stories .more-link a:hover,.view-display-id-block_stories_local_language .more-link a:hover,.view-id-related_events .more-link a:hover,.view-webinars.view-display-id-block_recent_webinars .more-link a:hover,.vaisala-testing-devicetest .product__cta a:hover,.vaisala-testing-devicetest .product__buttons__datasheet a:hover,.vaisala-testing-devicetest .product__buttons__contact a:hover {
	background: #00427a;
	color: #fff;
	border-color: #00427a
}

.cta_box_text:after,.node--type-mini-grid-liftup .field--name-field-liftup .show_all_wrapper .show_all:after,.cta_box_text_white: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>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:after,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:after,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:after,.cta_box_text_orange:after,.product .prod-hero .field--type-link.field--name-field-buy-link a:after,.product--updated-layout .product__buttons__buy a:after,.product--updated-layout .field--name-field-buy-link a:after,.row.packages .field--name-variations>.field--item .form-actions .button:after,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:after,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:after,.vaisala-testing-devicetest .product__buttons__buy 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>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:after,.pager__item a.button:after,.product .prod-hero .field--type-link a:after,.product .support .rel-documents a:after,.product--updated-layout .product__cta a:after,.product--updated-layout .product__buttons__datasheet a:after,.product--updated-layout .field--name-field-datasheet a:after,.product--updated-layout .product__buttons__contact a:after,.product--updated-layout .field--name-field-secondary-link a:after,.product--updated-layout .product__downloads .cta-wrapper a.button:after,.system.commerce-product--view-mode-full .support .rel-documents a:after,.view-display-id-block_stories .more-link a:after,.view-display-id-block_success_stories .more-link a:after,.view-display-id-block_stories_local_language .more-link a:after,.view-id-related_events .more-link a:after,.view-webinars.view-display-id-block_recent_webinars .more-link a:after,.vaisala-testing-devicetest .product__cta a:after,.vaisala-testing-devicetest .product__buttons__datasheet a:after,.vaisala-testing-devicetest .product__buttons__contact a:after {
	display: none !important
}

.cta_box_text_white,.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>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title,.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,.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>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.has_title:hover,.system.commerce-product--view-mode-full .prod-hero .field--type-link.field--name-field-buy-link a:hover {
	background: #51C8E8;
	border-color: #51C8E8
}

.cta_box_text_orange,.product .prod-hero .field--type-link.field--name-field-buy-link a,.product--updated-layout .product__buttons__buy a,.product--updated-layout .field--name-field-buy-link a,.row.packages .field--name-variations>.field--item .form-actions .button,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button,.vaisala-testing-devicetest .product__buttons__buy a {
	background: #e87d1e;
	border-color: #e87d1e;
	color: #fff
}

.cta_box_text_orange:hover,.product .prod-hero .field--type-link.field--name-field-buy-link a:hover,.product--updated-layout .product__buttons__buy a:hover,.product--updated-layout .field--name-field-buy-link a:hover,.row.packages .field--name-variations>.field--item .form-actions .button:hover,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions .button:hover,.vaisala-testing-devicetest .product__buttons__buy a:hover {
	background: #ee6a31;
	border-color: #ee6a31;
	color: #fff
}

.cta_round_arrow_big_blue:after,.cta_round_arrow_small_blue:after,#block-views-block-stories-block-1 .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .read-more:after,#block-views-block-measurement-stories .view .views-row article .read-more:after,#block-views-block-measurement-stories-local .view .views-row article .read-more:after,.view-contact-finder .view .views-row article .read-more:after,.view-id-stories .view .views-row article .read-more:after,.view-id-related_events .view .views-row article .read-more:after,#block-views-block-stories-block-1 .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .read-more:after,#block-views-block-measurement-stories .view>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article .read-more:after,.view-contact-finder .view>.field--item article .read-more:after,.view-id-stories .view>.field--item article .read-more:after,.view-id-related_events .view>.field--item article .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .read-more:after,#block-views-block-measurement-stories .view-content .views-row article .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article .read-more:after,.view-contact-finder .view-content .views-row article .read-more:after,.view-id-stories .view-content .views-row article .read-more:after,.view-id-related_events .view-content .views-row article .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article .read-more:after,.view-contact-finder .view-content>.field--item article .read-more:after,.view-id-stories .view-content>.field--item article .read-more:after,.view-id-related_events .view-content>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article .read-more:after,.view-id-stories .field--name-field-liftup .views-row article .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .read-more:after,.view-contact-finder .field--name-field-products .views-row article .read-more:after,.view-id-stories .field--name-field-products .views-row article .read-more:after,.view-id-related_events .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .read-more:after,.view-contact-finder .field--name-field-products>.field--item article .read-more:after,.view-id-stories .field--name-field-products>.field--item article .read-more:after,.view-id-related_events .field--name-field-products>.field--item article .read-more:after,.masonry-link a:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a:after,.module-header__all-product-link:after,.product--updated-layout .product__downloads__cta a:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,.view-display-id-block_stories .views-row>article .read-more:after,.view-display-id-block_success_stories .views-row>article .read-more:after,.view-display-id-block_stories_local_language .views-row>article .read-more:after,.view-id-related_events .views-row>article .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article .read-more: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,.vaisala-testing-devicetest .product__downloads__cta a:after,.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .read-more:after,.view-contact-finder .view .views-row article.hover .read-more:after,.view-id-stories .view .views-row article.hover .read-more:after,.view-id-related_events .view .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .read-more:after,.view-contact-finder .view>.field--item article.hover .read-more:after,.view-id-stories .view>.field--item article.hover .read-more:after,.view-id-related_events .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .read-more:after,.view-contact-finder .view-content .views-row article.hover .read-more:after,.view-id-stories .view-content .views-row article.hover .read-more:after,.view-id-related_events .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .read-more:after,.view-contact-finder .view-content>.field--item article.hover .read-more:after,.view-id-stories .view-content>.field--item article.hover .read-more:after,.view-id-related_events .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini.hover>.content>.field--name-field-link a:after,.product--updated-layout .product-related__item .read-more:after,.view-display-id-block_stories .views-row>article.hover .read-more:after,.view-display-id-block_success_stories .views-row>article.hover .read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .read-more:after,.view-id-related_events .views-row>article.hover .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .read-more:after,.vaisala-testing-devicetest .product-related__item .read-more:after,.node--type-grid-liftup .node--view-mode-liftup>.content>.field--name-field-link a: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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:after {
	content: ' ';
	width: 34px;
	height: 34px;
	display: inline-block;
	margin-left: 0px;
	margin-bottom: -12px;
	background: transparent url("/themes/custom/vaisala/css/../images/cta_arrow_blue.svg") no-repeat left top;
	background-size: contain
}

.cta_round_arrow_big_blue.empty_title:after,.empty_title.cta_round_arrow_small_blue:after,#block-views-block-stories-block-1 .view .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .view .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view .views-row article .empty_title.read-more:after,.view-contact-finder .view .views-row article .empty_title.read-more:after,.view-id-stories .view .views-row article .empty_title.read-more:after,.view-id-related_events .view .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .view>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .view>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view>.field--item article .empty_title.read-more:after,.view-contact-finder .view>.field--item article .empty_title.read-more:after,.view-id-stories .view>.field--item article .empty_title.read-more:after,.view-id-related_events .view>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .view-content .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article .empty_title.read-more:after,.view-contact-finder .view-content .views-row article .empty_title.read-more:after,.view-id-stories .view-content .views-row article .empty_title.read-more:after,.view-id-related_events .view-content .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .view-content>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article .empty_title.read-more:after,.view-contact-finder .view-content>.field--item article .empty_title.read-more:after,.view-id-stories .view-content>.field--item article .empty_title.read-more:after,.view-id-related_events .view-content>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup .views-row article .empty_title.read-more:after,.view-id-stories .field--name-field-liftup .views-row article .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article .empty_title.read-more:after,.view-id-stories .field--name-field-liftup>.field--item article .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .empty_title.read-more:after,.view-contact-finder .field--name-field-products .views-row article .empty_title.read-more:after,.view-id-stories .field--name-field-products .views-row article .empty_title.read-more:after,.view-id-related_events .field--name-field-products .views-row article .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .empty_title.read-more:after,.view-contact-finder .field--name-field-products>.field--item article .empty_title.read-more:after,.view-id-stories .field--name-field-products>.field--item article .empty_title.read-more:after,.view-id-related_events .field--name-field-products>.field--item article .empty_title.read-more:after,.masonry-link a.empty_title:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a.empty_title:after,.empty_title.module-header__all-product-link:after,.product--updated-layout .product__downloads__cta a.empty_title:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .empty_title.read-more:after,.view-display-id-block_stories .views-row>article .empty_title.read-more:after,.view-display-id-block_success_stories .views-row>article .empty_title.read-more:after,.view-display-id-block_stories_local_language .views-row>article .empty_title.read-more:after,.view-id-related_events .views-row>article .empty_title.read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article .empty_title.read-more: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,.vaisala-testing-devicetest .product__downloads__cta a.empty_title:after,.empty_title.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .empty_title.read-more:after,.view-contact-finder .view .views-row article.hover .empty_title.read-more:after,.view-id-stories .view .views-row article.hover .empty_title.read-more:after,.view-id-related_events .view .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .view>.field--item article.hover .empty_title.read-more:after,.view-id-stories .view>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .view>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .empty_title.read-more:after,.view-contact-finder .view-content .views-row article.hover .empty_title.read-more:after,.view-id-stories .view-content .views-row article.hover .empty_title.read-more:after,.view-id-related_events .view-content .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .view-content>.field--item article.hover .empty_title.read-more:after,.view-id-stories .view-content>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .view-content>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .empty_title.read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .empty_title.read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .empty_title.read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a.empty_title:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a.empty_title:after,.product--updated-layout .product-related__item .empty_title.read-more:after,.view-display-id-block_stories .views-row>article.hover .empty_title.read-more:after,.view-display-id-block_success_stories .views-row>article.hover .empty_title.read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .empty_title.read-more:after,.view-id-related_events .views-row>article.hover .empty_title.read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .empty_title.read-more:after,.vaisala-testing-devicetest .product-related__item .empty_title.read-more:after,.node--type-grid-liftup .node--view-mode-liftup>.content>.field--name-field-link a.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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:after {
	margin-left: 0px
}

.cta_round_arrow_big_blue_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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark .media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title: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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_blue_hover.svg")
}

.cta_round_arrow_big_white:after,.hover .masonry-link a:after,.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .read-more:after,.view-contact-finder .view .views-row article.hover .read-more:after,.view-id-stories .view .views-row article.hover .read-more:after,.view-id-related_events .view .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .read-more:after,.view-contact-finder .view>.field--item article.hover .read-more:after,.view-id-stories .view>.field--item article.hover .read-more:after,.view-id-related_events .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .read-more:after,.view-contact-finder .view-content .views-row article.hover .read-more:after,.view-id-stories .view-content .views-row article.hover .read-more:after,.view-id-related_events .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .read-more:after,.view-contact-finder .view-content>.field--item article.hover .read-more:after,.view-id-stories .view-content>.field--item article.hover .read-more:after,.view-id-related_events .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini.hover>.content>.field--name-field-link a:after,.product--updated-layout .product-related__item .read-more:after,.view-display-id-block_stories .views-row>article.hover .read-more:after,.view-display-id-block_success_stories .views-row>article.hover .read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .read-more:after,.view-id-related_events .views-row>article.hover .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .read-more:after,.vaisala-testing-devicetest .product-related__item .read-more:after,.node--type-grid-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a:after,.node--type-side-by-side-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a: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>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more: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 {
	background-image: url("/themes/custom/vaisala/css/../images/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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after,.bg_dark.media-position-cover>.module-wrapper>.content>.field--name-field-link a.empty_title:hover:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_white_hover.svg")
}

.cta_round_arrow_small_blue:after,#block-views-block-stories-block-1 .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article .read-more:after,#block-views-block-measurement-stories .view .views-row article .read-more:after,#block-views-block-measurement-stories-local .view .views-row article .read-more:after,.view-contact-finder .view .views-row article .read-more:after,.view-id-stories .view .views-row article .read-more:after,.view-id-related_events .view .views-row article .read-more:after,#block-views-block-stories-block-1 .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article .read-more:after,#block-views-block-measurement-stories .view>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article .read-more:after,.view-contact-finder .view>.field--item article .read-more:after,.view-id-stories .view>.field--item article .read-more:after,.view-id-related_events .view>.field--item article .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article .read-more:after,#block-views-block-measurement-stories .view-content .views-row article .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article .read-more:after,.view-contact-finder .view-content .views-row article .read-more:after,.view-id-stories .view-content .views-row article .read-more:after,.view-id-related_events .view-content .views-row article .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article .read-more:after,.view-contact-finder .view-content>.field--item article .read-more:after,.view-id-stories .view-content>.field--item article .read-more:after,.view-id-related_events .view-content>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article .read-more:after,.view-id-stories .field--name-field-liftup .views-row article .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article .read-more:after,.view-contact-finder .field--name-field-products .views-row article .read-more:after,.view-id-stories .field--name-field-products .views-row article .read-more:after,.view-id-related_events .field--name-field-products .views-row article .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article .read-more:after,.view-contact-finder .field--name-field-products>.field--item article .read-more:after,.view-id-stories .field--name-field-products>.field--item article .read-more:after,.view-id-related_events .field--name-field-products>.field--item article .read-more:after,.masonry-link a:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a:after,.module-header__all-product-link:after,.product--updated-layout .product__downloads__cta a:after,.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more:after,.view-display-id-block_stories .views-row>article .read-more:after,.view-display-id-block_success_stories .views-row>article .read-more:after,.view-display-id-block_stories_local_language .views-row>article .read-more:after,.view-id-related_events .views-row>article .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article .read-more: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,.vaisala-testing-devicetest .product__downloads__cta a:after {
	height: 25px !important;
	width: 25px !important;
	z-index: 1
}

.cta_round_arrow_small_hover:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_white.svg")
}

.cta_round_arrow_small_white:after,#block-views-block-stories-block-1 .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view .views-row article.hover .read-more:after,.view-contact-finder .view .views-row article.hover .read-more:after,.view-id-stories .view .views-row article.hover .read-more:after,.view-id-related_events .view .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view>.field--item article.hover .read-more:after,.view-contact-finder .view>.field--item article.hover .read-more:after,.view-id-stories .view>.field--item article.hover .read-more:after,.view-id-related_events .view>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories .view-content .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content .views-row article.hover .read-more:after,.view-contact-finder .view-content .views-row article.hover .read-more:after,.view-id-stories .view-content .views-row article.hover .read-more:after,.view-id-related_events .view-content .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .view-content>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .view-content>.field--item article.hover .read-more:after,.view-contact-finder .view-content>.field--item article.hover .read-more:after,.view-id-stories .view-content>.field--item article.hover .read-more:after,.view-id-related_events .view-content>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-stories .field--name-field-liftup .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-liftup .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-liftup>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-liftup>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-liftup>.field--item article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products .views-row article.hover .read-more:after,.view-contact-finder .field--name-field-products .views-row article.hover .read-more:after,.view-id-stories .field--name-field-products .views-row article.hover .read-more:after,.view-id-related_events .field--name-field-products .views-row article.hover .read-more:after,#block-views-block-stories-block-1 .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-stories-block-industry-stories-local-language .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories .field--name-field-products>.field--item article.hover .read-more:after,#block-views-block-measurement-stories-local .field--name-field-products>.field--item article.hover .read-more:after,.view-contact-finder .field--name-field-products>.field--item article.hover .read-more:after,.view-id-stories .field--name-field-products>.field--item article.hover .read-more:after,.view-id-related_events .field--name-field-products>.field--item article.hover .read-more:after,.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini.hover>.content>.field--name-field-link a:after,.product--updated-layout .product-related__item .read-more:after,.view-display-id-block_stories .views-row>article.hover .read-more:after,.view-display-id-block_success_stories .views-row>article.hover .read-more:after,.view-display-id-block_stories_local_language .views-row>article.hover .read-more:after,.view-id-related_events .views-row>article.hover .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article.hover .read-more:after,.vaisala-testing-devicetest .product-related__item .read-more:after {
	height: 25px !important;
	width: 25px !important;
	z-index: 1
}

a.more-link {
	margin-top: 20px;
	display: block
}

.node--type-grid-liftup .node--view-mode-liftup .field--name-field-link {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 40px
}

.node--type-side-by-side-liftup .node--view-mode-liftup .field--name-field-link {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.node--view-mode-masonry .field--name-field-link {
	position: absolute;
	bottom: 20px
}

.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>.content>.field--name-field-link a:after {
	position: absolute;
	right: 40px;
	bottom: 5px
}

.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a:after {
	position: absolute;
	right: 25px;
	bottom: 8px
}

.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a,.node--view-mode-liftup-mini>.content>.field--name-field-link a {
	color: #fff
}

.node--type-grid_3 .node--view-mode-liftup>.content>.field--name-field-link a:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a:after {
	position: absolute;
	right: 25px;
	bottom: 8px
}

.node--type-hero .content .field--name-field-link a.has_title {
	margin-right: 20px;
	margin-top: 20px
}

@media screen and (max-width:659px) {
	.bg_dark.node--type-hero .content .field--name-field-link a.has_title {
		border-color: #00427a;
		color: #00427a
	}

	.bg_dark.node--type-hero .content .field--name-field-link a.has_title:hover {
		color: #fff
	}
}

.node--type-grid-liftup .node--view-mode-liftup>.content>.field--name-field-link a.has_title:after,.node--type-side-by-side-liftup .node--view-mode-liftup>.content>.field--name-field-link a.has_title:after,.node--view-mode-liftup-mini>.content>.field--name-field-link a.has_title:after {
	display: none
}

.node--type-grid-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a.has_title:after,.node--type-side-by-side-liftup .node--view-mode-liftup.hover>.content>.field--name-field-link a.has_title:after,.node--view-mode-liftup-mini>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title,.media-position-cover>.module-wrapper>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.media-position-cover>.module-wrapper>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title,.bg_dark.media-position-cover>.module-wrapper>.content>.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>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-product-cards>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-grid-liftup>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-system-block>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.node--type-video>.module-wrapper>.content>.field--name-field-link a.empty_title:hover,.bg_dark.media-position-cover>.module-wrapper>.content>.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: #00427a
	}

	.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: 0px
}

.field--name-field-office {
	font-size: 15.5px;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #313131
}

.field--name-field-links .field--label {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	margin-top: 60px;
	margin-bottom: 30px
}

@media screen and (min-width:1024px) {
	.field--name-field-links .field--label {
		font-size: 22px;
		line-height: 28px
	}
}

.field--name-field-links .field--item {
	background: #e7eeef;
	margin: 10px 0;
	position: relative
}

.field--name-field-links .field--item a {
	font-size: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	border-right: 1px solid #dbebef;
	padding: 38px 82px 38px 42px;
	display: inline-block;
	width: 85%
}

.field--name-field-links .field--item a.filetype-pdf {
	background: transparent url("/themes/custom/vaisala/css/../images/icon-pdf@2x.png") no-repeat 95% center;
	background-size: 42px
}

.field--name-field-links .field--item a:after {
	display: inline-block;
	content: ' ';
	background: transparent url(/themes/custom/vaisala/css/../images/download-button@2x.png) no-repeat center center;
	background-size: 42px;
	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 #00427a;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 20px;
	background: #fff;
	color: #00427a;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 400;
	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: #00427a;
	color: #fff
}

.field--name-field-blog-categories .field--item {
	display: inline-block;
	border: 1px solid #00427a;
	margin-right: 10px;
	position: relative
}

.field--name-field-blog-categories .field--item a {
	display: block;
	padding: 10px 20px;
	background: #fff;
	color: #00427a;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 400
}

.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: 15px
}

.module-header__all-product-link:after {
	margin: 0 0 0 15px
}

.node--view-mode-masonry {
	height: 500px
}

@media only screen and (min-width:700px) {
	.category-filters .form-group .views-exposed-form .form-inline .form-composite {
		width: -webkit-fill-available
	}
}

.editor-h5 {
	font-size: 16px;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 300;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: left
}

table {
	width: 100% !important;
	border: 1px solid #dbebef;
	color: #00427a
}

table thead td,table thead th {
	background: #dbebef;
	padding: 5px 10px;
	text-align: right
}

table thead td:first-child,table thead th:first-child {
	text-align: left
}

table tbody tr {
	border-bottom: 1px solid #e7eeef
}

table tbody tr:nth-child(even) {
	background: #fafafa
}

table tbody tr:hover {
	background: #e7eeef
}

table tbody tr td,table tbody tr th {
	padding: 5px 10px;
	text-align: right;
	border: none
}

table tbody tr td:first-child,table tbody tr th:first-child {
	text-align: left
}

table[align="left"] thead td,table[align="left"] thead th {
	text-align: left
}

table[align="left"] tbody tr td,table[align="left"] tbody tr th {
	text-align: left
}

table[align="left"] tbody tr td:first-child,table[align="left"] tbody tr th:first-child {
	text-align: left
}

table[align="center"] thead td,table[align="center"] thead th {
	text-align: center
}

table[align="center"] tbody tr td,table[align="center"] tbody tr th {
	text-align: center
}

table[align="center"] tbody tr td:first-child,table[align="center"] tbody tr th:first-child {
	text-align: center
}

table[align="right"] thead td,table[align="right"] thead th {
	text-align: right
}

table[align="right"] tbody tr td,table[align="right"] tbody tr th {
	text-align: right
}

table[align="right"] tbody tr td:first-child,table[align="right"] tbody tr th:first-child {
	text-align: right
}

.text-align-left {
	text-align: left !important
}

.text-align-right {
	text-align: right !important
}

.text-align-center {
	text-align: center !important
}

.text-align-justify {
	text-align: justify !important
}

.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
}

.media-video {
	position: relative
}

.media-video .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 5% 7%;
	width: 100%;
	height: 100%
}

.media-video .video-overlay .overlay-content {
	background: #00427a;
	opacity: 0;
	background: #00427a;
	height: 100%;
	width: 100%;
	margin: auto
}

@media screen and (min-width:1024px) {
	.media-video .video-overlay {
		padding: 7.5% 10%;
		width: 100%;
		height: 100%;
		display: block
	}
}

.media-video .video-overlay p {
	font-size: 13px;
	display: none;
	line-height: 14px;
	letter-spacing: 1.1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px
}

@media screen and (min-width:660px) {
	.media-video .video-overlay p {
		font-size: 14px;
		display: block
	}
}

.media-video .video-overlay h3.video-title {
	color: #fff !important;
	max-width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff
}

@media screen and (min-width:1024px) {
	.media-video .video-overlay h3.video-title {
		font-size: 22px;
		line-height: 28px
	}
}

@media screen and (max-width:659px) {
	.media-video .video-overlay h3.video-title {
		padding-top: 15px
	}
}

.media-video .video-overlay h3.video-title span.glyphicon {
	display: block;
	margin: 10px auto 0;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-indent: 1px;
	padding: 8px;
	width: 32px;
	height: 32px
}

@media screen and (min-width:1024px) {
	.media-video .video-overlay h3.video-title span.glyphicon {
		padding: 11px;
		width: 38px;
		height: 38px
	}
}

.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 .video-overlay,.media-video .field--name-field-image {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.media-video .video-overlay.hidden,.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: 16px !important;
		width: 50px !important;
		height: 50px !important;
		font-size: 18px !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: 22px !important;
		padding: 21px !important;
		text-indent: 2px;
		width: 66px !important;
		height: 66px !important
	}
}

.media--loading img {
	position: relative;
	z-index: 23
}

.view-display-id-block_industry_stories .media--loading {
	height: 230px
}

.view-display-id-liftups .media--loading {
	height: 170px
}

.view-display-id-block_stories .media--loading,.view-display-id-block_stories_local_language .view-display-id-product_events .media--loading {
	height: 290px
}

.img-responsive {
	width: 100%
}

.checkbox_label,form.elq-form .checkbox-label,form.elq-form .checkbox-aligned,.path-products #block-vaisalacommerceproductsearchfilters .checkbox label,.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label {
	margin-left: 0 !important;
	padding-left: 30px !important;
	text-align: left;
	position: relative;
	display: block;
	line-height: 20px !important;
	cursor: pointer
}

.checkbox_label:before,form.elq-form .checkbox-label:before,form.elq-form .checkbox-aligned:before,.path-products #block-vaisalacommerceproductsearchfilters .checkbox label:before,.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 19px;
	height: 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #00427a;
	border-radius: 2px;
	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/css/../images/checkbox@3x.png") no-repeat left top;
	background-size: contain;
	width: 20px;
	height: 20px
}

.select-wrapper:after {
	display: none !important
}

.form-item {
	color: #00427a
}

.form-item label {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	margin-bottom: 5px
}

.form-item .select-wrapper {
	width: 100%
}

.form-item .select-wrapper select.form-select {
	width: 100%;
	border: 1px solid #00427a;
	border-radius: 0px;
	padding: 15px;
	height: 56px;
	color: #00427a
}

.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 #00427a !important;
	background: #fff;
	width: 100%;
	padding: 10.5px 15px;
	height: 45px;
	color: #00427a;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.chosen-container .chosen-single:after {
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #00427a;
	border-right: 1px solid #00427a;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 12px;
	-o-transition: .2s transform;
	transition: .2s transform;
	-webkit-transition: .2s transform;
	-moz-transition: .2s transform
}

.chosen-container.chosen-container-multi .chosen-choices {
	border-radius: 0px;
	border: 1px solid #00427a !important;
	background: transparent;
	width: 100%;
	padding: 10.5px 15px;
	height: 45px;
	color: #00427a;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 0px 10px 0px 0;
	padding: 5px 25px 5px 10px;
	border: 1px solid #00427a;
	max-width: 100%;
	border-radius: 0px;
	background: #e7eeef !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice span {
	font-weight: 400;
	color: #313131 !important
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 6px;
	right: 6px
}

.chosen-container.chosen-with-drop .chosen-single {
	background: #e7eeef;
	-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: 18px
}

.chosen-container .chosen-drop {
	border: 1px solid #00427a;
	border-top: 1px solid #00427a;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px
}

.chosen-container .chosen-drop .chosen-search input {
	border: 1px solid #e7eeef
}

.chosen-container .chosen-drop .chosen-results {
	padding: 0;
	margin: 0
}

.chosen-container .chosen-drop .chosen-results li {
	font-weight: 400;
	color: #00427a;
	padding: 10px 15px
}

.chosen-container .chosen-drop .chosen-results li:hover {
	background: #e7eeef
}

.chosen-container .chosen-drop .chosen-results li.highlighted {
	background: #e7eeef
}

.legal-notice {
	display: block;
	margin-top: 30px;
	color: #00427a !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400
}

.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 20px 0
}

.has-body form.elq-form [id^="formElement"] {
	margin: 0 0 10px 0 !important
}

form.elq-form .required {
	color: #00427a !important
}

form.elq-form .field-wrapper>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: #00427a !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400
}

form.elq-form label.label-position.top {
	white-space: normal
}

form.elq-form label span {
	color: #00427a !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400
}

form.elq-form .LV_validation_message {
	color: #fc3c2d !important;
	font-size: 12px !important;
	line-height: 14px !important;
	font-weight: 400
}

form.elq-form .LV_validation_message.LV_valid {
	color: #00427a !important
}

form.elq-form .section-break {
	margin: 30px 0 10px 0 !important;
	padding: 0 !important
}

form.elq-form .section-break h3 {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-weight: 500 !important
}

@media screen and (min-width:1024px) {
	form.elq-form .section-break h3 {
		font-size: 20px;
		line-height: 29px
	}
}

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"],form.elq-form input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	display: none
}

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/css/../images/checkbox@3x.png") no-repeat left top;
	background-size: contain;
	width: 20px;
	height: 20px
}

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: 30px;
	display: block
}

form.elq-form .radio-option label .inner {
	padding-left: 30px;
	text-align: left;
	position: relative;
	display: block;
	line-height: 20px !important;
	white-space: normal !important
}

form.elq-form .radio-option.checkbox .inner:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 19px;
	height: 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #00427a;
	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/css/../images/checkbox@3x.png") no-repeat left top;
	background-size: contain;
	width: 20px;
	height: 20px
}

form.elq-form .radio-option.radio .inner:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url("/themes/custom/vaisala/css/../images/radio-off@3x.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/css/../images/radio@3x.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 select,.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: 45px
}

.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: 30% !important;
		padding-bottom: 13px;
		padding-top: 20px
	}

	.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: 13px
}

@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: 5px 10px !important
}

.has-body input[type="text"],.has-body input[type="submit"] {
	height: 34px
}

.has-body textarea {
	margin-bottom: -10px
}

.has-body input[type="submit"] {
	padding-right: 50px !important;
	margin-top: 10px
}

.has-body .LV_validation_message {
	margin-left: 0 !important
}

.has-body .chosen-container .chosen-single {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 36px
}

.has-body .chosen-container .chosen-single:after {
	top: 8px
}

.has-body .chosen-with-drop .chosen-single:after {
	top: 14px !important
}

.has-body .chosen-container-multi .chosen-choices {
	padding: 4px 5px;
	height: 35px
}

.has-body .chosen-container-multi .chosen-choices li.search-choice {
	margin: 0px 10px 0px 0;
	padding: 5px 25px 5px 10px
}

.has-body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 6px;
	right: 6px
}

form.elq-form input[type="text"],form.elq-form input[type="submit"],form.elq-form textarea {
	border: 1px solid #00427a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 24px;
	padding: 10px 10px;
	outline: none;
	color: #9b9b9b !important;
	font-size: 14px !important;
	line-height: 24px !important;
	letter-spacing: 1px;
	font-weight: 400
}

form.elq-form input[type="text"].LV_invalid_field,form.elq-form input[type="submit"].LV_invalid_field,form.elq-form textarea.LV_invalid_field {
	border-color: #fc3c2d !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: 200px
}

form.elq-form input[type="submit"] {
	width: auto !important;
	padding-left: 20px;
	padding-right: 50px;
	height: auto !important;
	position: relative;
	background: #fff url("/themes/custom/vaisala/css/../images/orange-right@2x.png") no-repeat -20px center;
	display: block !important;
	background-size: 19px 17px !important;
	color: #00427a !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400;
	text-transform: uppercase;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transition: all .2s
}

form.elq-form input[type="submit"]:hover {
	background-color: #00427a !important;
	background-image: url("/themes/custom/vaisala/css/../images/white-right@2x.png");
	color: white !important
}

form.elq-form .grid-layout-col input[type="submit"] {
	margin-left: 15px
}

@media screen and (max-width:659px) {
	select[name="multipleSelectMenu"] {
		padding-left: 10px
	}
}

form .checkbox label {
	padding-left: 0;
	width: auto
}

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

.form_outro {
	display: none !important
}

.path-search .search-pager {
	color: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.21px;
	line-height: 18px;
	padding: 22px 0
}

@media screen and (min-width:1024px) {
	.path-search .search-pager {
		padding: 26px 0
	}
}

.path-search .search-pager .custom-pager {
	display: inline-block;
	position: relative;
	top: 3px
}

.path-search .search-pager .custom-pager a {
	text-indent: -999em;
	padding: 5px;
	display: inline-block;
	width: 20px;
	height: 20px
}

.path-search .search-pager .custom-pager a:before {
	content: '';
	display: block;
	float: left;
	height: 14px;
	width: 14px;
	border-right: 2px solid #00427a;
	border-top: 2px solid #00427a
}

.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: #E6EDEF;
	padding-left: 0px;
	padding-right: 0px;
	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: 25px 0;
	float: none;
	border-bottom: 2px solid white;
	padding: 0 35px 25px 35px;
	margin-bottom: 0;
	display: block
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form_intro strong {
	color: #222;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px;
	text-transform: uppercase
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper {
	margin: 35px 0;
	float: none;
	border-bottom: 2px solid white;
	padding: 0 35px 35px 35px
}

.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: #222;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 32px
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes .form-expander {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 32px;
	margin-top: 8px;
	display: block;
	text-decoration: none !important;
	color: #00427a
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .fieldgroup.form-wrapper .form-checkboxes .form-expander:before {
	content: '-';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 1px;
	border: 1px solid #00427a;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 19px
}

@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: 14px;
		letter-spacing: 0.7px;
		line-height: 32px
	}

	.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: 20px;
	font-size: 16px
}

.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: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 18px
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form-type-checkbox input {
	top: 3px;
	margin-right: 5px;
	outline: 0
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form_outro {
	position: fixed;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: #00427a;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0;
	display: none !important
}

.path-search .sidebar-first #views-exposed-form-acquia-search-page .form_outro a {
	color: #FFFFFF;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13.5px;
	letter-spacing: 1.4px;
	line-height: 40px;
	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: 40px;
	line-height: 40px;
	width: 50%;
	display: block;
	float: left
}

.path-search .view-acquia-search .view-header-mobile .search-results {
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.18px;
	padding: 0 15px;
	margin-bottom: 0
}

.path-search .view-acquia-search .view-header-mobile .search-filter {
	background: #E6EDEF;
	text-align: center;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.91px
}

.path-search .view-acquia-search .view-empty {
	padding: 30px 30px
}

.path-search .view-acquia-search .view-header {
	background: #f6f6f6;
	display: none;
	height: 80px;
	padding: 0 30px
}

.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: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.21px;
	line-height: 18px;
	float: left;
	width: 40%;
	padding: 30px 0;
	margin-bottom: 0
}

.path-search .view-acquia-search .view-header .search-per-page {
	float: left;
	width: 20%;
	margin: 0 15px;
	padding: 17px 15px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	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: 14px;
	background: #f6f6f6;
	padding: 5px 30px 5px 12px;
	color: #00427a;
	margin: 15px 8px 0;
	float: left;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	cursor: pointer
}

.path-search .view-acquia-search .custom-labels label:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 13px;
	background: transparent url("/themes/custom/vaisala/css/../images/close-blue.svg") no-repeat center center;
	top: 7px
}

.path-search .view-acquia-search .custom-labels label input {
	display: none !important
}

.path-search .view-acquia-search .view-content {
	margin-top: 20px;
	margin-left: 0px;
	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: 20px
	}
}

.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: 10px
}

.path-search .view-acquia-search .view-footer .search-pager .custom-pager.right {
	margin-left: 10px
}

@media screen and (min-width:660px) {
	.path-search .view-acquia-search .view-footer .search-pager .custom-pager.left {
		margin-right: 45px
	}

	.path-search .view-acquia-search .view-footer .search-pager .custom-pager.right {
		margin-left: 45px
	}
}

.node--view-mode-search,.commerce-product--view-mode-search,.media--document--view-mode-search {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #e7eeef;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.node--view-mode-search:before,.node--view-mode-search:after,.commerce-product--view-mode-search:before,.commerce-product--view-mode-search:after,.media--document--view-mode-search:before,.media--document--view-mode-search:after {
	content: " ";
	display: table
}

.node--view-mode-search:after,.commerce-product--view-mode-search:after,.media--document--view-mode-search:after {
	clear: both
}

@media screen and (min-width:660px) {
	.node--view-mode-search,.commerce-product--view-mode-search,.media--document--view-mode-search {
		height: 150px
	}
}

.node--view-mode-search>.result-image,.commerce-product--view-mode-search>.result-image,.media--document--view-mode-search>.result-image {
	float: left;
	margin-right: 3%;
	width: 25%;
	height: 100%
}

@media screen and (min-width:660px) {
	.node--view-mode-search>.result-image,.commerce-product--view-mode-search>.result-image,.media--document--view-mode-search>.result-image {
		margin-right: 2%;
		width: 18%
	}
}

.node--view-mode-search>.result-content,.commerce-product--view-mode-search>.result-content,.media--document--view-mode-search>.result-content {
	float: left;
	width: 72%;
	margin-left: 28%;
	position: absolute
}

@media screen and (min-width:660px) {
	.node--view-mode-search>.result-content,.commerce-product--view-mode-search>.result-content,.media--document--view-mode-search>.result-content {
		float: none;
		width: 80%;
		margin-left: 20%;
		position: static
	}
}

.node--view-mode-search>.result-content .type,.commerce-product--view-mode-search>.result-content .type,.media--document--view-mode-search>.result-content .type {
	color: #51C8E8;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 8px;
	letter-spacing: 1.14px;
	line-height: 10px;
	text-transform: uppercase
}

@media screen and (min-width:660px) {
	.node--view-mode-search>.result-content .type,.commerce-product--view-mode-search>.result-content .type,.media--document--view-mode-search>.result-content .type {
		font-size: 11px;
		letter-spacing: 2.2px;
		line-height: 14px
	}
}

.node--view-mode-search>.result-content h2,.node--view-mode-search>.result-content .node--type-event .date .month,.node--type-event .date .node--view-mode-search>.result-content .month,.node--view-mode-search>.result-content .node--type-event .date .day,.node--type-event .date .node--view-mode-search>.result-content .day,.node--view-mode-search>.result-content .node--type-event .date .time,.node--type-event .date .node--view-mode-search>.result-content .time,.node--view-mode-search>.result-content .node--type-event .date .year,.node--type-event .date .node--view-mode-search>.result-content .year,.node--view-mode-search>.result-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--view-mode-search>.result-content .month,.node--view-mode-search>.result-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--view-mode-search>.result-content .day,.node--view-mode-search>.result-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--view-mode-search>.result-content .time,.node--view-mode-search>.result-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--view-mode-search>.result-content .year,.node--view-mode-search>.result-content .node--type-case .date .month,.node--type-case .date .node--view-mode-search>.result-content .month,.node--view-mode-search>.result-content .node--type-case .date .day,.node--type-case .date .node--view-mode-search>.result-content .day,.node--view-mode-search>.result-content .node--type-case .date .time,.node--type-case .date .node--view-mode-search>.result-content .time,.node--view-mode-search>.result-content .node--type-case .date .year,.node--type-case .date .node--view-mode-search>.result-content .year,.node--view-mode-search>.result-content h2 a,.node--view-mode-search>.result-content .node--type-event .date .month a,.node--type-event .date .node--view-mode-search>.result-content .month a,.node--view-mode-search>.result-content .node--type-event .date .day a,.node--type-event .date .node--view-mode-search>.result-content .day a,.node--view-mode-search>.result-content .node--type-event .date .time a,.node--type-event .date .node--view-mode-search>.result-content .time a,.node--view-mode-search>.result-content .node--type-event .date .year a,.node--type-event .date .node--view-mode-search>.result-content .year a,.node--view-mode-search>.result-content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--view-mode-search>.result-content .month a,.node--view-mode-search>.result-content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--view-mode-search>.result-content .day a,.node--view-mode-search>.result-content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--view-mode-search>.result-content .time a,.node--view-mode-search>.result-content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--view-mode-search>.result-content .year a,.node--view-mode-search>.result-content .node--type-case .date .month a,.node--type-case .date .node--view-mode-search>.result-content .month a,.node--view-mode-search>.result-content .node--type-case .date .day a,.node--type-case .date .node--view-mode-search>.result-content .day a,.node--view-mode-search>.result-content .node--type-case .date .time a,.node--type-case .date .node--view-mode-search>.result-content .time a,.node--view-mode-search>.result-content .node--type-case .date .year a,.node--type-case .date .node--view-mode-search>.result-content .year a,.commerce-product--view-mode-search>.result-content h2,.commerce-product--view-mode-search>.result-content .node--type-event .date .month,.node--type-event .date .commerce-product--view-mode-search>.result-content .month,.commerce-product--view-mode-search>.result-content .node--type-event .date .day,.node--type-event .date .commerce-product--view-mode-search>.result-content .day,.commerce-product--view-mode-search>.result-content .node--type-event .date .time,.node--type-event .date .commerce-product--view-mode-search>.result-content .time,.commerce-product--view-mode-search>.result-content .node--type-event .date .year,.node--type-event .date .commerce-product--view-mode-search>.result-content .year,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .month,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .day,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .time,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .year,.commerce-product--view-mode-search>.result-content .node--type-case .date .month,.node--type-case .date .commerce-product--view-mode-search>.result-content .month,.commerce-product--view-mode-search>.result-content .node--type-case .date .day,.node--type-case .date .commerce-product--view-mode-search>.result-content .day,.commerce-product--view-mode-search>.result-content .node--type-case .date .time,.node--type-case .date .commerce-product--view-mode-search>.result-content .time,.commerce-product--view-mode-search>.result-content .node--type-case .date .year,.node--type-case .date .commerce-product--view-mode-search>.result-content .year,.commerce-product--view-mode-search>.result-content h2 a,.commerce-product--view-mode-search>.result-content .node--type-event .date .month a,.node--type-event .date .commerce-product--view-mode-search>.result-content .month a,.commerce-product--view-mode-search>.result-content .node--type-event .date .day a,.node--type-event .date .commerce-product--view-mode-search>.result-content .day a,.commerce-product--view-mode-search>.result-content .node--type-event .date .time a,.node--type-event .date .commerce-product--view-mode-search>.result-content .time a,.commerce-product--view-mode-search>.result-content .node--type-event .date .year a,.node--type-event .date .commerce-product--view-mode-search>.result-content .year a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .month a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .day a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .time a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .year a,.commerce-product--view-mode-search>.result-content .node--type-case .date .month a,.node--type-case .date .commerce-product--view-mode-search>.result-content .month a,.commerce-product--view-mode-search>.result-content .node--type-case .date .day a,.node--type-case .date .commerce-product--view-mode-search>.result-content .day a,.commerce-product--view-mode-search>.result-content .node--type-case .date .time a,.node--type-case .date .commerce-product--view-mode-search>.result-content .time a,.commerce-product--view-mode-search>.result-content .node--type-case .date .year a,.node--type-case .date .commerce-product--view-mode-search>.result-content .year a,.media--document--view-mode-search>.result-content h2,.media--document--view-mode-search>.result-content .node--type-event .date .month,.node--type-event .date .media--document--view-mode-search>.result-content .month,.media--document--view-mode-search>.result-content .node--type-event .date .day,.node--type-event .date .media--document--view-mode-search>.result-content .day,.media--document--view-mode-search>.result-content .node--type-event .date .time,.node--type-event .date .media--document--view-mode-search>.result-content .time,.media--document--view-mode-search>.result-content .node--type-event .date .year,.node--type-event .date .media--document--view-mode-search>.result-content .year,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .month,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .day,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .time,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .year,.media--document--view-mode-search>.result-content .node--type-case .date .month,.node--type-case .date .media--document--view-mode-search>.result-content .month,.media--document--view-mode-search>.result-content .node--type-case .date .day,.node--type-case .date .media--document--view-mode-search>.result-content .day,.media--document--view-mode-search>.result-content .node--type-case .date .time,.node--type-case .date .media--document--view-mode-search>.result-content .time,.media--document--view-mode-search>.result-content .node--type-case .date .year,.node--type-case .date .media--document--view-mode-search>.result-content .year,.media--document--view-mode-search>.result-content h2 a,.media--document--view-mode-search>.result-content .node--type-event .date .month a,.node--type-event .date .media--document--view-mode-search>.result-content .month a,.media--document--view-mode-search>.result-content .node--type-event .date .day a,.node--type-event .date .media--document--view-mode-search>.result-content .day a,.media--document--view-mode-search>.result-content .node--type-event .date .time a,.node--type-event .date .media--document--view-mode-search>.result-content .time a,.media--document--view-mode-search>.result-content .node--type-event .date .year a,.node--type-event .date .media--document--view-mode-search>.result-content .year a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .month a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .day a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .time a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .year a,.media--document--view-mode-search>.result-content .node--type-case .date .month a,.node--type-case .date .media--document--view-mode-search>.result-content .month a,.media--document--view-mode-search>.result-content .node--type-case .date .day a,.node--type-case .date .media--document--view-mode-search>.result-content .day a,.media--document--view-mode-search>.result-content .node--type-case .date .time a,.node--type-case .date .media--document--view-mode-search>.result-content .time a,.media--document--view-mode-search>.result-content .node--type-case .date .year a,.node--type-case .date .media--document--view-mode-search>.result-content .year a {
	font-size: 12px;
	letter-spacing: 0.43px;
	line-height: 15px;
	margin-top: 8px;
	margin-bottom: 0;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

@media screen and (min-width:660px) {
	.node--view-mode-search>.result-content h2,.node--view-mode-search>.result-content .node--type-event .date .month,.node--type-event .date .node--view-mode-search>.result-content .month,.node--view-mode-search>.result-content .node--type-event .date .day,.node--type-event .date .node--view-mode-search>.result-content .day,.node--view-mode-search>.result-content .node--type-event .date .time,.node--type-event .date .node--view-mode-search>.result-content .time,.node--view-mode-search>.result-content .node--type-event .date .year,.node--type-event .date .node--view-mode-search>.result-content .year,.node--view-mode-search>.result-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--view-mode-search>.result-content .month,.node--view-mode-search>.result-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--view-mode-search>.result-content .day,.node--view-mode-search>.result-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--view-mode-search>.result-content .time,.node--view-mode-search>.result-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--view-mode-search>.result-content .year,.node--view-mode-search>.result-content .node--type-case .date .month,.node--type-case .date .node--view-mode-search>.result-content .month,.node--view-mode-search>.result-content .node--type-case .date .day,.node--type-case .date .node--view-mode-search>.result-content .day,.node--view-mode-search>.result-content .node--type-case .date .time,.node--type-case .date .node--view-mode-search>.result-content .time,.node--view-mode-search>.result-content .node--type-case .date .year,.node--type-case .date .node--view-mode-search>.result-content .year,.node--view-mode-search>.result-content h2 a,.node--view-mode-search>.result-content .node--type-event .date .month a,.node--type-event .date .node--view-mode-search>.result-content .month a,.node--view-mode-search>.result-content .node--type-event .date .day a,.node--type-event .date .node--view-mode-search>.result-content .day a,.node--view-mode-search>.result-content .node--type-event .date .time a,.node--type-event .date .node--view-mode-search>.result-content .time a,.node--view-mode-search>.result-content .node--type-event .date .year a,.node--type-event .date .node--view-mode-search>.result-content .year a,.node--view-mode-search>.result-content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--view-mode-search>.result-content .month a,.node--view-mode-search>.result-content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--view-mode-search>.result-content .day a,.node--view-mode-search>.result-content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--view-mode-search>.result-content .time a,.node--view-mode-search>.result-content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--view-mode-search>.result-content .year a,.node--view-mode-search>.result-content .node--type-case .date .month a,.node--type-case .date .node--view-mode-search>.result-content .month a,.node--view-mode-search>.result-content .node--type-case .date .day a,.node--type-case .date .node--view-mode-search>.result-content .day a,.node--view-mode-search>.result-content .node--type-case .date .time a,.node--type-case .date .node--view-mode-search>.result-content .time a,.node--view-mode-search>.result-content .node--type-case .date .year a,.node--type-case .date .node--view-mode-search>.result-content .year a,.commerce-product--view-mode-search>.result-content h2,.commerce-product--view-mode-search>.result-content .node--type-event .date .month,.node--type-event .date .commerce-product--view-mode-search>.result-content .month,.commerce-product--view-mode-search>.result-content .node--type-event .date .day,.node--type-event .date .commerce-product--view-mode-search>.result-content .day,.commerce-product--view-mode-search>.result-content .node--type-event .date .time,.node--type-event .date .commerce-product--view-mode-search>.result-content .time,.commerce-product--view-mode-search>.result-content .node--type-event .date .year,.node--type-event .date .commerce-product--view-mode-search>.result-content .year,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .month,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .day,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .time,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .year,.commerce-product--view-mode-search>.result-content .node--type-case .date .month,.node--type-case .date .commerce-product--view-mode-search>.result-content .month,.commerce-product--view-mode-search>.result-content .node--type-case .date .day,.node--type-case .date .commerce-product--view-mode-search>.result-content .day,.commerce-product--view-mode-search>.result-content .node--type-case .date .time,.node--type-case .date .commerce-product--view-mode-search>.result-content .time,.commerce-product--view-mode-search>.result-content .node--type-case .date .year,.node--type-case .date .commerce-product--view-mode-search>.result-content .year,.commerce-product--view-mode-search>.result-content h2 a,.commerce-product--view-mode-search>.result-content .node--type-event .date .month a,.node--type-event .date .commerce-product--view-mode-search>.result-content .month a,.commerce-product--view-mode-search>.result-content .node--type-event .date .day a,.node--type-event .date .commerce-product--view-mode-search>.result-content .day a,.commerce-product--view-mode-search>.result-content .node--type-event .date .time a,.node--type-event .date .commerce-product--view-mode-search>.result-content .time a,.commerce-product--view-mode-search>.result-content .node--type-event .date .year a,.node--type-event .date .commerce-product--view-mode-search>.result-content .year a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .month a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .day a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .time a,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .year a,.commerce-product--view-mode-search>.result-content .node--type-case .date .month a,.node--type-case .date .commerce-product--view-mode-search>.result-content .month a,.commerce-product--view-mode-search>.result-content .node--type-case .date .day a,.node--type-case .date .commerce-product--view-mode-search>.result-content .day a,.commerce-product--view-mode-search>.result-content .node--type-case .date .time a,.node--type-case .date .commerce-product--view-mode-search>.result-content .time a,.commerce-product--view-mode-search>.result-content .node--type-case .date .year a,.node--type-case .date .commerce-product--view-mode-search>.result-content .year a,.media--document--view-mode-search>.result-content h2,.media--document--view-mode-search>.result-content .node--type-event .date .month,.node--type-event .date .media--document--view-mode-search>.result-content .month,.media--document--view-mode-search>.result-content .node--type-event .date .day,.node--type-event .date .media--document--view-mode-search>.result-content .day,.media--document--view-mode-search>.result-content .node--type-event .date .time,.node--type-event .date .media--document--view-mode-search>.result-content .time,.media--document--view-mode-search>.result-content .node--type-event .date .year,.node--type-event .date .media--document--view-mode-search>.result-content .year,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .month,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .month,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .day,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .day,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .time,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .time,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .year,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .year,.media--document--view-mode-search>.result-content .node--type-case .date .month,.node--type-case .date .media--document--view-mode-search>.result-content .month,.media--document--view-mode-search>.result-content .node--type-case .date .day,.node--type-case .date .media--document--view-mode-search>.result-content .day,.media--document--view-mode-search>.result-content .node--type-case .date .time,.node--type-case .date .media--document--view-mode-search>.result-content .time,.media--document--view-mode-search>.result-content .node--type-case .date .year,.node--type-case .date .media--document--view-mode-search>.result-content .year,.media--document--view-mode-search>.result-content h2 a,.media--document--view-mode-search>.result-content .node--type-event .date .month a,.node--type-event .date .media--document--view-mode-search>.result-content .month a,.media--document--view-mode-search>.result-content .node--type-event .date .day a,.node--type-event .date .media--document--view-mode-search>.result-content .day a,.media--document--view-mode-search>.result-content .node--type-event .date .time a,.node--type-event .date .media--document--view-mode-search>.result-content .time a,.media--document--view-mode-search>.result-content .node--type-event .date .year a,.node--type-event .date .media--document--view-mode-search>.result-content .year a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .month a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .month a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .day a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .day a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .time a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .time a,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .year a,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .year a,.media--document--view-mode-search>.result-content .node--type-case .date .month a,.node--type-case .date .media--document--view-mode-search>.result-content .month a,.media--document--view-mode-search>.result-content .node--type-case .date .day a,.node--type-case .date .media--document--view-mode-search>.result-content .day a,.media--document--view-mode-search>.result-content .node--type-case .date .time a,.node--type-case .date .media--document--view-mode-search>.result-content .time a,.media--document--view-mode-search>.result-content .node--type-case .date .year a,.node--type-case .date .media--document--view-mode-search>.result-content .year a {
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 25px
	}
}

.node--view-mode-search>.result-content h2 a:hover,.node--view-mode-search>.result-content .node--type-event .date .month a:hover,.node--type-event .date .node--view-mode-search>.result-content .month a:hover,.node--view-mode-search>.result-content .node--type-event .date .day a:hover,.node--type-event .date .node--view-mode-search>.result-content .day a:hover,.node--view-mode-search>.result-content .node--type-event .date .time a:hover,.node--type-event .date .node--view-mode-search>.result-content .time a:hover,.node--view-mode-search>.result-content .node--type-event .date .year a:hover,.node--type-event .date .node--view-mode-search>.result-content .year a:hover,.node--view-mode-search>.result-content .node--type-event_webinar .date .month a:hover,.node--type-event_webinar .date .node--view-mode-search>.result-content .month a:hover,.node--view-mode-search>.result-content .node--type-event_webinar .date .day a:hover,.node--type-event_webinar .date .node--view-mode-search>.result-content .day a:hover,.node--view-mode-search>.result-content .node--type-event_webinar .date .time a:hover,.node--type-event_webinar .date .node--view-mode-search>.result-content .time a:hover,.node--view-mode-search>.result-content .node--type-event_webinar .date .year a:hover,.node--type-event_webinar .date .node--view-mode-search>.result-content .year a:hover,.node--view-mode-search>.result-content .node--type-case .date .month a:hover,.node--type-case .date .node--view-mode-search>.result-content .month a:hover,.node--view-mode-search>.result-content .node--type-case .date .day a:hover,.node--type-case .date .node--view-mode-search>.result-content .day a:hover,.node--view-mode-search>.result-content .node--type-case .date .time a:hover,.node--type-case .date .node--view-mode-search>.result-content .time a:hover,.node--view-mode-search>.result-content .node--type-case .date .year a:hover,.node--type-case .date .node--view-mode-search>.result-content .year a:hover,.commerce-product--view-mode-search>.result-content h2 a:hover,.commerce-product--view-mode-search>.result-content .node--type-event .date .month a:hover,.node--type-event .date .commerce-product--view-mode-search>.result-content .month a:hover,.commerce-product--view-mode-search>.result-content .node--type-event .date .day a:hover,.node--type-event .date .commerce-product--view-mode-search>.result-content .day a:hover,.commerce-product--view-mode-search>.result-content .node--type-event .date .time a:hover,.node--type-event .date .commerce-product--view-mode-search>.result-content .time a:hover,.commerce-product--view-mode-search>.result-content .node--type-event .date .year a:hover,.node--type-event .date .commerce-product--view-mode-search>.result-content .year a:hover,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .month a:hover,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .month a:hover,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .day a:hover,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .day a:hover,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .time a:hover,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .time a:hover,.commerce-product--view-mode-search>.result-content .node--type-event_webinar .date .year a:hover,.node--type-event_webinar .date .commerce-product--view-mode-search>.result-content .year a:hover,.commerce-product--view-mode-search>.result-content .node--type-case .date .month a:hover,.node--type-case .date .commerce-product--view-mode-search>.result-content .month a:hover,.commerce-product--view-mode-search>.result-content .node--type-case .date .day a:hover,.node--type-case .date .commerce-product--view-mode-search>.result-content .day a:hover,.commerce-product--view-mode-search>.result-content .node--type-case .date .time a:hover,.node--type-case .date .commerce-product--view-mode-search>.result-content .time a:hover,.commerce-product--view-mode-search>.result-content .node--type-case .date .year a:hover,.node--type-case .date .commerce-product--view-mode-search>.result-content .year a:hover,.media--document--view-mode-search>.result-content h2 a:hover,.media--document--view-mode-search>.result-content .node--type-event .date .month a:hover,.node--type-event .date .media--document--view-mode-search>.result-content .month a:hover,.media--document--view-mode-search>.result-content .node--type-event .date .day a:hover,.node--type-event .date .media--document--view-mode-search>.result-content .day a:hover,.media--document--view-mode-search>.result-content .node--type-event .date .time a:hover,.node--type-event .date .media--document--view-mode-search>.result-content .time a:hover,.media--document--view-mode-search>.result-content .node--type-event .date .year a:hover,.node--type-event .date .media--document--view-mode-search>.result-content .year a:hover,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .month a:hover,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .month a:hover,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .day a:hover,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .day a:hover,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .time a:hover,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .time a:hover,.media--document--view-mode-search>.result-content .node--type-event_webinar .date .year a:hover,.node--type-event_webinar .date .media--document--view-mode-search>.result-content .year a:hover,.media--document--view-mode-search>.result-content .node--type-case .date .month a:hover,.node--type-case .date .media--document--view-mode-search>.result-content .month a:hover,.media--document--view-mode-search>.result-content .node--type-case .date .day a:hover,.node--type-case .date .media--document--view-mode-search>.result-content .day a:hover,.media--document--view-mode-search>.result-content .node--type-case .date .time a:hover,.node--type-case .date .media--document--view-mode-search>.result-content .time a:hover,.media--document--view-mode-search>.result-content .node--type-case .date .year a:hover,.node--type-case .date .media--document--view-mode-search>.result-content .year a:hover {
	color: #51C8E8
}

.node--view-mode-search>.result-content .content,.commerce-product--view-mode-search>.result-content .content,.media--document--view-mode-search>.result-content .content {
	color: #9b9b9b;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 25px;
	display: none
}

@media screen and (min-width:660px) {
	.node--view-mode-search>.result-content .content,.commerce-product--view-mode-search>.result-content .content,.media--document--view-mode-search>.result-content .content {
		display: block
	}
}

.node--view-mode-search>.result-content .info,.commerce-product--view-mode-search>.result-content .info,.media--document--view-mode-search>.result-content .info {
	color: #9b9b9b;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	letter-spacing: 0.75px;
	line-height: 11px;
	margin-top: 10px
}

@media screen and (min-width:660px) {
	.node--view-mode-search>.result-content .info,.commerce-product--view-mode-search>.result-content .info,.media--document--view-mode-search>.result-content .info {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 15px
	}
}

.node--view-mode-search>.result-content .info .event_date:before,.commerce-product--view-mode-search>.result-content .info .event_date:before,.media--document--view-mode-search>.result-content .info .event_date:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url("/themes/custom/vaisala/css/../images/calendar.svg") no-repeat left center;
	top: 6px;
	position: relative
}

.node--view-mode-search>.result-content .info .file,.commerce-product--view-mode-search>.result-content .info .file,.media--document--view-mode-search>.result-content .info .file {
	text-transform: uppercase
}

.node--view-mode-search>.result-content .info .file .file-size,.commerce-product--view-mode-search>.result-content .info .file .file-size,.media--document--view-mode-search>.result-content .info .file .file-size {
	display: none
}

.media--document--view-mode-search>.result-image {
	padding: 10px;
	display: none
}

@media screen and (min-width:1024px) {
	.media--document--view-mode-search>.result-image {
		display: block
	}
}

.media--document--view-mode-search>.result-image .result-image-inner {
	background: transparent url("/themes/custom/vaisala/css/../images/manual.svg") no-repeat center center;
	border: 2px solid #00427a;
	height: 100%
}

.media--document--view-mode-search>.result-content {
	width: 100%;
	margin-left: 0%
}

@media screen and (min-width:1024px) {
	.media--document--view-mode-search>.result-content {
		width: 80%;
		margin-left: 20%
	}
}

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>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>.row>section,body.path-search.mobile-filters-visible article.node--type-blog.node--view-mode-full .main-container>.meta-info>section,article.node--type-blog.node--view-mode-full body.path-search.mobile-filters-visible .main-container>.meta-info>section,body.path-search.mobile-filters-visible article.node--type-case.node--view-mode-full .main-container>.meta-info>section,article.node--type-case.node--view-mode-full body.path-search.mobile-filters-visible .main-container>.meta-info>section {
		display: none
	}

	body.path-search.mobile-filters-visible footer {
		display: none
	}
}

@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: 12px 0 6px 0;
	margin: 0 20px 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 30px
	}
}

.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 #00427a
}

.view-id-events .view-header .events-webinars-nav,.view-id-webinars .view-header .events-webinars-nav {
	margin-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 20px 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: 20px
	}
}

@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: 80px
	}
}

.view-id-events .view-header .views-nav,.view-id-webinars .view-header .views-nav {
	margin: 0 0 50px 10px
}

@media screen and (min-width:660px) {
	.view-id-events .view-header .views-nav,.view-id-webinars .view-header .views-nav {
		position: absolute;
		top: 240px;
		left: 0
	}
}

@media screen and (min-width:660px) {
	.view-id-events .view-filters,.view-id-webinars .view-filters {
		margin-bottom: 40px
	}
}

.view-id-events .views-row,.view-id-webinars .views-row {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 40px;
	margin-bottom: 40px
}

.view-id-events .views-row:before,.view-id-events .views-row:after,.view-id-webinars .views-row:before,.view-id-webinars .views-row:after {
	content: " ";
	display: table
}

.view-id-events .views-row:after,.view-id-webinars .views-row:after {
	clear: both
}

.view-id-events .views-row .title,.view-id-webinars .views-row .title {
	margin-top: 0;
	color: #00427a
}

@media screen and (min-width:660px) {
	.view-id-events .view-content,.view-id-webinars .view-content {
		margin-left: 0px
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.view-id-events .view-content,.view-id-webinars .view-content {
		margin-left: 0px
	}
}

@media screen and (min-width:660px) {
	.view-id-events .view-empty,.view-id-webinars .view-empty {
		padding: 6rem 10px 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: 200px
	}

	.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: 240px
	}
}

.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
}

@media screen and (max-width:659px) {
	.node--type-event .date,.node--type-event_webinar .date,.node--type-case .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 {
	margin: 0;
	padding: 0;
	color: #00427a;
	display: block;
	width: 100%;
	text-align: center
}

.node--type-event .date .month,.node--type-event_webinar .date .month,.node--type-case .date .month {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300
}

.node--type-event .date .day,.node--type-event_webinar .date .day,.node--type-case .date .day {
	padding: 0;
	font-size: 27px
}

.node--type-event .date .year,.node--type-event_webinar .date .year,.node--type-case .date .year {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0 0 20px 0
}

.node--type-event .date .time,.node--type-event_webinar .date .time,.node--type-case .date .time {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 0 0 20px 0
}

@media screen and (max-width:1023px) {
	.node--type-event .image,.node--type-event_webinar .image,.node--type-case .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 {
		width: 83.33333%
	}
}

.node--type-event .location,.node--type-event_webinar .location,.node--type-case .location {
	position: relative;
	padding-left: 35px;
	word-break: break-all;
	margin-bottom: 20px
}

.node--type-event .location:before,.node--type-event_webinar .location:before,.node--type-case .location:before {
	position: absolute;
	background-image: url("/themes/custom/vaisala/css/../images/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 {
	font-size: 18px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #00427a
}

@media screen and (max-width:659px) {
	.node--type-event .location .venue,.node--type-event_webinar .location .venue,.node--type-case .location .venue {
		font-size: 14px
	}
}

.node--type-event .location .address,.node--type-event_webinar .location .address,.node--type-case .location .address {
	color: #9b9b9b;
	font-size: 12px;
	line-height: 1.5
}

.author .location {
	margin-top: 20px;
	padding-left: 0px
}

.author .location:before {
	display: none
}

.views-block__webinars-block-recent-webinars section {
	margin-bottom: 50px
}

.views-block__webinars-block-recent-webinars section .views-row {
	padding-bottom: 0;
	margin-bottom: 0px
}

.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: 30px 0
}

@media screen and (min-width:660px) {
	.views-block__events-block-event-map {
		display: block
	}
}

.views-block__events-block-past-events {
	padding-top: 30px
}

.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 10px
}

.views-block__events-block-events-webinars-mobile .view-content .views-row {
	font-size: 12px;
	padding: 20px 15px;
	margin-bottom: 20px;
	border-top: 3px solid #00427a;
	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: #51C8E8;
	text-transform: uppercase;
	display: block
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .title {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .location {
	padding-bottom: 10px
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .date {
	padding-top: 10px;
	border-top: 1px solid #e7eeef
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .date:before {
	content: '';
	width: 20px;
	height: 20px;
	float: left;
	background: transparent url("/themes/custom/vaisala/css/../images/calendar.png") no-repeat scroll
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .date .field-content {
	float: left;
	margin: -2px 6px
}

.views-block__events-block-events-webinars-mobile .view-content .views-row .time {
	float: left;
	clear: both;
	padding-left: 25px;
	color: #51C8E8
}

.view-events table {
	border: none
}

.view-events table thead {
	color: #313131;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7eeef
}

.view-events table thead th {
	border: none;
	padding: 30px 15px;
	background: transparent
}

.view-events table tr {
	color: #313131;
	font-size: 12px;
	border-bottom: 1px solid #e7eeef
}

.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: 30px 15px
}

.view-events table tr td:nth-child(1) {
	min-width: 18%
}

.view-events table tr td:nth-child(2) {
	text-transform: uppercase;
	color: #51C8E8
}

.view-events table tr td:nth-child(3) {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-size: 16px;
	line-height: 22px
}

.view-events table tr td .time {
	display: block;
	color: #00427a
}

.gm-style .gm-style-iw {
	padding: 15px 10px
}

.gm-style .gm-style-iw .location-title {
	line-height: 27px
}

.gm-style .gm-style-iw .location-content {
	font-size: 12px
}

.gm-style .gm-style-iw .location-content .views-field-field-event-location {
	color: #9b9b9b;
	padding-bottom: 10px
}

.gm-style .gm-style-iw .location-content .views-field-field-date {
	padding-top: 10px;
	border-top: 1px solid #e7eeef
}

.gm-style .gm-style-iw .location-content .views-field-field-date:before {
	content: '';
	width: 20px;
	height: 20px;
	float: left;
	background: transparent url("/themes/custom/vaisala/css/../images/calendar.png") no-repeat scroll
}

.gm-style .gm-style-iw .location-content .views-field-field-date .field-content {
	float: left;
	padding: 3px 5px
}

@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 {
	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 {
	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 {
		padding: 60px 0;
		margin-top: 25px;
		margin-bottom: 25px
	}
}

.product .row>div,.product article.node--type-blog.node--view-mode-full .meta-info>div,article.node--type-blog.node--view-mode-full .product .meta-info>div,.product article.node--type-case.node--view-mode-full .meta-info>div,article.node--type-case.node--view-mode-full .product .meta-info>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 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	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 {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.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 {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@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 {
		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 .row .node--type-event .date .month,.node--type-event .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event .date .day,.node--type-event .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event .date .time,.node--type-event .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event .date .year,.node--type-event .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-case .date .month,.node--type-case .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.product article.node--type-case.node--view-mode-full .meta-info .date .month,.product article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .product .meta-info .date .month,article.node--type-case.node--view-mode-full .date .product .meta-info .month,.product .row .node--type-case .date .day,.node--type-case .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.product article.node--type-case.node--view-mode-full .meta-info .date .day,.product article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .product .meta-info .date .day,article.node--type-case.node--view-mode-full .date .product .meta-info .day,.product .row .node--type-case .date .time,.node--type-case .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.product article.node--type-case.node--view-mode-full .meta-info .date .time,.product article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .product .meta-info .date .time,article.node--type-case.node--view-mode-full .date .product .meta-info .time,.product .row .node--type-case .date .year,.node--type-case .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.product article.node--type-case.node--view-mode-full .meta-info .date .year,.product article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .product .meta-info .date .year,article.node--type-case.node--view-mode-full .date .product .meta-info .year {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	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 .row .node--type-event .date .month,.node--type-event .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event .date .day,.node--type-event .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event .date .time,.node--type-event .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event .date .year,.node--type-event .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-case .date .month,.node--type-case .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.product article.node--type-case.node--view-mode-full .meta-info .date .month,.product article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .product .meta-info .date .month,article.node--type-case.node--view-mode-full .date .product .meta-info .month,.product .row .node--type-case .date .day,.node--type-case .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.product article.node--type-case.node--view-mode-full .meta-info .date .day,.product article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .product .meta-info .date .day,article.node--type-case.node--view-mode-full .date .product .meta-info .day,.product .row .node--type-case .date .time,.node--type-case .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.product article.node--type-case.node--view-mode-full .meta-info .date .time,.product article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .product .meta-info .date .time,article.node--type-case.node--view-mode-full .date .product .meta-info .time,.product .row .node--type-case .date .year,.node--type-case .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.product article.node--type-case.node--view-mode-full .meta-info .date .year,.product article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .product .meta-info .date .year,article.node--type-case.node--view-mode-full .date .product .meta-info .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.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 .row .node--type-event .date .month,.node--type-event .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event .date .day,.node--type-event .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event .date .time,.node--type-event .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event .date .year,.node--type-event .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-case .date .month,.node--type-case .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.product article.node--type-case.node--view-mode-full .meta-info .date .month,.product article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .product .meta-info .date .month,article.node--type-case.node--view-mode-full .date .product .meta-info .month,.product .row .node--type-case .date .day,.node--type-case .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.product article.node--type-case.node--view-mode-full .meta-info .date .day,.product article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .product .meta-info .date .day,article.node--type-case.node--view-mode-full .date .product .meta-info .day,.product .row .node--type-case .date .time,.node--type-case .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.product article.node--type-case.node--view-mode-full .meta-info .date .time,.product article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .product .meta-info .date .time,article.node--type-case.node--view-mode-full .date .product .meta-info .time,.product .row .node--type-case .date .year,.node--type-case .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.product article.node--type-case.node--view-mode-full .meta-info .date .year,.product article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .product .meta-info .date .year,article.node--type-case.node--view-mode-full .date .product .meta-info .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@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 .row .node--type-event .date .month,.node--type-event .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event .date .day,.node--type-event .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event .date .time,.node--type-event .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event .date .year,.node--type-event .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .month,.product .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .day,.product .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .time,.product .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.node--type-event_webinar .date .product article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .product .meta-info .year,.product .row .node--type-case .date .month,.node--type-case .date .product .row .month,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .month,.product article.node--type-case.node--view-mode-full .meta-info .date .month,.product article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .product .meta-info .date .month,article.node--type-case.node--view-mode-full .date .product .meta-info .month,.product .row .node--type-case .date .day,.node--type-case .date .product .row .day,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .day,.product article.node--type-case.node--view-mode-full .meta-info .date .day,.product article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .product .meta-info .date .day,article.node--type-case.node--view-mode-full .date .product .meta-info .day,.product .row .node--type-case .date .time,.node--type-case .date .product .row .time,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .time,.product article.node--type-case.node--view-mode-full .meta-info .date .time,.product article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .product .meta-info .date .time,article.node--type-case.node--view-mode-full .date .product .meta-info .time,.product .row .node--type-case .date .year,.node--type-case .date .product .row .year,.product article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .product article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .product .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .product .meta-info .year,.product article.node--type-case.node--view-mode-full .meta-info .date .year,.product article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .product .meta-info .date .year,article.node--type-case.node--view-mode-full .date .product .meta-info .year {
		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 {
	font-size: 22px;
	color: #00427a;
	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 {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	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 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1.5px
	}
}

.product .prod-hero {
	padding: 0 0 20px;
	border-bottom: 1px solid #eeeeee
}

.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: #313131;
	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>.field--item {
	padding: 15px 0
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items>.field--item {
		padding: 0 20px 40px
	}
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items>.field--item:nth-child(3n+1) {
		padding-left: 0;
		clear: left
	}
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items>.field--item:nth-child(3n+3) {
		padding-right: 0
	}
}

.product .prod-benefits .benefits .field--items>.field--item .field--name-field-title {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	text-align: left;
	margin-bottom: 20px
}

@media screen and (min-width:1024px) {
	.product .prod-benefits .benefits .field--items>.field--item .field--name-field-title {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1.5px
	}
}

.product .more {
	border-bottom: 1px solid white;
	margin-top: 40px
}

.product .more.expanded {
	background: #e7eeef
}

@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: #e7eeef;
	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 #00427a;
	-webkit-transition: 1s;
	-o-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 #00427a;
	border-right: 1px solid #00427a;
	-webkit-transition: .2s transform;
	-o-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: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

.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: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

.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: #e7eeef
}

.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
	}
}

.product--updated-layout {
	font-size: 14px;
	line-height: 26px
}

.product--updated-layout .content>section>.module-wrapper {
	padding: 60px 10px
}

@media screen and (max-width:659px) {
	.product--updated-layout .content>section>.module-wrapper {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.product--updated-layout .content>section>.module-wrapper.product__container {
	padding-left: 0;
	padding-right: 0
}

.product--updated-layout .content>section:nth-child(odd) {
	background: #e7eeef
}

.product--updated-layout .content>section:first-child {
	background: #fff
}

.product--updated-layout .content>section:first-child>.module-wrapper {
	padding-top: 20px
}

.product--updated-layout p,.product--updated-layout p+ul {
	margin-bottom: 25px
}

.product--updated-layout .page-title,.product--updated-layout .module-title {
	color: #00427a
}

.product--updated-layout .page-title {
	font-size: 34px;
	line-height: 42px;
	margin-top: 0
}

.product--updated-layout .page-subtitle {
	font-size: 20px;
	line-height: 24px
}

.product--updated-layout .module-title {
	margin: 0 0 30px;
	font-size: 28px;
	line-height: 40px
}

.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: 15px;
	padding-right: 15px
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.product--updated-layout .product__container .module-title {
		padding-left: 10px;
		padding-right: 10px
	}
}

.product--updated-layout .product__2col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 0 15px;
	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: 10px
	}
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product__2col {
		margin-bottom: 25px;
		-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 15px
}

@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: 10px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__3col {
		padding: 10px 15px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.product--updated-layout .product__3col:last-child {
		padding-right: 15px
	}
}

.product--updated-layout .product__6col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 66.3%;
	flex: 1 1 66.3%;
	padding: 0 15px
}

@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: 10px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__6col {
		padding: 10px 15px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.product--updated-layout .product__6col:last-child {
		padding-right: 15px
	}
}

.product--updated-layout .product__4col {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding: 10px 15px;
	max-width: 25%
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.product--updated-layout .product__4col {
		padding: 10px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__4col {
		padding: 10px 15px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.product--updated-layout .product__4col:last-child {
		padding-right: 15px
	}
}

.product--updated-layout .content>.product__intro>.module-wrapper {
	padding-bottom: 50px
}

.product--updated-layout .content>.product__intro+.product__key-benefits>.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: 30px
}

.product--updated-layout .product__value-proposition__content h1+label {
	margin-bottom: 30px
}

.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: 25px
}

.product--updated-layout .product__value-proposition__content .field--name-field-features .field--item {
	display: list-item;
	margin-left: 1.5em;
	list-style-type: disc
}

.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: 100px;
	background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(35%,#fff),to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(bottom,#fff,#fff 35%,rgba(255,255,255,0));
	background: -o-linear-gradient(bottom,#fff,#fff 35%,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: 30px
}

.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: 5px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 1;
	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: -5px
}

.product--updated-layout .product__buttons>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: 10px 5px;
	padding: 15px 5px;
	white-space: nowrap
}

.product--updated-layout .product__buttons__contact a,.product--updated-layout .field--name-field-secondary-link a {
	background: #00427a;
	color: #fff
}

.product--updated-layout .product__buttons__contact a:hover,.product--updated-layout .field--name-field-secondary-link a:hover {
	background: #fff;
	color: #00427a
}

.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: 12px;
	color: #00427a;
	padding: 3px 15px;
	top: 25px;
	right: 30px;
	background: rgba(255,255,255,0.5);
	border-radius: 13px;
	pointer-events: none;
	-webkit-box-shadow: 0 0 1px #9b9b9b;
	box-shadow: 0 0 1px #9b9b9b;
	display: none;
}

.product--updated-layout .product__images .field--name-field-media-images.slick-slider {
	margin-bottom: 40px;
	padding-left: 70px
}

.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: 50px;
	height: 50px
}

.product--updated-layout .product__images .field--name-field-media-images .slick-arrow:before {
	font-size: 25px;
	text-shadow: 0 1px 2px #9b9b9b
}

.product--updated-layout .product__images .field--name-field-media-images .slick-prev {
	left: 90px
}

.product--updated-layout .product__images .field--name-field-media-images .slick-next {
	right: 20px
}

.product--updated-layout .product__images .field--name-field-media-images .slick-dots {
	top: 0;
	bottom: auto;
	left: 0;
	width: 60px
}

.product--updated-layout .product__images .field--name-field-media-images .slick-dots li {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 0 10px 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,0.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: 60px;
	text-align: center;
	font-size: 18px;
	color: #00427a
}

.product--updated-layout .product__benefits .field--name-field-para-benefits>.field--item {
	margin-bottom: 30px
}

.product--updated-layout .product__benefits .field--name-field-para-benefits>.field--item:last-child {
	margin-bottom: 0
}

.product--updated-layout .product__benefits .field--name-field-title {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	text-align: left;
	margin-bottom: 20px
}

@media screen and (min-width:1024px) {
	.product--updated-layout .product__benefits .field--name-field-title {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1.5px
	}
}

.product--updated-layout .product__container>.product__benefits>.field--name-field-para-benefits,.product--updated-layout .product__container>.product__benefits>.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>.product__benefits>.field--name-field-para-benefits,.product--updated-layout .product__container>.product__benefits>.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>.product__benefits>.field--name-field-para-benefits>.field--item,.product--updated-layout .product__container>.product__benefits>.field--name-field-para-comp-overview>.field--item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	margin: 0 15px 30px;
	max-width: 30%;
	min-width: 30%
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.product--updated-layout .product__container>.product__benefits>.field--name-field-para-benefits>.field--item,.product--updated-layout .product__container>.product__benefits>.field--name-field-para-comp-overview>.field--item {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__container>.product__benefits>.field--name-field-para-benefits>.field--item,.product--updated-layout .product__container>.product__benefits>.field--name-field-para-comp-overview>.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: 30px
}

.product--updated-layout .product__main-video {
	width: 100%;
	max-width: 854px;
	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: 400px
	}
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__main-video iframe {
		max-height: 320px
	}
}

.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(/themes/custom/vaisala/css/../images/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 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.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: 40px 0 0;
	text-align: center;
	width: 100%
}

.product--updated-layout .product__downloads__cta {
	position: absolute;
	top: 60px;
	right: 10px
}

@media screen and (max-width:659px) {
	.product--updated-layout .product__downloads__cta {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		margin-top: -10px;
		padding-left: 15px;
		padding-bottom: 10px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.product--updated-layout .product__downloads__cta a:after {
	position: relative;
	margin-left: 30px;
	top: -5px
}

.product--updated-layout .product__downloads__item {
	position: relative;
	padding-bottom: 60px
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product__downloads__item {
		margin-bottom: 25px
	}
}

.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(/themes/custom/vaisala/css/../images/ticker_blue.svg)
}

.product--updated-layout .product__downloads__item h3 {
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px
}

.product--updated-layout .product__downloads__item h3 span {
	font-size: 14px
}

@media screen and (min-width:660px) {
	.product--updated-layout .product__downloads__item {
		padding-right: 60px;
		height: 100%
	}
}

.product--updated-layout .product__downloads__item h3 span {
	font-size: 14px;
	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 #00427a
	}
}

.product--updated-layout .product__downloads__list .views-row {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	list-style-type: none;
	border-bottom: 1px solid #00427a;
	font-size: 16px
}

.product--updated-layout .product__downloads__list .views-row a>span {
	font-size: 14px
}

@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: 15px
	}
}

.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: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #00427a
}

@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: 14px
}

.product--updated-layout .product__downloads__list-all .views-field {
	padding-right: 15px
}

.product--updated-layout .view-stories .slick-arrow {
	top: -15px
}

.product--updated-layout .view-display-id-block_stories .views-row>article,.product--updated-layout .view-display-id-block_succcess_stories>article {
	padding-bottom: 20px
}

.product--updated-layout .product--view .module-title {
	margin-bottom: 30px
}

@media screen and (max-width:1023px) {
	.product--updated-layout .product--view .module-title {
		padding-left: 10px;
		padding-right: 10px
	}
}

.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: 10px 0 -10px
}

.product--updated-layout .product__resources .view .views-row .video-title {
	text-indent: -999em
}

.product--updated-layout .product__resources .view .views-row>h2,.product--updated-layout .product__resources .view .node--type-event .date .views-row>.month,.node--type-event .date .product--updated-layout .product__resources .view .views-row>.month,.product--updated-layout .product__resources .view .node--type-event .date .views-row>.day,.node--type-event .date .product--updated-layout .product__resources .view .views-row>.day,.product--updated-layout .product__resources .view .node--type-event .date .views-row>.time,.node--type-event .date .product--updated-layout .product__resources .view .views-row>.time,.product--updated-layout .product__resources .view .node--type-event .date .views-row>.year,.node--type-event .date .product--updated-layout .product__resources .view .views-row>.year,.product--updated-layout .product__resources .view .node--type-event_webinar .date .views-row>.month,.node--type-event_webinar .date .product--updated-layout .product__resources .view .views-row>.month,.product--updated-layout .product__resources .view .node--type-event_webinar .date .views-row>.day,.node--type-event_webinar .date .product--updated-layout .product__resources .view .views-row>.day,.product--updated-layout .product__resources .view .node--type-event_webinar .date .views-row>.time,.node--type-event_webinar .date .product--updated-layout .product__resources .view .views-row>.time,.product--updated-layout .product__resources .view .node--type-event_webinar .date .views-row>.year,.node--type-event_webinar .date .product--updated-layout .product__resources .view .views-row>.year,.product--updated-layout .product__resources .view .node--type-case .date .views-row>.month,.node--type-case .date .product--updated-layout .product__resources .view .views-row>.month,.product--updated-layout .product__resources .view .node--type-case .date .views-row>.day,.node--type-case .date .product--updated-layout .product__resources .view .views-row>.day,.product--updated-layout .product__resources .view .node--type-case .date .views-row>.time,.node--type-case .date .product--updated-layout .product__resources .view .views-row>.time,.product--updated-layout .product__resources .view .node--type-case .date .views-row>.year,.node--type-case .date .product--updated-layout .product__resources .view .views-row>.year {
	font-size: 20px;
	line-height: 26px
}

.product--updated-layout .product__resources .view .views-row>article {
	padding-bottom: 0
}

.product--updated-layout .product-related__item {
	position: relative;
	background: #00427a;
	color: #fff;
	padding: 25px 25px 40px
}

@media screen and (min-width:660px) {
	.product--updated-layout .product-related__item {
		height: 100%
	}
}

.product--updated-layout .product-related__item h2,.product--updated-layout .product-related__item .node--type-event .date .month,.node--type-event .date .product--updated-layout .product-related__item .month,.product--updated-layout .product-related__item .node--type-event .date .day,.node--type-event .date .product--updated-layout .product-related__item .day,.product--updated-layout .product-related__item .node--type-event .date .time,.node--type-event .date .product--updated-layout .product-related__item .time,.product--updated-layout .product-related__item .node--type-event .date .year,.node--type-event .date .product--updated-layout .product-related__item .year,.product--updated-layout .product-related__item .node--type-event_webinar .date .month,.node--type-event_webinar .date .product--updated-layout .product-related__item .month,.product--updated-layout .product-related__item .node--type-event_webinar .date .day,.node--type-event_webinar .date .product--updated-layout .product-related__item .day,.product--updated-layout .product-related__item .node--type-event_webinar .date .time,.node--type-event_webinar .date .product--updated-layout .product-related__item .time,.product--updated-layout .product-related__item .node--type-event_webinar .date .year,.node--type-event_webinar .date .product--updated-layout .product-related__item .year,.product--updated-layout .product-related__item .node--type-case .date .month,.node--type-case .date .product--updated-layout .product-related__item .month,.product--updated-layout .product-related__item .node--type-case .date .day,.node--type-case .date .product--updated-layout .product-related__item .day,.product--updated-layout .product-related__item .node--type-case .date .time,.node--type-case .date .product--updated-layout .product-related__item .time,.product--updated-layout .product-related__item .node--type-case .date .year,.node--type-case .date .product--updated-layout .product-related__item .year {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 21px
}

.product--updated-layout .product-related__item .video-title {
	display: none
}

.product--updated-layout .product-related__item p {
	font-size: 15px
}

.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: 20px;
	bottom: 30px
}

.product--updated-layout .product__services .field--name-field-services {
	margin-left: -10px
}

.product--updated-layout .product__services .field--name-field-services .field--item {
	padding-bottom: 20px
}

.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product {
	position: relative;
	padding: 15px 20px;
	width: 100%;
	min-height: 150px;
	background: #00427a
}

.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: 14px;
	line-height: 18px;
	letter-spacing: 1.2px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	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: 30px;
	height: 30px
}

.product--updated-layout .product__services .field--name-field-services .field--item article.commerce-product .read-more-wrapper .read-more {
	float: right;
	padding-right: 20px
}

.product--updated-layout .content>.product__contact-footer:nth-child(1n) {
	background: #00427a;
	background: -webkit-linear-gradient(right,#00427a,#51C8E8);
	background: -o-linear-gradient(right,#00427a,#51C8E8);
	background: -moz-linear-gradient(right,#00427a,#51C8E8);
	background: -webkit-gradient(linear,left top,right top,from(#00427a),to(#51C8E8));
	background: -webkit-linear-gradient(left,#00427a,#51C8E8);
	background: -o-linear-gradient(left,#00427a,#51C8E8);
	background: linear-gradient(to right,#00427a,#51C8E8)
}

.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: 25px
	}

	.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: 10px 15px;
		-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: 15px
	}
}

.product--updated-layout .product-contact-icons a {
	display: block;
	text-align: center;
	color: #fff;
	width: 150px;
	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: 75px;
	height: 30px;
	margin: 0 auto;
	float: left;
	margin-right: 15px
}

@media screen and (min-width:660px) {
	.product--updated-layout .product-contact-icons a:before {
		width: 100%;
		height: 50px;
		float: none;
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.product--updated-layout .product-contact-icons a:before {
		height: 35px
	}
}

.product--updated-layout .product-contact-icons .product-contact-icons__support a:before {
	background: url(/themes/custom/vaisala/css/../images/dialog-white.svg) no-repeat center center
}

.product--updated-layout .product-contact-icons .product-contact-icons__calibrate a:before {
	background: url(/themes/custom/vaisala/css/../images/calibrate-white.svg) no-repeat center center
}

.product--updated-layout .product-contact-icons .product-contact-icons__sign-up a:before {
	background: url(/themes/custom/vaisala/css/../images/circle-check-white.svg) no-repeat center center
}

.product--updated-layout .product-contact-icons .product-contact-icons__contact a:before {
	background: url(/themes/custom/vaisala/css/../images/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(../vaisala/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: 5px;
		width: 25px
	}
}

.chocolat-wrapper .chocolat-right {
	background: url(../vaisala/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: 5px;
		width: 25px
	}
}

.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: 7px;
	font-size: 18px
}

.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-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 {
	max-width: 1440px;
	margin: 0 auto
}

.path-products .sidebar-first,.path-taxonomy .sidebar-first {
	background: #e7eeef;
	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: #00427a;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	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: #e7eeef
}

@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: 13px;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	border-bottom: 1px solid #313131;
	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: 12px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #00427a;
	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: 14px;
		letter-spacing: 0.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: 14px;
	letter-spacing: 0.7px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	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 #00427a;
	-webkit-transition: 1s;
	-o-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 #00427a;
	border-right: 1px solid #00427a;
	-webkit-transition: .2s transform;
	-o-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: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #00427a
}

.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 #00427a;
	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("../vaisala/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("../vaisala/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: #00427a !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400;
	line-height: 20px !important
}

.path-products #block-vaisalacommerceproductsearchfilters .checkbox label.disabled,.path-taxonomy #block-vaisalacommerceproductsearchfilters .checkbox label.disabled {
	opacity: 0.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: 125px
	}
}

.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: #51C8E8;
	height: 40px;
	border-radius: 20px;
	padding: 10px 30px 10px 20px;
	font-size: 12px;
	font-weight: 400;
	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("/themes/custom/vaisala/css/../images/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;
	-o-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 #00427a;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 3px;
	left: 2px;
	-webkit-transition: .2s all;
	-o-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 #00427a;
	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: 12px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #00427a;
	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: 14px;
		letter-spacing: 0.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: #00427a;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	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-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px
}

/*
2022-06-27 尝试变化产品面板元素布局
*/
.view-content > .views-row > article:hover {
	border: 1px solid #00427a;
	transform: scale(1.2);
	box-shadow: 0px 0px 10px #338edb;
	z-index: 999;
}
.view-content > .views-row > article:hover .media-image {
	/*
		border: .1px solid #000;
	*/
}

.view-content > .views-row > article {
	height: 100%;
	height: 450px;
    	display: flex;
    	flex-direction: column;
    	justify-content: space-between;
	background: #f5f4f4;
    	border-radius: 5px;
    	transition: all 0.2s cubic-bezier(.3,-0.14,.38,1.21);
}
.view-content > .views-row > article {
article.commerce-product--view-mode-liftup h3 > a {
	color: red!important;
	overflow: hidden!important;
       text-overflow: ellipsis!important;
       display: -webkit-box!important;
       -webkit-line-clamp: 1!important;
       -webkit-box-orient: vertical!important;
}
.view-content > .views-row > article .content > .field {
	color: red!important;
	overflow: hidden!important;
       text-overflow: ellipsis!important;
       display: -webkit-box!important;
       -webkit-line-clamp: 1!important;
       -webkit-box-orient: vertical!important;
}

.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: #00427a;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	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-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px
}

.block-views-blockproduct-category-product-list-block-1 .view-content .views-infinite-scroll-content-wrapper .commerce-product--view-mode-liftup {
	border: 3px solid #f6f6f6;
	height: 100%;
	margin-bottom: 0px !important;
	min-height: 150px;
	padding: 10px
}

.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: #00427a
}

.block-views-blockproduct-category-product-list-block-1 .pager {
	margin-top: 10px
}

.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.region-content>article.node--view-mode-full.node--type-industry>.content>.wrapper+.field--name-field-module {
	clear: both
}

.region-content>article.node--view-mode-full.node--type-measurement>.content>.wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.region-content>article.node--view-mode-full.node--type-measurement>.content>.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-1 .node--type-event .date .block-title.month,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.month,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-event .date .block-title.day,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.day,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-event .date .block-title.time,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.time,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-event .date .block-title.year,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.year,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-event_webinar .date .block-title.month,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.month,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-event_webinar .date .block-title.day,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.day,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-event_webinar .date .block-title.time,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.time,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-event_webinar .date .block-title.year,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.year,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-case .date .block-title.month,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.month,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-case .date .block-title.day,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.day,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-case .date .block-title.time,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.time,.node--view-mode-module .block-views-blockmeasurement-stories-block-1 .node--type-case .date .block-title.year,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-1 .block-title.year,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 h2.block-title,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event .date .block-title.month,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.month,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event .date .block-title.day,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.day,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event .date .block-title.time,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.time,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event .date .block-title.year,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.year,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event_webinar .date .block-title.month,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.month,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event_webinar .date .block-title.day,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.day,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event_webinar .date .block-title.time,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.time,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-event_webinar .date .block-title.year,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.year,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-case .date .block-title.month,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.month,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-case .date .block-title.day,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.day,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-case .date .block-title.time,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.time,.node--view-mode-module .block-views-blockmeasurement-stories-block-2 .node--type-case .date .block-title.year,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-stories-block-2 .block-title.year,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products h2.block-title,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event .date .block-title.month,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.month,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event .date .block-title.day,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.day,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event .date .block-title.time,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.time,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event .date .block-title.year,.node--type-event .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.year,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event_webinar .date .block-title.month,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.month,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event_webinar .date .block-title.day,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.day,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event_webinar .date .block-title.time,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.time,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-event_webinar .date .block-title.year,.node--type-event_webinar .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.year,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-case .date .block-title.month,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.month,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-case .date .block-title.day,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.day,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-case .date .block-title.time,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.time,.node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .node--type-case .date .block-title.year,.node--type-case .date .node--view-mode-module .block-views-blockmeasurement-products-block-measurement-products .block-title.year {
	text-align: left;
	padding: 0 10px 10px 10px
}

.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 {
	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 {
	padding: 20px 10px;
	margin-top: 15px;
	margin-bottom: 15px
}

@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 {
		padding: 60px 0;
		margin-top: 0px;
		margin-bottom: 30px
	}
}

.system.commerce-product--view-mode-full .row>div,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info>div,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info>div,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info>div,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info>div {
	padding: 20px 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 {
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 1px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: center;
	text-align: left;
	margin-bottom: 20px
}

@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 {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: 0.9px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@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 {
		font-size: 60px;
		line-height: 62px;
		letter-spacing: 0.9px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

@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 {
		font-size: 70px;
		line-height: 83px;
		letter-spacing: 0.9px;
		font-family: Arial,Helvetica,Sans-serif;
		font-style: normal;
		font-weight: 700
	}
}

.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 .row .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .month,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .day,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .time,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .year,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .year {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 0px
}

@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 .row .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .month,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .day,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .time,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .year,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.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 .row .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .month,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .day,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .time,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .year,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .year {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

@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 .row .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .month,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .day,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .time,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event .date .year,.node--type-event .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .month,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .month,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .day,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .day,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .time,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .time,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-event_webinar .date .year,.node--type-event_webinar .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .year,.node--type-event_webinar .date article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full .row .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .row .month,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .month,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .month,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .month,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .month,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .month,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .month,.system.commerce-product--view-mode-full .row .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .row .day,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .day,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .day,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .day,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .day,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .day,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .day,.system.commerce-product--view-mode-full .row .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .row .time,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .time,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .time,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .time,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .time,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .time,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .time,.system.commerce-product--view-mode-full .row .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .row .year,.system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full article.node--type-blog.node--view-mode-full .meta-info .year,article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .node--type-case .date .year,.node--type-case .date article.node--type-blog.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .meta-info .date .year,.system.commerce-product--view-mode-full article.node--type-case.node--view-mode-full .date .meta-info .year,article.node--type-case.node--view-mode-full .system.commerce-product--view-mode-full .meta-info .date .year,article.node--type-case.node--view-mode-full .date .system.commerce-product--view-mode-full .meta-info .year {
		margin-bottom: 40px
	}
}

.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 {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	margin-top: 0;
	margin-bottom: 27px
}

@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 {
		font-size: 22px;
		line-height: 28px
	}
}

.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 {
	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 {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	text-align: left;
	margin-bottom: 20px
}

@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 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1.5px
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-hero {
		height: 685px
	}
}

.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: 420px;
	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: 10px;
	color: #313131;
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-hero .info {
		padding: 120px 90px 60px 90px;
		color: #fff;
		border-bottom: none
	}
}

.system.commerce-product--view-mode-full .prod-hero .info h1 {
	color: #313131
}

@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: 30px
}

.system.commerce-product--view-mode-full .prod-hero .field--type-link {
	float: left;
	margin: 20px 20px 0 0
}

.system.commerce-product--view-mode-full .prod-benefits .image {
	margin: 0 -10px 20px -10px;
	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: -10px;
	margin-right: -10px
}

@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 -10px 40px -10px
	}
}

.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: -10px;
	margin-right: -10px
}

@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 -10px 40px -10px
	}
}

.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>.field--item {
	padding: 15px 0
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items>.field--item {
		padding: 0 20px 40px
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items>.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>.field--item:nth-child(3n+3) {
		padding-right: 0
	}
}

.system.commerce-product--view-mode-full .prod-benefits .benefits .field--items>.field--item .field--name-field-title {
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px
}

.system.commerce-product--view-mode-full .more {
	margin-top: 40px;
	background: #e7eeef
}

@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: 30px 0
}

.system.commerce-product--view-mode-full .more .row-wrap .overview {
	padding-bottom: 40px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .more .row-wrap .overview {
		padding: 40px 40px 40px 0
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .more .row-wrap .features {
		padding: 40px 0 40px 40px
	}
}

.system.commerce-product--view-mode-full .more .row-wrap .features .field--item {
	margin-left: 20px;
	display: list-item;
	list-style-type: disc
}

.system.commerce-product--view-mode-full .prod-details {
	padding: 10px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details {
		padding: 60px 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: 20px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #00427a;
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .row-wrap h3.toggle-more {
		padding: 25px 30px
	}
}

.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 #00427a;
	-webkit-transition: 1s;
	-o-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) {
	.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 #00427a;
	border-right: 1px solid #00427a;
	-webkit-transition: .2s transform;
	-o-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 30px
	}
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .image {
	margin: 50px 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: 20px -10px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .video .field--name-field-media-video {
		margin: 40px -10px 40px -10px
	}
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .components {
	padding: 30px 0
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item {
	padding-top: 15px;
	padding-bottom: 15px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item {
		padding: 0 20px 40px
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item:nth-child(2n+1) {
		padding-left: 0;
		clear: left
	}

	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.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>.field--item:nth-child(3n+1) {
		padding-left: 0;
		clear: left
	}

	.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item:nth-child(3n+3) {
		padding-right: 0
	}
}

.system.commerce-product--view-mode-full .prod-details .comp-overview .components .field--items>.field--item .field--name-field-title {
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px
}

.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content {
	padding: 30px 0px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content {
		padding: 40px 20px
	}
}

.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content>h3 {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	text-align: left;
	clear: left;
	margin-top: 20px;
	padding-top: 20px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content>h3 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1.5px
	}
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content>h3 {
		margin-top: 40px;
		padding-top: 50px
	}
}

.system.commerce-product--view-mode-full .view-display-id-block_system_products .view-content>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 30px;
	margin: 0 0 20px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .documents .toggle-wrap {
		margin: 20px 0 60px
	}
}

.system.commerce-product--view-mode-full .stories {
	padding: 0;
	background: #e7eeef
}

.system.commerce-product--view-mode-full .stories .row-wrap {
	padding: 20px 10px 40px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .stories .row-wrap {
		padding-left: 0px;
		padding-right: 0px
	}
}

.system.commerce-product--view-mode-full .support {
	background: #e7eeef
}

.system.commerce-product--view-mode-full .support .row-wrap {
	padding: 0 10px
}

@media screen and (min-width:1024px) {
	.system.commerce-product--view-mode-full .support .row-wrap {
		padding: 20px 0
	}
}

.system.commerce-product--view-mode-full .support .rel-documents {
	text-align: center;
	margin-top: 40px
}

.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article h2,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article h2,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_success_stories .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article h2,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .month,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .day,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .time,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .year,.node--type-event .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .year,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .month,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .month,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .day,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .day,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .time,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .time,.system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .year,.node--type-case .date .system.commerce-product--view-mode-full .view-display-id-block_stories_local_language .views-row>article .year {
	font-size: 22px;
	line-height: 28px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 500;
	letter-spacing: 0.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 {
	position: relative;
	color: #00427a;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	line-height: 26px;
	text-align: center;
	height: 66px;
	padding-top: 18px;
	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 {
	height: 40px;
	padding: 0 20px
}

.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 {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #00427a;
	-webkit-transition: 1s;
	-o-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 {
		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 {
	width: 10px;
	height: 10px;
	border-top: 1px solid #00427a;
	border-right: 1px solid #00427a;
	-webkit-transition: .2s transform;
	-o-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 {
		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 {
	-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 {
	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 {
		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 {
		top: -6px
	}
}

.prod-menu {
	text-align: center;
	padding-top: 25px
}

@media screen and (min-width:1024px) {
	.prod-menu {
		padding-bottom: 25px;
		border-bottom: 1px solid #eeeeee
	}
}

.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 #eeeeee
	}
}

.prod-menu ul li:last-child {
	border-right: none
}

.prod-menu ul li a {
	font-size: 13px;
	letter-spacing: 0.1px;
	color: #00427a;
	text-align: center;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	display: block;
	padding: 5px
}

@media screen and (min-width:1024px) {
	.prod-menu ul li a {
		font-size: 14px;
		letter-spacing: 1px
	}
}

@media screen and (min-width:1024px) {
	.prod-menu ul li a {
		padding: 10px 50px
	}
}

@media screen and (min-width:1024px) {
	.view-display-id-block_stories,.view-display-id-block_success_stories,.view-display-id-block_stories_local_language,.view-id-related_events,.view-webinars.view-display-id-block_recent_webinars {
		margin: 0 -15px
	}
}

.view-display-id-block_stories .views-row,.view-display-id-block_success_stories .views-row,.view-display-id-block_stories_local_language .views-row,.view-id-related_events .views-row,.view-webinars.view-display-id-block_recent_webinars .views-row {
	border: none
}

@media screen and (min-width:1024px) {
	.view-display-id-block_stories .views-row,.view-display-id-block_success_stories .views-row,.view-display-id-block_stories_local_language .views-row,.view-id-related_events .views-row,.view-webinars.view-display-id-block_recent_webinars .views-row {
		padding: 0 15px
	}
}

.view-display-id-block_stories .views-row .content,.view-display-id-block_success_stories .views-row .content,.view-display-id-block_stories_local_language .views-row .content,.view-id-related_events .views-row .content,.view-webinars.view-display-id-block_recent_webinars .views-row .content {
	padding: 20px
}

.view-display-id-block_stories .views-row>article,.view-display-id-block_success_stories .views-row>article,.view-display-id-block_stories_local_language .views-row>article,.view-id-related_events .views-row>article,.view-webinars.view-display-id-block_recent_webinars .views-row>article {
	padding: 0 0 40px 0;
	background: #fff;
	margin: 10px 0
}

.view-display-id-block_stories .views-row>article h2,.view-display-id-block_stories .views-row>article .node--type-event .date .month,.node--type-event .date .view-display-id-block_stories .views-row>article .month,.view-display-id-block_stories .views-row>article .node--type-event .date .day,.node--type-event .date .view-display-id-block_stories .views-row>article .day,.view-display-id-block_stories .views-row>article .node--type-event .date .time,.node--type-event .date .view-display-id-block_stories .views-row>article .time,.view-display-id-block_stories .views-row>article .node--type-event .date .year,.node--type-event .date .view-display-id-block_stories .views-row>article .year,.view-display-id-block_stories .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-display-id-block_stories .views-row>article .month,.view-display-id-block_stories .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-display-id-block_stories .views-row>article .day,.view-display-id-block_stories .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-display-id-block_stories .views-row>article .time,.view-display-id-block_stories .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-display-id-block_stories .views-row>article .year,.view-display-id-block_stories .views-row>article .node--type-case .date .month,.node--type-case .date .view-display-id-block_stories .views-row>article .month,.view-display-id-block_stories .views-row>article .node--type-case .date .day,.node--type-case .date .view-display-id-block_stories .views-row>article .day,.view-display-id-block_stories .views-row>article .node--type-case .date .time,.node--type-case .date .view-display-id-block_stories .views-row>article .time,.view-display-id-block_stories .views-row>article .node--type-case .date .year,.node--type-case .date .view-display-id-block_stories .views-row>article .year,.view-display-id-block_success_stories .views-row>article h2,.view-display-id-block_success_stories .views-row>article .node--type-event .date .month,.node--type-event .date .view-display-id-block_success_stories .views-row>article .month,.view-display-id-block_success_stories .views-row>article .node--type-event .date .day,.node--type-event .date .view-display-id-block_success_stories .views-row>article .day,.view-display-id-block_success_stories .views-row>article .node--type-event .date .time,.node--type-event .date .view-display-id-block_success_stories .views-row>article .time,.view-display-id-block_success_stories .views-row>article .node--type-event .date .year,.node--type-event .date .view-display-id-block_success_stories .views-row>article .year,.view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-display-id-block_success_stories .views-row>article .month,.view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-display-id-block_success_stories .views-row>article .day,.view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-display-id-block_success_stories .views-row>article .time,.view-display-id-block_success_stories .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-display-id-block_success_stories .views-row>article .year,.view-display-id-block_success_stories .views-row>article .node--type-case .date .month,.node--type-case .date .view-display-id-block_success_stories .views-row>article .month,.view-display-id-block_success_stories .views-row>article .node--type-case .date .day,.node--type-case .date .view-display-id-block_success_stories .views-row>article .day,.view-display-id-block_success_stories .views-row>article .node--type-case .date .time,.node--type-case .date .view-display-id-block_success_stories .views-row>article .time,.view-display-id-block_success_stories .views-row>article .node--type-case .date .year,.node--type-case .date .view-display-id-block_success_stories .views-row>article .year,.view-display-id-block_stories_local_language .views-row>article h2,.view-display-id-block_stories_local_language .views-row>article .node--type-event .date .month,.node--type-event .date .view-display-id-block_stories_local_language .views-row>article .month,.view-display-id-block_stories_local_language .views-row>article .node--type-event .date .day,.node--type-event .date .view-display-id-block_stories_local_language .views-row>article .day,.view-display-id-block_stories_local_language .views-row>article .node--type-event .date .time,.node--type-event .date .view-display-id-block_stories_local_language .views-row>article .time,.view-display-id-block_stories_local_language .views-row>article .node--type-event .date .year,.node--type-event .date .view-display-id-block_stories_local_language .views-row>article .year,.view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-display-id-block_stories_local_language .views-row>article .month,.view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-display-id-block_stories_local_language .views-row>article .day,.view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-display-id-block_stories_local_language .views-row>article .time,.view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-display-id-block_stories_local_language .views-row>article .year,.view-display-id-block_stories_local_language .views-row>article .node--type-case .date .month,.node--type-case .date .view-display-id-block_stories_local_language .views-row>article .month,.view-display-id-block_stories_local_language .views-row>article .node--type-case .date .day,.node--type-case .date .view-display-id-block_stories_local_language .views-row>article .day,.view-display-id-block_stories_local_language .views-row>article .node--type-case .date .time,.node--type-case .date .view-display-id-block_stories_local_language .views-row>article .time,.view-display-id-block_stories_local_language .views-row>article .node--type-case .date .year,.node--type-case .date .view-display-id-block_stories_local_language .views-row>article .year,.view-id-related_events .views-row>article h2,.view-id-related_events .views-row>article .node--type-event .date .month,.node--type-event .date .view-id-related_events .views-row>article .month,.view-id-related_events .views-row>article .node--type-event .date .day,.node--type-event .date .view-id-related_events .views-row>article .day,.view-id-related_events .views-row>article .node--type-event .date .time,.node--type-event .date .view-id-related_events .views-row>article .time,.view-id-related_events .views-row>article .node--type-event .date .year,.node--type-event .date .view-id-related_events .views-row>article .year,.view-id-related_events .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-id-related_events .views-row>article .month,.view-id-related_events .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-id-related_events .views-row>article .day,.view-id-related_events .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-id-related_events .views-row>article .time,.view-id-related_events .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-id-related_events .views-row>article .year,.view-id-related_events .views-row>article .node--type-case .date .month,.node--type-case .date .view-id-related_events .views-row>article .month,.view-id-related_events .views-row>article .node--type-case .date .day,.node--type-case .date .view-id-related_events .views-row>article .day,.view-id-related_events .views-row>article .node--type-case .date .time,.node--type-case .date .view-id-related_events .views-row>article .time,.view-id-related_events .views-row>article .node--type-case .date .year,.node--type-case .date .view-id-related_events .views-row>article .year,.view-webinars.view-display-id-block_recent_webinars .views-row>article h2,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event .date .month,.node--type-event .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .month,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event .date .day,.node--type-event .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .day,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event .date .time,.node--type-event .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .time,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event .date .year,.node--type-event .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .year,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .month,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .day,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .time,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .year,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-case .date .month,.node--type-case .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .month,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-case .date .day,.node--type-case .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .day,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-case .date .time,.node--type-case .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .time,.view-webinars.view-display-id-block_recent_webinars .views-row>article .node--type-case .date .year,.node--type-case .date .view-webinars.view-display-id-block_recent_webinars .views-row>article .year {
	font-size: 22px;
	line-height: 28px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 500;
	letter-spacing: 0.4px
}

.view-display-id-block_stories .views-row>article .type,.view-display-id-block_success_stories .views-row>article .type,.view-display-id-block_stories_local_language .views-row>article .type,.view-id-related_events .views-row>article .type,.view-webinars.view-display-id-block_recent_webinars .views-row>article .type {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	margin: 10px 0 0;
	font-size: 12px
}

.view-display-id-block_stories .views-row>article .field--name-body,.view-display-id-block_success_stories .views-row>article .field--name-body,.view-display-id-block_stories_local_language .views-row>article .field--name-body,.view-id-related_events .views-row>article .field--name-body,.view-webinars.view-display-id-block_recent_webinars .views-row>article .field--name-body {
	margin-bottom: 20px;
	padding: 0
}

.view-display-id-block_stories .views-row>article .field--name-body .more-link,.view-display-id-block_success_stories .views-row>article .field--name-body .more-link,.view-display-id-block_stories_local_language .views-row>article .field--name-body .more-link,.view-id-related_events .views-row>article .field--name-body .more-link,.view-webinars.view-display-id-block_recent_webinars .views-row>article .field--name-body .more-link {
	padding: 0;
	text-align: left
}

.view-display-id-block_stories .views-row>article .read-more,.view-display-id-block_success_stories .views-row>article .read-more,.view-display-id-block_stories_local_language .views-row>article .read-more,.view-id-related_events .views-row>article .read-more,.view-webinars.view-display-id-block_recent_webinars .views-row>article .read-more {
	text-indent: -9999em;
	display: block
}

.view-display-id-block_stories .views-row>article .read-more:after,.view-display-id-block_success_stories .views-row>article .read-more:after,.view-display-id-block_stories_local_language .views-row>article .read-more:after,.view-id-related_events .views-row>article .read-more:after,.view-webinars.view-display-id-block_recent_webinars .views-row>article .read-more:after {
	position: absolute;
	right: 20px;
	bottom: 40px
}

.view-display-id-block_stories .views-row>article article,.view-display-id-block_success_stories .views-row>article article,.view-display-id-block_stories_local_language .views-row>article article,.view-id-related_events .views-row>article article,.view-webinars.view-display-id-block_recent_webinars .views-row>article article {
	padding: 0
}

.view-display-id-block_stories .more-link,.view-display-id-block_success_stories .more-link,.view-display-id-block_stories_local_language .more-link,.view-id-related_events .more-link,.view-webinars.view-display-id-block_recent_webinars .more-link {
	display: none;
	clear: both;
	text-align: center;
	margin-top: 40px
}

article.contactsicons,article.generalcontacts,.path-product #block-generalcontacts,.contact-block {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	background: #51C8E8;
	background: -webkit-linear-gradient(left,#00427a,#51C8E8);
	background: -o-linear-gradient(right,#00427a,#51C8E8);
	background: -moz-linear-gradient(right,#00427a,#51C8E8);
	background: -webkit-gradient(linear,left top,right top,from(#00427a),to(#51C8E8));
	background: -o-linear-gradient(left,#00427a,#51C8E8);
	background: linear-gradient(to right,#00427a,#51C8E8)
}

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: 40px 0 30px
}

@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: 20px
	}
}

@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: 30px 30px;
		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: 20px;
	content: '';
	background-size: contain !important;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px
}

@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: 50px;
		float: none;
		margin-right: 0px
	}
}

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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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: 75px
	}
}

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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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: 20px;
	text-indent: -999em;
	background-size: contain !important;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px
}

@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: 50px;
		float: none;
		margin-right: 0px
	}
}

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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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: 75px
	}
}

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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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(/themes/custom/vaisala/css/../images/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: 20px;
		padding: 15px 40px;
		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 {
	background: #e7eeef
}

.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 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	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 {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.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 {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.2px
	}
}

.row.packages .field--name-variations.narrow>.field--item:nth-child(odd),article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations.narrow>.field--item:nth-child(odd),article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations.narrow>.field--item:nth-child(odd) {
	clear: none
}

.row.packages .field--name-variations>.field--item:nth-child(odd),article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item:nth-child(odd),article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item:nth-child(odd) {
	clear: left
}

.row.packages .field--name-variations>.field--item .commerce-product-variation,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-product-variation,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-product-variation {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 32px 0 rgba(0,0,0,0.1);
	position: relative;
	border-top: 3px solid #00427a
}

@media screen and (min-width:1024px) {
	.row.packages .field--name-variations>.field--item .commerce-product-variation,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-product-variation,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-product-variation {
		padding: 45px
	}
}

.row.packages .field--name-variations>.field--item .commerce-product-variation p,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-product-variation p,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-product-variation p {
	margin-bottom: 10px
}

.row.packages .field--name-variations>.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>.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>.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>.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>.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>.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: 15px;
	height: 15px;
	position: absolute;
	top: 9px;
	bottom: auto;
	left: auto;
	right: -22px;
	background: url("/themes/custom/vaisala/css/../images/star_light_blue.svg") no-repeat scroll
}

.row.packages .field--name-variations>.field--item .field--name-field-package,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-package,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-package {
	font-size: 25px;
	line-height: 30px;
	color: #00427a;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2px;
	margin-bottom: 15px
}

.row.packages .field--name-variations>.field--item .field--name-field-name,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-name,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-name {
	font-size: 13px;
	line-height: 26px;
	color: #313131;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 35px;
	padding-left: 20px;
	padding-right: 20px
}

.row.packages .field--name-variations>.field--item .field--name-field-features,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-features,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-features {
	margin-bottom: 120px
}

.row.packages .field--name-variations>.field--item .field--name-field-features .field--item,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-features .field--item,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-features .field--item {
	padding-left: 30px;
	background: transparent url("/themes/custom/vaisala/css/../images/ticker_light_blue.svg") no-repeat left 10px
}

.row.packages .field--name-variations>.field--item .field--name-field-description,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description {
	margin-bottom: 120px;
	font-size: 15.5px
}

.row.packages .field--name-variations>.field--item .field--name-field-description ul,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul {
	padding-left: 0px
}

.row.packages .field--name-variations>.field--item .field--name-field-description ul li,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul li,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul li {
	list-style: none;
	padding-left: 30px;
	padding-bottom: 5px;
	background: transparent url("/themes/custom/vaisala/css/../images/ticker_light_blue.svg") no-repeat left 10px
}

.row.packages .field--name-variations>.field--item .field--name-field-description ul li.highlight,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul li.highlight,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul li.highlight {
	background-color: rgba(230,237,239,0.4);
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-left: -20px;
	margin-right: -20px;
	background-position: 20px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 20px
}

@media screen and (min-width:1024px) {
	.row.packages .field--name-variations>.field--item .field--name-field-description ul li.highlight,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul li.highlight,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-field-description ul li.highlight {
		padding-left: 75px;
		padding-right: 45px;
		margin-left: -45px;
		margin-right: -45px;
		background-position: 45px 20px
	}
}

.row.packages .field--name-variations>.field--item .field--name-price,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-price,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-price {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-weight: 500 !important;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 80px
}

@media screen and (min-width:1024px) {
	.row.packages .field--name-variations>.field--item .field--name-price,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-price,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .field--name-price {
		font-size: 20px;
		line-height: 29px
	}
}

.row.packages .field--name-variations>.field--item .commerce-order-item-variation-cart-form-form,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-order-item-variation-cart-form-form,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .commerce-order-item-variation-cart-form-form {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 45px
}

.row.packages .field--name-variations>.field--item .form-actions,article.node--type-blog.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions,article.node--type-case.node--view-mode-full .packages.meta-info .field--name-variations>.field--item .form-actions {
	text-align: center
}

@media screen and (min-width:1024px) {
	.row-wrap .field--type-entity-reference.field--items {
		margin: 80px -15px
	}
}

.row-wrap .field--type-entity-reference.field--items>.field--item {
	padding: 5px 0
}

@media screen and (min-width:1024px) {
	.row-wrap .field--type-entity-reference.field--items>.field--item {
		padding: 15px
	}
}

.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini {
	position: relative;
	padding: 0;
	padding-bottom: 40%;
	background: #00427a
}

@media screen and (min-width:1024px) {
	.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini {
		padding-bottom: 56.25%
	}
}

.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini .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
}

.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,0.2)
}

.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini .content h4 {
	position: absolute;
	top: 20px;
	left: 20px
}

.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini .content h4 a {
	color: #fff
}

.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini .content .field--name-field-link {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%
}

.row-wrap .field--type-entity-reference.field--items>.field--item .node--view-mode-liftup-mini .content .field--name-field-link a.has_title {
	padding-left: 30px
}

@media screen and (min-width:1024px) {
	.view-documents .views-view-grid {
		margin: 0 -40px
	}
}

.view-documents h3 {
	font-size: 14px;
	color: #00427a;
	padding: 10px 0;
	margin: 20px 0;
	text-transform: uppercase
}

@media screen and (min-width:1024px) {
	.view-documents h3 {
		font-size: 22px;
		padding: 20px 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 40px
	}
}

.view-documents .views-col .views-row .file {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #00427a
}

.view-documents .views-col .views-row .file>span {
	float: left;
	border: none;
	font-size: 16px;
	line-height: 29px;
	font-weight: normal
}

@media screen and (min-width:1024px) {
	.view-documents .views-col .views-row.row-1 .file {
		border-top: 1px solid #00427a
	}
}

.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 {
	position: relative;
	padding: 15px 20px;
	width: 100%;
	min-height: 150px;
	background: #00427a
}

.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 {
	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,.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 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1.2px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	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 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	height: 30px
}

.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 {
	float: right;
	padding-right: 20px
}

.slick-slide {
	outline: none
}

.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("/themes/custom/vaisala/css/../images/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("/themes/custom/vaisala/css/../images/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: 40px;
	padding: 5px
}

.commerce-checkout-flow .chosen-container-single .chosen-search input {
	height: 28px !important
}

.layout-checkout-form {
	background: rgba(230,237,239,0.4)
}

.layout-checkout-form .layout-region-checkout-top {
	padding: 20px;
	background: #00427a
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top {
		padding: 60px 0px
	}
}

.layout-checkout-form .layout-region-checkout-top h2,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .month,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .month,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .day,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .day,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .time,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .time,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .year,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .year,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .month,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .month,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .day,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .day,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .time,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .time,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .year,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .year,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .month,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .month,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .day,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .day,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .time,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .time,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .year,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .year {
	color: #00427a;
	margin-top: 0;
	text-align: center;
	font-size: 18px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top h2,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .month,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .month,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .day,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .day,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .time,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .time,.layout-checkout-form .layout-region-checkout-top .node--type-event .date .year,.node--type-event .date .layout-checkout-form .layout-region-checkout-top .year,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .month,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .month,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .day,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .day,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .time,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .time,.layout-checkout-form .layout-region-checkout-top .node--type-event_webinar .date .year,.node--type-event_webinar .date .layout-checkout-form .layout-region-checkout-top .year,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .month,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .month,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .day,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .day,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .time,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .time,.layout-checkout-form .layout-region-checkout-top .node--type-case .date .year,.node--type-case .date .layout-checkout-form .layout-region-checkout-top .year {
		text-align: left;
		font-size: 30px
	}
}

.layout-checkout-form .layout-region-checkout-top h3 {
	padding: 0;
	color: #fff
}

.layout-checkout-form .layout-region-checkout-top .top-wrap {
	padding: 20px;
	background: #fff
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap {
		padding: 40px
	}
}

.complete .layout-checkout-form .layout-region-checkout-top .top-wrap {
	padding-top: 100px;
	background: #fff url("/themes/custom/vaisala/css/../images/check.svg") no-repeat center 25px;
	background-size: 50px
}

@media screen and (min-width:1024px) {
	.complete .layout-checkout-form .layout-region-checkout-top .top-wrap {
		padding-top: 40px;
		padding-left: 180px;
		background: #fff url("/themes/custom/vaisala/css/../images/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: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 0
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .review-details {
		margin-top: 60px;
		padding: 0 10px
	}
}

.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 10px
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #00427a;
	margin-bottom: 10px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-purchased-entity .field--name-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
		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: 16px
}

@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: 20px
	}
}

.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: 36px;
	font-weight: bold;
	color: #51C8E8;
	text-align: left;
	margin-top: 20px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number {
		font-size: 48px;
		text-align: right;
		margin-top: 0;
		padding: 5px 10px
	}
}

.layout-checkout-form .layout-region-checkout-top .top-wrap .views-field-total-price__number .tax {
	display: block;
	font-size: 14px;
	color: #313131;
	font-weight: normal;
	margin-top: 10px;
	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: 20px
	}
}

.layout-checkout-form .layout-region-checkout-main {
	display: inline-block;
	padding: 20px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main {
		padding: 100px 0 0
	}
}

.layout-checkout-form .layout-region-checkout-main h1 {
	text-align: center;
	color: #00427a;
	margin-bottom: 40px;
	font-size: 20px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main h1 {
		font-size: 36px
	}
}

.layout-checkout-form .layout-region-checkout-main h3 {
	font-size: 20px;
	color: #00427a;
	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: 40px 60px
	}
}

.layout-checkout-form .layout-region-checkout-main .left {
	padding: 20px;
	background: #fff;
	margin-bottom: 40px
}

@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: 20px;
	background: #fff
}

.layout-checkout-form .layout-region-checkout-main .right #edit-back {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 20px;
	right: 20px;
	text-indent: 1000em;
	overflow: hidden;
	z-index: 9;
	background: url("/themes/custom/vaisala/css/../images/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: 50px 0
	}
}

.layout-checkout-form .layout-region-checkout-main .order-id {
	display: inline-block;
	margin: 20px 0;
	padding: 2px 0;
	border-bottom: 2px solid #e7eeef
}

.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: 20px 0
}

.layout-checkout-form .layout-region-checkout-main #edit-order-review .field--name-title a {
	color: #313131;
	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: 20px 0
}

.layout-checkout-form .layout-region-checkout-main .view-commerce-checkout-order-summary .field--name-title a {
	color: #313131;
	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: 40px
	}
}

.layout-checkout-form .layout-region-checkout-main .info-wrap div.num {
	float: left;
	font-size: 16px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #00427a;
	margin-right: 20px;
	text-align: center;
	line-height: 40px;
	color: #fff
}

.layout-checkout-form .layout-region-checkout-main .info-wrap h3 {
	float: left;
	color: #00427a;
	line-height: 40px;
	margin: 0
}

.layout-checkout-form .layout-region-checkout-main .info-wrap .info {
	float: left;
	clear: both;
	border-top: 1px solid #00427a;
	margin-top: 10px;
	padding-top: 10px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-main .info-wrap .info {
		padding: 0 60px;
		border: none;
		margin-top: 0;
		padding-top: 0
	}
}

.layout-checkout-form .layout-region-checkout-main label {
	font-size: 14px;
	color: #313131
}

.layout-checkout-form .layout-region-checkout-main .form-group {
	margin-bottom: 20px
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group {
	width: 100%;
	height: 55px;
	border-radius: 0
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container {
	height: 55px
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container a.chosen-single {
	height: 55px;
	padding: 15px;
	border: 1px solid #d8d8d8 !important
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container a.chosen-single:after {
	top: 17px
}

.layout-checkout-form .layout-region-checkout-main .form-group .input-group .chosen-container.chosen-with-drop a.chosen-single:after {
	top: 22px
}

.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: 55px;
	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: 20px;
	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 #fc3c2d
}

@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: 15px
	}
}

.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: 55px;
	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 #fc3c2d
}

.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: 20px;
	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: 20px 0 10px
}

.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: 20px;
	color: #00427a
}

.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: #313131;
	padding: 0
}

.layout-checkout-form .layout-region-checkout-footer {
	display: inline-block;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 40px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer {
		margin-top: 100px;
		margin-bottom: 100px
	}
}

.order-info .layout-checkout-form .layout-region-checkout-footer {
	margin-top: 0
}

.layout-checkout-form .layout-region-checkout-footer .contact {
	padding: 0 20px
}

@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: 8px 20px;
	border: 1px solid #00427a;
	text-decoration: none;
	margin-top: 20px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .actions a {
		float: right;
		margin: 0 0 0 20px
	}
}

.layout-checkout-form .layout-region-checkout-footer .checkboxes {
	padding: 0 20px
}

@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: 20px 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: #e87d1e;
	text-transform: uppercase;
	padding: 12px 20px;
	border: none;
	border-radius: 0;
	margin: 0 0 20px
}

@media screen and (min-width:1024px) {
	.layout-checkout-form .layout-region-checkout-footer .form-actions .btn-primary {
		margin: 0 0 0 20px;
		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: 8px
	}
}

@media screen and (min-width:1024px) {
	.review .layout-checkout-form .layout-region-checkout-footer .form-actions a {
		float: right;
		margin-top: 8px
	}
}

.main-container .comments h2,.main-container .comments .node--type-event .date .month,.node--type-event .date .main-container .comments .month,.main-container .comments .node--type-event .date .day,.node--type-event .date .main-container .comments .day,.main-container .comments .node--type-event .date .time,.node--type-event .date .main-container .comments .time,.main-container .comments .node--type-event .date .year,.node--type-event .date .main-container .comments .year,.main-container .comments .node--type-event_webinar .date .month,.node--type-event_webinar .date .main-container .comments .month,.main-container .comments .node--type-event_webinar .date .day,.node--type-event_webinar .date .main-container .comments .day,.main-container .comments .node--type-event_webinar .date .time,.node--type-event_webinar .date .main-container .comments .time,.main-container .comments .node--type-event_webinar .date .year,.node--type-event_webinar .date .main-container .comments .year,.main-container .comments .node--type-case .date .month,.node--type-case .date .main-container .comments .month,.main-container .comments .node--type-case .date .day,.node--type-case .date .main-container .comments .day,.main-container .comments .node--type-case .date .time,.node--type-case .date .main-container .comments .time,.main-container .comments .node--type-case .date .year,.node--type-case .date .main-container .comments .year {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-weight: 500 !important;
	padding: 20px 0;
	border-bottom: 1px solid #e7eeef;
	font-size: 16px
}

@media screen and (min-width:1024px) {
	.main-container .comments h2,.main-container .comments .node--type-event .date .month,.node--type-event .date .main-container .comments .month,.main-container .comments .node--type-event .date .day,.node--type-event .date .main-container .comments .day,.main-container .comments .node--type-event .date .time,.node--type-event .date .main-container .comments .time,.main-container .comments .node--type-event .date .year,.node--type-event .date .main-container .comments .year,.main-container .comments .node--type-event_webinar .date .month,.node--type-event_webinar .date .main-container .comments .month,.main-container .comments .node--type-event_webinar .date .day,.node--type-event_webinar .date .main-container .comments .day,.main-container .comments .node--type-event_webinar .date .time,.node--type-event_webinar .date .main-container .comments .time,.main-container .comments .node--type-event_webinar .date .year,.node--type-event_webinar .date .main-container .comments .year,.main-container .comments .node--type-case .date .month,.node--type-case .date .main-container .comments .month,.main-container .comments .node--type-case .date .day,.node--type-case .date .main-container .comments .day,.main-container .comments .node--type-case .date .time,.node--type-case .date .main-container .comments .time,.main-container .comments .node--type-case .date .year,.node--type-case .date .main-container .comments .year {
		font-size: 20px;
		line-height: 29px
	}
}

.main-container .comments section>.indented {
	padding-left: 60px
}

.main-container .comments section>.indented>div {
	display: inline-block;
	width: 100%
}

.main-container .comments .ajax-progress {
	displaY: none
}

.main-container .comments .indented .js-comment .comment-head:before {
	content: '';
	width: 16px;
	height: 16px;
	background: transparent url("/themes/custom/vaisala/css/../images/comment-reply.png") no-repeat scroll 0 0;
	background-size: contain;
	float: left;
	margin: 8px 20px
}

.main-container .comments .indented .js-comment .comment-head .created {
	margin-left: 56px
}

.main-container .comments .indented .js-comment .comment-area {
	margin-left: 56px
}

.main-container .comments .js-comment {
	padding: 20px 0;
	border-bottom: 1px solid #e7eeef;
	position: relative
}

.main-container .comments .js-comment .comment-head:before {
	content: '';
	width: 32px;
	height: 32px;
	background: transparent url("/themes/custom/vaisala/css/../images/comment.png") no-repeat scroll 0 0;
	background-size: contain;
	float: left;
	margin: 0 20px
}

.main-container .comments .js-comment h3 {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #00427a;
	font-weight: 500 !important;
	margin: 0;
	font-size: 16px
}

@media screen and (min-width:1024px) {
	.main-container .comments .js-comment h3 {
		font-size: 20px;
		line-height: 29px
	}
}

.main-container .comments .js-comment .created {
	color: #51C8E8;
	font-size: 12px
}

.main-container .comments .js-comment .comment-area {
	margin: 15px 0 0 70px
}

.main-container .comments .js-comment .links {
	position: absolute;
	right: 0;
	top: 10px
}

.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: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 7px;
	background: transparent url("/themes/custom/vaisala/css/../images/reply.png") no-repeat scroll 0 0;
	background-size: contain
}

.main-container .comments .js-comment .links li.comment-reply a {
	float: left;
	padding-left: 20px;
	position: relative
}

.main-container .ajax-comments-form-reply {
	padding: 40px 0
}

.main-container .comment-form input,.main-container .comment-form textarea {
	border: 1px solid #00427a;
	border-radius: 0px;
	padding: 12px 16px;
	font-size: 16px;
	height: 50px
}

.main-container .comment-form input.form-textarea,.main-container .comment-form textarea.form-textarea {
	height: auto
}

.main-container .comment-form button {
	background: #00427a;
	border: 1px solid #00427a;
	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: 10px
	}
}

.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: 10px
	}
}

#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: #fff;
	cursor: pointer;
	-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:focus,#block-full-navigation ul.menu li span:focus {
	color: #00427a
}

#block-full-navigation ul.menu li a:active,#block-full-navigation ul.menu li a:hover,#block-full-navigation ul.menu li span:active,#block-full-navigation ul.menu li span:hover {
	text-decoration: none;
	color: #51C8E8
}

#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>li,#block-full-navigation .menu-level-0>li {
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 35px;
	height: 75px;
	text-transform: uppercase
}

@media screen and (max-width:1400px) {
	#block-full-navigation .menu-depth--0>li,#block-full-navigation .menu-level-0>li {
		margin-right: 35px
	}
}

@media screen and (max-width:1325px) {
	#block-full-navigation .menu-depth--0>li,#block-full-navigation .menu-level-0>li {
		margin-right: 20px
	}
}

@media screen and (max-width:1100px) {
	#block-full-navigation .menu-depth--0>li,#block-full-navigation .menu-level-0>li {
		margin-left: 20px
	}
}

@media screen and (max-width:1040px) {
	#block-full-navigation .menu-depth--0>li,#block-full-navigation .menu-level-0>li {
		margin-left: 10px
	}
}

#block-full-navigation .menu-depth--0>li:first-child,#block-full-navigation .menu-level-0>li:first-child {
	margin-left: 70px
}

@media screen and (max-width:1100px) {
	#block-full-navigation .menu-depth--0>li:first-child,#block-full-navigation .menu-level-0>li:first-child {
		margin-left: 40px
	}
}

#block-full-navigation .menu-depth--0>li>a,#block-full-navigation .menu-depth--0>li>span,#block-full-navigation .menu-level-0>li>a,#block-full-navigation .menu-level-0>li>span {
	text-transform: uppercase;
	line-height: 85px;
	height: 85px;
	display: block;
	font-size: 16px;
	font-weight: 400
}

#block-full-navigation .menu-depth--0>li.open,#block-full-navigation .menu-depth--0>li.menu-item--expanded,#block-full-navigation .menu-level-0>li.open,#block-full-navigation .menu-level-0>li.menu-item--expanded {
	border-bottom: 1px solid #00427a
}

#block-full-navigation .menu-depth--0>li.open>a,#block-full-navigation .menu-depth--0>li.open>span,#block-full-navigation .menu-depth--0>li.menu-item--expanded>a,#block-full-navigation .menu-depth--0>li.menu-item--expanded>span,#block-full-navigation .menu-level-0>li.open>a,#block-full-navigation .menu-level-0>li.open>span,#block-full-navigation .menu-level-0>li.menu-item--expanded>a,#block-full-navigation .menu-level-0>li.menu-item--expanded>span {
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.025em
}

#block-full-navigation .menu-depth--1,#block-full-navigation .menu-level-1 {
	background: #E6EDEF;
	height: 70px;
	padding-left: 8.3333%;
	padding-right: 8.3333%
}

#block-full-navigation .menu-depth--1>li,#block-full-navigation .menu-level-1>li {
	float: left
}

#block-full-navigation .menu-depth--1>li>a,#block-full-navigation .menu-depth--1>li>span,#block-full-navigation .menu-level-1>li>a,#block-full-navigation .menu-level-1>li>span {
	text-transform: uppercase;
	padding: 0px 23px;
	display: block;
	line-height: 60px;
	margin-top: 10px;
	background: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400
}

#block-full-navigation .menu-depth--1>li.open>a,#block-full-navigation .menu-depth--1>li.open>span,#block-full-navigation .menu-depth--1>li.menu-item--expanded>a,#block-full-navigation .menu-depth--1>li.menu-item--expanded>span,#block-full-navigation .menu-level-1>li.open>a,#block-full-navigation .menu-level-1>li.open>span,#block-full-navigation .menu-level-1>li.menu-item--expanded>a,#block-full-navigation .menu-level-1>li.menu-item--expanded>span {
	background: #000;
	font-family: 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: 30px
}

#block-full-navigation .menu-depth--2>li,#block-full-navigation .menu-level-2>li {
	z-index: 1;
	border-right: 1px solid #E6EDEF;
	padding-left: 30px;
	padding-right: 20px
}

#block-full-navigation .menu-depth--2>li:nth-child(4n+0),#block-full-navigation .menu-depth--2>li:last-child,#block-full-navigation .menu-level-2>li:nth-child(4n+0),#block-full-navigation .menu-level-2>li:last-child {
	border-right: 0px none
}

#block-full-navigation .menu-depth--2>li:nth-child(4n+1),#block-full-navigation .menu-level-2>li:nth-child(4n+1) {
	clear: left
}

#block-full-navigation .menu-depth--2>li>a,#block-full-navigation .menu-depth--2>li>span,#block-full-navigation .menu-level-2>li>a,#block-full-navigation .menu-level-2>li>span {
	text-transform: none;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 28px;
	display: block;
	font-size: 14px;
	line-height: 16px
}

#block-full-navigation .menu-depth--2>li>span,#block-full-navigation .menu-level-2>li>span {
	cursor: auto !important
}

#block-full-navigation .menu-depth--2>li>span:active,#block-full-navigation .menu-depth--2>li>span:focus,#block-full-navigation .menu-depth--2>li>span:hover,#block-full-navigation .menu-level-2>li>span:active,#block-full-navigation .menu-level-2>li>span:focus,#block-full-navigation .menu-level-2>li>span:hover {
	color: #00427a !important
}

#block-full-navigation .menu-depth--2>li.products-by-parameter,#block-full-navigation .menu-level-2>li.products-by-parameter {
	max-width: 600px;
	width: auto;
	border-right: 0;
	padding-right: 0;
	margin-bottom: 20px
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .products-by-parameter-target,#block-full-navigation .menu-level-2>li.products-by-parameter .products-by-parameter-target {
	background: #E6EDEF;
	width: 100%;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .products-by-parameter-target:after,#block-full-navigation .menu-level-2>li.products-by-parameter .products-by-parameter-target:after {
	content: "";
	height: 15px;
	width: 30px;
	margin-left: 20px;
	background: transparent url("/themes/custom/vaisala/css/../images/vaisala_settings_icon.svg") no-repeat left top
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3,#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 {
	display: -ms-grid;
	display: grid;
	background: #f9f9f9;
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	padding: 20px
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 > *:nth-child(1),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 > *:nth-child(2),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(1),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(2),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-row: 1
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(3),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(4),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(5),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 3
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(6),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 3
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(7),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(7) {
	-ms-grid-column: 1;
	-ms-grid-row: 4
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(8),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(8) {
	-ms-grid-column: 2;
	-ms-grid-row: 4
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(9),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(9) {
	-ms-grid-column: 1;
	-ms-grid-row: 5
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(10),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(10) {
	-ms-grid-column: 2;
	-ms-grid-row: 5
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(11),#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3 li:nth-child(11) {
	-ms-grid-column: 1;
	-ms-grid-row: 6
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3>li,#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3>li {
	background: rgba(230,237,239,0.5);
	height: 35px;
	overflow: visible !important;
	margin-bottom: 5px
}

#block-full-navigation .menu-depth--2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3>li a,#block-full-navigation .menu-level-2>li.products-by-parameter .menu-dropdown-2 .menu-depth--3>li a {
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 700
}

#block-full-navigation .menu-depth--2>li.category-menu-parent,#block-full-navigation .menu-level-2>li.category-menu-parent {
	width: auto
}

#block-full-navigation .menu-depth--2>li.category-menu-parent a.category-menu-target,#block-full-navigation .menu-level-2>li.category-menu-parent a.category-menu-target {
	display: none;
	color:#000;
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 {
	padding-bottom: 10px
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 270px 30px 270px;
	grid-template-columns: 270px 270px;
	-ms-grid-rows: 65px 30px 65px 30px 65px 30px 65px 30px 65px;
	grid-template-rows: 65px 65px 65px 65px 65px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	-ms-grid-rows: 65px 65px 65px 65px 65px 65px 65px 65px 65px 65px;
	-ms-grid-columns: 270px
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(1),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(2),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(3),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(4),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(5),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(6),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(7),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(7) {
	-ms-grid-row: 7;
	-ms-grid-column: 1
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(8),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(8) {
	-ms-grid-row: 7;
	-ms-grid-column: 3
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(9),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(9) {
	-ms-grid-row: 9;
	-ms-grid-column: 1
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(10),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 > *:nth-child(10) {
	-ms-grid-row: 9;
	-ms-grid-column: 3
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(1),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(2),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(2) {
	-ms-grid-column: 1;
	-ms-grid-row: 2
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(3),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 3
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(4),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(4) {
	-ms-grid-column: 1;
	-ms-grid-row: 4
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(5),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 5
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(6),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(6) {
	-ms-grid-column: 1;
	-ms-grid-row: 6
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(7),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(7) {
	-ms-grid-column: 1;
	-ms-grid-row: 7
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(8),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(8) {
	-ms-grid-column: 1;
	-ms-grid-row: 8
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(9),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(9) {
	-ms-grid-column: 1;
	-ms-grid-row: 9
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(10),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(10) {
	-ms-grid-column: 1;
	-ms-grid-row: 10
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(11),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(11) {
	-ms-grid-column: 1;
	-ms-grid-row: 11
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(12),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(12) {
	-ms-grid-column: 1;
	-ms-grid-row: 12
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(13),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(13) {
	-ms-grid-column: 1;
	-ms-grid-row: 13
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(14),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(14) {
	-ms-grid-column: 1;
	-ms-grid-row: 14
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(15),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(15) {
	-ms-grid-column: 1;
	-ms-grid-row: 15
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(16),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(16) {
	-ms-grid-column: 1;
	-ms-grid-row: 16
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(17),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(17) {
	-ms-grid-column: 1;
	-ms-grid-row: 17
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(18),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(18) {
	-ms-grid-column: 1;
	-ms-grid-row: 18
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(19),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(19) {
	-ms-grid-column: 1;
	-ms-grid-row: 19
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(20),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(20) {
	-ms-grid-column: 1;
	-ms-grid-row: 20
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(21),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(21) {
	-ms-grid-column: 1;
	-ms-grid-row: 21
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(22),#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3 li:nth-child(22) {
	-ms-grid-column: 1;
	-ms-grid-row: 22
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li {
	display: none;
	position: relative
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.category-menu-parent,#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.category-all-products-parent,#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.category-menu-parent,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.category-all-products-parent,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain {
	position: static;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .category-menu-item,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .category-menu-item {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-transform: none
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .field--name-field-category-description,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .field--name-field-category-description {
	display: block;
	font-size: 12px;
	line-height: normal;
	text-transform: none;
	color: #909090
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .field--name-field-thumbnail,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .field--name-field-thumbnail {
	display: block;
	margin-right: 20px
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .field--name-field-thumbnail .img-responsive,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .menu-link-contentmain .field--name-field-thumbnail .img-responsive {
	max-width: 65px;
	max-height: 65px;
	height: auto
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .category-all-products,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .category-all-products {
	width: 100%;
	height: 100%;
	background: #00427a;
	text-align: center;
	font-size: 14px;
	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>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .category-all-products:after,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li .category-all-products:after {
	content: "";
	height: 10px;
	width: 10px;
	margin-left: 20px;
	background: transparent url("/themes/custom/vaisala/css/../images/carret_white_right.svg") no-repeat left top
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent {
	padding-top: 25px;
	border-top: 1px solid #E6EDEF;
	-ms-grid-column-span: 2;
	grid-column: span 2
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .quicklink-target,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .quicklink-target {
	margin: auto 0;
	font-size: 14px;
	font-weight: 700;
	pointer-events: none;
	cursor: default
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4>li,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 25px;
	border-radius: 20px;
	background: #fafafa;
	margin-right: 20px
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4>li:after,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4>li:after {
	content: "";
	height: 10px;
	width: 10px;
	margin-left: 10px;
	margin-top: 2px;
	background: transparent url("/themes/custom/vaisala/css/../images/carret_blue_right.svg") no-repeat left top
}

#block-full-navigation .menu-depth--2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4>li a,#block-full-navigation .menu-level-2>li.category-menu-parent .menu-dropdown-2 .menu-depth--3>li.quicklink-parent .menu-dropdown-3 .menu-depth--4>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,#block-full-navigation .menu-depth--2 li.products-by-parameter {
	min-width: 50%
}

#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>li,#block-full-navigation .menu-level-3>li {
	float: none
}

#block-full-navigation .menu-depth--3>li>a,#block-full-navigation .menu-level-3>li>a {
	text-transform: none;
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin-bottom: 15px;
	font-weight: 400
}

#block-full-navigation .menu-depth--3>li.active a.is-active,#block-full-navigation .menu-level-3>li.active a.is-active {
	text-decoration: underline !important
}

#block-full-navigation .menu-depth--4>li,#block-full-navigation .menu-level-4>li {
	float: none;
	line-height: 16px;
	position: relative
}

#block-full-navigation .menu-depth--4>li:before,#block-full-navigation .menu-level-4>li:before {
	content: "•";
	color: #00427a;
	position: absolute;
	left: -24px;
	top: -1px
}

#block-full-navigation .menu-depth--4>li>a,#block-full-navigation .menu-level-4>li>a {
	text-transform: none;
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin-bottom: 15px;
	font-weight: 400
}

#block-full-navigation .menu-full-container {
	display: none
}
#block-full-navigation .menu-full-container  a{
color:000;
}
#block-full-navigation .menu-full-container.expanded {
	display: block;
	position: static;
	left: 0;

	
}

#block-full-navigation .menu-full-container.submenu-container.oversized .submenu-container-inner {
	overflow-y: auto
}

#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: inherit;
	background: #fff;
	padding-left: 8.3333%;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px
}

#block-full-navigation .quick-link-container {
	left: 0;
	position: absolute;
	background: #f6f6f6;
	padding-left: 8.3333%;
	width: 100%;
	height: 60px;
	line-height: 60px
}

#block-full-navigation .quick-link-container ul {
	list-style-type: none
}

#block-full-navigation .quick-link-container ul li {
	float: left;
	margin: 16px 20px 16px 0px;
	padding: 0 20px 0 0;
	border-right: 1px solid #d8d8d8;
	line-height: 26px;
	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: 12px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700
}

.menu-depth--2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.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>li>a,.no-tabs .menu-depth--1>li>span,.no-tabs .menu-level-1>li>a,.no-tabs .menu-level-1>li>span {
	display: none
}

.no-tabs .menu-depth--1.quicklink>a,.no-tabs .menu-level-1.quicklink>a {
	display: block
}

.no-labels .menu-depth--2>li>a,.no-labels .menu-depth--2>li>span,.no-labels .menu-level-2>li>a,.no-labels .menu-level-2>li>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>li,.icons-wide .menu-level-3>li {
	float: left;
	width: 22%;
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.icons-wide .menu-depth--3>li:nth-child(4n+1),.icons-wide .menu-level-3>li:nth-child(4n+1) {
	clear: left
}

@media screen and (min-width:1050px) {
	.icons-wide .menu-depth--3>li,.icons-wide .menu-level-3>li {
		width: 21%
	}
}

@media screen and (min-width:1100px) {
	.icons-wide .menu-depth--3>li,.icons-wide .menu-level-3>li {
		width: 20%
	}
}

@media screen and (min-width:1160px) {
	.icons-wide .menu-depth--3>li:nth-child(4n+1),.icons-wide .menu-level-3>li:nth-child(4n+1) {
		clear: none
	}

	.icons-wide .menu-depth--3>li:nth-child(5n+1),.icons-wide .menu-level-3>li:nth-child(5n+1) {
		clear: left
	}
}

@media screen and (min-width:1240px) {
	.icons-wide .menu-depth--3>li,.icons-wide .menu-level-3>li {
		width: 16.6667%
	}

	.icons-wide .menu-depth--3>li:nth-child(5n+1),.icons-wide .menu-level-3>li:nth-child(5n+1) {
		clear: none
	}

	.icons-wide .menu-depth--3>li:nth-child(6n+1),.icons-wide .menu-level-3>li:nth-child(6n+1) {
		clear: left
	}
}

.icons-wide .menu-depth--3>li>a,.icons-wide .menu-level-3>li>a {
	text-align: center;
	display: block;
	width: 124px
}

.icons-wide .menu-depth--3>li>a:before,.icons-wide .menu-level-3>li>a:before {
	display: block;
	width: 124px;
	height: 124px;
	content: " ";
	margin: 0px 0px 5px 0
}

.icons-wide .menu-depth--3>li.calibrate>a:before,.icons-wide .menu-level-3>li.calibrate>a:before {
	background: rgba(241,241,241,0.6) url("/themes/custom/vaisala/css/../images/calibrate.svg") no-repeat center center;
	background-size: 60px 60px
}

.icons-wide .menu-depth--3>li.download>a:before,.icons-wide .menu-level-3>li.download>a:before {
	background: rgba(241,241,241,0.6) url("/themes/custom/vaisala/css/../images/download.svg") no-repeat center center;
	background-size: 60px 60px
}

.icons-wide .menu-depth--3>li.login>a:before,.icons-wide .menu-level-3>li.login>a:before {
	background: rgba(241,241,241,0.6) url("/themes/custom/vaisala/css/../images/login.svg") no-repeat center center;
	background-size: 60px 60px
}

.icons-wide .menu-depth--3>li.parts>a:before,.icons-wide .menu-level-3>li.parts>a:before {
	background: rgba(241,241,241,0.6) url("/themes/custom/vaisala/css/../images/parts.svg") no-repeat center center;
	background-size: 60px 60px
}

.icons-wide .menu-depth--3>li.request>a:before,.icons-wide .menu-level-3>li.request>a:before {
	background: rgba(241,241,241,0.6) url("/themes/custom/vaisala/css/../images/request.svg") no-repeat center center;
	background-size: 60px 60px
}

.icons-wide .menu-depth--3>li.warranty>a:before,.icons-wide .menu-level-3>li.warranty>a:before {
	background: rgba(241,241,241,0.6) url("/themes/custom/vaisala/css/../images/warranty.svg") no-repeat center center;
	background-size: 60px 60px
}

.icons-wide .menu-depth--4,.icons-wide .menu-level-4 {
	display: none
}

#block-secondarynavigation {
	display: none;
	background: #00427a;
	position: relative;
	height: 60px
}

#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: #51C8E8
}

#block-secondarynavigation ul.menu.menu-depth--0 {
	display: block;
	float: right;
	height: 60px;
	padding: 0 20px
}

#block-secondarynavigation ul.menu.menu-depth--0>li {
	float: left;
	display: block
}

#block-secondarynavigation ul.menu.menu-depth--0>li>a {
	padding: 15px 0;
	font-size: 13px;
	margin: 0 20px;
	font-weight: 400
}

#block-secondarynavigation ul.menu.menu-depth--0>li.open>a,#block-secondarynavigation ul.menu.menu-depth--0>li.menu-item--expanded>a {
	font-weight: 400;
	border-bottom: 2px solid #fff;
	height: 60px
}

#block-secondarynavigation ul.menu.menu-depth--0>li.active>.is-active {
	font-weight: 400;
	border-bottom: 2px solid #fff;
	height: 60px
}

#block-secondarynavigation ul.menu.menu-depth--0>li>.menu-full-container.expanded {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background: #00427a;
	z-index: 1000;
	padding-left: 20%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(230,237,239,0.09)
}

#block-secondarynavigation ul.menu.menu-depth--0>li>.menu-full-container.expanded ul.menu {
	display: block
}

#block-secondarynavigation ul.menu.menu-depth--1>div.column {
	float: left
}

#block-secondarynavigation ul.menu.menu-depth--1>div.column>li {
	display: block;
	margin-bottom: 15px
}

#block-secondarynavigation ul.menu.menu-depth--1>div.column>li>a {
	text-transform: uppercase;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	line-height: 16px
}

#block-secondarynavigation ul.menu.menu-depth--1>div.column>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: 13px;
	line-height: 16px;
	padding: 6px 0;
	font-weight: 400
}

#block-mobilemenucombined .dropdown-backdrop {
	display: none !important
}

#block-mobilemenucombined ul.menu {
	background: #00427a;
	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>a,#block-mobilemenucombined ul.menu>li>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: 15px 30px 15px 0px;
	margin: 0 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

#block-mobilemenucombined ul.menu>li>a .trigger,#block-mobilemenucombined ul.menu>li>span .trigger {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 0px;
	padding: 20px 16px
}

#block-mobilemenucombined ul.menu>li>a .trigger .caret,#block-mobilemenucombined ul.menu>li>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: 10px;
	height: 10px;
	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>li.open>a .trigger .caret,#block-mobilemenucombined ul.menu>li.open>span .trigger .caret,#block-mobilemenucombined ul.menu>li.menu-item--expanded>a .trigger .caret,#block-mobilemenucombined ul.menu>li.menu-item--expanded>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>li>a {
	white-space: normal
}

#block-mobilemenucombined ul.menu.nav-overflow {
	overflow-y: scroll;
	overflow-x: hidden
}

#block-mobilemenucombined ul.menu.menu-depth--0>li,#block-mobilemenucombined ul.menu.menu-level-0>li {
	margin: 0
}

#block-mobilemenucombined ul.menu.menu-depth--0>li>a,#block-mobilemenucombined ul.menu.menu-depth--0>li>span,#block-mobilemenucombined ul.menu.menu-level-0>li>a,#block-mobilemenucombined ul.menu.menu-level-0>li>span {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #001c32;
	top: 1px
}

#block-mobilemenucombined ul.menu.menu-depth--0>li>a .trigger,#block-mobilemenucombined ul.menu.menu-depth--0>li>span .trigger,#block-mobilemenucombined ul.menu.menu-level-0>li>a .trigger,#block-mobilemenucombined ul.menu.menu-level-0>li>span .trigger {
	right: -10px
}

#block-mobilemenucombined ul.menu.menu-depth--0>li:last-of-type>a,#block-mobilemenucombined ul.menu.menu-depth--0>li:last-of-type>span,#block-mobilemenucombined ul.menu.menu-level-0>li:last-of-type>a,#block-mobilemenucombined ul.menu.menu-level-0>li:last-of-type>span {
	border-bottom: 0px none
}

#block-mobilemenucombined ul.menu.menu-depth--0>li:last-of-type.open>a,#block-mobilemenucombined ul.menu.menu-depth--0>li:last-of-type.open>span,#block-mobilemenucombined ul.menu.menu-depth--0>li:last-of-type.menu-item--expanded>a,#block-mobilemenucombined ul.menu.menu-depth--0>li:last-of-type.menu-item--expanded>span,#block-mobilemenucombined ul.menu.menu-level-0>li:last-of-type.open>a,#block-mobilemenucombined ul.menu.menu-level-0>li:last-of-type.open>span,#block-mobilemenucombined ul.menu.menu-level-0>li:last-of-type.menu-item--expanded>a,#block-mobilemenucombined ul.menu.menu-level-0>li:last-of-type.menu-item--expanded>span {
	border-bottom: 1px solid #001c32
}

#block-mobilemenucombined ul.menu.menu-depth--1,#block-mobilemenucombined ul.menu.menu-level-1 {
	margin: 0
}

#block-mobilemenucombined ul.menu.menu-depth--1>li>a,#block-mobilemenucombined ul.menu.menu-depth--1>li>span,#block-mobilemenucombined ul.menu.menu-level-1>li>a,#block-mobilemenucombined ul.menu.menu-level-1>li>span {
	text-transform: none
}

#block-mobilemenucombined ul.menu.menu-depth--1>li.open,#block-mobilemenucombined ul.menu.menu-depth--1>li.menu-item--expanded,#block-mobilemenucombined ul.menu.menu-level-1>li.open,#block-mobilemenucombined ul.menu.menu-level-1>li.menu-item--expanded {
	background: #001c32
}

#block-mobilemenucombined ul.menu.menu-depth--1>li.open>a,#block-mobilemenucombined ul.menu.menu-depth--1>li.open>span,#block-mobilemenucombined ul.menu.menu-depth--1>li.menu-item--expanded>a,#block-mobilemenucombined ul.menu.menu-depth--1>li.menu-item--expanded>span,#block-mobilemenucombined ul.menu.menu-level-1>li.open>a,#block-mobilemenucombined ul.menu.menu-level-1>li.open>span,#block-mobilemenucombined ul.menu.menu-level-1>li.menu-item--expanded>a,#block-mobilemenucombined ul.menu.menu-level-1>li.menu-item--expanded>span {
	color: #51C8E8 !important;
	border-bottom: 1px solid #0E647A;
	border-top: 0px none !important
}

#block-mobilemenucombined ul.menu.menu-depth--1>li:first-child>a,#block-mobilemenucombined ul.menu.menu-depth--1>li:first-child>span,#block-mobilemenucombined ul.menu.menu-level-1>li:first-child>a,#block-mobilemenucombined ul.menu.menu-level-1>li:first-child>span {
	border-top: 1px solid #001c32
}

#block-mobilemenucombined ul.menu.menu-depth--1>li:last-child>a,#block-mobilemenucombined ul.menu.menu-depth--1>li:last-child>span,#block-mobilemenucombined ul.menu.menu-level-1>li:last-child>a,#block-mobilemenucombined ul.menu.menu-level-1>li:last-child>span {
	border-bottom: 1px solid #001c32
}

#block-mobilemenucombined ul.menu.menu-depth--2>li,#block-mobilemenucombined ul.menu.menu-level-2>li {
	background: #001c32
}

#block-mobilemenucombined ul.menu.menu-depth--2>li>a,#block-mobilemenucombined ul.menu.menu-depth--2>li>span,#block-mobilemenucombined ul.menu.menu-level-2>li>a,#block-mobilemenucombined ul.menu.menu-level-2>li>span {
	text-transform: none;
	font-weight: 400
}

#block-mobilemenucombined ul.menu.menu-depth--3>li,#block-mobilemenucombined ul.menu.menu-level-3>li {
	background: #001c32
}

#block-mobilemenucombined ul.menu.menu-depth--3>li>a,#block-mobilemenucombined ul.menu.menu-depth--3>li>span,#block-mobilemenucombined ul.menu.menu-level-3>li>a,#block-mobilemenucombined ul.menu.menu-level-3>li>span {
	text-transform: none;
	padding: 15px 30px 15px 15px;
	font-weight: 400
}

#block-mobilemenucombined ul.menu.menu-depth--4>li,#block-mobilemenucombined ul.menu.menu-level-4>li {
	background: #001c32
}

#block-mobilemenucombined ul.menu.menu-depth--4>li>a,#block-mobilemenucombined ul.menu.menu-depth--4>li>span,#block-mobilemenucombined ul.menu.menu-level-4>li>a,#block-mobilemenucombined ul.menu.menu-level-4>li>span {
	text-transform: none;
	padding: 15px 30px;
	font-weight: 400
}

#block-mobilemenucombined .no-tabs.open>a,#block-mobilemenucombined .no-tabs.open>span,#block-mobilemenucombined .no-tabs.menu-item--expanded>a,#block-mobilemenucombined .no-tabs.menu-item--expanded>span {
	border-bottom: 0px none !important
}

#block-mobilemenucombined .no-tabs .menu-depth--1>li>a,#block-mobilemenucombined .no-tabs .menu-depth--1>li>span,#block-mobilemenucombined .no-tabs .menu-level-1>li>a,#block-mobilemenucombined .no-tabs .menu-level-1>li>span {
	display: none
}

#block-mobilemenucombined .no-tabs .menu-depth--1.quicklink>a,#block-mobilemenucombined .no-tabs .menu-level-1.quicklink>a {
	display: block
}

#block-mobilemenucombined .no-tabs .menu-depth--2>li.open>a,#block-mobilemenucombined .no-tabs .menu-depth--2>li.open>span,#block-mobilemenucombined .no-tabs .menu-depth--2>li.menu-item--expanded>a,#block-mobilemenucombined .no-tabs .menu-depth--2>li.menu-item--expanded>span,#block-mobilemenucombined .no-tabs .menu-level-2>li.open>a,#block-mobilemenucombined .no-tabs .menu-level-2>li.open>span,#block-mobilemenucombined .no-tabs .menu-level-2>li.menu-item--expanded>a,#block-mobilemenucombined .no-tabs .menu-level-2>li.menu-item--expanded>span {
	color: #51C8E8 !important;
	border-bottom: 1px solid #0E647A
}

#block-mobilemenucombined .no-tabs .menu-depth--3>li.open>a,#block-mobilemenucombined .no-tabs .menu-depth--3>li.open>span,#block-mobilemenucombined .no-tabs .menu-depth--3>li.menu-item--expanded>a,#block-mobilemenucombined .no-tabs .menu-depth--3>li.menu-item--expanded>span,#block-mobilemenucombined .no-tabs .menu-level-3>li.open>a,#block-mobilemenucombined .no-tabs .menu-level-3>li.open>span,#block-mobilemenucombined .no-tabs .menu-level-3>li.menu-item--expanded>a,#block-mobilemenucombined .no-tabs .menu-level-3>li.menu-item--expanded>span {
	padding-left: 0;
	padding-right: 0
}

#block-mobilemenucombined .no-tabs .menu-depth--4>li.open>a,#block-mobilemenucombined .no-tabs .menu-depth--4>li.open>span,#block-mobilemenucombined .no-tabs .menu-depth--4>li.menu-item--expanded>a,#block-mobilemenucombined .no-tabs .menu-depth--4>li.menu-item--expanded>span,#block-mobilemenucombined .no-tabs .menu-level-4>li.open>a,#block-mobilemenucombined .no-tabs .menu-level-4>li.open>span,#block-mobilemenucombined .no-tabs .menu-level-4>li.menu-item--expanded>a,#block-mobilemenucombined .no-tabs .menu-level-4>li.menu-item--expanded>span {
	padding-left: 15px;
	padding-right: 15px
}

#block-mobilemenucombined .no-labels.open>a,#block-mobilemenucombined .no-labels.open>span,#block-mobilemenucombined .no-labels.menu-item--expanded>a,#block-mobilemenucombined .no-labels.menu-item--expanded>span {
	border-bottom: 0px none !important
}

#block-mobilemenucombined .no-labels .menu-depth--2>li,#block-mobilemenucombined .no-labels .menu-level-2>li {
	line-height: 0
}

#block-mobilemenucombined .no-labels .menu-depth--2>li>a,#block-mobilemenucombined .no-labels .menu-depth--2>li>span,#block-mobilemenucombined .no-labels .menu-level-2>li>a,#block-mobilemenucombined .no-labels .menu-level-2>li>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>li.open>a,#block-mobilemenucombined .no-labels .menu-depth--4>li.open>span,#block-mobilemenucombined .no-labels .menu-depth--4>li.menu-item--expanded>a,#block-mobilemenucombined .no-labels .menu-depth--4>li.menu-item--expanded>span,#block-mobilemenucombined .no-labels .menu-level-4>li.open>a,#block-mobilemenucombined .no-labels .menu-level-4>li.open>span,#block-mobilemenucombined .no-labels .menu-level-4>li.menu-item--expanded>a,#block-mobilemenucombined .no-labels .menu-level-4>li.menu-item--expanded>span {
	padding-left: 15px
}

#block-mobilemenucombined .mobile-icons {
	background: white;
	height: 74px;
	bottom: 0px;
	border-bottom: 1px solid #E6EDEF;
	text-align: center
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link a {
	line-height: 74px;
	display: block;
	z-index: 99;
	text-indent: -1000em;
	overflow: hidden;
	background-size: 25px;
	width: 50%;
	height: 74px;
	float: left
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.login a {
	background: url("/themes/custom/vaisala/css/../images/login_blue.svg") no-repeat center center;
	background-size: 25px;
	border-right: 1px solid #E6EDEF
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.login a:hover {
	background: url("/themes/custom/vaisala/css/../images/login_hover.svg") no-repeat center center;
	background-size: 25px
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.shopping-cart a {
	background: url("/themes/custom/vaisala/css/../images/cart.svg") no-repeat center center;
	background-size: 25px
}

#block-mobilemenucombined .mobile-icons .mobile-icon-link.shopping-cart a:hover {
	background: url("/themes/custom/vaisala/css/../images/cart_hover.svg") no-repeat center center;
	background-size: 25px
}

.ui-autocomplete {
	width: calc(100% - 20px);
	display: block;
	position: absolute;
	top: 34px;
	color: #00427a;
	padding: 0;
	border-radius: 0;
	max-height: 300px;
	overflow-y: auto
}

@media screen and (min-width:660px) {
	.ui-autocomplete {
		width: 600px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
		-ms-grid-rows: minmax(auto,244px);
		grid-template-rows: minmax(auto,244px);
		max-height: none;
		overflow: auto
	}

	.ui-autocomplete > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1
	}

	.ui-autocomplete > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2
	}
}

.ui-autocomplete .heading {
	width: 100%;
	padding: 5px 10px;
	background: #e7eeef;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px
}

.ui-autocomplete .see-all {
	width: 100%;
	display: none;
	padding: 0 15px;
	background: #E6EDEF;
	text-align: right;
	font-size: 12px;
	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 #E6EDEF
}

.ui-autocomplete .document .field--type-file {
	border-bottom: none;
	padding: 0
}

.ui-autocomplete .document .field--type-file a {
	color: #00427a;
	font-size: 14px;
	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 #E6EDEF;
	color: #00427a;
	background: #fff url("/themes/custom/vaisala/css/../images/search-grey.svg") no-repeat 98% center;
	padding: 10px 10px
}

.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("/themes/custom/vaisala/css/../images/search-white.svg") no-repeat 98% center;
	color: #00427a
}

.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 #00427a
}

.ui-autocomplete .product li.ui-menu-item a .search-api-autocomplete-suggestion {
	padding: 12px 10px;
	background: #fff
}

.ui-autocomplete .product li.ui-menu-item:last-of-type a .search-api-autocomplete-suggestion {
	padding-bottom: 10px
}

.ui-autocomplete .product .image {
	float: left;
	width: 20%
}

.ui-autocomplete .product .type {
	float: right;
	width: 75%;
	color: #777;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 2px
}

.ui-autocomplete .product .title {
	float: right;
	width: 75%;
	line-height: 1.3
}




.vaisala-testing-devicetest {
	font-size: 14px;
	line-height: 26px
}

.vaisala-testing-devicetest .content>section>.module-wrapper {
	padding: 60px 10px
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .content>section>.module-wrapper {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.vaisala-testing-devicetest .content>section>.module-wrapper.product__container {
	padding-left: 0;
	padding-right: 0
}

.vaisala-testing-devicetest .content>section:nth-child(odd) {
	background: #e7eeef
}

.vaisala-testing-devicetest .content>section:first-child {
	background: #fff
}

.vaisala-testing-devicetest .content>section:first-child>.module-wrapper {
	padding-top: 20px
}

.vaisala-testing-devicetest p,.vaisala-testing-devicetest p+ul {
	margin-bottom: 25px
}

.vaisala-testing-devicetest .page-title,.vaisala-testing-devicetest .module-title {
	color: #00427a
}

.vaisala-testing-devicetest .page-title {
	font-size: 34px;
	line-height: 42px
}

.vaisala-testing-devicetest .page-subtitle {
	font-size: 20px;
	line-height: 24px
}

.vaisala-testing-devicetest .module-title {
	margin: 0 0 30px;
	font-size: 28px;
	line-height: 40px
}

.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: 15px;
	padding-right: 15px
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.vaisala-testing-devicetest .product__container .module-title {
		padding-left: 10px;
		padding-right: 10px
	}
}

.vaisala-testing-devicetest .product__2col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 0 15px;
	max-width: 50%
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.vaisala-testing-devicetest .product__2col {
		padding: 10px
	}
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product__2col {
		margin-bottom: 25px;
		-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 15px
}

@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: 10px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product__3col {
		padding: 10px 15px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.vaisala-testing-devicetest .product__3col:last-child {
		padding-right: 15px
	}
}

.vaisala-testing-devicetest .product__4col {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding: 10px 15px;
	max-width: 25%
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.vaisala-testing-devicetest .product__4col {
		padding: 10px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product__4col {
		padding: 10px 15px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.vaisala-testing-devicetest .product__4col:last-child {
		padding-right: 15px
	}
}

.vaisala-testing-devicetest .content>.product__intro>.module-wrapper {
	padding-bottom: 50px
}

@media screen and (min-width:1024px) {
	.vaisala-testing-devicetest .content>.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>.product__intro+section>.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: 30px
}

.vaisala-testing-devicetest .product__value-proposition__content h1+label {
	margin-bottom: 30px
}

.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: 100px;
	background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(35%,#fff),to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(bottom,#fff,#fff 35%,rgba(255,255,255,0));
	background: -o-linear-gradient(bottom,#fff,#fff 35%,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: 30px
}

.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: 5px;
	padding-right: 10px;
	font-size: 14px;
	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: -5px
}

.vaisala-testing-devicetest .product__buttons>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: 10px 5px;
	padding: 15px 5px
}

.vaisala-testing-devicetest .product__buttons__contact a {
	background: #00427a;
	color: #fff
}

.vaisala-testing-devicetest .product__buttons__contact a:hover {
	background: #fff;
	color: #00427a
}

.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: 12px;
	color: #00427a;
	padding: 3px 15px;
	top: 25px;
	right: 30px;
	background: rgba(255,255,255,0.5);
	border-radius: 13px;
	pointer-events: none
}

.vaisala-testing-devicetest .product__images__slider.slick-slider {
	margin-bottom: 40px;
	padding-left: 70px
}

.vaisala-testing-devicetest .product__images__slider .slick-slide {
	cursor: pointer
}

.vaisala-testing-devicetest .product__images__slider .slick-arrow {
	z-index: 5;
	width: 50px;
	height: 50px
}

.vaisala-testing-devicetest .product__images__slider .slick-arrow:before {
	font-size: 25px
}

.vaisala-testing-devicetest .product__images__slider .slick-prev {
	left: 90px
}

.vaisala-testing-devicetest .product__images__slider .slick-next {
	right: 20px
}

.vaisala-testing-devicetest .product__images__slider .slick-dots {
	top: 0;
	bottom: auto;
	left: 0;
	width: 60px
}

.vaisala-testing-devicetest .product__images__slider .slick-dots li {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 0 10px 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,0.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: 60px;
	text-align: center;
	font-size: 18px;
	color: #00427a
}

.vaisala-testing-devicetest .chocolat-wrapper {
	z-index: 1031
}

.vaisala-testing-devicetest .chocolat-wrapper .chocolat-left {
	background: url(/themes/custom/vaisala/css/../images/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: 5px;
		width: 25px
	}
}

.vaisala-testing-devicetest .chocolat-wrapper .chocolat-right {
	background: url(/themes/custom/vaisala/css/../images/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: 5px;
		width: 25px
	}
}

.vaisala-testing-devicetest .chocolat-overlay {
	background-color: #000
}

.vaisala-testing-devicetest .chocolat-content {
	margin-top: -25px
}

.vaisala-testing-devicetest .chocolat-content .chocolat-description {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 7px;
	font-size: 18px
}

.vaisala-testing-devicetest .product__benefits .field--name-field-para-benefits>.field--item {
	margin-bottom: 30px
}

.vaisala-testing-devicetest .product__benefits .field--name-field-para-benefits>.field--item:last-child {
	margin-bottom: 0
}

.vaisala-testing-devicetest .product__benefits .field--name-field-title {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.9px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #313131;
	text-align: left;
	margin-bottom: 20px
}

@media screen and (min-width:1024px) {
	.vaisala-testing-devicetest .product__benefits .field--name-field-title {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1.5px
	}
}

.vaisala-testing-devicetest .product__main-video {
	width: 100%;
	max-width: 854px;
	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: 320px
	}
}

.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(/themes/custom/vaisala/css/../images/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 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.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: 60px;
	right: 10px
}

@media screen and (max-width:659px) {
	.vaisala-testing-devicetest .product__downloads__cta {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		margin-top: -10px;
		padding-left: 15px;
		padding-bottom: 10px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vaisala-testing-devicetest .product__downloads__cta a:after {
	position: relative;
	margin-left: 30px;
	top: -5px
}

.vaisala-testing-devicetest .product__downloads__item {
	position: relative;
	padding-bottom: 60px
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product__downloads__item {
		margin-bottom: 25px
	}
}

.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(/themes/custom/vaisala/css/../images/ticker_blue.svg)
}

.vaisala-testing-devicetest .product__downloads__item h3 {
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px
}

.vaisala-testing-devicetest .product__downloads__item h3 span {
	font-size: 14px
}

@media screen and (min-width:660px) {
	.vaisala-testing-devicetest .product__downloads__item {
		padding-right: 60px;
		height: 100%
	}
}

.vaisala-testing-devicetest .product__downloads__item h3 span {
	font-size: 14px;
	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 #00427a
	}
}

.vaisala-testing-devicetest .product__downloads__list ul>li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	list-style-type: none;
	border-bottom: 1px solid #00427a;
	font-size: 16px
}

.vaisala-testing-devicetest .product__downloads__list ul>li span {
	font-size: 14px
}

.vaisala-testing-devicetest .view-stories .slick-arrow {
	top: -15px
}

.vaisala-testing-devicetest .view-display-id-block_stories .views-row>article,.vaisala-testing-devicetest .view-display-id-block_stories_local_language .views-row>article {
	padding-bottom: 20px
}

.vaisala-testing-devicetest .product--view .module-title {
	margin-bottom: 30px
}

@media screen and (max-width:1023px) {
	.vaisala-testing-devicetest .product--view .module-title {
		padding-left: 10px;
		padding-right: 10px
	}
}

.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>article,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article {
	padding-bottom: 0
}

.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .field--name-field-media-image,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .field--name-field-media-image {
	margin-bottom: 20px
}

.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article h2,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event .date .month,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .month,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event .date .day,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .day,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event .date .time,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .time,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event .date .year,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .year,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .month,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .day,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .time,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .year,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-case .date .month,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .month,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-case .date .day,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .day,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-case .date .time,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .time,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .node--type-case .date .year,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories .views-row>article .year,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article h2,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .month,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .month,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .day,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .day,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .time,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .time,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event .date .year,.node--type-event .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .year,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .month,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .month,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .day,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .day,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .time,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .time,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-event_webinar .date .year,.node--type-event_webinar .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .year,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .month,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .month,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .day,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .day,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .time,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .time,.vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .node--type-case .date .year,.node--type-case .date .vaisala-testing-devicetest .product__resources .view-display-id-block_stories_local_language .views-row>article .year {
	font-size: 20px;
	line-height: 26px
}

.vaisala-testing-devicetest .product-related__item {
	position: relative;
	background: #00427a;
	color: #fff;
	padding: 25px 25px 40px
}

@media screen and (min-width:660px) {
	.vaisala-testing-devicetest .product-related__item {
		height: 100%
	}
}

.vaisala-testing-devicetest .product-related__item h2,.vaisala-testing-devicetest .product-related__item .node--type-event .date .month,.node--type-event .date .vaisala-testing-devicetest .product-related__item .month,.vaisala-testing-devicetest .product-related__item .node--type-event .date .day,.node--type-event .date .vaisala-testing-devicetest .product-related__item .day,.vaisala-testing-devicetest .product-related__item .node--type-event .date .time,.node--type-event .date .vaisala-testing-devicetest .product-related__item .time,.vaisala-testing-devicetest .product-related__item .node--type-event .date .year,.node--type-event .date .vaisala-testing-devicetest .product-related__item .year,.vaisala-testing-devicetest .product-related__item .node--type-event_webinar .date .month,.node--type-event_webinar .date .vaisala-testing-devicetest .product-related__item .month,.vaisala-testing-devicetest .product-related__item .node--type-event_webinar .date .day,.node--type-event_webinar .date .vaisala-testing-devicetest .product-related__item .day,.vaisala-testing-devicetest .product-related__item .node--type-event_webinar .date .time,.node--type-event_webinar .date .vaisala-testing-devicetest .product-related__item .time,.vaisala-testing-devicetest .product-related__item .node--type-event_webinar .date .year,.node--type-event_webinar .date .vaisala-testing-devicetest .product-related__item .year,.vaisala-testing-devicetest .product-related__item .node--type-case .date .month,.node--type-case .date .vaisala-testing-devicetest .product-related__item .month,.vaisala-testing-devicetest .product-related__item .node--type-case .date .day,.node--type-case .date .vaisala-testing-devicetest .product-related__item .day,.vaisala-testing-devicetest .product-related__item .node--type-case .date .time,.node--type-case .date .vaisala-testing-devicetest .product-related__item .time,.vaisala-testing-devicetest .product-related__item .node--type-case .date .year,.node--type-case .date .vaisala-testing-devicetest .product-related__item .year {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 21px
}

.vaisala-testing-devicetest .product-related__item p {
	font-size: 15px
}

.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: 20px;
	bottom: 30px
}

.vaisala-testing-devicetest .content>.product__contact-footer:nth-child(1n) {
	background: #00427a;
	background: -webkit-linear-gradient(right,#00427a,#51C8E8);
	background: -o-linear-gradient(right,#00427a,#51C8E8);
	background: -moz-linear-gradient(right,#00427a,#51C8E8);
	background: -webkit-gradient(linear,left top,right top,from(#00427a),to(#51C8E8));
	background: -webkit-linear-gradient(left,#00427a,#51C8E8);
	background: -o-linear-gradient(left,#00427a,#51C8E8);
	background: linear-gradient(to right,#00427a,#51C8E8)
}

.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: 25px
	}

	.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: 10px 15px;
		-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: 15px
	}
}

.vaisala-testing-devicetest .product-contact-icons a {
	display: block;
	text-align: center;
	color: #fff;
	width: 150px;
	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: 75px;
	height: 30px;
	margin: 0 auto;
	float: left;
	margin-right: 15px
}

@media screen and (min-width:660px) {
	.vaisala-testing-devicetest .product-contact-icons a:before {
		width: 100%;
		height: 50px;
		float: none;
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.vaisala-testing-devicetest .product-contact-icons a:before {
		height: 35px
	}
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__support a:before {
	background: url(/themes/custom/vaisala/css/../images/dialog-white.svg) no-repeat center center
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__calibrate a:before {
	background: url(/themes/custom/vaisala/css/../images/calibrate-white.svg) no-repeat center center
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__sign-up a:before {
	background: url(/themes/custom/vaisala/css/../images/circle-check-white.svg) no-repeat center center
}

.vaisala-testing-devicetest .product-contact-icons .product-contact-icons__contact a:before {
	background: url(/themes/custom/vaisala/css/../images/contact-white.svg) no-repeat center center
}

.break-line-processed .wrap-word {
	display: block
}

.node--type-grid-3.no-background {
	padding: 30px 0
}

@media screen and (min-width:1024px) {
	.node--type-grid-3.no-background {
		padding: 50px 0
	}
}

.node--type-grid-3.no-background .field--name-field-liftup>.field--item article {
	background: #fff;
	border: 1px solid #f6f6f6;
	border-radius: 5px
}

.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .content {
	min-height: 60px
}

.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover h2 a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event .date .month a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .month a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event .date .day a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .day a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event .date .time a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .time a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event .date .year a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .year a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .month a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .day a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .time a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .year a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-case .date .month a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .month a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-case .date .day a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .day a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-case .date .time a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .time a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .node--type-case .date .year a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article .hover .year a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover h2 a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event .date .month a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .month a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event .date .day a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .day a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event .date .time a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .time a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event .date .year a,.node--type-event .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .year a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .month a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .day a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .time a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .year a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-case .date .month a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .month a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-case .date .day a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .day a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-case .date .time a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .time a,.node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .node--type-case .date .year a,.node--type-case .date .node--type-grid-3.no-background .field--name-field-liftup>.field--item article:hover .year a {
	color: #00427a !important
}

.node--type-grid-3.no-background .field--name-field-liftup>.field--item article a {
	color: #313131
}

.node--type-grid-3.no-background .field--name-field-liftup>.field--item article .field--name-field-link a:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_blue.svg");
	bottom: 50%
}

.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article {
	background: #fff
}

.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover h2 a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event .date .month a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .month a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event .date .day a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .day a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event .date .time a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .time a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event .date .year a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .year a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .month a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .day a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .time a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .year a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-case .date .month a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .month a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-case .date .day a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .day a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-case .date .time a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .time a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .node--type-case .date .year a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .hover .year a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover h2 a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event .date .month a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .month a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event .date .day a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .day a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event .date .time a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .time a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event .date .year a,.node--type-event .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .year a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .month a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .day a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .time a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .year a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-case .date .month a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .month a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-case .date .day a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .day a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-case .date .time a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .time a,.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .node--type-case .date .year a,.node--type-case .date .node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article:hover .year a {
	color: #00427a !important
}

.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article a {
	color: #313131
}

.node--type-grid-3.bg_dark .field--name-field-liftup>.field--item article .field--name-field-link a:after {
	background-image: url("/themes/custom/vaisala/css/../images/cta_arrow_blue.svg")
}

.node--type-grid-3 h2,.node--type-grid-3 .node--type-event .date .month,.node--type-event .date .node--type-grid-3 .month,.node--type-grid-3 .node--type-event .date .day,.node--type-event .date .node--type-grid-3 .day,.node--type-grid-3 .node--type-event .date .time,.node--type-event .date .node--type-grid-3 .time,.node--type-grid-3 .node--type-event .date .year,.node--type-event .date .node--type-grid-3 .year,.node--type-grid-3 .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-grid-3 .month,.node--type-grid-3 .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-grid-3 .day,.node--type-grid-3 .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-grid-3 .time,.node--type-grid-3 .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-grid-3 .year,.node--type-grid-3 .node--type-case .date .month,.node--type-case .date .node--type-grid-3 .month,.node--type-grid-3 .node--type-case .date .day,.node--type-case .date .node--type-grid-3 .day,.node--type-grid-3 .node--type-case .date .time,.node--type-case .date .node--type-grid-3 .time,.node--type-grid-3 .node--type-case .date .year,.node--type-case .date .node--type-grid-3 .year {
	padding: 0 10px;
	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: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
	margin-top: 10px
}

.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: 40px
	}
}

.node--type-grid-3 .field--name-field-liftup>.field--item {
	padding: 0 0 10px
}

@media screen and (min-width:660px) {
	.node--type-grid-3 .field--name-field-liftup>.field--item {
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.node--type-grid-3 .field--name-field-liftup>.field--item article {
	background: #00427a;
	height: auto;
	padding: 0 !important
}

.node--type-grid-3 .field--name-field-liftup>.field--item article:after,.node--type-grid-3 .field--name-field-liftup>.field--item article:before {
	content: none
}

.node--type-grid-3 .field--name-field-liftup>.field--item article .hover a,.node--type-grid-3 .field--name-field-liftup>.field--item article:hover a {
	color: #51C8E8 !important
}

.node--type-grid-3 .field--name-field-liftup>.field--item article .content {
	min-height: 100px;
	padding: 0;
	position: relative
}

.node--type-grid-3 .field--name-field-liftup>.field--item article .background {
	display: none
}

.node--type-grid-3 .field--name-field-liftup>.field--item article h2,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .month,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .month,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .day,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .day,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .time,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .time,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .year,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .year,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .month,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .month,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .day,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .day,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .time,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .time,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .year,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .year,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .month,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .month,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .day,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .day,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .time,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .time,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .year,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .year {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 100%;
	line-height: 18px;
	margin: 0;
	padding: 20px 60px 20px 20px;
	position: relative;
	width: 100%
}

.node--type-grid-3 .field--name-field-liftup>.field--item article h2 a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .month a,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .month a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .day a,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .day a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .time a,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .time a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event .date .year a,.node--type-event .date .node--type-grid-3 .field--name-field-liftup>.field--item article .year a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .month a,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .month a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .day a,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .day a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .time a,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .time a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-event_webinar .date .year a,.node--type-event_webinar .date .node--type-grid-3 .field--name-field-liftup>.field--item article .year a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .month a,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .month a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .day a,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .day a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .time a,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .time a,.node--type-grid-3 .field--name-field-liftup>.field--item article .node--type-case .date .year a,.node--type-case .date .node--type-grid-3 .field--name-field-liftup>.field--item article .year a {
	color: #fff;
	width: 100%
}

.node--type-grid-3 .field--name-field-liftup>.field--item article .field--name-field-link {
	margin: 0
}

.node--type-grid-3 .field--name-field-liftup>.field--item article .field--name-field-link a:after {
	bottom: 30px;
	right: 20px
}

.node--type-module-text {
	padding: 35px 0
}

@media screen and (min-width:1024px) {
	.node--type-module-text {
		padding: 75px 0
	}
}

.node--type-module-text h2.module-title,.node--type-module-text .node--type-event .date .module-title.month,.node--type-event .date .node--type-module-text .module-title.month,.node--type-module-text .node--type-event .date .module-title.day,.node--type-event .date .node--type-module-text .module-title.day,.node--type-module-text .node--type-event .date .module-title.time,.node--type-event .date .node--type-module-text .module-title.time,.node--type-module-text .node--type-event .date .module-title.year,.node--type-event .date .node--type-module-text .module-title.year,.node--type-module-text .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-module-text .module-title.month,.node--type-module-text .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-module-text .module-title.day,.node--type-module-text .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-module-text .module-title.time,.node--type-module-text .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-module-text .module-title.year,.node--type-module-text .node--type-case .date .module-title.month,.node--type-case .date .node--type-module-text .module-title.month,.node--type-module-text .node--type-case .date .module-title.day,.node--type-case .date .node--type-module-text .module-title.day,.node--type-module-text .node--type-case .date .module-title.time,.node--type-case .date .node--type-module-text .module-title.time,.node--type-module-text .node--type-case .date .module-title.year,.node--type-case .date .node--type-module-text .module-title.year {
	padding: 0 10px;
	margin: 0 0 15px;
	text-align: left
}

@media screen and (min-width:660px) {
	.node--type-module-text h2.module-title,.node--type-module-text .node--type-event .date .module-title.month,.node--type-event .date .node--type-module-text .module-title.month,.node--type-module-text .node--type-event .date .module-title.day,.node--type-event .date .node--type-module-text .module-title.day,.node--type-module-text .node--type-event .date .module-title.time,.node--type-event .date .node--type-module-text .module-title.time,.node--type-module-text .node--type-event .date .module-title.year,.node--type-event .date .node--type-module-text .module-title.year,.node--type-module-text .node--type-event_webinar .date .module-title.month,.node--type-event_webinar .date .node--type-module-text .module-title.month,.node--type-module-text .node--type-event_webinar .date .module-title.day,.node--type-event_webinar .date .node--type-module-text .module-title.day,.node--type-module-text .node--type-event_webinar .date .module-title.time,.node--type-event_webinar .date .node--type-module-text .module-title.time,.node--type-module-text .node--type-event_webinar .date .module-title.year,.node--type-event_webinar .date .node--type-module-text .module-title.year,.node--type-module-text .node--type-case .date .module-title.month,.node--type-case .date .node--type-module-text .module-title.month,.node--type-module-text .node--type-case .date .module-title.day,.node--type-case .date .node--type-module-text .module-title.day,.node--type-module-text .node--type-case .date .module-title.time,.node--type-case .date .node--type-module-text .module-title.time,.node--type-module-text .node--type-case .date .module-title.year,.node--type-case .date .node--type-module-text .module-title.year {
		margin: 0 0 30px
	}
}

.node--type-module-text .content {
	padding: 0 10px
}

.node--type-category .product-category-page__product-list-wrapper {
	padding: 0
}

.node--type-category .product-category-page__product-list-wrapper .module-header {
	padding: 30px 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: 40px 0 50px
	}
}

@media screen and (min-width:1024px) {
	.node--type-category .product-category-page__product-list-wrapper .module-header {
		padding: 60px 0 70px
	}
}

.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 20px;
	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 5px 0 15px;
		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: 10px;
		width: 100%
	}
}

@media screen and (max-width:659px) {
	.node--type-category .product-category-page__product-list-wrapper .module-wrapper {
		padding: 0
	}
}

.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: #00427a
}

.node--type-category .category-page__module-anchor-links li {
	display: inline-block;
	font-size: 16px;
	padding: 0 10px;
	font-weight: 700
}

@media screen and (min-width:660px) {
	.node--type-category .category-page__module-anchor-links li {
		padding: 0 20px
	}
}

.node--type-category .category-page__module-anchor-links li a {
	border-bottom: 6px solid white;
	color: #00427a;
	display: inline-block;
	padding: 7px 0
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.node--type-category .category-page__module-anchor-links li a {
		padding: 15px 0
	}
}

@media screen and (min-width:1024px) {
	.node--type-category .category-page__module-anchor-links li a {
		padding: 30px 0
	}
}

.node--type-category .category-page__module-anchor-links li a:hover,.node--type-category .category-page__module-anchor-links li a:focus {
	color: #00427a;
	border-bottom: 6px solid #00427a;
	text-decoration: none
}

.view-product-category-product-list .views-exposed-form {
	background-color: #fafafa;
	-webkit-box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.1);
	margin: 0 0 20px
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.view-product-category-product-list .views-exposed-form {
		margin: -20px 5px 40px
	}
}

@media screen and (min-width:1024px) {
	.view-product-category-product-list .views-exposed-form {
		margin: -40px 5px 60px
	}
}

.view-product-category-product-list .views-exposed-form .form-radios {
	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;
	margin-bottom: 0;
	padding: 15px;
	position: relative;
	width: 100%
}

@media screen and (min-width:660px) {
	.view-product-category-product-list .views-exposed-form .form-radios {
		padding: 25px
	}
}

.view-product-category-product-list .views-exposed-form .form-radios .form-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #313131;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
	margin: 0;
	text-align: center;
	width: 100%
}

@media screen and (max-width:659px) {
	.view-product-category-product-list .views-exposed-form .form-radios .form-item:not(:last-of-type) {
		margin-bottom: 10px
	}
}

@media screen and (min-width:660px) {
	.view-product-category-product-list .views-exposed-form .form-radios .form-item {
		width: 25%
	}

	.view-product-category-product-list .views-exposed-form .form-radios .form-item:not(:nth-child(4n+4)) {
		padding-right: 10px
	}

	.view-product-category-product-list .views-exposed-form .form-radios .form-item:nth-child(n+5) {
		margin-top: 10px
	}
}

.view-product-category-product-list .views-exposed-form .form-radios .form-item label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #E6EDEF;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
	margin: 0;
	padding: 10px 10px 10px 30px;
	text-align: left
}

.view-product-category-product-list .views-exposed-form .form-radios .form-item label:hover {
	background-color: #fff;
	border: 2px solid #85B7C6;
	color: #00427a
}

@media screen and (min-width:1024px) {
	.view-product-category-product-list .views-exposed-form .form-radios .form-item label {
		padding: 20px 20px 20px 45px
	}
}

.view-product-category-product-list .views-exposed-form .form-radios .form-radio {
	left: 10px;
	margin: 0 15px 0 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (min-width:1024px) {
	.view-product-category-product-list .views-exposed-form .form-radios .form-radio {
		left: 20px
	}
}

.view-product-category-product-list .views-exposed-form .form-radios .form-radio:checked+label {
	background-color: #fff;
	border: 2px solid #85B7C6;
	color: #00427a
}

.view-product-category-product-list .views-exposed-form .form-type-select {
	margin: 15px 0;
	padding: 0 15px;
	width: 100%
}

@media screen and (min-width:660px) {
	.view-product-category-product-list .views-exposed-form .form-type-select {
		margin: 25px 0;
		padding: 0 25px
	}
}

@media screen and (min-width:660px) and (max-width:1023px) {
	.view-product-category-product-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 {
		width: calc(25% + 30px)
	}
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-single {
	border: 1px solid #E6EDEF !important;
	border-radius: 2px;
	height: auto;
	padding: 16px
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-single:after {
	top: 20px
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-single span {
	color: #313131
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container.chosen-with-drop .chosen-single:after {
	top: 26px
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-drop {
	border: 1px solid #E6EDEF
}

.view-product-category-product-list .views-exposed-form .form-type-select .chosen-container .chosen-drop li {
	color: #313131;
	padding: 13px 15px
}

.view-product-category-product-list .views-exposed-form .form-actions {
	display: block
}

.view-product-category-product-list .view-content {
	margin-bottom: 15px
}

@media screen and (max-width:659px) {
	.view-product-category-product-list .view-content {
		padding: 0 10px
	}
}

.view-product-category-product-list .view-empty {
	margin: 0 15px
}

html {
	overflow-y: scroll
}

body {
	margin: 0;
	font-size: 16.5px;
	line-height: 26px;
	letter-spacing: 0.4px;
	font-weight: 400;
	color: #313131
}

@media screen and (min-width:1024px) {
	body {
		font-size: 16.5px;
		line-height: 29px;
		letter-spacing: 0.4px
	}
}

body ul li,body ol li {
	line-height: 36px
}

body .container-fluid {
	max-width: 1920px;
	min-width: 320px;
	padding: 0;
	width: 100%
}

body a {
	color: #00427a;
	text-decoration: none
}

body a:hover {
	color: #51C8E8;
	text-decoration: none
}

body a.anchor {
	display: block;
	position: relative;
	top: -85px;
	visibility: hidden
}

body p {
	margin-bottom: 40px
}

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 {
	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 .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 {
	padding: 0
}

body .alert {
	overflow: hidden
}

#overlay {
	display: none;
	background: rgba(0,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: 200px;
	padding: 20px
}

@media screen and (min-width:1024px) {
	#overlay .ol-content {
		width: 50%;
		left: 25%;
		top: 200px;
		padding: 50px
	}
}

#overlay .ol-content .close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #00427a;
	z-index: 9;
	background: url("/themes/custom/vaisala/css/../images/close.svg") no-repeat center center
}

#overlay .ol-content .field--label {
	font-size: 24px;
	color: #00427a;
	margin-bottom: 20px
}

form .form-required:after {
	width: 7px;
	height: 7px;
	background-size: 7px 7px
}

form .checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 18px;
	padding: 2px;
	border: 1px solid #00427a;
	background: #fff
}

form .checkbox input[type="checkbox"]:checked {
	background: #00427a
}

figure.caption-image {
	display: table
}

figure.caption-image>* {
	max-width: 100%
}

figure.caption-image>figcaption {
	caption-side: bottom;
	display: table-caption;
	max-width: none;
	margin-top: 10px
}

figure.caption-image.align-left {
	margin-right: 15px
}

figure.caption-image.align-right {
	margin-left: 15px
}

figure.align-center {
	margin-left: auto;
	margin-right: auto
}

img.align-left {
	margin-right: 15px
}

img.align-right {
	margin-left: 15px
}

@media print {
	.logo {
		visibility: visible;
		position: absolute;
		top: 20px;
		left: 20px;
		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: 20px;
	margin-bottom: 20px;
	border-radius: 0px
}

.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 {
}

.footnav {
	font-size: font-size: 1em;
}

.expanded {
	font-size: font-size: 30px;
}