@charset "UTF-8";
@font-face {
	font-family: Brown;
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.eot);
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.eot?#iefix) format("embedded-opentype"), 
	     url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.woff2) format("woff2"), 
		  url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Brown;
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.eot);
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.eot?#iefix) format("embedded-opentype"), 
	     url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.woff2) format("woff2"), 
		  url(../assets/fonts/brown/fonts/KingspanBrownTT-Light.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Brown;
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.eot);
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.eot?#iefix) format("embedded-opentype"), 
	     url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.woff2) format("woff2"), 
		  url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.woff) format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Brown;
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.eot);
	src: url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.eot?#iefix) format("embedded-opentype"), 
	     url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.woff2) format("woff2"), 
		  url(../assets/fonts/brown/fonts/KingspanBrownTT-Regular.woff) format("woff");
	font-weight: 600;
	font-style: normal
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	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] {
	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;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.has-overlay {
	overflow: hidden;
	height: auto
}

.has-overlay>body {
	height: 100%;
	overflow: hidden
}

.js-leave-warning,
.modal--fade,
.modal--show,
.transitionMessage {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	display: none\9
}

.is-active.js-leave-warning,
.is-active.modal--fade,
.is-active.modal--show,
.is-active.transitionMessage,
.js-leave-warning:target,
.modal--fade:target,
.modal--show:target,
.transitionMessage:target {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: auto;
	height: auto;
	opacity: 1
}

.is-active.js-leave-warning,
.is-active.modal--fade,
.is-active.modal--show,
.is-active.transitionMessage {
	display: block\9;
	height: 100%\9;
	width: 100%\9
}

.is-active.js-leave-warning,
.is-active.modal--fade,
.is-active.modal--show,
.is-active.transitionMessage,
.js-leave-warning:target,
.modal--fade:target,
.modal--show:target,
.transitionMessage:target {
	display: block\9
}

.js-leave-warning .modal-inner,
.modal--fade .modal-inner,
.modal--show .modal-inner,
.transitionMessage .modal-inner {
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 20;
	margin-left: -325px;
	width: 650px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

.js-leave-warning .modal-inner>iframe,
.js-leave-warning .modal-inner>img,
.js-leave-warning .modal-inner>video,
.modal--fade .modal-inner>iframe,
.modal--fade .modal-inner>img,
.modal--fade .modal-inner>video,
.modal--show .modal-inner>iframe,
.modal--show .modal-inner>img,
.modal--show .modal-inner>video,
.transitionMessage .modal-inner>iframe,
.transitionMessage .modal-inner>img,
.transitionMessage .modal-inner>video {
	width: 100%;
	height: auto;
	min-height: 300px
}

.js-leave-warning .modal-inner>img,
.modal--fade .modal-inner>img,
.modal--show .modal-inner>img,
.transitionMessage .modal-inner>img {
	width: auto;
	max-width: 100%
}

.js-leave-warning .modal-inner iframe,
.modal--fade .modal-inner iframe,
.modal--show .modal-inner iframe,
.transitionMessage .modal-inner iframe {
	display: block;
	width: 100%;
	border: 0
}

.js-leave-warning .modal-content,
.modal--fade .modal-content,
.modal--show .modal-content,
.transitionMessage .modal-content {
	position: relative;
	max-height: 400px;
	max-height: 60vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.js-leave-warning .modal-content>*,
.modal--fade .modal-content>*,
.modal--show .modal-content>*,
.transitionMessage .modal-content>* {
	max-width: 100%
}

.js-leave-warning footer,
.modal--fade footer,
.modal--show footer,
.transitionMessage footer {
	border-top: 1px solid #fff;
	padding: 0 1.2em 18px;
	background: #f0f0f0;
	border-radius: 2px
}

.js-leave-warning .modal-close,
.modal--fade .modal-close,
.modal--show .modal-close,
.transitionMessage .modal-close {
	display: block;
	height: 1px;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden
}

.js-leave-warning .modal-close:focus:after,
.modal--fade .modal-close:focus:after,
.modal--show .modal-close:focus:after,
.transitionMessage .modal-close:focus:after {
	outline: 1px dotted;
	outline: -webkit-focus-ring-color auto 5px
}

.js-leave-warning .modal-close:before,
.modal--fade .modal-close:before,
.modal--show .modal-close:before,
.transitionMessage .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10
}

.js-leave-warning .modal-close:after,
.modal--fade .modal-close:after,
.modal--show .modal-close:after,
.transitionMessage .modal-close:after {
	content: '\00d7';
	position: absolute;
	top: 35px;
	right: 50%;
	z-index: 20;
	margin-right: -325px
}

@media screen and (max-width:690px) {
	.js-leave-warning .modal-inner,
	.modal--fade .modal-inner,
	.modal--show .modal-inner,
	.transitionMessage .modal-inner {
		width: auto;
		left: 20px;
		right: 20px;
		margin-left: 0
	}
	.js-leave-warning .modal-close:after,
	.modal--fade .modal-close:after,
	.modal--show .modal-close:after,
	.transitionMessage .modal-close:after {
		margin-right: 0!important;
		right: 20px
	}
}

@media screen and (max-width:30em) {
	.js-leave-warning,
	.modal--fade,
	.modal--show,
	.transitionMessage {
		-webkit-transform: translate(0, 400px);
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		transition: opacity 1ms .25s;
		display: block;
		right: auto;
		bottom: auto
	}
	.is-active.js-leave-warning,
	.is-active.modal--fade,
	.is-active.modal--show,
	.is-active.transitionMessage,
	.js-leave-warning:target,
	.modal--fade:target,
	.modal--show:target,
	.transitionMessage:target {
		width: 100%;
		height: 100%
	}
	.is-active.js-leave-warning .modal-close,
	.is-active.modal--fade .modal-close,
	.is-active.modal--show .modal-close,
	.is-active.transitionMessage .modal-close,
	.js-leave-warning:target .modal-close,
	.modal--fade:target .modal-close,
	.modal--show:target .modal-close,
	.transitionMessage:target .modal-close {
		display: block
	}
	.js-leave-warning .modal-inner,
	.modal--fade .modal-inner,
	.modal--show .modal-inner,
	.transitionMessage .modal-inner {
		box-sizing: border-box;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		overflow: auto
	}
	.js-leave-warning .modal-content,
	.modal--fade .modal-content,
	.modal--show .modal-content,
	.transitionMessage .modal-content {
		max-height: none;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
	.js-leave-warning .modal-close,
	.modal--fade .modal-close,
	.modal--show .modal-close,
	.transitionMessage .modal-close {
		display: none;
		right: auto
	}
	.js-leave-warning .modal-close:before,
	.modal--fade .modal-close:before,
	.modal--show .modal-close:before,
	.transitionMessage .modal-close:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 20
	}
	.js-leave-warning .modal-close:after,
	.modal--fade .modal-close:after,
	.modal--show .modal-close:after,
	.transitionMessage .modal-close:after {
		top: 5px!important;
		right: 5px;
		left: auto;
		margin-left: 0
	}
}

@media screen and (max-height:46em) and (min-width:30em) {
	.js-leave-warning .modal-content,
	.modal--fade .modal-content,
	.modal--show .modal-content,
	.transitionMessage .modal-content {
		max-height: 340px;
		max-height: 50vh
	}
}

@media screen and (max-height:36em) and (min-width:30em) {
	.js-leave-warning .modal-content,
	.modal--fade .modal-content,
	.modal--show .modal-content,
	.transitionMessage .modal-content {
		max-height: 265px;
		max-height: 40vh
	}
}

.is-stacked.js-leave-warning,
.is-stacked.modal--fade,
.is-stacked.modal--show,
.is-stacked.transitionMessage {
	-webkit-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	opacity: 1
}

.is-stacked.js-leave-warning .modal-inner,
.is-stacked.modal--fade .modal-inner,
.is-stacked.modal--show .modal-inner,
.is-stacked.transitionMessage .modal-inner {
	-webkit-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both
}

.is-stacked.js-leave-warning .modal-close,
.is-stacked.modal--fade .modal-close,
.is-stacked.modal--show .modal-close,
.is-stacked.transitionMessage .modal-close {
	opacity: 0
}

@media screen and (max-width:30em) {
	.is-stacked.js-leave-warning,
	.is-stacked.modal--fade,
	.is-stacked.modal--show,
	.is-stacked.transitionMessage {
		-webkit-animation: scaleDown .7s ease both;
		animation: scaleDown .7s ease both
	}
	.is-stacked.js-leave-warning .modal-inner,
	.is-stacked.modal--fade .modal-inner,
	.is-stacked.modal--show .modal-inner,
	.is-stacked.transitionMessage .modal-inner {
		-webkit-animation: none;
		animation: none
	}
	.is-stacked.js-leave-warning .modal-close,
	.is-stacked.modal--fade .modal-close,
	.is-stacked.modal--show .modal-close,
	.is-stacked.transitionMessage .modal-close {
		opacity: 1
	}
}

@media screen and (min-width:30em) {
	.js-leave-warning,
	.modal--fade,
	.transitionMessage {
		transition: opacity .4s
	}
}

.js-leave-warning,
.modal--fade,
.modal--show,
.transitionMessage {
	color: #222;
	line-height: 1.3
}

.js-leave-warning .modal-inner,
.modal--fade .modal-inner,
.modal--show .modal-inner,
.transitionMessage .modal-inner {
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	max-width: 100%;
	transition: max-width .25s linear, margin-left 125ms linear
}

.js-leave-warning header,
.modal--fade header,
.modal--show header,
.transitionMessage header {
	border-bottom: 1px solid #ddd;
	padding: 0 1.2em
}

.js-leave-warning header>h2,
.modal--fade header>h2,
.modal--show header>h2,
.transitionMessage header>h2 {
	margin: .5em 0
}

.js-leave-warning .modal-content,
.modal--fade .modal-content,
.modal--show .modal-content,
.transitionMessage .modal-content {
	border-bottom: 1px solid #ddd;
	padding: 15px 1.2em
}

.js-leave-warning footer,
.modal--fade footer,
.modal--show footer,
.transitionMessage footer {
	border-top: 1px solid #fff;
	padding: 0 1.2em 18px;
	background: #f0f0f0;
	border-radius: 2px
}

.js-leave-warning .modal-close,
.modal--fade .modal-close,
.modal--show .modal-close,
.transitionMessage .modal-close {
	text-indent: -100px
}

.js-leave-warning .modal-close:before,
.modal--fade .modal-close:before,
.modal--show .modal-close:before,
.transitionMessage .modal-close:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=)
}

.js-leave-warning .modal-close:after,
.modal--fade .modal-close:after,
.modal--show .modal-close:after,
.transitionMessage .modal-close:after {
	content: '\00d7';
	background: #fff;
	border-radius: 2px;
	padding: 2px 8px;
	font-size: 1.2em;
	text-decoration: none;
	text-indent: 0
}

@media screen and (max-width:30em) {
	.js-leave-warning .modal-close:before,
	.modal--fade .modal-close:before,
	.modal--show .modal-close:before,
	.transitionMessage .modal-close:before {
		background: #27aae2;
		height: 3em;
		box-shadow: 0 0 5px rgba(0, 0, 0, .6)
	}
	.js-leave-warning .modal-inner,
	.modal--fade .modal-inner,
	.modal--show .modal-inner,
	.transitionMessage .modal-inner {
		padding-top: 3em;
		box-shadow: none
	}
	.js-leave-warning .modal-close,
	.modal--fade .modal-close,
	.modal--show .modal-close,
	.transitionMessage .modal-close {
		text-decoration: none
	}
	.js-leave-warning .modal-close:after,
	.modal--fade .modal-close:after,
	.modal--show .modal-close:after,
	.transitionMessage .modal-close:after {
		content: attr(data-close);
		font-size: 1em;
		padding: .5em 1em
	}
}

.ApplicationPop-close,
.ApplicationPop-container,
.GlobalSecondaryNavContainer,
.GlobalSiteHeader,
.InfographicComponents,
.SharePriceContainer,
.SuperHero-container,
.VerticalNavigation-content,
.trailNavigation,
.u-constrain {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto
}

.ApplicationPop-close:after,
.ApplicationPop-container:after,
.GlobalSecondaryNavContainer:after,
.GlobalSiteHeader:after,
.InfographicComponents:after,
.SharePriceContainer:after,
.SuperHero-container:after,
.VerticalNavigation-content:after,
.trailNavigation:after,
.u-constrain:after {
	content: " ";
	display: block;
	clear: both
}

.ImageBoard-content h3,
.Spotlight-strapline,
.SpotlightGrid-strapline,
.SpotlightGrid-title,
.SuperHero-title,
.h3.SpotlightGrid-title,
.poll__title {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	word-wrap: break-word
}

.u-hidden {
	display: none!important
}

.u-hide {
	display: none
}

.u-visuallyHidden {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0)
}

.u-visuallyHidden.u-focusable:active,
.u-visuallyHidden.u-focusable:focus {
	position: static;
	margin: 0;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto
}

.u-invisible {
	visibility: hidden
}

.u-clearfix:after,
.u-clearfix:before {
	content: " ";
	display: table
}

.u-clearfix:after {
	clear: both
}

@media (min-width:46.25em) {
	.u-mobileOnly {
		display: none!important
	}
}

@media (max-width:46.24em) {
	.u-tabletDesktopOnly {
		display: none!important
	}
}

@media (max-width:46.24em) {
	.u-constrain {
		padding-right: 7.56303%;
		padding-left: 7.56303%
	}
}

@media (min-width:46.25em) {
	.u-constrain {
		box-sizing: border-box;
		padding-right: 60px;
		padding-left: 60px
	}
	.PageContainer--hasSecondaryNav .u-constrain {
		padding: 0
	}
}

.u-constrain .u-constrain {
	padding: 0
}

@media (max-width:46.24em) {
	.PageContainer>.u-constrain>.u-constrainAdjust {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
}

@media (min-width:46.25em) {
	.PageContainer--hasSecondaryNav .u-constrainAdjust {
		padding-left: 29.41176%
	}
}

.u-constrainAdjust .u-constrainAdjust {
	padding: 0
}

@media (max-width:46.24em) {
	.u-hideMobile {
		display: none
	}
}

@media (min-width:46.25em) and (max-width:61.24em) {
	.u-hideTablet {
		display: none
	}
}

@media (min-width:61.25em) {
	.u-hideDesktop {
		display: none
	}
}

body.EditMode {
	overflow: visible
}

button,
html,
input,
textarea {
	color: #3a3a3a
}

ol,
ul {
	margin: 0
}

dl dd,
dl dt {
	font-size: 1em;
	line-height: 1.3125em;
	margin: 0 0 1em 0
}

.sub-text {
	font-size: .875em;
	line-height: 1.35714em
}

a {
	color: inherit;
	text-decoration: none
}

a:focus,
a:hover,
a:visited {
	text-decoration: underline
}

.ArticleText a,
.FiftyFifty a,
.FiftyFifty-slider a,
.ProductDetails a,
.SummaryBlock a,
.TitleSummary a,
.globalMapControl a {
	color: #0f8ac7;
	text-decoration: underline
}

.ArticleText a:focus,
.ArticleText a:hover,
.ArticleText a:visited,
.FiftyFifty a:focus,
.FiftyFifty a:hover,
.FiftyFifty a:visited,
.FiftyFifty-slider a:focus,
.FiftyFifty-slider a:hover,
.FiftyFifty-slider a:visited,
.ProductDetails a:focus,
.ProductDetails a:hover,
.ProductDetails a:visited,
.SummaryBlock a:focus,
.SummaryBlock a:hover,
.SummaryBlock a:visited,
.TitleSummary a:focus,
.TitleSummary a:hover,
.TitleSummary a:visited,
.globalMapControl a:focus,
.globalMapControl a:hover,
.globalMapControl a:visited {
	color: #140079
}

blockquote {
	font-size: 1em;
	line-height: 1.3125em;
	position: relative;
	margin: 0 0 3.75em 0;
	padding: 1.125em 4.375em;
	overflow: hidden;
	background: #ededed
}

blockquote:before {
	content: "\201C";
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 3.4375em;
	font-weight: 600;
	line-height: 1em
}

blockquote:after {
	content: "\201D";
	position: absolute;
	right: 20px;
	bottom: -10px;
	font-size: 3.4375em;
	font-weight: 600;
	line-height: 1em
}

blockquote svg {
	position: absolute;
	height: .9375em;
	width: 1.25em
}

blockquote svg:first-child {
	left: 1em
}

blockquote svg:last-child {
	right: 1em;
	bottom: 1.125em
}

blockquote.no-quotes:after,
blockquote.no-quotes:before {
	display: none
}

.PageHeader {
	margin-bottom: 1.875em
}

.PageHeader:after,
.PageHeader:before {
	content: " ";
	display: table
}

.PageHeader:after {
	clear: both
}

@media (max-width:46.24em) {
	.PageHeader {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
}

.PageHeader h1,
.PageHeader p {
	margin-bottom: 0
}

@media (min-width:46.25em) {
	.TextBlock-item {
		float: left;
		width: 46%
	}
	.TextBlock-item.TextBlock-item-full {
		margin: 0;
		width: 100%
	}
	.TextBlock-item:first-child {
		margin-right: 8%
	}
	.TextBlock-item:first-child.TextBlock-item-full {
		margin: 0;
		width: 100%
	}
}

.InsetContent {
	padding-left: 8.40336%;
	padding-right: 8.40336%
}

.PageForm {
	margin-bottom: 1.875em
}

.PageForm-fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
	border: none
}

.PageForm-button,
.PageForm-input {
	font-size: 1em;
	line-height: 1.3125em
}

.PageForm-input {
	margin-bottom: 1em;
	height: 45px
}

.PageForm--inline .PageForm-input {
	box-sizing: border-box;
	float: left;
	width: 100%
}

.PageForm--noDrop .PageForm-input {
	box-sizing: border-box;
	float: left;
	width: 80%
}

.PageForm-input--text {
	padding: .4em 1em;
	width: 50%;
	border: 1px solid #ededed
}

.PageForm-button {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	padding: .4em .6em;
	height: 45px;
	color: #fff;
	background: #3a3a3a;
	border: 1px solid #3a3a3a
}

.PageForm--inline .PageForm-button {
	float: left;
	width: 20%
}

.PageForm-forgotPassword {
	margin-left: 1em;
	color: #3a3a3a
}

.CheckContainer {
	box-sizing: border-box;
	margin-bottom: 2em
}

.HeaderSection {
	margin-bottom: 30px
}

.PopModal {
	margin-bottom: 60px
}

td,
th {
	padding: 10px
}

html[dir=rtl] .TextBlock-item {
	float: right
}

html[dir=rtl] .PageForm-input {
	text-align: right
}

html[dir=rtl] blockquote:before {
	content: "\201D";
	top: auto;
	bottom: -10px
}

html[dir=rtl] blockquote:after {
	content: "\201C";
	top: 15px;
	bottom: auto
}

.UserAccount .UserAccount-added--content .items .item a,
.UserAccount .UserAccount-projects .items a {
	color: #3a3a3a
}

.UserAccount .UserAccount-added--content .items .item a:hover,
.UserAccount .UserAccount-projects .items a:hover {
	text-decoration: underline
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.UserAccount .UserAccount-added--content .items,
	.UserAccount .UserAccount-projects .items {
		font-size: 16px!important
	}
	.UserAccount .UserAccount-projects .items img {
		min-width: 95px
	}
}

html {
	font-family: Brown, sans-serif
}

html button,
html input,
html textarea {
	font-family: Brown, sans-serif
}

html.font-default {
	font-family: Brown, sans-serif
}

html.font-default button,
html.font-default input,
html.font-default textarea {
	font-family: Brown, sans-serif
}

html.font-alt1 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400
}

html.font-alt1 button,
html.font-alt1 input,
html.font-alt1 textarea {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}

html.font-alt2 {
	font-family: Bliss, sans-serif;
	font-weight: 200;
	font-weight: 200
}

html.font-alt2 button,
html.font-alt2 input,
html.font-alt2 textarea {
	font-family: Bliss, sans-serif
}

html.font-alt3 {
	font-family: Nunito, Helvetica, sans-serif;
	font-weight: 400
}

html.font-alt3 button,
html.font-alt3 input,
html.font-alt3 textarea {
	font-family: Nunito, Helvetica, sans-serif
}

h1,
h2,
h3,
li,
p {
	margin: 0 0 1em 0
}

h1 {
	font-size: 3.125em;
	line-height: 1.1em
}

h2 {
	font-size: 1.875em;
	line-height: 1.16667em;
	clear: both
}

h3 {
	font-size: 1.3125em;
	line-height: 1.2381em
}

h4 {
	font-weight: 600
}

h1,
h2,
h3 {
	font-weight: inherit
}

h1.h1,
h2.h1,
h3.h1 {
	font-size: 3.125em;
	line-height: 1.1em
}

h1.h2,
h2.h2,
h3.h2 {
	font-size: 1.875em;
	line-height: 1.16667em
}

h1.h3,
h2.h3,
h3.h3 {
	font-size: 1.3125em;
	line-height: 1.2381em
}

.Accordion-wrap {
	margin-bottom: 3.75em
}

section[class*=Accordion] {
	margin: 0 auto;
	width: 100%;
	max-width: 75em
}

section[class*=Accordion]+section[class*=Accordion] {
	margin-top: 1em
}

section[class*=Accordion] svg.Accordion-Svg {
	vertical-align: top;
	float: right;
	height: 1.2em;
	width: 1.2em;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

section[class*=Accordion] input.Accordion-showContents:checked~.Accordion-title .Accordion-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

section[class*=Accordion] input.Accordion-showContents~.Accordion-title .Accordion-arrow {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

section[class*=Accordion] div.Accordion-content {
	padding: 1em 1.5em .5em 1.5em;
	height: auto;
	max-height: 0;
	overflow: hidden;
	font-size: 0;
	border: #f9f9f9 2px solid;
	opacity: 0;
	transition: .3s ease
}

section[class*=Accordion] div.Accordion-content .owl-stage-outer {
	height: auto!important
}

section[class*=Accordion] div.Accordion-content [class*=title] {
	margin-bottom: .5em
}

section[class*=Accordion] div.Accordion-content p[class*=para] {
	margin: 1em 0
}

section[class*=Accordion] div.Accordion-content .InsetContent {
	padding-right: 0;
	padding-left: 0
}

section[class*=Accordion] div.Accordion-content table {
	font-size: 1em;
	line-height: 1.3125em
}

section[class*=Accordion] div.Accordion-content .ArticleText {
	margin-bottom: 1em;
	overflow: auto
}

section[class*=Accordion] input[class*=Accordion-showContents] {
	display: none
}

section[class*=Accordion] label.Accordion-title {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	float: right;
	margin-right: 0;
	font-size: 1.3125em;
	line-height: 1.2381em;
	position: relative;
	display: inline-block;
	background-color: #ededed;
	cursor: pointer
}

section[class*=Accordion] .Accordion-titleWrap {
	padding: .3em 1em
}

section[class*=Accordion] .Accordion-arrow {
	float: right;
	margin: .15em 0;
	width: 1em;
	pointer-events: none
}

section[class*=Accordion] input.Accordion-showContents:checked~div.Accordion-content {
	max-height: 100%;
	font-size: inherit;
	opacity: 1
}

section[class*=Accordion][dir=rtl] .Accordion-showContents:checked~.Accordion-title:after,
section[class*=Accordion][dir=rtl] input.Accordion-showContents~.Accordion-title:after {
	float: left
}

section[class*=Accordion][dir=rtl] .Accordion-arrow {
	float: left
}

section[class*=Accordion][class*="--left"] div.Accordion-Media-halfWrap,
section[class*=Accordion][class*="--right"] div.Accordion-Media-halfWrap {
	vertical-align: top;
	float: right
}

section[class*=Accordion][class*="--left"] section.Downloads,
section[class*=Accordion][class*="--right"] section.Downloads {
	padding: 0
}

section[class*=Accordion][class*="--left"] section.Downloads li.Download-item,
section[class*=Accordion][class*="--right"] section.Downloads li.Download-item {
	display: block;
	width: 100%
}

section[class*=Accordion][class*="--left"] div.Accordion-Media-halfWrap {
	float: left
}

section[class*=Accordion]+.Header-Section {
	margin-top: 6em
}

html[dir=rtl] .Accordion-arrow {
	float: left
}

.ApplicationsRoute {
	position: relative
}

@media (max-width:46.24em) {
	.ApplicationsRoute {
		padding-top: 5em
	}
}

.ApplicationsRoute .u-constrainAdjust {
	position: relative
}

.ApplicationsRoute-master {
	width: 100%
}

.ApplicationRoute-clickMap {
	position: absolute;
	height: 98%;
	width: 100%
}

@media (max-width:46.24em) {
	.ApplicationRoute-clickMap {
		display: none
	}
}

.ApplicationRoute-clickMap svg {
	position: relative;
	height: auto;
	width: 100%
}

.ApplicationPop {
	position: absolute;
	top: 0;
	top: 50%;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	transition: all .4s
}

@media (max-width:46.24em) {
	.ApplicationPop {
		top: 0;
		z-index: 999;
		height: 100vh;
		-webkit-transform: translateY(0)!important;
		-ms-transform: translateY(0)!important;
		transform: translateY(0)!important
	}
}

.ApplicationPop ::-webkit-scrollbar {
	width: 12px
}

.ApplicationPop ::-webkit-scrollbar-track {
	opacity: 0
}

.ApplicationPop ::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px
}

.ApplicationPop.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.AccordionPop-imageWrap {
	position: relative
}

.AccordionPop-imageWrap:after,
.AccordionPop-imageWrap:before {
	content: " ";
	display: table
}

.AccordionPop-imageWrap:after {
	clear: both
}

.ApplicationsTitle {
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	transition: opacity .5s
}

@media (max-width:46.24em) {
	.ApplicationsTitle {
		display: none
	}
}

.ApplicationsTitle.is-hidden {
	visibility: hidden;
	opacity: 0
}

.AccordionPop-point {
	position: absolute;
	top: 20%;
	left: 35%;
	display: block;
	height: 12px;
	width: 12px;
	text-align: center;
	background-color: #f07e0d;
	border-radius: 50%;
	cursor: pointer;
	transition: .4s all
}

.AccordionPop-point:hover {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5)
}

.AccordionPop-point:hover .Tooltip {
	visibility: visible;
	opacity: 1
}

.AccordionPop-point .Tooltip {
	position: absolute;
	top: -350%;
	right: auto;
	left: auto;
	display: inline;
	padding: .5em;
	text-align: center;
	background-color: #fff;
	border: solid 1px #ececec;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	transition: .4s all
}

.AccordionPop-point .Tooltip p {
	margin: 0;
	line-height: 14px
}

.AccordionPop-point.is-selected {
	background-color: #f07e0d;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5)
}

.AccordionPop-point.is-selected .dot {
	display: none
}

.AccordionPop-point .dot {
	position: absolute;
	top: -14.5px;
	left: -14.5px;
	z-index: 1;
	height: 30px;
	width: 30px;
	-webkit-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0;
	border: 5px solid #f07e0d;
	border-radius: 60px;
	opacity: 0
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	25% {
		opacity: .1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	65% {
		opacity: .3;
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
}

@keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	25% {
		opacity: .1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	65% {
		opacity: .3;
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
}

.AccordionPop-point.Position-roof {
	top: 27%;
	left: 25%
}

.AccordionPop-point.Position-wall {
	top: 46%;
	left: 42%
}

.AccordionPop-point.Position-services {
	top: 26%;
	left: 57%
}

.AccordionPop-point.Position-floor {
	top: 62%;
	left: 55%
}

.industrial .AccordionPop-point.Position-roof {
	top: 28%;
	left: 40%
}

.industrial .AccordionPop-point.Position-wall {
	top: 53%;
	left: 51%
}

.industrial .AccordionPop-point.Position-services {
	top: 35%;
	left: 74%
}

.industrial .AccordionPop-point.Position-floor {
	top: 63%;
	left: 40%
}

.residential .AccordionPop-point.Position-roof {
	top: -1%;
	left: 45%
}

.residential .AccordionPop-point.Position-wall {
	top: 60%;
	left: 66%
}

.residential .AccordionPop-point.Position-services {
	top: 20%;
	left: 60%
}

.residential .AccordionPop-point.Position-floor {
	top: 79%;
	left: 50%
}

.airport .AccordionPop-point.Position-roof {
	top: 22%;
	left: 30%
}

.airport .AccordionPop-point.Position-wall {
	top: 60%;
	left: 66%
}

.airport .AccordionPop-point.Position-services {
	top: 20%;
	left: 60%
}

.airport .AccordionPop-point.Position-floor {
	top: 45%;
	left: 40%
}

.agriculture .AccordionPop-point.Position-services {
	top: 40%
}

.distribution .AccordionPop-point.Position-roof {
	top: 30%;
	left: 25%
}

.distribution .AccordionPop-point.Position-wall {
	top: 60%;
	left: 22%
}

.distribution .AccordionPop-point.Position-services {
	top: 35%;
	left: 74%
}

.distribution .AccordionPop-point.Position-floor {
	top: 63%;
	left: 40%
}

.education .AccordionPop-point.Position-roof {
	top: 30%;
	left: 25%
}

.education .AccordionPop-point.Position-wall {
	top: 40%;
	left: 66%
}

.education .AccordionPop-point.Position-services {
	top: 20%;
	left: 70%
}

.education .AccordionPop-point.Position-floor {
	top: 60%;
	left: 40%
}

.domestic .AccordionPop-point.Position-roof {
	top: 34%;
	left: 50%
}

.domestic .AccordionPop-point.Position-wall {
	top: 44%;
	left: 58%
}

.domestic .AccordionPop-point.Position-services {
	top: 57%;
	left: 39%
}

.domestic .AccordionPop-point.Position-floor {
	top: 59%;
	left: 58%
}

.self-build .AccordionPop-point.Position-roof {
	top: 25%;
	left: 39%
}

.self-build .AccordionPop-point.Position-wall {
	top: 60%;
	left: 66%
}

.self-build .AccordionPop-point.Position-services {
	top: 57%;
	left: 20%
}

.self-build .AccordionPop-point.Position-floor {
	top: 59%;
	left: 46%
}

.commercial .AccordionPop-point.Position-roof {
	top: 40%;
	left: 30%
}

.commercial .AccordionPop-point.Position-wall {
	top: 50%;
	left: 66%
}

.commercial .AccordionPop-point.Position-services {
	top: 70%;
	left: 35%
}

.commercial .AccordionPop-point.Position-floor {
	top: 60%;
	left: 24%
}

.retail .AccordionPop-point.Position-roof {
	top: 22%;
	left: 30%
}

.retail .AccordionPop-point.Position-wall {
	top: 50%;
	left: 66%
}

.retail .AccordionPop-point.Position-services {
	top: 20%;
	left: 50%
}

.retail .AccordionPop-point.Position-floor {
	top: 40%;
	left: 24%
}

.ApplicationPop-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	height: 34em;
	width: 90%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(250, 250, 250, .8);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

@media (max-width:46.24em) {
	.ApplicationPop-container {
		display: block;
		margin-top: 3em;
		height: auto;
		background-color: #fafafa
	}
}

.ApplcationPop-left {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 2em;
	width: 65%;
	background-color: #fff
}

@media (max-width:46.24em) {
	.ApplcationPop-left {
		float: none;
		width: 100%
	}
}

.ApplicationPop-close {
	width: 100%
}

@media (max-width:46.24em) {
	.ApplicationPop-close {
		position: absolute;
		top: 20px;
		right: 7.56303%
	}
}

.ApplicationPop-right {
	box-sizing: border-box;
	display: inline-block;
	padding: 2em;
	width: 35%
}

@media (max-width:46.24em) {
	.ApplicationPop-right {
		display: block;
		width: 100%
	}
}

.ApplicationPop-right .close {
	position: relative;
	float: right;
	height: 32px;
	width: 32px;
	opacity: .3;
	transition: opacity .4s
}

.ApplicationPop-right .close:hover {
	opacity: 1
}

.ApplicationPop-right .close:after,
.ApplicationPop-right .close:before {
	content: " ";
	position: absolute;
	left: 15px;
	height: 33px;
	width: 2px;
	background-color: #333
}

.ApplicationPop-right .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ApplicationPop-right .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ApplicationPop-image {
	display: none;
	width: 100%
}

.ApplicationPop-image.is-active {
	display: block
}

.ApplicationPop-content {
	box-sizing: border-box;
	margin-top: 1em;
	margin-right: .3em;
	margin-bottom: 2em;
	height: 90%;
	overflow-y: scroll
}

.ApplicationPop-contentWrap {
	display: none
}

.ApplicationPop-contentWrap.is-active {
	display: block
}

.ApplicationPop-contentWrap a {
	display: block;
	overflow: hidden;
	color: #3a3a3a;
	text-decoration: none
}

.Applications-icons {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 60px
}

.ApplicationsLink path,
.ApplicationsLink polygon {
	opacity: 0;
	transition: .4s all
}

.ApplicationsLink:hover path,
.ApplicationsLink:hover polygon {
	opacity: .5
}

@media (min-width:46.25em) {
	.ApplicationsMobile {
		display: none
	}
}

.ApplicationsMobile .ApplicationsMobile-list {
	padding: 0;
	list-style: none
}

.ApplicationsMobile .ApplicationsMobile-list .ApplicationsMobile-item {
	width: 100%
}

.ApplicationsMobile .ApplicationsMobile-list .ApplicationsMobile-item a {
	box-sizing: border-box;
	display: block;
	padding: .3em .5em;
	width: 100%;
	cursor: pointer
}

@media (max-width:46.24em) {
	.ApplicationRoute .u-constrain:first-of-type {
		display: none
	}
}

.Applications-iconsWrap p {
	padding-top: 15px;
	color: #3a3a3a
}

.Applications-iconsWrap svg {
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 60px;
	width: 60px
}

html[dir=rtl] .ApplicationPop-right .close {
	float: left
}

.ArticleHeader {
	margin-bottom: 8.75em; /*3.75*/
	overflow: hidden;
	border-bottom: .125em solid #ededed
}

.ArticleHeader-title {
	margin-bottom: 0
}

.ArticleHeader-publish {
	float: left
}

.ArticleHeader-author,
.ArticleHeader-date {
	float: left;
	margin: .57143em 0;
	color: #3a3a3a;
	line-height: 1
}

.ArticleHeader-date {
	margin-right: .71429em;
	padding-right: .71429em;
	border-right: .07143em solid #3a3a3a
}

.SummaryBlock {
	margin-bottom: 1.875em
}

.ArticleText {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	line-height: 1.3125em;
	margin-bottom: 2.5em
}

.ArticleText:after {
	content: " ";
	display: block;
	clear: both
}

@media (max-width:46.24em) {
	.ArticleText {
		margin: 2em auto
	}
}

.ArticleText h2 {
	margin-bottom: .625em
}

.ArticleText ul {
	margin-top: 5px;
	overflow: hidden
}

.ArticleText.image-right .ArticleText-imageWrap {
	display: inline-block;
	float: right;
	margin-bottom: 2em;
	margin-left: 2em;
	width: 40%
}

@media (max-width:46.24em) {
	.ArticleText.image-right .ArticleText-imageWrap {
		margin-left: 0;
		width: 100%
	}
}

.ArticleText.image-right .ArticleText-imageWrap img {
	width: 100%
}

.ArticleText.image-left .ArticleText-imageWrap {
	display: inline-block;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	width: 40%
}

@media (max-width:46.24em) {
	.ArticleText.image-left .ArticleText-imageWrap {
		margin-right: 0;
		width: 100%
	}
}

.ArticleText.image-left .ArticleText-imageWrap img {
	width: 100%
}

.TitleSummary {
	margin-bottom: 8.75em; /*3.75*/
}

.xdsoft_autocomplete {
	display: inline;
	position: relative;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	text-align: start;
	box-sizing: border-box;
	min-width: 100%
}

.xdsoft_autocomplete .xdsoft_input {
	position: relative;
	z-index: 2
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
	position: absolute;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	cursor: default;
	display: none;
	z-index: 1001;
	margin-top: -1px;
	background-color: #fff;
	min-width: 100%;
	overflow: hidden;
	box-sizing: border-box
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint {
	position: absolute;
	z-index: 1;
	color: #ccc!important;
	-webkit-text-fill-color: #ccc!important;
	text-fill-color: #ccc!important;
	overflow: hidden!important;
	white-space: pre!important
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint span {
	color: transparent;
	opacity: 0
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>.xdsoft_autocomplete_copyright {
	color: #ddd;
	font-size: 10px;
	text-decoration: none;
	right: 5px;
	position: absolute;
	margin-top: -15px;
	z-index: 1002
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div {
	background: #fff;
	white-space: nowrap;
	cursor: pointer;
	line-height: 1.5em;
	padding: 2px 0 2px 0
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div.active {
	background: #ededed;
	color: #fff
}

.BrandGrid .HighProductCards-wrap {
	float: left;
	margin-bottom: 1em;
	padding-right: 1.25%;
	padding-left: 0;
	width: 19%;
	overflow: hidden
}

@media (max-width:46.24em) {
	.BrandGrid .HighProductCards-wrap {
		padding-right: 0;
		width: 49%
	}
	.BrandGrid .HighProductCards-wrap:nth-of-type(2n+0) {
		float: right;
		padding-right: 0;
		width: 49%
	}
}

.BrandGrid .HighProductCards-wrap:nth-of-type(5n+0) {
	padding-right: 0
}

.Barchart.is-initialised .Barchart-data {
	display: none
}

.GridSpotlightContainer .u-constrainAdjust .u-constrain {
	margin-right: 0;
	margin-left: 0;
	max-width: none
}

.GridSpotlightContainer .u-constrainAdjust .u-constrainAdjust {
	display: block!important
}

.Piechart {
	margin-bottom: 2em
}

.Piechart.is-initialised .Piechart-data {
	display: none
}

.Piechart-container {
	box-sizing: border-box;
	position: relative;
	margin-right: auto;
	margin-left: auto
}

@media (max-width:46.24em) {
	.Piechart-container {
		max-width: 400px
	}
}

@media (min-width:46.25em) {
	.Piechart-container {
		padding-right: 10px;
		padding-left: 10px;
		width: 420px;
		max-width: 100%
	}
}

.Piechart-legend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	border-top: solid 1px #d1d1d1
}

@media (max-width:46.24em) {
	.Piechart-legend {
		margin-top: 15px;
		padding-top: 12px
	}
}

@media (min-width:46.25em) {
	.Piechart-legend {
		margin-top: 30px;
		padding-top: 28px
	}
}

.Piechart-legend-label {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	margin-right: 7px;
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 1.2
}

.Piechart-legend-dot {
	box-sizing: border-box;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	height: 14px;
	width: 14px;
	border: solid 4px;
	border-radius: 50%
}

.is-highlighted .Piechart-legend-dot {
	background-color: currentColor
}

.Piechart-legend-text {
	display: block;
	overflow: hidden
}

.Piechart-middleLabel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	height: 20%;
	width: 50%;
	text-align: center
}

.Piechart-constrainParent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

@media (min-width:46.25em) {
	.Piechart-constrainParent:first-child .Piechart {
		padding-right: 20px
	}
	.Piechart-constrainParent:nth-child(2) .Piechart {
		padding-left: 20px
	}
}

html[dir=rtl] .Piechart-legend-dot {
	float: right;
	margin-right: 0;
	margin-left: 10px
}

.StatsGrid__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3.75em
}

@media (max-width:46.24em) {
	.StatsGrid__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.StatsGrid__item {
	width: 19%;
	text-align: center
}

@media (max-width:46.24em) {
	.StatsGrid__item {
		margin: 0 .5em;
		width: 30%
	}
}

@media (max-width:29.99em) {
	.StatsGrid__item {
		margin: 1em 0;
		width: 100%
	}
}

.StatsGrid__item hr {
	height: 2px;
	background-color: #289028;
	border: none
}

.lt-ie10 .StatsGrid__item {
	display: inline-block;
	float: left;
	margin: 0 .5%
}

.StatsGrid__main h2 {
	opacity: 0
}

.StatsGrid__subTitle p {
	font-size: .875em;
	line-height: 1.35714em;
	margin-bottom: 0
}

.StatsGrid__subTitle p.StatsGrid__bold {
	font-weight: 700
}

@media (min-width:46.25em) {
	.SwimLanes__item:nth-child(odd) .SwimLanes__data {
		background-color: #eee
	}
}

@media (min-width:46.25em) {
	.SwimLanes {
		margin: 0 auto;
		width: 60%
	}
}

.SwimLanes__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:46.24em) {
	.SwimLanes__item {
		display: block;
		padding: 15px;
		border-bottom: 2px #289028 dashed
	}
}

.lt-ie10 .SwimLanes__item {
	display: table;
	width: 100%
}

.lt-ie10 .SwimLanes__item:after,
.lt-ie10 .SwimLanes__item:before {
	content: " ";
	display: table
}

.lt-ie10 .SwimLanes__item:after {
	clear: both
}

.SwimLanes__title {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 2em;
	width: 15%;
	font-size: 10px;
	border-right: 2px #289028 dashed;
	border-bottom: solid 2px #289028
}

@media (min-width:46.25em) {
	.SwimLanes__title {
		width: 30%
	}
}

@media (max-width:46.24em) {
	.SwimLanes__title {
		display: block;
		margin-bottom: .5em;
		width: 100%;
		font-size: 12px;
		border-right: none;
		border-bottom: none
	}
}

.SwimLanes__title h2 {
	font-weight: 600
}

.lt-ie10 .SwimLanes__title {
	display: table-cell;
	vertical-align: middle;
	height: 100%
}

.SwimLanes__data {
	padding: 10px 30px;
	width: 70%;
	border-bottom: solid 2px #289028
}

@media (max-width:46.24em) {
	.SwimLanes__data {
		padding: 0;
		width: 100%;
		border-bottom: none
	}
}

.lt-ie10 .SwimLanes__data {
	display: inline-block;
	float: left
}

.SwimLanes__mainStat {
	margin-bottom: .5em
}

.MainStat__percentage {
	font-size: 3.125em;
	line-height: 1.1em;
	font-weight: 500;
	line-height: 40px
}

.MainStat__val {
	font-size: 1.3125em;
	line-height: 1.2381em;
	font-weight: 500
}

.SwimLanes__subStat {
	display: inline-block
}

.SubStat {
	font-size: .875em;
	line-height: 1.35714em;
	padding: 0 .5em
}

.SubStat__percentage {
	font-weight: 500
}

html[dir=rtl] .SwimLanes__title {
	padding-right: 0;
	padding-left: 2em;
	border-right: 0;
	border-left: 2px #289028 dashed
}

@media (max-width:46.24em) {
	html[dir=rtl] .SwimLanes__title {
		border-left: none
	}
}

html[dir=rtl] .SwimLanes__data {
	padding-right: 2em;
	padding-left: 0
}

@media (max-width:46.24em) {
	html[dir=rtl] .SwimLanes__data {
		padding: 0
	}
}

.modal--show--trigger:hover {
	cursor: pointer
}

.color-luminosity {
	position: relative;
	top: 3px;
	float: left;
	margin: .1875em 1.4em 0 1em;
	height: .875em;
	width: .875em;
	background: rgba(0, 0, 0, .55)
}

.color-luminosity:after,
.color-luminosity:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1em;
	height: .875em;
	width: .875em;
	background: rgba(0, 0, 0, .8)
}

.color-luminosity:after {
	right: -1em;
	left: auto;
	background: rgba(0, 0, 0, .2)
}

.ColourSwatches .modal--show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	width: auto;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.ColourSwatches .modal--show iframe {
	z-index: 9999;
	height: 560px;
	height: calc(95vh - 6em);
	width: 1200px;
	max-height: 560px;
	max-width: 90%;
	background: #fff;
	border: none
}

@media (max-width:46.24em) {
	.ColourSwatches .modal--show iframe {
		padding: 10px;
		width: 85%
	}
}

.ColourSwatches .modal--show iframe body,
.ColourSwatches .modal--show iframe html {
	height: 100%
}

.ColourSwatches .modal--show iframe .modal-colours .modal-content {
	max-height: auto
}

@media screen and (max-width:30em) {
	.modal--fade,
	.modal--show {
		right: 0;
		bottom: 0
	}
	.modal--fade .modal-close,
	.modal--show .modal-close {
		display: block;
		width: 0
	}
	.modal--fade .modal-close:before,
	.modal--show .modal-close:before {
		height: 100%
	}
}

.modal-inner.modal-colours {
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.modal-colour-close.modal-close:after {
	display: none
}

.modal-colour-close.modal-close:before {
	background: rgba(0, 0, 0, .6)
}

.clear {
	clear: both
}

.modal-colour-back,
.modal-colour-close-icon {
	position: absolute;
	top: 1em;
	color: #3a3a3a
}

@media (min-width:46.25em) {
	.modal-colour-back,
	.modal-colour-close-icon {
		top: -25px
	}
}

@media (max-width:480px) {
	.modal-colour-back,
	.modal-colour-close-icon {
		top: .5em
	}
}

.modal-colour-back:hover,
.modal-colour-close-icon:hover {
	text-decoration: none
}

.modal-colour-back span,
.modal-colour-close-icon span {
	font-size: .875em;
	line-height: 1.35714em;
	font-weight: 500;
	text-transform: uppercase
}

.modal-colour-back span.icon,
.modal-colour-close-icon span.icon {
	display: block;
	float: right;
	padding-left: .25em;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 65%
}

.modal-colour-close-icon {
	right: 1em
}

@media (max-width:480px) {
	.modal-colour-close-icon {
		right: .5em
	}
}

.modal-colour-back {
	left: 1em
}

@media (max-width:480px) {
	.modal-colour-back {
		left: .5em
	}
}

.modal-colours {
	position: relative;
	padding-top: 2.5em;
	background: 0 0;
	box-shadow: none
}

@media (max-width:46.24em) {
	.modal-colours {
		padding-top: 0
	}
}

@media (max-width:480px) {
	.modal-colours {
		z-index: 999;
		height: auto
	}
}

.modal-colours .modal-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: .7em 1em .7em .7em;
	background: #fff
}

@media (max-width:46.24em) {
	.modal-colours .modal-header {
		display: none
	}
}

.modal-colours .modal-content {
	position: relative;
	padding: 2em 0;
	max-height: calc(86vh - 6em);
	background: #fff
}

@media (max-width:46.24em) {
	.modal-colours .modal-content {
		max-height: 86vh
	}
}

@media (max-width:480px) {
	.modal-colours .modal-content {
		padding: 1.5em 0 1em
	}
}

.modal-colours .modal-content .title {
	padding: 0 2em
}

@media (max-width:61.24em) {
	.modal-colours .modal-content .title {
		max-width: 52%
	}
}

@media (max-width:46.24em) {
	.modal-colours .modal-content .title {
		padding: 0 1em 0 1em;
		max-width: none
	}
	.modal-colours .modal-content .title>p {
		margin-bottom: .5em
	}
}

.modal-colours .modal-content h2 {
	margin-top: -20px;
	margin-bottom: 20px
}

.modal-colours .modal-content .subtitle {
	font-size: 1.3125em;
	line-height: 1.2381em;
	line-height: 1.4em
}

.modal-colours .modal-content .errorMsg {
	display: none;
	color: #e4120e;
	font-weight: 800
}

.modal-colours .modal-content .arrow-basket {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	float: right;
	height: 45px;
	width: 25%;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background: #3a3a3a
}

@media (max-width:61.24em) {
	.modal-colours .modal-content .arrow-basket {
		margin-top: -60px;
		margin-right: 25px;
		width: 42%
	}
}

@media (max-width:46.24em) {
	.modal-colours .modal-content .arrow-basket {
		float: none;
		margin: auto;
		margin-bottom: 1em;
		width: 100%;
		max-width: 300px
	}
}

.modal-colours .modal-content .arrow-basket span {
	position: absolute;
	top: 2px;
	right: 50px
}

.modal-colours .modal-content .arrow-basket input {
	display: block;
	width: 100%;
	max-width: none;
	text-align: left
}

.modal-colours .modal-content .arrow-basket:hover {
	cursor: pointer
}

.modal-colours .modal-content .arrow-basket .icon {
	position: absolute;
	top: 1px;
	right: 30px;
	height: 100%
}

.modal-colours .modal-content .checkbox-row {
	margin-top: 9px
}

.modal-colours .modal-content .cart-prepend {
	float: right;
	padding: 9px 12px 2px 10px;
	background: #ededed;
	border: 1px solid #dcdcdc;
	border-right: none
}

.modal-colours .modal-content .cart-prepend .full-cart {
	display: none
}

.modal-colours .Filters-topNav {
	margin-top: 2em;
	padding: 0 2em 2em;
	padding-top: 1px;
	width: calc(100% - 4em);
	border-bottom: 1px solid #d3d3d3
}

@media (max-width:61.24em) {
	.modal-colours .Filters-topNav {
		margin-top: 0
	}
}

@media (max-width:480px) {
	.modal-colours .Filters-topNav {
		padding: 0 1em 1.5em;
		width: calc(100% - 2em)
	}
}

.modal-colours .Filters-topNav .color-groups {
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0 2em;
	width: calc(70% - 4em)
}

@media (max-width:61.24em) {
	.modal-colours .Filters-topNav .color-groups {
		box-sizing: border-box;
		float: none;
		margin: 0 1.5em;
		padding: 0;
		width: calc(100% - 3em)
	}
}

.modal-colours .Filters-topNav .color-groups .owl-stage-outer {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	border-right: 0;
	border-left: 0
}

.modal-colours .Filters-topNav .color-groups .owl-stage-outer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
	width: 1px;
	background: #d3d3d3
}

.modal-colours .Filters-topNav .color-groups .owl-stage-outer .owl-stage .owl-item {
	position: relative;
	vertical-align: middle;
	background: 0 0
}

.modal-colours .Filters-topNav .color-groups .owl-stage-outer .owl-stage .owl-item:after {
	content: "";
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 2;
	height: 200px;
	width: 1px;
	background: #d3d3d3
}

.modal-colours .Filters-topNav .color-groups .color-group {
	margin: 0;
	padding: .625em;
	height: 100%;
	text-align: center;
	background: #fff
}

@media (min-width:61.25em) {
	.modal-colours .Filters-topNav .color-groups .color-group {
		cursor: pointer
	}
}

.modal-colours .Filters-topNav .color-groups .color-group:hover {
	cursor: pointer
}

.modal-colours .Filters-topNav .color-groups .color-group.active {
	position: relative;
	font-weight: 500;
	background: #ededed;
	cursor: default
}

.modal-colours .Filters-topNav .color-groups .color-group.active:after,
.modal-colours .Filters-topNav .color-groups .color-group.active:before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 2;
	height: 100px;
	width: 100%;
	background: #ededed
}

.modal-colours .Filters-topNav .color-groups .color-group.active:after {
	top: auto;
	bottom: -100px
}

.modal-colours .Filters-topNav .color-groups .owl-nav {
	top: 45px;
	height: 100%;
	width: calc(100% - 4em)
}

@media (max-width:61.24em) {
	.modal-colours .Filters-topNav .color-groups .owl-nav {
		width: 100%
	}
}

.modal-colours .Filters-topNav .color-groups .owl-nav .owl-next,
.modal-colours .Filters-topNav .color-groups .owl-nav .owl-prev {
	top: 0;
	top: 50%;
	text-indent: -9999px;
	white-space: nowrap;
	background: #fff;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.modal-colours .Filters-topNav .color-groups .owl-nav .owl-next:before,
.modal-colours .Filters-topNav .color-groups .owl-nav .owl-prev:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 3px;
	height: .6em;
	width: .6em;
	border-top: 2px solid #3a3a3a;
	border-left: 2px solid #3a3a3a;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.modal-colours .Filters-topNav .color-groups .owl-nav .owl-next.disabled,
.modal-colours .Filters-topNav .color-groups .owl-nav .owl-prev.disabled {
	cursor: default;
	opacity: .3
}

.modal-colours .Filters-topNav .color-groups .owl-nav .owl-prev {
	top: 1.6em;
	left: .3em
}

@media (max-width:61.24em) {
	.modal-colours .Filters-topNav .color-groups .owl-nav .owl-prev {
		left: -1.5em
	}
}

.modal-colours .Filters-topNav .color-groups .owl-nav .owl-prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.modal-colours .Filters-topNav .color-groups .owl-nav .owl-next {
	top: 1.6em
}

@media (max-width:61.24em) {
	.modal-colours .Filters-topNav .color-groups .owl-nav .owl-next {
		right: -1.5em
	}
}

.ColourGrid {
	padding: 0 2em 0;
	overflow: -moz-scrollbars-none;
	overflow-y: auto;
	-ms-overflow-style: none
}

@media (max-width:46.24em) {
	.ColourGrid {
		box-sizing: border-box;
		width: 100%;
		max-height: 50vh;
		overflow-y: visible
	}
}

@media (max-width:480px) {
	.ColourGrid {
		padding: 0
	}
}

.ColourGrid::-webkit-scrollbar {
	display: none
}

.ColourGrid iframe {
	height: 50vh
}

.ColourGrid .subgroup-list {
	box-sizing: border-box;
	padding: 0 1em
}

@media (max-width:480px) {
	.ColourGrid .subgroup-list {
		max-width: 354px
	}
}

@media (max-width:400px) {
	.ColourGrid .subgroup-list {
		max-width: 274px
	}
}

.ColourGrid .subgroup-list .subgroup-element {
	overflow-y: auto
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category {
	margin-top: 1.5em
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .title {
	font-size: 1em;
	line-height: 1.3125em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 0;
	max-width: none
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list {
	overflow: hidden
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item {
	float: left;
	margin: 1% 2% 1% 0;
	width: 23%;
	cursor: pointer
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item:hover {
	cursor: pointer
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item:hover .color-block .checkbox label {
	background-image: url(../assets/img/design/plus-hover.svg)
}

@media (max-width:1200px) {
	.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item {
		width: 31.33%;
		cursor: default
	}
}

@media (max-width:991px) {
	.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item {
		margin-top: 1em;
		margin-bottom: 1em;
		width: 48%
	}
}

@media (max-width:600px) {
	.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item {
		float: none;
		margin-right: 0;
		width: 100%;
		overflow: hidden
	}
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item.active .color-block .checkbox label {
	background-image: url(../assets/img/design/inverted-tick.svg)
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item.active .color-block .checkbox label:hover {
	background-image: url(../assets/img/design/inverted-tick.svg)
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .color-block {
	position: relative;
	float: left;
	height: 4.375em;
	width: 4.375em
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .color-block .checkbox {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 2px;
	height: 20px;
	width: 20px;
	color: #d3d3d3;
	font-size: 2.5em;
	line-height: 48px;
	background: #fff
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .color-block .checkbox input {
	display: none
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .color-block .checkbox label {
	background-image: url(../assets/img/design/plus-inactive.svg);
	background-repeat: no-repeat;
	cursor: pointer
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .color-block .checkbox label:hover {
	background-image: url(../assets/img/design/plus-hover.svg)
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .description {
	float: left;
	margin-left: .625em;
	width: calc(100% - 80px)
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .description span {
	display: block
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .description span.title {
	padding: 0;
	max-width: none;
	font-weight: 400
}

.ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .description span.color-code {
	min-height: 30px;
	font-weight: 500
}

.ColourGrid .subgroup-list .owl-stage-outer {
	overflow: hidden
}

.ColourGrid .subgroup-list .owl-nav.disabled {
	display: none
}

@media (max-width:480px) {
	.modal-colour-close:before {
		height: 100%
	}
}

.ColourButtons-radio {
	position: absolute;
	left: -100000px
}

.ColourOne:checked+.ColourOne-buttons,
.ColourThree:checked+.ColourThree-buttons,
.ColourTwo:checked+.ColourTwo-buttons {
	background-color: #f3f3f3;
	border-bottom: .3em solid #f3f3f3
}

@media (max-width:46.24em) {
	.ColourOne:checked+.ColourOne-buttons,
	.ColourThree:checked+.ColourThree-buttons,
	.ColourTwo:checked+.ColourTwo-buttons {
		border: none
	}
}

.ColourOne:checked~.FilterPanels .ColourOne-panel,
.ColourThree:checked~.FilterPanels .ColourThree-panel,
.ColourTwo:checked~.FilterPanels .ColourTwo-panel {
	display: block
}

html[dir=rtl] .modal-colour-close-icon {
	right: auto;
	left: 1em
}

html[dir=rtl] .modal-colour-back {
	right: 1em;
	left: auto
}

html[dir=rtl] .modal-inner.modal-colours {
	right: 50%;
	left: auto
}

@media (min-width:46.25em) {
	html[dir=rtl] .modal-colours .modal-content .arrow-basket {
		float: left;
		margin-right: 0;
		margin-left: 25px
	}
}

html[dir=rtl] .modal-colours .modal-content .arrow-basket span {
	right: auto;
	left: 50px
}

html[dir=rtl] .modal-colours .modal-content .arrow-basket .icon {
	right: auto;
	left: 30px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

html[dir=rtl] .modal-colours .modal-content .arrow-basket input {
	text-align: right
}

html[dir=rtl] .modal-colours .Filters-topNav .color-groups .owl-nav .owl-next {
	top: 0;
	right: auto;
	left: -1.5em;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

html[dir=rtl] .modal-colours .Filters-topNav .color-groups .owl-nav .owl-prev {
	top: 0;
	right: -1.5em;
	left: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

html[dir=rtl] .ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .color-block {
	float: right
}

html[dir=rtl] .ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .color-block .checkbox {
	right: auto;
	left: 0
}

html[dir=rtl] .ColourGrid .subgroup-list .subgroup-element .subgroup-category .colors-list .color-item .description {
	margin-right: .625em;
	margin-left: 0
}

.ContactDetail {
	clear: both;
	margin-bottom: 3.75em
}

.ContactDetail-item {
	position: relative;
	padding: .875em 0;
	overflow: hidden;
	border-bottom: .125em solid #ededed
}

.ContactDetail-item:first-child {
	border-top: .125em solid #ededed
}

.ContactDetail-photo {
	position: absolute;
	top: .875em;
	height: auto;
	max-width: 11%
}

@media (min-width:46.25em) {
	.ContactDetail-address,
	.ContactDetail-profile,
	.ContactDetail-telephone {
		float: left
	}
}

@media (min-width:46.25em) {
	.ContactDetail-profile {
		margin-right: 2%;
		width: 48%
	}
}

.ContactDetail-profile h2 {
	margin: 0 0 .625em 0
}

.ContactDetail-profile p {
	margin: 0
}

@media (min-width:46.25em) {
	.ContactDetail-item--hasImage .ContactDetail-profile {
		margin-left: 13%;
		width: 35%
	}
}

@media (min-width:46.25em) {
	.ContactDetail-address {
		margin-right: 2%;
		width: 24%
	}
}

.ContactDetail-address p {
	margin-bottom: 0
}

@media (min-width:46.25em) {
	.ContactDetail-telephone {
		width: 24%
	}
}

.ContactDetail-telephone p {
	margin-bottom: 0
}

.ContactDetail-telephone .SocialIcons {
	margin-top: 1em
}

html[dir=rtl] .ContactDetail-address,
html[dir=rtl] .ContactDetail-profile,
html[dir=rtl] .ContactDetail-telephone {
	float: right
}

@media (max-width:46.24em) {
	html[dir=rtl] .ContactDetail-address,
	html[dir=rtl] .ContactDetail-profile,
	html[dir=rtl] .ContactDetail-telephone {
		float: none
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .ContactDetail-address {
		margin-right: 2%;
		margin-left: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .ContactDetail-profile {
		margin-right: 0;
		margin-left: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .ContactDetail-telephone {
		margin-right: 2%;
		width: 22%
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .SocialIcons-item {
		float: right
	}
}

.ContactFilter .FilterButtons-item {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 1em 3em 1em 1em;
	width: 27%;
	font-size: 1em;
	font-weight: 400;
	background-color: #fff;
	border: none;
	cursor: pointer
}

@media (max-width:46.24em) {
	.ContactFilter .FilterButtons-item {
		display: block;
		margin: 0 0 1em 0;
		width: 100%
	}
}

.ContactFilter .FilterButtons-item h4 {
	margin: 0;
	color: #3a3a3a;
	font-weight: 200
}

.ContactFilter .FilterButtons-item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: inline-block;
	vertical-align: top;
	margin-top: -.75em;
	height: .7em;
	width: .7em;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.ContactFilter .FilterButtons-item.is-active:after {
	margin-top: -.15em;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg)
}

.FilterButtons-radio {
	position: absolute;
	left: -100000px
}

#applications:checked~.FilterButtons #applications-tab,
#brands:checked~.FilterButtons #brands-tab,
#sectors:checked~.FilterButtons #sectors-tab {
	border-bottom: .3em solid #fff
}

@media (max-width:46.24em) {
	#applications:checked~.FilterButtons #applications-tab,
	#brands:checked~.FilterButtons #brands-tab,
	#sectors:checked~.FilterButtons #sectors-tab {
		border: none
	}
}

.FilterPanels .panel {
	display: none
}

#applications:checked~.FilterPanels .applications-panel,
#brands:checked~.FilterPanels .brands-panel,
#sectors:checked~.FilterPanels .sectors-panel {
	display: block
}

.FilterTag-checkbox {
	position: absolute;
	left: -100000px
}

.FilterPanels input:checked+label {
	color: #fff;
	background-color: #3a3a3a
}

.FilterTag-item {
	display: inline-block;
	list-style: none
}

.FilterTag-item label {
	padding: .4em;
	background-color: #ededed;
	cursor: pointer;
	transition: background-color .4s
}

.FilterTag-item label:hover {
	color: #fff;
	background-color: #666
}

.ContactMap-map {
	position: relative;
	margin-bottom: 3.75em;
	padding-bottom: 50%;
	height: 400px;
	overflow: hidden
}

.ContactMap-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%!important;
	width: 100%!important
}

.ContactUs {
	margin: 1.875em 0 3.75em 0;
	padding: 3.125em 0;
	background-color: #3a3a3a
}

@media (max-width:46.24em) {
	.ContactUs {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
}

.ContactUs h2.HeaderSection-title {
	color: #fff
}

.ContactUs .TextBlock {
	padding-left: 0;
	padding-right: 0;
	color: #fff
}

.ContactUs .Cta {
	font-size: 1em;
	line-height: 1.3125em;
	margin-bottom: 0;
	border: solid 1px #fff
}

.ContactUs[dir=rtl] .TextBlock-item {
	float: right
}

.SuperHero+.ContactNarrow {
	margin-top: -60px
}

.Hero+.ContactNarrow {
	margin-top: -60px
}

.ContactNarrow {
	box-sizing: border-box;
	margin-bottom: 3.75em;
	padding: .5em 0 1em 0;
	width: 100%;
	background-color: #3a3a3a;
}

@media (max-width:46.24em) {
	.ContactNarrow {
		padding: .3em .3em 3em .3em; /*padding: .3em .3em*/
	}
}

.ContactNarrow span {
	padding: .5em 0
}

.ContactNarrow .Cta {
	float: right;
	margin: 1.7em 0;
	border: solid 1px #fff
}

@media (max-width:46.24em) {
	.ContactNarrow .Cta {
		float: left
	}
}

.ContactNarrow[dir=rtl] .Cta {
	float: left
}

.ContactNarrow .ContactIcon-wrap {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin: 1.5em 0 0 0;
	margin-left: 1.5em
}

@media (max-width:46.24em) {
	.ContactNarrow .ContactIcon-wrap {
		margin-left: 0;
		width: 100%
	}
}

.ContactNarrow .ContactIcon-wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ededed;
	text-decoration: none
}

.ContactNarrow .ContactIcon {
	display: block;
	display: inline-block;
	padding: .5em;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background: no-repeat 50% 50%;
	border: solid 1px #fff
}

.ContactNarrow .ContactIcon svg {
	display: block
}

.ContactNarrow p {
	margin-bottom: 0;
	margin-left: 1em;
	color: #ededed
}

.ContactWrap-number {
	display: inline-block;
	float: left;
	margin-right: 10%;
	padding: 1.5em 0
}

.ContactWrap-number h2 {
	margin: 0;
	color: #fff
}

.ContactWrap:after,
.ContactWrap:before {
	content: " ";
	display: table
}

.ContactWrap:after {
	clear: both
}

.SocialIcons-item--email#ffffff a {
	background-image: url(../assets/img/design/mail-#ffffff.svg)
}

.no-svg .SocialIcons-item--email#ffffff a {
	background-image: url(../assets/img/design/mail-#ffffff.png)
}

.SocialIcons-item--phone#ffffff a {
	background-image: url(../assets/img/design/phone-#ffffff.svg)
}

.no-svg .SocialIcons-item--phone#ffffff a {
	background-image: url(../assets/img/design/phone-#ffffff.png)
}

html[dir=rtl] .ContactWrap-number {
	float: right;
	margin-right: 0;
	margin-left: 10%
}

@media (max-width:46.24em) {
	html[dir=rtl] .ContactWrap-number {
		margin-left: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .ContactIcon-wrap {
		float: right
	}
}

html[dir=rtl] .ContactNarrow p {
	margin-right: 1em;
	margin-left: 0
}

html[dir=rtl] .data-number {
	direction: ltr
}

html[dir=rtl] .ContactNarrow .Cta {
	float: right
}

.ContentListing-item {
	padding: .875em 0;
	overflow: hidden;
	border-bottom: 1px solid #ededed
}

.ContentListing-item:first-child {
	border-top: 1px solid #ededed
}

.ContentListing-img {
	float: left;
	width: 20%
}

.ContentListing-title {
	font-size: 1.3125em;
	line-height: 1.2381em
}

.ContentListing-title>a {
	color: #3a3a3a
}

.ContentListing-item--hasImage .ContentListing-content {
	padding-left: 25%
}

.ContentListing-date {
	font-size: .875em;
	line-height: 1.35714em
}

.cookieConsent {
	position: fixed;
	right: 0;
	bottom: -100%;
	left: 0;
	z-index: 100000; /*1000;*/
	padding: 1em 0;
	max-height: 100%;
	max-height: calc(100% - 3em);
	color: #fff;
	background-color: #3a3a3a;
	transition: 1s bottom ease-in-out
}

.cookieConsent a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline
}

.cookieConsent.cookieConsent-js {
	bottom: 0
}

.cookieConsent.cookieConsent-no-js {
	position: static
}

.cookieConsent .CookieConsent-container {
	margin-right: auto;
	margin-left: auto;
	padding: 0 1em;
	min-height: 65px;
	max-width: 75em;
	overflow-y: auto
}

.cookieConsent .CookieConsent-container:first-child {
	height: auto;
	max-height: 300px
}

@media screen and (max-height:400px) {
	.cookieConsent .CookieConsent-container:last-child {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 0;
		width: 100%;
		max-height: 100%;
		background-color: #3a3a3a
	}
	.cookieConsent .CookieConsent-container:last-child p {
		margin: 0;
		padding-top: 28px
	}
}

.cookieConsent .CookieConsent-container .CookieConsent-para {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin: 0;
	width: 60%
}

@media (max-width:46.24em) {
	.cookieConsent .CookieConsent-container .CookieConsent-para {
		padding: .5em;
		width: 100%
	}
}

.cookieConsent .CookieConsent-container .CookieConsent-buttons {
	margin: 0;
	padding-top: 28px
}

@media (max-width:46.24em) {
	.cookieConsent .CookieConsent-container .CookieConsent-buttons {
		box-sizing: border-box;
		display: block;
		float: left;
		width: 100%;
		text-align: center
	}
}

.cookieConsent .CookieConsent-container .CookieConsent-buttons.js-giveEdge {
	border-top: 1px solid #fff
}

.cookieConsent .CookieConsent-container input {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 0;
	padding: 0;
	min-width: none;
	font-weight: 700;
	text-decoration: underline;
	white-space: normal
}

@media (max-width:46.24em) {
	.cookieConsent .CookieConsent-container input {
		width: auto;
		max-width: none
	}
}

.cookieConsent .CookieConsent-container input:hover {
	text-decoration: underline
}

.cookieConsent .CookieConsent-container a.cookieManageBtn {
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	border: 1px solid #fff
}

@media (max-width:46.24em) {
	.cookieConsent .CookieConsent-container a.cookieManageBtn {
		width: auto;
		max-width: none
	}
}

.cookieConsent .CookieConsent-inner {
	margin-bottom: 75px
}

.cookieConsentBtn,
.cookieManageBtn {
	max-width: none
}

.cookieConsentBtn {
	display: none
}

.cookieConsent-js .cookieConsentBtn {
	display: inline-block
}

.CountrySiteHeader {
	position: relative;
	z-index: 11;
	margin-bottom: 1.875em;
	padding-bottom: 6.5em
}

.CountrySiteHeader:after,
.CountrySiteHeader:before {
	content: " ";
	display: table
}

.CountrySiteHeader:after {
	clear: both
}

@media (max-width:46.24em) {
	.CountrySiteHeader {
		box-sizing: border-box;
		padding-bottom: 2em;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.CountrySiteHeader {
		margin-bottom: 1.875em
	}
}

.CountrySiteHeader.CountrySiteHeader--global {
	margin-bottom: 0;
	padding-bottom: 0
}

.CountrySiteHeader:before {
	opacity: 0;
	transition: opacity .5s
}

.CountrySiteHeader.is-masking:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, .75);
	opacity: 1
}

.CountrySiteHeader a {
	text-decoration: none
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.HeaderSection {
		padding-top: 4.375em
	}
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.Breadcrumb+.InPageNav,
	.CountrySiteHeader+.InPageNav {
		padding-top: 4.375em
	}
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.Breadcrumb+.u-constrain,
	.CountrySiteHeader+.u-constrain {
		padding-top: 2.0625em
	}
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.Breadcrumb+a+.HeaderSection,
	.CountrySiteHeader+a+.HeaderSection {
		padding-top: 4.375em
	}
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.Breadcrumb+.HeaderSection,
	.CountrySiteHeader+.HeaderSection {
		padding-top: 4.375em
	}
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.Breadcrumb+.TitleSummary,
	.CountrySiteHeader+.TitleSummary {
		padding-top: 4.375em
	}
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.Breadcrumb+.SummaryBlock,
	.CountrySiteHeader+.SummaryBlock {
		padding-top: 4.375em
	}
}

.CountrySiteHeader-container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff
}

@media (max-width:46.24em) {
	.CountrySiteHeader-container {
		overflow: hidden;
		background: #fff
	}
}

.CountrySiteHeader--global .CountrySiteHeader-container {
	margin-top: 2em;
	margin-right: 2em
}

.CountryBrand {
	display: block;
	background: #fff
}

@media (max-width:46.24em) {
	.CountryBrand {
		margin: 1em 1em 1em 7.56303%;
		width: 3.75em
	}
}

@media (min-width:46.25em) {
	.CountryBrand {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		z-index: 5;
		padding: 1.25em;
		height: 6.25em;
		width: 14em
	}
}

.CountryBrand.is-fixed {
	position: fixed;
	padding: .5em;
	height: 48px
}

@media (max-width:46.24em) {
	.CountryBrand.is-fixed {
		position: static;
		padding: 0;
		height: auto
	}
}

@media (min-width:46.25em) {
	.CountrySiteHeader--brandSmall .CountryBrand {
		top: 0;
		height: 3.25em
	}
}

@media (min-width:46.25em) {
	.CountrySiteHeader--noNav .CountryBrand {
		top: 0
	}
}

@media (min-width:46.25em) {
	.CountrySiteHeader--noNav.is-masking .CountryBrand {
		display: none
	}
}

.CountryBrand-logo {
	transition: .5s all
}

@media (max-width:46.24em) {
	.CountryBrand-logo {
		width: 100%
	}
}

@media (min-width:46.25em) {
	.CountryBrand-logo {
		display: block;
		margin: 0 auto;
		height: 100%
	}
}

.CountryBrand-logo.is-small {
	height: 2.2em
}

@media (min-width:46.25em) {
	.CountrySiteHeader--brandSmall .CountryBrand-logo {
		margin: -16px 0 0 -33px;
		height: 2em;
		width: 4.125em
	}
}

.CountryTools {
	padding: 1em 0 0 0
}

.CountryTools:after,
.CountryTools:before {
	content: " ";
	display: table
}

.CountryTools:after {
	clear: both
}

@media (max-width:46.24em) {
	.CountryTools.is-hidden {
		display: none
	}
}

@media (min-width:46.25em) {
	.CountryTools {
		box-sizing: border-box;
		position: relative;
		padding: 0;
		padding-left: 14em;
		height: 3.25em;
		border-bottom: solid 1px #ececec
	}
	.CountrySiteHeader--noNav .CountryTools {
		padding-left: 15.625em;
		height: 6.5em
	}
}

.CountryTools-container>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:46.25em) {
	.CountryTools-container>ul {
		float: right;
		height: 3.25em
	}
}

@media (max-width:46.24em) {
	.CountryTools-container>ul {
		padding-top: 2em;
		text-align: center
	}
	.CountryTools-container>ul.is-active {
		height: 500px
	}
	.CountryTools-container>ul.is-active .CountryLanguageSelector {
		position: absolute;
		left: 0
	}
	.CountryTools-container>ul.is-active .CountryTools-item--countrySearch {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}
}

@media (max-width:46.24em) {
	.CountryTools-item--countryLanguageSelector,
	.CountryTools-item--countryRegionSelector,
	.CountryTools-item--countryShare,
	.CountryTools-item--countryUsers {
		display: inline-block;
		vertical-align: top;
		cursor: pointer
	}
}

.CountryTools-item.CountryTools-item--global {
	padding: 1.28571em 1.42857em;
	background-color: #ededed
}

.CountryTools-item.CountryTools-item--global a {
	margin: 0;
	color: #3a3a3a
}

.CountryTools-item.CountryTools-item--global:before {
	content: none
}

.CountrySiteHeader--global .CountryTools-button--CountryUsers:before {
	content: none
}

.CountryTools-item {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative
}

@media (min-width:46.25em) {
	.CountryTools-item {
		float: left;
		margin-bottom: 0
	}
}

.CountryTools-item--countrySearch {
	position: static
}

.CountryTools-item--countryProductSelector {
	position: static
}

.CountryTools-button {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	display: block;
	margin: 0 1.14286em;
	color: #3a3a3a;
	text-decoration: none
}

@media (max-width:46.24em) {
	.CountryTools-button {
		margin: 0
	}
}

@media (min-width:46.25em) {
	.CountryTools-button {
		box-sizing: border-box;
		margin: 0;
		padding: 1.28571em 1.42857em;
		height: 3.71429em
	}
	.CountryTools-button:before {
		content: "";
		position: absolute;
		top: 1.14286em;
		left: 0;
		height: 1.3em;
		width: 1px;
		background: #bababa
	}
}

.CountryTools-button.CountryTools-button--CountryShare:before {
	display: none
}

.CountryTools-button:focus {
	outline: 0
}

.CountryTools-button:hover {
	text-decoration: underline;
	cursor: pointer
}

.CountryTools-button--CountrySearch,
.CountryTools-button--CountryShare,
.CountryTools-button--CountryUsers {
	box-sizing: border-box;
	position: relative;
	height: 3.71429em;
	width: 3.57143em;
	text-indent: -999em
}

@media (min-width:46.25em) {
	.CountryTools-button--CountrySearch:after,
	.CountryTools-button--CountryShare:after,
	.CountryTools-button--CountryUsers:after {
		top: 1.28571em;
		left: 1.28571em
	}
	.CountryTools-button--CountrySearch svg,
	.CountryTools-button--CountryShare svg,
	.CountryTools-button--CountryUsers svg {
		top: 1.28571em;
		left: 1.28571em
	}
}

.CountrySiteHeader[dir=rtl] .CountryTools-button--CountrySearch,
.CountrySiteHeader[dir=rtl] .CountryTools-button--CountryShare,
.CountrySiteHeader[dir=rtl] .CountryTools-button--CountryUsers {
	text-indent: 999em
}

.CountryTools-button--CountrySearch:after,
.CountryTools-button--CountryShare:after,
.CountryTools-button--CountryUsers:after {
	content: "";
	position: absolute;
	top: 1em;
	left: 1em;
	height: 1.28571em;
	width: 1.28571em;
	background: no-repeat 0 0;
	background-size: auto 1em
}

.CountryTools-button--CountrySearch svg,
.CountryTools-button--CountryShare svg,
.CountryTools-button--CountryUsers svg {
	position: absolute;
	top: 1em;
	left: 1em;
	height: 1em;
	width: 1em
}

.CountryTools-button--CountryLanguageSelector,
.CountryTools-button--CountryProductSelector,
.CountryTools-button--countryRegionSelector {
	position: relative;
	padding-right: 2.57143em;
	font-weight: 400
}

@media (max-width:46.24em) {
	.CountryTools-button--CountryLanguageSelector,
	.CountryTools-button--CountryProductSelector,
	.CountryTools-button--countryRegionSelector {
		margin-left: 0;
		padding: 1.07143em 1.42857em
	}
}

.CountryTools-button--CountryLanguageSelector svg,
.CountryTools-button--CountryProductSelector svg,
.CountryTools-button--countryRegionSelector svg {
	position: absolute;
	top: .28571em;
	right: 0;
	height: .57143em;
	width: .85714em
}

@media (min-width:46.25em) {
	.CountryTools-button--CountryLanguageSelector svg,
	.CountryTools-button--CountryProductSelector svg,
	.CountryTools-button--countryRegionSelector svg {
		top: 1.57143em;
		right: .71429em
	}
}

.CountryTools-button--CountryLanguageSelector svg.CountryTools-ArrowUp,
.CountryTools-button--CountryProductSelector svg.CountryTools-ArrowUp,
.CountryTools-button--countryRegionSelector svg.CountryTools-ArrowUp {
	display: none
}

.CountryTools-button--CountryLanguageSelector svg.CountryTools-ArrowDown,
.CountryTools-button--CountryProductSelector svg.CountryTools-ArrowDown,
.CountryTools-button--countryRegionSelector svg.CountryTools-ArrowDown {
	display: block
}

.CountryTools-button--CountryLanguageSelector.is-active svg.CountryTools-ArrowUp,
.CountryTools-button--CountryProductSelector.is-active svg.CountryTools-ArrowUp,
.CountryTools-button--countryRegionSelector.is-active svg.CountryTools-ArrowUp {
	display: block
}

.CountryTools-button--CountryLanguageSelector.is-active svg.CountryTools-ArrowDown,
.CountryTools-button--CountryProductSelector.is-active svg.CountryTools-ArrowDown,
.CountryTools-button--countryRegionSelector.is-active svg.CountryTools-ArrowDown {
	display: none
}

.CountryTools-button--CountryProductSelector:before {
	background: 0 0
}

.CountryLanguageSelector,
.CountryProductSelector,
.CountryRegionSelector,
.CountryShare,
.CountryUsers {
	padding: 1.14286em;
	visibility: visible;
	opacity: 1
}

@media (min-width:46.25em) {
	.CountryLanguageSelector,
	.CountryProductSelector,
	.CountryRegionSelector,
	.CountryShare,
	.CountryUsers {
		position: absolute;
		left: 0;
		z-index: 3;
		background: #fff
	}
}

.CountryLanguageSelector>ul,
.CountryProductSelector>ul,
.CountryRegionSelector>ul,
.CountryShare>ul,
.CountryUsers>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (max-width:46.24em) {
	.CountryLanguageSelector.is-hidden,
	.CountryProductSelector.is-hidden,
	.CountryRegionSelector.is-hidden,
	.CountryShare.is-hidden,
	.CountryUsers.is-hidden {
		display: none
	}
}

@media (min-width:46.25em) {
	.CountryLanguageSelector.is-hidden,
	.CountryProductSelector.is-hidden,
	.CountryRegionSelector.is-hidden,
	.CountryShare.is-hidden,
	.CountryUsers.is-hidden {
		visibility: hidden;
		opacity: 0
	}
}

@media (min-width:46.25em) {
	.CountryRegionSelector {
		width: 100%
	}
}

@media (min-width:46.25em) {
	.CountryRegionSelector-item>a {
		color: #3a3a3a;
		font-weight: 400
	}
}

.CountryLanguageSelector {
	right: 0;
	left: inherit;
	margin-top: 11px;
	padding: 0;
	border: solid 1px #ececec;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.CountryLanguageSelector:after,
.CountryLanguageSelector:before {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 70%;
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent
}

.CountryLanguageSelector:after {
	margin-left: -9px;
	border-width: 9px;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff
}

.CountryLanguageSelector:before {
	margin-left: -10px;
	border-width: 10px;
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ececec
}

.CountryLanguageSelector ul {
	max-height: 330px;
	overflow-y: auto
}

.CountryLanguageSelector ul ::-webkit-scrollbar {
	width: 12px
}

.CountryLanguageSelector ul ::-webkit-scrollbar-track {
	opacity: 0
}

.CountryLanguageSelector ul ::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px
}

.CountryLanguageSelector-item {
	margin: 0;
	padding: 1em 2em;
	text-align: center;
	border-bottom: solid 1px #ececec
}

.CountryLanguageSelector-item:last-of-type {
	border-bottom: none
}

@media (min-width:46.25em) {
	.CountryLanguageSelector-item>a {
		color: #3a3a3a;
		font-weight: 400
	}
}

@media (min-width:46.25em) {
	.CountryTools-button--countryRegionSelector {
		padding-left: 3.42857em
	}
	.CountryTools-button--countryRegionSelector svg:first-child {
		top: 1em;
		left: 1.14286em
	}
}

@media (max-width:46.24em) {
	.CountryTools-button--countryRegionSelector {
		padding-left: 2.14286em
	}
	.CountryTools-button--countryRegionSelector svg:first-child {
		left: 0
	}
}

.CountryTools-button--countryRegionSelector:before {
	content: none
}

.CountryTools-button--countryRegionSelector svg:first-child {
	position: absolute;
	height: 1.28571em;
	width: 1.28571em
}

@media (max-width:46.24em) {
	.CountryTools-button--countryRegionSelector svg:first-child {
		margin-top: -.3em
	}
}

.CountryProductSelector {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	z-index: 3;
	width: 100%
}

@media (max-width:46.24em) {
	.CountryProductSelector {
		position: static;
		overflow: hidden
	}
}

@media (min-width:46.25em) {
	.CountryProductSelector {
		padding: 4.28571em 3.57143em
	}
}

.CountryProductSelector-titles {
	padding: 30px
}

@media (max-width:46.24em) {
	.CountryProductSelector-titles {
		padding: 0 0 30px 0
	}
}

.CountryProductSelector-titles h2 {
	margin: 0 6px;
	padding-bottom: 1em;
	border-bottom: 1px solid #ececec
}

.CountryProductSelector-container {
	box-sizing: border-box;
	float: left;
	width: 100%
}

.CountryProductSelector-container:after,
.CountryProductSelector-container:before {
	content: " ";
	display: table
}

.CountryProductSelector-container:after {
	clear: both
}

@media (max-width:46.24em) {
	.CountryProductSelector-container .HighProduct {
		width: 48.8%
	}
}

@media (min-width:46.25em) {
	.CountryProductSelector-container {
		width: 60%
	}
	.CountryProductSelector-container .HighProduct {
		width: 48.8%
	}
}

@media (min-width:61.25em) {
	.CountryProductSelector-container {
		width: 80%
	}
	.CountryProductSelector-container .HighProduct {
		width: 32%
	}
}

@media (min-width:75em) {
	.CountryProductSelector-container {
		width: 80%
	}
	.CountryProductSelector-container .HighProduct {
		width: 19%
	}
}

.CountryProductSelector-container .HighProduct {
	box-sizing: border-box;
	float: left;
	margin: 0 .5% 1% .5%
}

.CountryProductSelector-container .HighProduct.is-hidden {
	display: none
}

.CountryProductSelector-Spotlights {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0 30px 30px 30px;
	border-right: 1px solid #ececec
}

.CountryProductSelector-Spotlights:after,
.CountryProductSelector-Spotlights:before {
	content: " ";
	display: table
}

.CountryProductSelector-Spotlights:after {
	clear: both
}

@media (max-width:46.24em) {
	.CountryProductSelector-Spotlights {
		padding: 0 0 30px 0;
		border: none
	}
}

.CountryProductSelector-container--right {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%
}

@media (min-width:46.25em) {
	.CountryProductSelector-container--right {
		width: 40%
	}
}

@media (min-width:61.25em) {
	.CountryProductSelector-container--right {
		width: 20%
	}
}

.CountryProductSelector-businessList {
	padding: 0 30px 30px
}

@media (max-width:46.24em) {
	.CountryProductSelector-businessList {
		padding: 0 0 30px 0
	}
}

.BusinessList {
	box-sizing: border-box;
	padding: 0;
	overflow-y: auto;
	list-style: none
}

.BusinessList-item {
	font-size: 1em;
	line-height: 1.3125em;
	margin-bottom: 2.5em
}

.BusinessList-item a {
	display: block;
	width: 100%;
	color: #3a3a3a
}

.CountryProductSelector-showToggle {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	padding: .85714em;
	background: #fff;
	border: 1px solid #3a3a3a
}

@media (min-width:46.25em) {
	.CountryProductSelector-showToggle {
		position: absolute;
		top: 12.85714em;
		left: 2.85714em
	}
}

.CountryProductSelector-showToggle:hover {
	text-decoration: underline
}

.CountryProductSelector-showToggle.is-hidden {
	display: none
}

.CountryProductSelector-close {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	position: absolute;
	top: .57143em;
	right: .57143em;
	margin: 1.14286em;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	cursor: pointer
}

@media (max-width:46.24em) {
	.CountryProductSelector-close {
		display: none
	}
}

.CountrySiteHeader[dir=rtl] .CountryProductSelector-close {
	text-indent: 999em
}

@media (min-width:46.25em) {
	.CountrySearch {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 3;
		padding-left: 224px;
		width: 100%;
		background: #fff
	}
}

@media (min-width:46.25em) {
	.CountrySearch.is-hidden {
		display: none
	}
}

@media (max-width:46.24em) {
	.CountrySearch-form {
		box-sizing: border-box;
		position: relative;
		padding: 0 1.14286em;
		width: 100%;
		overflow: hidden
	}
}

.CountrySearch-form>.CountrySearch-container {
	margin: 0;
	padding: 0;
	min-width: 0;
	border: none;
	overflow: hidden
}

@media (max-width:46.24em) {
	.CountrySearch-form>.CountrySearch-container {
		position: relative;
		width: 100%;
		overflow: hidden
	}
}

.CountrySearch-input {
	padding: 1.1875em 1.28571em;
	font-weight: 400;
	border: none;
	transition: .4s all
}

@media (max-width:46.24em) {
	.CountrySearch-input {
		box-sizing: content-box;
		width: 100%;
		background: #ededed
	}
}

@media (min-width:46.25em) {
	.CountrySearch-input {
		width: 100%;
		background: #fff
	}
}

.CountrySearch-input:focus,
.CountrySearch-input:hover {
	border-bottom: 1px solid #004288;
	outline: 0
}

.CountrySearch-input input[type=search] {
	box-sizing: border-box
}

.CountrySearch-button {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	right: 0;
	height: 3em;
	width: 2.4em;
	font-weight: 700;
	text-indent: -999em;
	text-transform: uppercase;
	background: url(../assets/img/design/search.svg) 1.7px 17.7px no-repeat;
	background-size: 14.7px
}

.CountrySiteHeader[dir=rtl] .CountrySearch-button {
	text-indent: 999em
}

.SocialModal>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}

@media (min-width:46.25em) {
	.SocialModal .Cta {
		margin-left: .625em
	}
}

.SocialModal-item {
	font-size: .875em;
	line-height: 1.35714em
}

@media (max-width:46.24em) {
	.SocialModal-item {
		display: inline-block;
		margin: 0 .3125em
	}
}

@media (min-width:46.25em) {
	.SocialModal-item {
		float: left;
		margin-left: .625em
	}
}

.SocialModal-item a {
	display: block;
	height: 2.75em;
	width: 2.75em;
	overflow: hidden;
	color: #3a3a3a;
	text-indent: -999em;
	background: no-repeat 50% 50%
}

.CountrySiteHeader[dir=rtl] .SocialModal-item a {
	text-indent: 999em
}

.SocialModal-item--twitter a {
	background-image: url(../assets/img/design/icon-twitter.svg)
}

.no-svg .SocialModal-item--twitter a {
	background-image: url(../assets/img/design/icon-twitter.png)
}

.SocialModal-item--facebook a {
	background-image: url(../assets/img/design/icon-facebook.svg)
}

.no-svg .SocialModal-item--facebook a {
	background-image: url(../assets/img/design/icon-facebook.png)
}

.SocialModal-item--linkedIn a {
	background-image: url(../assets/img/design/icon-linkedin.svg)
}

.no-svg .SocialModal-item--linkedIn a {
	background-image: url(../assets/img/design/icon-linkedin.png)
}

.SocialModal-item--googlePlus a {
	background-image: url(../assets/img/design/icon-googleplus.svg)
}

.no-svg .SocialModal-item--googlePlus a {
	background-image: url(../assets/img/design/icon-googleplus.png)
}

.modal--fade .modal-close:before,
.modal--show .modal-close:before {
	background: rgba(0, 0, 0, .75)
}

.ProductsSelector-container .ProductGroup.ProductGroup-noSlide {
	display: inline-block;
	margin-right: 5px;
	margin-left: 0;
	width: 16.2%
}

.ProductsSelector-container .ProductGroup.ProductGroup-noSlide:nth-of-type(6) {
	margin-right: 0
}

.HighProduct-application {
	box-sizing: border-box;
	position: relative;
	padding: 0 30px 30px 30px;
	width: 100%;
	border-right: 1px solid #ececec
}

@media (max-width:46.24em) {
	.HighProduct-application {
		border-right: none
	}
}

.HighProduct-application a:hover {
	text-decoration: none
}

.HighProduct-application img {
	display: block;
	width: 100%
}

.HighProduct-application .HighProduct-applicationText {
	box-sizing: border-box;
	position: absolute;
	bottom: 30px;
	padding: 1em;
	width: 50%;
	color: #fff;
	background-color: #3a3a3a
}

@media (max-width:74.99em) {
	.HighProduct-application .HighProduct-applicationText {
		position: static;
		width: 100%
	}
}

.HighProduct-application .HighProduct-applicationText h4 {
	font-size: 1.3125em;
	line-height: 1.2381em;
	margin: 0;
	color: #fff;
	line-height: 1.9
}

.HighProduct-application .HighProduct-applicationText p {
	font-size: 1em;
	line-height: 1.3125em;
	color: #fff
}

.CountrySiteHeader--global .CountryTools-button--CountryShare:before {
	display: none
}

.CountryTools-item--global+.CountryTools-item .CountryTools-button:before {
	display: none
}

html[dir=rtl] .SocialModal-item {
	float: right
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountrySearch,
	html[dir=rtl] .CountryTools {
		padding-right: 224px;
		padding-left: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryTools-item {
		float: right
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryTools-container>ul {
		float: left
	}
}

html[dir=rtl] .CountryTools-button--CountryLanguageSelector,
html[dir=rtl] .CountryTools-button--CountryProductSelector,
html[dir=rtl] .CountryTools-button--countryRegionSelector {
	padding-left: 2.57143em
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryTools-button--CountryLanguageSelector,
	html[dir=rtl] .CountryTools-button--CountryProductSelector,
	html[dir=rtl] .CountryTools-button--countryRegionSelector {
		padding-right: 0;
		padding-left: 2.57143em
	}
}

html[dir=rtl] .CountryTools-button--CountryLanguageSelector svg.CountryTools-ArrowDown,
html[dir=rtl] .CountryTools-button--CountryLanguageSelector svg.CountryTools-ArrowUp,
html[dir=rtl] .CountryTools-button--CountryProductSelector svg.CountryTools-ArrowDown,
html[dir=rtl] .CountryTools-button--CountryProductSelector svg.CountryTools-ArrowUp,
html[dir=rtl] .CountryTools-button--countryRegionSelector svg.CountryTools-ArrowDown,
html[dir=rtl] .CountryTools-button--countryRegionSelector svg.CountryTools-ArrowUp {
	right: auto;
	left: .71429em
}

html[dir=rtl] .CountryTools-button--countryRegionSelector {
	padding-right: 2.57143em
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryTools-button--countryRegionSelector {
		padding-right: 2em
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryTools-button--countryRegionSelector svg {
		right: 0
	}
}

@media (max-width:46.24em) {
	html[dir=rtl] .CountryTools-button--countryRegionSelector svg:first-child {
		margin-right: .5em
	}
}

html[dir=rtl] .CountryTools-button:before {
	right: 0;
	left: auto
}

html[dir=rtl] .CountrySearch-button {
	right: auto;
	left: 0;
	background-position: 17.7px 17.7px
}

html[dir=rtl] .CountrySearch-button .CountrySiteHeader {
	text-indent: 999em
}

html[dir=rtl] .CountryProductSelector-container {
	float: right
}

html[dir=rtl] .CountryProductSelector-close {
	right: auto;
	left: .57143em
}

html[dir=rtl] .CountryProductSelector-Spotlights {
	border-right: 0;
	border-left: 1px solid #ececec
}

.CountryNav {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
	border-bottom: solid 1px #ececec
}

.CountryNav:after,
.CountryNav:before {
	content: " ";
	display: table
}

.CountryNav:after {
	clear: both
}

@media (max-width:46.24em) {
	.CountryNav.is-hidden {
		display: none
	}
}

@media (min-width:46.25em) {
	.CountryNav {
		padding-left: 14em;
		height: 3em
	}
	.CountrySiteHeader[dir=rtl] .CountryNav {
		padding-right: 14em;
		padding-left: 0
	}
}

.CountryNav.is-fixed {
	position: fixed
}

@media (max-width:46.24em) {
	.CountryNav.is-fixed {
		position: relative
	}
}

@media (min-width:46.25em) {
	.CountrySiteHeader--brandSmall .CountryNav {
		padding-left: 0;
		min-height: 0
	}
}

.CountryNav>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.CountryNav-item,
.MoreHide {
	font-size: .875em;
	line-height: 1.35714em;
	margin: 0
}

@media (min-width:46.25em) {
	.CountryNav-item,
	.MoreHide {
		float: left
	}
	.CountrySiteHeader[dir=rtl] .CountryNav-item,
	.CountrySiteHeader[dir=rtl] .MoreHide {
		float: right
	}
}

.CountryNav-item>a,
.MoreHide>a {
	position: relative;
	display: block;
	padding: 1.07143em 1.42857em;
	color: #3a3a3a
}

.CountryNav-item>a.is-active--page,
.MoreHide>a.is-active--page {
	color: #fff;
	background: #808c98
}

.CountryNav-item>a.is-active--page svg path,
.MoreHide>a.is-active--page svg path {
	fill: #fff
}

.CountryNav-item>a.is-active--page+.CountryNav-item--SecondLevel,
.MoreHide>a.is-active--page+.CountryNav-item--SecondLevel {
	background: #808c98
}

.CountryNav-item>a.is-active--page+.CountryNav-item--SecondLevel .CountryNav-item>a,
.CountryNav-item>a.is-active--page+.CountryNav-item--SecondLevel .MoreHide>a,
.MoreHide>a.is-active--page+.CountryNav-item--SecondLevel .CountryNav-item>a,
.MoreHide>a.is-active--page+.CountryNav-item--SecondLevel .MoreHide>a {
	color: #fff
}

.CountryNav-list:after,
.CountryNav-list:before {
	content: " ";
	display: table
}

.CountryNav-list:after {
	clear: both
}

.CountryNav-item--SecondLevel {
	box-sizing: border-box;
	left: 0;
	margin: 0;
	padding-left: 0;
	width: 100%;
	background-color: #f1f1f1;
	list-style: none
}

@media (min-width:46.25em) {
	.CountryNav-item--SecondLevel {
		position: absolute
	}
}

.CountryNav-item--SecondLevel .CountryNav-item,
.CountryNav-item--SecondLevel .MoreHide {
	margin-left: 1.63265em
}

@media (min-width:46.25em) {
	.CountryNav-item--SecondLevel .CountryNav-item,
	.CountryNav-item--SecondLevel .MoreHide {
		margin-left: 0
	}
	.CountryNav-item--SecondLevel .CountryNav-item:first-child,
	.CountryNav-item--SecondLevel .MoreHide:first-child {
		margin-left: 4.28571em
	}
}

.CountryNav-item--SecondLevel .CountryNav-item .ProductGroup-dropDownItem--vertical a,
.CountryNav-item--SecondLevel .MoreHide .ProductGroup-dropDownItem--vertical a {
	padding-left: 0
}

.CountryNav-item--SecondLevel .CountryNav-item a,
.CountryNav-item--SecondLevel .MoreHide a {
	padding-left: 1.42857em;
	font-size: 14px
}

@media (min-width:46.25em) {
	.CountryNav-item--SecondLevel .CountryNav-productDropdown .CountryNav-item:first-child {
		margin-left: 0
	}
}

.CountryNav-productDropdown {
	box-sizing: border-box;
	width: 100%
}

@media (min-width:46.25em) {
	.CountryNav-productDropdown {
		padding: 0 3.75em
	}
}

.CountryNav-productDropdown .CountryNav-item a {
	padding-right: 3.125em
}

.CountryNav-productDropdown .owl-nav {
	box-sizing: border-box;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -25px;
	height: 0;
	width: 100%
}

.CountryNav-productDropdown .owl-nav.disabled {
	display: none
}

.CountryNav-productDropdown .owl-nav .owl-prev {
	position: static;
	background-color: #fff
}

.CountryNav-productDropdown .owl-nav .owl-next {
	position: static;
	bottom: 0;
	background-color: #fff
}

@media (max-width:46.24em) {
	.CountryNav-productDropdown .ProductGroup-dropDown--vertical {
		margin-left: 16px
	}
}

.ProductGroup-dropDown--vertical {
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 20em;
	min-height: 100px;
	max-height: 40vh;
	overflow-y: auto;
	background-color: #fff;
	list-style: none;
	transition: .4s all
}

@media (min-width:46.25em) {
	.ProductGroup-dropDown--vertical {
		position: absolute;
		visibility: hidden;
		opacity: 0
	}
	.ProductGroup-dropDown--vertical.is-active {
		visibility: visible;
		opacity: 1
	}
}

@media (max-width:46.24em) {
	.ProductGroup-dropDown--vertical {
		display: none
	}
	.ProductGroup-dropDown--vertical.is-active {
		display: block;
		min-height: 0;
		max-height: none
	}
}

.ProductGroup-dropDownItem--vertical {
	margin-bottom: 0;
	padding: 1.07143em 2em
}

.ProductGroup-dropDownItem--vertical a {
	padding: 0;
	color: #3a3a3a
}

.CountryNav-item--highLevelProductGroup {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	font-weight: 500
}

@media (min-width:46.25em) {
	.CountryNav-item--highLevelProductGroup {
		float: left
	}
	.CountrySiteHeader[dir=rtl] .CountryNav-item--highLevelProductGroup {
		float: none
	}
}

@media (min-width:46.25em) {
	.CountryNav-item--highLevelProductGroup:after {
		content: "";
		position: absolute;
		top: 1.14286em;
		right: 0;
		height: 1.3em;
		width: 1px;
		background: #bababa
	}
}

@media (min-width:46.25em) {
	.CountrySiteHeader--brandSmall .CountryNav-item--highLevelProductGroup {
		float: left
	}
}

.CountryNav-item--highLevelProductGroup a {
	color: #1c00ac
}

@media (min-width:46.25em) {
	.CountryNav-item--highLevelProductGroup a {
		padding-left: 0
	}
}

@media (max-width:46.24em) {
	.CountryNav-item--dropDown>.ProductSubNav-showNext svg,
	.CountryNav-item--dropDown>.u-showNext svg,
	.ProductSubNav>.ProductSubNav-showNext svg,
	.ProductSubNav>.u-showNext svg {
		right: 0;
		margin-right: 2em;
		margin-left: 1em
	}
}

@media (min-width:46.25em) {
	.CountryNav-item--dropDown>.ProductSubNav-showNext svg,
	.CountryNav-item--dropDown>.u-showNext svg,
	.ProductSubNav>.ProductSubNav-showNext svg,
	.ProductSubNav>.u-showNext svg {
		right: 1.85714em
	}
}

.CountryNav-item--dropDown>.ProductSubNav-showNext,
.CountryNav-item--dropDown>.u-showNext,
.ProductSubNav>.ProductSubNav-showNext,
.ProductSubNav>.u-showNext {
	position: relative;
	padding-right: 3.57143em
}

.CountryNav-item--dropDown>.ProductSubNav-showNext svg,
.CountryNav-item--dropDown>.u-showNext svg,
.ProductSubNav>.ProductSubNav-showNext svg,
.ProductSubNav>.u-showNext svg {
	position: absolute;
	top: 1.57143em;
	height: .57143em;
	width: .85714em
}

.CountryNav-item--dropDown>.ProductSubNav-showNext svg.CountryTools-ArrowUp,
.CountryNav-item--dropDown>.u-showNext svg.CountryTools-ArrowUp,
.ProductSubNav>.ProductSubNav-showNext svg.CountryTools-ArrowUp,
.ProductSubNav>.u-showNext svg.CountryTools-ArrowUp {
	display: none
}

.CountryNav-item--dropDown>.ProductSubNav-showNext svg.CountryTools-ArrowDown,
.CountryNav-item--dropDown>.u-showNext svg.CountryTools-ArrowDown,
.ProductSubNav>.ProductSubNav-showNext svg.CountryTools-ArrowDown,
.ProductSubNav>.u-showNext svg.CountryTools-ArrowDown {
	display: block
}

.CountryNav-item--dropDown>.ProductSubNav-showNext.is-active,
.CountryNav-item--dropDown>.u-showNext.is-active,
.ProductSubNav>.ProductSubNav-showNext.is-active,
.ProductSubNav>.u-showNext.is-active {
	background: #f1f1f1
}

.CountryNav-item--dropDown>.ProductSubNav-showNext.is-active--page,
.CountryNav-item--dropDown>.u-showNext.is-active--page,
.ProductSubNav>.ProductSubNav-showNext.is-active--page,
.ProductSubNav>.u-showNext.is-active--page {
	color: #fff;
	background: #808c98
}

.CountryNav-item--dropDown>.ProductSubNav-showNext.is-active svg.CountryTools-ArrowUp,
.CountryNav-item--dropDown>.u-showNext.is-active svg.CountryTools-ArrowUp,
.ProductSubNav>.ProductSubNav-showNext.is-active svg.CountryTools-ArrowUp,
.ProductSubNav>.u-showNext.is-active svg.CountryTools-ArrowUp {
	display: block
}

.CountryNav-item--dropDown>.ProductSubNav-showNext.is-active svg.CountryTools-ArrowDown,
.CountryNav-item--dropDown>.u-showNext.is-active svg.CountryTools-ArrowDown,
.ProductSubNav>.ProductSubNav-showNext.is-active svg.CountryTools-ArrowDown,
.ProductSubNav>.u-showNext.is-active svg.CountryTools-ArrowDown {
	display: none
}

@media (min-width:46.25em) {
	.CountryNav-item--dropDown>.u-showHideElement,
	.ProductSubNav>.u-showHideElement {
		visibility: visible;
		opacity: 1
	}
}

@media (max-width:46.24em) {
	.CountryNav-item--dropDown>.u-showHideElement.is-hidden,
	.ProductSubNav>.u-showHideElement.is-hidden {
		display: none
	}
}

@media (min-width:46.25em) {
	.CountryNav-item--dropDown>.u-showHideElement.is-hidden,
	.ProductSubNav>.u-showHideElement.is-hidden {
		visibility: hidden;
		opacity: 0
	}
}

.ProductsSelector {
	background: #fff
}

@media (min-width:46.25em) {
	.ProductsSelector {
		position: absolute;
		left: 0;
		z-index: 1;
		width: 100%
	}
}

.ProductsSelector-container {
	padding: 2.28571em 2em
}

@media (min-width:46.25em) {
	.ProductsSelector-container {
		position: relative;
		margin-left: 16em
	}
	.CountrySiteHeader[dir=rtl] .ProductsSelector-container {
		margin-right: 16em;
		margin-left: 0
	}
}

@media (min-width:46.25em) {
	.ProductsSelector-container .ProductsSelector-slider {
		position: relative;
		overflow: hidden
	}
	.ProductsSelector-container .ProductsSelector-slider .owl-nav {
		top: 25%
	}
	.ProductsSelector-container .ProductsSelector-slider .owl-next,
	.ProductsSelector-container .ProductsSelector-slider .owl-prev {
		top: 0;
		bottom: auto
	}
}

.ProductsSelector-container .ProductGroup {
	margin-right: .21429em;
	margin-bottom: 0;
	margin-left: .21429em
}

.ProductsSelector-container .ProductGroup-title {
	line-height: 1.3em
}

@media (max-width:46.24em) {
	.CountryNavButton {
		margin: 0;
		padding: 0;
		background: 0 0;
		border: none;
		font-size: .875em;
		line-height: 1.35714em;
		position: absolute;
		top: .71429em;
		right: 7.56303%;
		padding: .71429em 2.85714em .71429em .71429em;
		font-weight: 500;
		text-transform: uppercase
	}
	.CountryNavButton:after,
	.CountryNavButton:before {
		content: "";
		position: absolute;
		right: 0;
		height: 1.42857em;
		width: 1.42857em;
		opacity: 0;
		transition: opacity 1s
	}
	.CountryNavButton.is-closed:before {
		background: url(../assets/img/design/menu-open-icon.svg) no-repeat 0 0;
		opacity: 1
	}
	.no-svg .CountryNavButton.is-closed:before {
		background-image: url(../assets/img/design/menu-open-icon.png)
	}
	.CountryNavButton.is-open:after {
		background: url(../assets/img/design/menu-close-icon.svg) no-repeat 0 0;
		opacity: 1
	}
	.no-svg .CountryNavButton.is-open:after {
		background-image: url(../assets/img/design/menu-close-icon.png)
	}
	.CountryNavButton:focus {
		outline: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryNav-item,
	html[dir=rtl] .MoreHide {
		float: right
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryNav-list>:first-child a {
		padding: 1.07143em 0 1.07143em 1.42857em
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryNav {
		padding-right: 14em;
		padding-left: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryNav-item--dropDown>.ProductSubNav-showNext svg,
	html[dir=rtl] .CountryNav-item--dropDown>.u-showNext svg,
	html[dir=rtl] .ProductSubNav>.ProductSubNav-showNext svg,
	html[dir=rtl] .ProductSubNav>.u-showNext svg {
		right: auto;
		left: 1.85714em
	}
}

html[dir=rtl] .CountryNav-item--dropDown>.ProductSubNav-showNext,
html[dir=rtl] .CountryNav-item--dropDown>.u-showNext,
html[dir=rtl] .ProductSubNav>.ProductSubNav-showNext,
html[dir=rtl] .ProductSubNav>.u-showNext {
	padding-right: 1.42857em;
	padding-left: 3.57143em
}

@media (max-width:46.24em) {
	html[dir=rtl] .CountryNavButton {
		right: auto;
		left: 7.56303%;
		padding: .71429em .71429em .71429em 2.85714em
	}
	html[dir=rtl] .CountryNavButton:after,
	html[dir=rtl] .CountryNavButton:before {
		right: auto;
		left: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .CountryNav-item--SecondLevel .CountryNav-item:first-child,
	html[dir=rtl] .CountryNav-item--SecondLevel .MoreHide:first-child {
		margin-right: 4.28571em;
		margin-left: 0
	}
}

.CountrySearch-button,
.CountrySearch-button-alt {
	display: none
}

.Breadcrumb {
	z-index: 19
}

.Breadcrumb.is-over+.Hero .Hero-content {
	margin-top: 80px
}

#header_fixed_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .1s ease
}

@media (min-width:50em) {
	#header_fixed_inner:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		height: 30px;
		width: 100%
	}
}

#header {
	position: relative;
	z-index: 30;
	height: 105px; /*54*/
	width: 100%;
	transition: all .2s ease
}

@media (min-width:50em) {
	#header {
		height: 105px
	}
}

@media (max-width:49.99em) {
	#header li:last-child {
		border-bottom: 0
	}
}

@media (max-width:49.99em) {
	#header .u-constrain {
		padding: 0
	}
	#header .nav-group li:not(#cta-country-selector):not(.icon-login) ul {
		z-index: 20;
		min-height: 100vh
	}
	#header .nav-group li.icon-login ul {
		z-index: 0
	}
}

#header #header-logo {
	transition: all .2s ease
}

#header #header-logo a {
	display: inline
}

#header+.Breadcrumb {
	position: relative;
	margin-top: 0;
	transition: all .1s ease
}

#header+.Breadcrumb+a,
#header+.Breadcrumb+span {
	display: inline-block
}

#header+.Breadcrumb+.UserAccount,
#header+.Breadcrumb+a,
#header+.Breadcrumb+div,
#header+.Breadcrumb+section:not(.Hero):not(.VideoHero):not(.SuperHero),
#header+.Breadcrumb+span {
	margin-top: 60px
}

#header+.Breadcrumb+.UserAccount.js-mobile-spacer,
#header+.Breadcrumb+a.js-mobile-spacer,
#header+.Breadcrumb+div.js-mobile-spacer,
#header+.Breadcrumb+section:not(.Hero):not(.VideoHero):not(.SuperHero).js-mobile-spacer,
#header+.Breadcrumb+span.js-mobile-spacer {
	margin-top: 100px
}

#header.onScroll {
	top: -35px
}

#header.onScroll #nav-main-level {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

#header.onScroll #nav-main-level>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 0
}

#header.onScroll h4 {
	display: none
}

#header .icon-bookmark .fakeForm a,
#header .icon-login .fakeForm a {
	color: #fff
}

@media (max-width:46.24em) {
	#header .icon-bookmark .fakeForm .dontHaveAccount,
	#header .icon-bookmark .fakeForm .rememberMe,
	#header .icon-login .fakeForm .dontHaveAccount,
	#header .icon-login .fakeForm .rememberMe {
		float: left;
		width: 50%
	}
}

#header a {
	font-weight: 400
}

#header a:focus,
#header a:hover {
	text-decoration: none;
	cursor: pointer
}

#header ul:not(#nav-top-level--rhs) ul li .no-link:hover,
#header ul:not(#nav-top-level--rhs) ul li>a:hover {
	font-weight: 700
}

#header ul {
	top: 0;
	z-index: 30;
	clear: both;
	margin-bottom: 0;
	padding: 0;
	width: 100%
}

@media (min-width:50em) {
	#header ul {
		left: -15px
	}
}

@media (max-width:49.99em) {
	#header ul#nav-top-level {
		background: #fff
	}
}

@media (min-width:50em) {
	#header ul .no-link,
	#header ul ul a {
		padding-left: 16px
	}
}

#header ul li.moreNav ul li:hover .no-link:before,
#header ul li.moreNav ul li:hover>a:before {
	display: none
}

#header ul ul li:hover .no-link,
#header ul ul li:hover>a {
	position: relative
}

#header ul ul li:hover .no-link:before,
#header ul ul li:hover>a:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	height: 50%;
	width: 3px
}

#header ul ul li>a:hover {
	text-decoration: underline
}

#header-logo {
	position: fixed;
	top: 0;
	z-index: 40;
	margin: 12px 0;
	margin-right: 40px;
	margin-left: 24px;
	height: 35px;
	width: 65px
}

@media (min-width:50em) {
	#header-logo {
		position: relative;
		float: none;
		margin: 22px 15px 0 0;
		margin-left: 0;
		height: auto;
		width: 120px
	}
}

@media all and (min-width: 799px) and (max-width: 979px) {
		#header-logo {
			position: absolute; /*relative;*/
			left: 0px;
			top: 40px;
			margin-top: 12px !important;
		   order: 0 !important;
		}
		#header.onScroll #header-logo {
			order: 0 !important;
 	      /*margin-top: 40px !important;*/
		   height: 35px;
		   width: 72px;
		}		
		#headerContainer {		
		 	height: 110px;
			padding-bottom: 20px;
	 	}
		#headerContainer #nav-top-level {
			height: 30px;
		}
}

@media (max-width:49.99em) {
	#header .icon-bookmark.active:before,
	#header .icon-search.active:before,
	#header-login.active:before {
		content: "";
		position: absolute;
		bottom: 39px;
		height: 0;
		width: 0
	}
}

#header-login>ul {
	left: 0
}

#header .icon-bookmark,
#header .icon-burger,
#header .icon-search,
#header-login {
	float: right
}

@media (min-width:50em) {
	#header .icon-bookmark,
	#header .icon-burger,
	#header .icon-search,
	#header-login {
		margin-top: 0
	}
}

@media (max-width:49.99em) {
	#header .icon-bookmark>a:after,
	#header .icon-burger>a:after,
	#header .icon-search>a:after,
	#header-login>a:after {
		display: none
	}
}

#header li {
	margin-bottom: 0;
	list-style: none
}

@media (min-width:50em) {
	#header li {
		font-size: .85rem
	}
}

@media (max-width:49.99em) {
	#header li:last-child {
		margin-bottom: 0
	}
}

#header .no-link,
#header a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all .2s ease
}

@media (min-width:50em) {
	#header .no-link,
	#header a {
		padding-top: 6px;
		padding-bottom: 6px
	}
}

#header .interactiveProductFinder {
	margin-top: 10px
}

#header .interactiveProductFinder a {
	padding: 14px 20px 14px 16px
}

#header .interactiveProductFinder span {
	display: block;
	font-size: .7rem
}

.nav-group {
	display: none
}

.nav-group ul {
	position: absolute;
	display: none
}

.icon-bookmark .fakeForm,
.icon-bookmark ul,
.icon-login .fakeForm,
.icon-login ul {
	position: absolute;
	display: none
}

.icon-bookmark a,
.icon-login a {
	color: #fff
}

@media (max-width:46.24em) {
	#header ul #header-login.icon-login ul {
		top: 54px
	}
}

.no-js #header {
	position: relative
}

.no-js #header-bookmark,
.no-js #header-burger,
.no-js #header-login,
.no-js #header-search {
	display: none
}

.no-js #header .header_hlpg_title {
	display: none
}

.no-js #header ul ul ul {
	text-indent: 24px
}

.no-js #header a {
	margin-right: 14px
}

.no-js #header #cta-login-selector {
	padding-right: 14px
}

.no-js #header .icon-bookmark a,
.no-js #header .icon-login a,
.no-js #header .icon-share a {
	margin-right: 0
}

@media (max-width:49.99em) {
	#nav-mobile-row {
		position: fixed;
		display: block
	}
}

@media (min-width:50em) {
	#nav-mobile-row {
		display: none
	}
}

#nav-mobile-row .icon-bookmark.active .fakeForm {
	display: block
}

@media (min-width:50em) {
	#headerContainer li:not(#cta-search):hover>ul {
		display: block
	}
	#headerContainer li:not(#cta-search):hover>.fakeForm {
		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
	}
	#headerContainer li:not(#cta-search).moreNav:hover>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: auto
	}
	#headerContainer li:not(#cta-search).moreNav:hover>ul>li {
		padding: 8px 0
	}
	#headerContainer li:not(#cta-search).moreNav>ul>li.has-child {
		position: relative
	}
	#headerContainer li:not(#cta-search).moreNav>ul>li.has-child:hover>ul {
		top: 100%;
		left: 0;
		display: block
	}
	#headerContainer li[data-display=small] {
		display: none!important
	}
}

#headerContainer {
	position: relative
}

@media (min-width:50em) {
	#headerContainer #nav-top-level--rhs>li,
	#headerContainer #nav-top-level>li {
		position: relative
	}
	#headerContainer #nav-main-level li:last-of-type {
		margin-right: 0!important
	}
	#headerContainer #nav-main-level>.has-child {
		position: relative
	}
	#headerContainer #nav-main-level .moreNav {
		position: static
	}
}

@media (max-width:46.24em) {
	#headerContainer #nav-top-level.nav-group-hlpg .nav-all-businesses {
		display: none
	}
	#headerContainer #nav-top-level.nav-group-hlpg .nav-all-products {
		display: none
	}
}

@media (min-width:46.25em) {
	#headerContainer #nav-top-level>li>a {
		padding-top: 7px;
		padding-bottom: 7px
	}
}

@media (min-width:50em) {
	#headerContainer #nav-top-level {
		z-index: 50;
		width: 40%;
		margin-top: 0px !important;
	}
	#headerContainer #nav-top-level ul {
		top: 0;
		z-index: 10;
		width: 320px;
		min-height: 100%;
		max-width: calc(90vw / 4)
	}
	#headerContainer #nav-top-level ul ul {
		left: 100%
	}
}

@media (min-width:50em) {
	#headerContainer #nav-top-level>li>ul {
		top: 100%
	}
}

@media (min-width:46.25em) {
	#headerContainer #nav-top-level--rhs>li#cta-login-selector {
		height: 30px
	}
	#headerContainer #nav-top-level--rhs>li#cta-login-selector>a {
		padding-top: 6px;
		padding-bottom: 6px
	}
}

@media (min-width:50em) {
	#headerContainer #nav-top-level--rhs {
		width: 68%
	}
}

#headerContainer #nav-top-level--rhs li:first-child {
	margin-left: auto
}

.active:not(.has-child)>a {
	position: relative
}

#nav-top-level>li.active>a:before,
#nav-top-level>li:hover>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 6px;
	height: 3px;
	width: calc(100% - 12px)
}

#nav-top-level>li.has-child:hover>a:before {
	width: calc(100% - 39px)
}

#nav-top-level>li>li>ul>li.hover>a:before {
	content: "";
	position: absolute;
	top: 20%;
	left: 0;
	height: 60%;
	width: 2px
}

@media (min-width:50em) {
	#cta-bookmark-selector .fakeForm {
		right: -30px;
		margin-top: 10px
	}
	#cta-bookmark-selector .fakeForm:before {
		content: "";
		position: absolute;
		top: -10px;
		right: 30px;
		height: 0;
		width: 0
	}
}

#cta-bookmark-selector:after,
#cta-bookmark-selector:before,
#cta-language-selector:after,
#cta-language-selector:before {
	content: "";
	position: absolute;
	bottom: -10px
}

#cta-bookmark-selector:before,
#cta-language-selector:before {
	left: 50%;
	height: 0;
	width: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

#cta-bookmark-selector:after,
#cta-language-selector:after {
	left: 0;
	height: 10px;
	width: 100%;
	background: 0 0
}

@media (min-width:50em) {
	#headerContainer {
		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
	}
	#nav-top-level {
		display: inline-block;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	#nav-top-level--rhs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	#nav-main-level {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	#header-logo {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

@media (max-width:49.99em) {
	#nav-top-level {
		margin-top: 55px
	}
	#nav-top-level.nav-group-hlpg {
		margin-top: 94px
	}
	#nav-top-level.nav-group-hlpg li {
		border: none
	}
	#nav-main-level>li a,
	#nav-top-level>li a {
		padding-left: 36px
	}
	#nav-main-level>li>a,
	#nav-top-level>li>a {
		padding-left: 24px
	}
	#nav-main-level>li [data-prop=currentBranch] a,
	#nav-main-level>li [data-prop=prevBranch] a,
	#nav-top-level>li [data-prop=currentBranch] a,
	#nav-top-level>li [data-prop=prevBranch] a {
		padding-left: 24px
	}
	#nav-main-level>h4 {
		display: none
	}
	#nav-top-level--rhs #cta-language-selector>a {
		text-indent: 12px
	}
	#nav-top-level--rhs>li {
		width: 100%
	}
	#nav-top-level--rhs>li:not(#cta-language-selector)>a {
		position: relative;
		margin: 0;
		height: 100%;
		text-indent: 40px
	}
	#nav-top-level--rhs>li:not(#cta-language-selector)>a svg {
		position: absolute;
		top: 50%;
		left: 24px;
		height: 16px;
		width: 16px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

[data-prop=currentBranch] a {
	pointer-events: none;
	cursor: default
}

[data-prop=currentBranch] a:hover {
	text-decoration: none;
	cursor: default
}

.no-link,
.no-link:hover {
	text-decoration: none!important;
	cursor: default!important
}

@media (max-width:49.99em) {
	.header_hlpg_title {
		float: none;
		clear: both
	}
	.header_hlpg_title a {
		padding-left: 24px
	}
}

#headerContainer #nav-top-level,
#headerContainer #nav-top-level--rhs {
	z-index: 90
}

@media (min-width:50em) {
	#headerContainer #nav-top-level li,
	#headerContainer #nav-top-level--rhs li {
		display: inline-block
	}
	#headerContainer #nav-top-level li li,
	#headerContainer #nav-top-level--rhs li li {
		display: block
	}
}

@media (min-width:61.25em) {
	#headerContainer #nav-top-level,
	#headerContainer #nav-top-level--rhs {
		width: 50%
	}
}

#headerContainer #nav-main-level {
	z-index: 10
}

@media (min-width:50em) {
	#headerContainer #nav-main-level {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-right: 0;
		width: auto;
		transition: all .2s ease
	}
	#headerContainer #nav-main-level>.has-child {
		margin-right: 5px
	}
	#headerContainer #nav-main-level>li {
		margin-right: 20px;
		padding-bottom: 8px;
		transition: all .2s ease
	}
	#headerContainer #nav-main-level .no-link,
	#headerContainer #nav-main-level a {
		font-size: .95rem
	}
}

#headerContainer #nav-main-level h4 {
	margin-bottom: 0;
	width: 100%
}

#headerContainer #nav-main-level h4 a {
	display: inline-block;
	font-weight: 700
}

@media (min-width:46.25em) {
	.logo--portrait--container #nav-top-level {
		position: relative;
		left: 114px
	}
}

#cta-bookmark-selector,
#cta-login-selector,
#cta-search {
	display: none
}

#cta-bookmark-selector ul,
#cta-country-selector ul,
#cta-language-selector ul,
#cta-login-selector ul {
	min-width: 200px
}

@media (min-width:50em) {
	#cta-bookmark-selector ul,
	#cta-country-selector ul,
	#cta-language-selector ul,
	#cta-login-selector ul {
		top: 100%
	}
}

#cta-country-selector ul,
#cta-language-selector ul {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (min-width:50em) {
	#cta-country-selector ul,
	#cta-language-selector ul {
		margin-top: 10px
	}
}

#cta-login-selector ul {
	right: 0;
	left: auto
}

@media (min-width:50em) {
	#header #nav-top-level ul ul {
		border-left: 1px solid #666
	}
}

@media (max-width:49.99em) {
	#header .nav-group ul {
		background: #fff
	}
}

@media (min-width:50em) {
	#header .interactiveProductFinder {
		border-top: 1px solid #666
	}
}

#header ul ul {
	background: #fff
}

@media (max-width:49.99em) {
	#header .header_hlpg_title {
		background: #004288
	}
}

#header .header_hlpg_title a {
	color: #fff
}

#header a {
	color: #666;
	text-decoration: none
}

#header ul:not(#nav-top-level--rhs) ul li:hover>.no-link,
#header ul:not(#nav-top-level--rhs) ul li:hover>a {
	color: #004288
}

@media (max-width:49.99em) {
	#nav-mobile-row {
		background: #fff;
		padding-bottom: 10px !important;
	}
}

#nav-main-level ul li:not([data-display=small]):hover>.no-link:before,
#nav-main-level ul li:not([data-display=small]):hover>a:before,
#nav-top-level ul li:not([data-display=small]):hover>.no-link:before,
#nav-top-level ul li:not([data-display=small]):hover>a:before {
	background: #004288
}

@media (min-width:50em) {
	#cta-bookmark-selector:hover:before,
	#cta-language-selector:hover:before {
		border-right: 10px solid transparent;
		border-bottom: 10px solid #666;
		border-left: 10px solid transparent
	}
}

.has-child>a .chevron:after {
	border: 1px solid #fff
}

#nav-main-level .has-child>a .chevron:after,
.has-child .has-child>a .chevron:after {
	border: 1px solid #666
}

#cta-login-selector-bookmark path,
#cta-login-selector-burger path,
#cta-login-selector-country-selector path,
#cta-login-selector-language-selector path,
#cta-login-selector-login path,
#cta-login-selector-search path,
#cta-login-selector-share path,
.icon-bookmark path,
.icon-burger path,
.icon-country-selector path,
.icon-language-selector path,
.icon-login path,
.icon-search path,
.icon-share path {
	fill: #fff
}

@media (max-width:49.99em) {
	.icon-bookmark path,
	.icon-burger path,
	.icon-login path,
	.icon-search path {
		fill: #666
	}
}

.icon-bookmark .fakeForm,
.icon-bookmark ul,
.icon-login .fakeForm,
.icon-login ul {
	background: #666
}

.icon-bookmark .fakeForm,
.icon-login .fakeForm {
	color: #fff
}

#header_fixed_inner {
	background: #fff
}

@media (min-width:50em) {
	#header_fixed_inner:before {
		/*background: #3a3a3a*/
	}
}

#nav-top-level>li.active>a:before,
#nav-top-level>li:hover>a:before {
	background: #fff
}

@media (min-width:50em) {
	#headerContainer #nav-main-level ul ul:after,
	#headerContainer #nav-top-level ul ul:after {
		opacity: .15
	}
	#headerContainer #nav-main-level ul ul ul:after,
	#headerContainer #nav-top-level ul ul ul:after {
		opacity: .2
	}
	#headerContainer #nav-main-level ul ul ul ul:after,
	#headerContainer #nav-top-level ul ul ul ul:after {
		opacity: .25
	}
	#headerContainer #nav-main-level ul ul ul ul ul:after,
	#headerContainer #nav-top-level ul ul ul ul ul:after {
		opacity: .3
	}
}

#headerContainer #nav-main-level ul:after,
#headerContainer #nav-top-level ul:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none
}

@media (min-width:50em) {
	#headerContainer #nav-main-level ul:after,
	#headerContainer #nav-top-level ul:after {
		background: #3a3a3a;
		opacity: .1
	}
}

#headerContainer #nav-main-level .moreNav>ul:after,
#headerContainer #nav-top-level .moreNav>ul:after {
	display: none
}

#headerContainer #nav-top-level--rhs ul {
	background: #666
}

#headerContainer #nav-top-level--rhs ul li {
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(102, 102, 102, .2)
}

#headerContainer #nav-top-level--rhs ul li:last-child {
	margin-left: 0
}

@media (min-width:50em) {
	#cta-login-selector {
		background: #666
	}
}

#cta-login-selector ul {
	background: #666
}

[data-prop=currentBranch] {
	background: #666
}

[data-prop=currentBranch]:hover>a {
	background: #666!important
}

#nav-main-level h4 a {
	color: #004288
}

#nav-top-level--rhs>li>a,
#nav-top-level>li>a {
	color: #fff
}

#cta-bookmark-selector a,
#cta-bookmark-selector p,
#cta-language-selector a,
#cta-language-selector p,
#cta-login-selector a,
#cta-login-selector p {
	color: #fff
}

.interactiveProductFinder span {
	color: #666
}

@media (max-width:49.99em) {
	#nav-main-level>li [data-prop=currentBranch],
	#nav-top-level--rhs>li [data-prop=currentBranch],
	#nav-top-level>li [data-prop=currentBranch] {
		color: #666
	}
	#nav-top-level>li>a {
		color: #666
	}
	#nav-top-level--rhs>li {
		background: #3a3a3a;
		border-bottom: 1px solid #fff
	}
	#nav-top-level--rhs>li>a {
		color: #fff
	}
}

[data-prop=currentBranch],
[data-prop=prevBranch] {
	background: #000
}

[data-prop=currentBranch] a,
[data-prop=prevBranch] a {
	color: #fff!important
}

#header .fakeForm {
	font-size: .8rem
}

#header .fakeForm a,
#header .fakeForm label {
	padding-top: 0;
	font-weight: 300
}

#header .fakeForm a b,
#header .fakeForm label b {
	font-weight: 500
}

#header .fakeForm a:hover {
	text-decoration: underline
}

#header .fakeForm .GridForm--button,
#header .fakeForm p {
	margin-bottom: 0;
	width: 100%
}

#header .fakeForm div:first-child {
	width: 100%
}

.form-step[data-form-step="2"] {
	display: none
}

@media (max-width:49.99em) {
	#nav-mobile-row>.icon-bookmark .fakeForm,
	#nav-mobile-row>.icon-login .fakeForm {
		top: 54px
	}
}

.icon-bookmark .fakeForm,
.icon-login .fakeForm {
	top: 100%;
	right: 0;
	padding: 12px;
	height: auto;
	width: auto
}

@media (max-width:49.99em) {
	.icon-bookmark .fakeForm,
	.icon-login .fakeForm {
		box-sizing: border-box;
		top: 0;
		padding: 24px;
		height: 100vh;
		width: 100%
	}
	.icon-bookmark .fakeForm label,
	.icon-login .fakeForm label {
		text-indent: 0
	}
	.icon-bookmark .fakeForm input[type=email],
	.icon-bookmark .fakeForm input[type=password],
	.icon-bookmark .fakeForm input[type=text],
	.icon-login .fakeForm input[type=email],
	.icon-login .fakeForm input[type=password],
	.icon-login .fakeForm input[type=text] {
		box-sizing: border-box;
		width: 100%
	}
}

.icon-bookmark .fakeForm input[type=email],
.icon-bookmark .fakeForm input[type=password],
.icon-bookmark .fakeForm input[type=text],
.icon-login .fakeForm input[type=email],
.icon-login .fakeForm input[type=password],
.icon-login .fakeForm input[type=text] {
	box-sizing: border-box;
	padding: 9px 7px;
	width: 100%;
	min-width: 200px;
	border: 0
}

.icon-bookmark .fakeForm .inline-form input[type=text],
.icon-login .fakeForm .inline-form input[type=text] {
	width: 100%;
	min-width: auto
}

.icon-bookmark .fakeForm .inline-form .btn,
.icon-login .fakeForm .inline-form .btn {
	width: auto
}

.icon-bookmark .fakeForm .inline-form.inline-form-create-project input[type=text],
.icon-login .fakeForm .inline-form.inline-form-create-project input[type=text] {
	display: table-cell;
	width: 70%
}

.icon-bookmark .fakeForm .inline-form.inline-form-create-project .btn,
.icon-login .fakeForm .inline-form.inline-form-create-project .btn {
	display: table-cell;
	width: 30%
}

.icon-bookmark .fakeForm select,
.icon-login .fakeForm select {
	padding: 7px;
	height: auto;
	width: 100%;
	color: #3a3a3a;
	background: #fff;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.icon-bookmark .fakeForm select:hover,
.icon-login .fakeForm select:hover {
	cursor: pointer
}

.icon-bookmark .fakeForm div:not(.form-step),
.icon-login .fakeForm div:not(.form-step) {
	margin-top: 10px
}

.icon-bookmark .fakeForm .form-step,
.icon-login .fakeForm .form-step {
	width: 100%
}

.icon-bookmark .fakeForm,
.icon-bookmark ul,
.icon-login .fakeForm,
.icon-login ul {
	z-index: 10;
	width: 100%
}

@media (min-width:50em) {
	.icon-bookmark .fakeForm,
	.icon-bookmark ul,
	.icon-login .fakeForm,
	.icon-login ul {
		width: 250px
	}
}

.icon-search .fakeForm {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 100%;
	width: 100%
}

@media (max-width:49.99em) {
	.icon-search .fakeForm {
		top: 54px
	}
}

@media (min-width:50em) {
	.icon-search .fakeForm {
		width: 464px;
		max-width: none
	}
}

.icon-search .fakeForm input {
	box-sizing: border-box;
	padding: 3px 66px 3px 14px;
	height: 100%;
	width: 100%;
	background: #ededed;
	border: 0;
	outline: 0
}

@media (max-width:49.99em) {
	.icon-search .fakeForm input {
		padding: 12px;
		height: auto
	}
}

.icon-search .fakeForm .js-close-search,
.icon-search .fakeForm .js-submit-search {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 38px
}

.icon-search .fakeForm .js-close-search:hover,
.icon-search .fakeForm .js-submit-search:hover {
	cursor: pointer
}

.icon-search .fakeForm .js-close-search {
	right: 0;
	background: #666
}

.icon-search .fakeForm .js-close-search svg {
	margin-top: 8px;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.icon-search .fakeForm .js-close-search path {
	fill: #ededed
}

.icon-search .fakeForm .js-submit-search {
	right: 34px;
	margin-top: 8px;
	overflow: hidden
}

.icon-search .fakeForm .js-submit-search path {
	fill: #666
}

.register-here {
	float: left
}

#header-logo {
	margin-bottom: 15px
}

#header-logo.logo--portrait {
	z-index: 50;
	margin: 0;
	margin-right: 10px;
	margin-left: 20px;
	height: 50px;
	width: auto
}

@media (min-width:50em) {
	#header-logo.logo--portrait {
		margin-top: -38px;
		margin-left: 0;
		height: 130px
	}
}

#header-logo.logo--portrait a {
	padding: 0
}

#header-logo img {
	max-height: 100%;
	max-width: 100%
}

#header-login>a {
	text-indent: -99999em
}

@media (min-width:50em) {
	#header.onScroll #header-logo {
		margin-top: 15px;
		height: 35px;
		width: 72px
	}
}

@media (min-width:50em) {
	#header.onScroll #header-logo.logo--portrait {
		margin-top: -38px;
		height: 100px;
		width: auto
	}
}

@media (min-width:50em) {
	#nav-main-level>.has-child ul {
		top: 100%;
		min-height: 100%;
		min-width: 300px
	}
	#nav-main-level>.has-child ul ul {
		top: 0;
		left: 100%
	}
}

.has-child>a {
	position: relative;
	display: block;
	padding-right: 24px
}

.has-child>a .chevron {
	content: "";
	position: absolute;
	top: 54%;
	right: 8px;
	height: 6px;
	width: 10px;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:46.24em) {
	.has-child>a .chevron {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}
}

.has-child>a .chevron:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 1px;
	height: 6px;
	width: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.has-child .has-child>a .chevron {
	-webkit-transform: rotate(-90deg) translateX(-25%);
	-ms-transform: rotate(-90deg) translateX(-25%);
	transform: rotate(-90deg) translateX(-25%);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0
}

.moreNav .has-child>a .chevron {
	-webkit-transform: rotate(0) translateY(-50%);
	-ms-transform: rotate(0) translateY(-50%);
	transform: rotate(0) translateY(-50%)
}

.moreNav .has-child .has-child>a .chevron {
	right: 0;
	-webkit-transform: rotate(-90deg) translateY(-25%);
	-ms-transform: rotate(-90deg) translateY(-25%);
	transform: rotate(-90deg) translateY(-25%)
}

@media (max-width:49.99em) {
	.icon-login a {
		padding-left: 24px
	}
	.icon-login a .chevron {
		display: none
	}
}

.icon-bookmark.has-child>a,
.icon-burger.has-child>a,
.icon-country-selector.has-child>a,
.icon-language-selector.has-child>a,
.icon-login.has-child>a,
.icon-search.has-child>a,
.icon-share.has-child>a {
	padding-right: 27px
}

.icon-bookmark a,
.icon-burger a,
.icon-country-selector a,
.icon-language-selector a,
.icon-login a,
.icon-search a,
.icon-share a {
	display: block;
	padding-right: 12px;
	padding-left: 12px
}

@media (min-width:50em) {
	.icon-bookmark a,
	.icon-burger a,
	.icon-country-selector a,
	.icon-language-selector a,
	.icon-login a,
	.icon-search a,
	.icon-share a {
		padding-right: 7px;
		padding-left: 7px
	}
}

.icon-bookmark a.js-chevron-trigger:before,
.icon-burger a.js-chevron-trigger:before,
.icon-country-selector a.js-chevron-trigger:before,
.icon-language-selector a.js-chevron-trigger:before,
.icon-login a.js-chevron-trigger:before,
.icon-search a.js-chevron-trigger:before,
.icon-share a.js-chevron-trigger:before {
	display: none
}

.icon-bookmark svg,
.icon-burger svg,
.icon-country-selector svg,
.icon-language-selector svg,
.icon-login svg,
.icon-search svg,
.icon-share svg {
	height: 100%;
	width: 100%
}

@media (min-width:50em) {
	.icon-bookmark svg,
	.icon-burger svg,
	.icon-country-selector svg,
	.icon-language-selector svg,
	.icon-login svg,
	.icon-search svg,
	.icon-share svg {
		height: 14px;
		width: 16px
	}
}

#nav-mobile-row .icon-bookmark,
#nav-mobile-row .icon-burger,
#nav-mobile-row .icon-login,
#nav-mobile-row .icon-search {
	margin: 8px 4px;
	border: 0
}

#nav-mobile-row .icon-bookmark>a,
#nav-mobile-row .icon-burger>a,
#nav-mobile-row .icon-login>a,
#nav-mobile-row .icon-search>a {
	margin: 0;
	padding: 8px;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -9999em
}

#nav-mobile-row .icon-burger {
	margin-right: 24px
}

#nav-mobile-row svg {
	display: block
}

#nav-mobile-row .close-burger {
	display: none
}

#nav-mobile-row .active .open-burger {
	display: none
}

#nav-mobile-row .active .close-burger {
	display: block
}

#cta-bookmark-selector>a,
#cta-search>a,
.icon-share>a {
	padding: 7px;
	height: 16px;
	overflow: hidden;
	line-height: 20px
}

@media (min-width:50em) {
	#cta-bookmark-selector>a,
	#cta-search>a,
	.icon-share>a {
		width: 16px
	}
}

#cta-bookmark-selector>a:after,
#cta-search>a:after,
.icon-share>a:after {
	display: none
}

.icon-country-selector>a svg {
	float: left;
	margin-right: 5px
}

.styled-select:after {
	background: url(../assets/img/design/down-arrow.svg) no-repeat 50% 50%;
	background-size: 100%
}

[data-prop=prevBranch] a {
	position: relative
}

[data-prop=prevBranch] a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	height: 6px;
	width: 9px;
	background: url(../assets/img/design/down-arrow-white.svg) no-repeat 50% 50%;
	background-size: 100% auto;
	-webkit-transform: rotate(-270deg) translateX(-75%);
	-ms-transform: rotate(-270deg) translateX(-75%);
	transform: rotate(-270deg) translateX(-75%);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0
}

#headerContainer .ModelRegions-popup__region-header,
#headerContainer .ModelRegions-popup__region-list {
	position: relative;
	top: 0;
	display: block;
	background: #fff
}

@media (max-width:49.99em) {
	#headerContainer .ModelRegions-popup__region-header,
	#headerContainer .ModelRegions-popup__region-list {
		display: inline-block
	}
}

#headerContainer .ModelRegions-popup__region-list ul li {
	padding: 5px 0
}

#headerContainer #nav-top-level--rhs .ModelRegions-popup ul {
	background: #fff
}

#headerContainer #nav-top-level--rhs .ModelRegions-popup ul a {
	color: #3a3a3a
}

#headerContainer #nav-top-level--rhs li .ModelRegions-popup li {
	display: inline-block
}

#headerContainer .modal--show:target {
	background: rgba(58, 58, 58, .8)
}

#headerContainer .modal--show .modal-inner {
	position: relative;
	top: 5vh;
	z-index: 500
}

@media (max-width:49.99em) {
	#headerContainer .modal--show .modal-inner {
		margin: auto;
		max-width: 96%
	}
}

#headerContainer .modal--show .modal-close:after {
	top: 10px
}

.active .modal--show {
	top: -100%;
	height: 100%;
	height: 100%;
	opacity: 1
}

.active .modal--show .modal-content ul {
	display: inline-table;
	border: 0!important
}

@media (min-width:50em) {
	#headerContainer[dir=rtl] #nav-main-level {
		margin-right: 0;
		margin-left: auto
	}
	#headerContainer[dir=rtl] #nav-main-level li {
		margin-right: 0;
		margin-left: 20px
	}
	#headerContainer[dir=rtl] #nav-top-level li {
		margin-right: 20px
	}
	#headerContainer[dir=rtl] #nav-top-level li:first-child {
		margin-right: 0
	}
	#headerContainer[dir=rtl] #nav-top-level ul ul {
		right: 100%;
		left: auto
	}
	#headerContainer[dir=rtl] .icon-bookmark form,
	#headerContainer[dir=rtl] .icon-login form {
		right: auto;
		left: 0
	}
}

#headerContainer[dir=rtl] #header-logo {
	margin-right: 0;
	margin-left: 40px
}

#headerContainer[dir=rtl] #cta-country-selector {
	margin-right: auto;
	margin-lefT: 0
}

#headerContainer[dir=rtl] #cta-country-selector>a:not(.js-chevron-trigger),
#headerContainer[dir=rtl] #cta-login-selector>a:not(.js-chevron-trigger) {
	padding-left: 24px;
	text-indent: 0
}

#header #headerContainer[dir=rtl] ul {
	right: -15px;
	left: auto
}

.Cta {
	font-size: 1em;
	line-height: 1.3125em;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: .57143em 1.14286em;
	text-decoration: none
}

.Cta:focus,
.Cta:hover {
	text-decoration: underline
}

.Cta:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.14286em;
	margin-top: -.42857em;
	height: .78571em;
	width: 1.14286em
}

.TextBlock-item>.Cta {
	margin-bottom: 1em
}

.Cta--pri,
.Spotlight--bleedLeft .Cta,
.Spotlight--bleedRight .Cta,
.SpotlightGrid--bleedLeft .Cta,
.SpotlightGrid--bleedRight .Cta {
	color: #fff;
	background: #3a3a3a;
	cursor: pointer
}

.Cta--pri svg,
.Spotlight--bleedLeft .Cta svg,
.Spotlight--bleedRight .Cta svg,
.SpotlightGrid--bleedLeft .Cta svg,
.SpotlightGrid--bleedRight .Cta svg {
	padding-left: .9375em
}

.Cta--pri:active,
.Cta--pri:focus,
.Cta--pri:hover,
.Cta--pri:visited,
.Spotlight--bleedLeft .Cta:active,
.Spotlight--bleedLeft .Cta:focus,
.Spotlight--bleedLeft .Cta:hover,
.Spotlight--bleedLeft .Cta:visited,
.Spotlight--bleedRight .Cta:active,
.Spotlight--bleedRight .Cta:focus,
.Spotlight--bleedRight .Cta:hover,
.Spotlight--bleedRight .Cta:visited,
.SpotlightGrid--bleedLeft .Cta:active,
.SpotlightGrid--bleedLeft .Cta:focus,
.SpotlightGrid--bleedLeft .Cta:hover,
.SpotlightGrid--bleedLeft .Cta:visited,
.SpotlightGrid--bleedRight .Cta:active,
.SpotlightGrid--bleedRight .Cta:focus,
.SpotlightGrid--bleedRight .Cta:hover,
.SpotlightGrid--bleedRight .Cta:visited {
	color: #fff
}

.Cta--sec,
.Cta--third {
	color: #3a3a3a;
	background: #fff;
	border: 1px solid #3a3a3a;
	cursor: pointer
}

.Cta--sec svg,
.Cta--third svg {
	padding-left: .9375em
}

.Cta--sec path,
.Cta--third path {
	fill: #3a3a3a
}

.Cta--sec:active,
.Cta--sec:focus,
.Cta--sec:hover,
.Cta--sec:visited,
.Cta--third:active,
.Cta--third:focus,
.Cta--third:hover,
.Cta--third:visited {
	color: #3a3a3a
}

.Cta--ter {
	color: #fff;
	background: #54b97a;
	border: 0;
	cursor: pointer
}

.Cta--ter path {
	fill: #fff
}

.Cta--ter:active,
.Cta--ter:focus,
.Cta--ter:hover,
.Cta--ter:visited {
	color: #fff
}

.Cta--border {
	color: #fff;
	background: 0 0;
	border: 1px solid #fff
}

.Cta--border svg {
	padding-left: .9375em
}

.Cta--border path {
	fill: #fff
}

.Cta--centred {
	text-align: center
}

.Cta--third {
	border: none
}

.courseCarousel__list {
	position: relative;
	overflow: hidden
}

.courseCarousel__list .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: 1.0625em;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px)
}

.courseCarouselItem {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}

.courseCarouselItem img {
	display: block;
	width: 100%
}

@media (max-width:56.25em) {
	.courseCarouselItem img {
		width: auto;
		max-height: 300px
	}
}

.courseCarouselItem .courseCarouselItem__content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 3.125em 1.25em
}

.courseCarouselItem .courseCarouselItem__content h2,
.courseCarouselItem .courseCarouselItem__content h3 {
	font-weight: 500
}

.courseCarouselItem h2 {
	margin-bottom: .625em
}

.courseCarouselItem h3 {
	margin: 0
}

.courseCarouselItem.lightText h2,
.courseCarouselItem.lightText h3 {
	color: #fff
}

.courseCarouselItem .Cta {
	line-height: 1.75
}

.courseCarouselItem .Cta svg {
	float: right;
	padding: 4px 0 4px 8px;
	height: 19px;
	width: 20px
}

.trainingCertificate {
	font-size: 1em;
	line-height: 1.3125em;
	padding: 10px;
	text-align: center
}

.trainingCertificate .trainingCertificate--header {
	font-size: 1.875em;
	line-height: 1.16667em;
	margin-left: 10%;
	padding: 20px 0;
	width: 80%
}

.trainingCertificate .trainingCertificate--nameEntry {
	margin-left: 25%;
	padding: 10px 0;
	width: 50%
}

.trainingCertificate .trainingCertificate--nameEntryUnderline {
	border-bottom: 1px solid #aaa
}

.trainingCertificate .trainingCertificate--accreditorLogo img {
	max-height: 200px;
	max-width: 200px
}

.trainingCertificate .trainingCertificate--signatureBox {
	float: left;
	width: 50%;
	text-align: left
}

.trainingCertificate .trainingCertificate--behalfOf {
	clear: both;
	padding: 20px 0
}

.trainingCertificate .trainingCertificate--dateBox {
	float: left;
	width: 49%;
	text-align: left
}

.trainingCertificate .trainingCertificate--signature img {
	position: absolute;
	top: -28px;
	max-height: 40px;
	max-width: 200px
}

.trainingCertificate span.trainingCertificate--dateLabel {
	display: inline-block;
	padding: 0 20px
}

.trainingCertificate .trainingCertificate--date {
	display: inline-block;
	padding: 0 20px
}

.trainingCertificate .trainingCertificate--copyright {
	padding: 10px;
	font-size: 10px
}

.trainingCertificate .trainingCertificate--signatureBoxes {
	padding: 30px 40px
}

.trainingCertificate span.trainingCertificate--signatureLabel {
	display: inline-block;
	width: 100px
}

.trainingCertificate .trainingCertificate--signature {
	position: relative;
	display: inline-block
}

.trainingCertificate span.trainingCertificate--signatureName {
	font-size: .875em;
	line-height: 1.35714em;
	display: block;
	margin-left: 100px;
	padding-top: 10px
}

.trainingCertificate span.trainingCertificate--signaturePosition {
	font-size: .875em;
	line-height: 1.35714em;
	display: block;
	margin-left: 100px
}

.trainingCertificate .trainingCertificate-certifyThat {
	padding: 10px 0
}

.trainingCertificate .trainingCertificate--Of {
	padding: 10px 0
}

.trainingCertificate .trainingCertificate--courseCompleted {
	padding: 10px 0;
	line-height: 1.4em
}

.trainingCertificate .trainingCertificate--address b {
	font-size: .875em;
	line-height: 1.35714em
}

.trainingCertificate .trainingCertificate--address {
	font-size: .875em;
	line-height: 1.35714em
}

.courseCertificateDescription {
	margin-top: 2.5em
}

.courseCertificateDescription .courseCertificateDescription__wrapper {
	max-width: 700px
}

.courseCertificateDescription h2 {
	margin: 0 0 .5em 0
}

.courseCertificateHeader h1 {
	margin: .5em 0
}

.courseCertificateHeader h2 {
	margin-bottom: .5em
}

.courseCertificateHeader h2 span {
	font-weight: 500
}

.courseLogin.courseLogin--certificate .courseLogin__wrapper {
	text-align: center
}

.courseLogin.courseLogin--certificate h2 {
	float: none;
	margin-bottom: 0;
	width: 100%
}

.courseLogin.courseLogin--certificate .courseLogin__buttons {
	margin: 1em 0;
	width: 100%;
	text-align: center
}

.courseLogin.courseLogin--certificate p {
	float: none;
	width: 100%
}

.courseLogin .courseLogin__loggedIn {
	display: none;
	padding: 1.25em
}

.courseLogin.loggedIn .courseLogin__loggedIn {
	display: block
}

.courseLogin.loggedIn .courseLogin__form,
.courseLogin.loggedIn .courseLogin__notLoggedIn {
	display: none
}

.courseDescription {
	margin-top: 2.1875em;
	overflow: hidden
}

@media (max-width:46.24em) {
	.courseDescription {
		margin-top: 1.25em
	}
}

.courseDescription .courseDescription__text {
	box-sizing: border-box;
	float: left;
	padding-right: 5%;
	width: 50%
}

@media (max-width:46.24em) {
	.courseDescription .courseDescription__text {
		padding-right: 0;
		width: 100%
	}
}

@media (max-width:46.24em) and (max-width:46.24em) {
	.courseDescription .courseDescription__text {
		font-size: .875em;
		line-height: 1.35714em
	}
}

.courseDescription .courseDescription__text p {
	font-size: 1em;
	line-height: 1.3125em
}

.courseDescription .courseItem__img-video {
	float: right;
	width: 50%
}

@media (max-width:46.24em) {
	.courseDescription .courseItem__img-video {
		display: block;
		margin-bottom: 1.25em;
		width: 100%
	}
}

.courseDetailHeader h1 {
	margin-bottom: 1em;
	color: #3a3a3a
}

.courseDetailHeader .label {
	font-size: 1em;
	line-height: 1.3125em;
	margin-top: 1.5625em;
	color: #737373;
	font-weight: 600
}

@media (max-width:46.24em) {
	.courseDetailHeader .label {
		line-height: 1.75
	}
}

.courseDetailHeader .courseItem__info ul {
	float: left;
	margin-bottom: 0;
	width: 50%
}

@media (max-width:61.24em) {
	.courseDetailHeader .courseItem__info ul {
		width: 66.66%
	}
}

@media (max-width:46.24em) {
	.courseDetailHeader .courseItem__info ul {
		width: 100%
	}
}

.courseDetailHeader .courseItem__info ul li {
	float: left;
	margin-bottom: 1em;
	width: 50%;
	line-height: 130%
}

@media (max-width:46.24em) {
	.courseDetailHeader .courseItem__info ul li {
		font-size: .875em;
		line-height: 1.35714em;
		margin-bottom: .5em
	}
}

@media (max-width:29.9375em) {
	.courseDetailHeader .courseItem__info ul li {
		width: 100%
	}
}

.courseDetailHeader .courseItem__info .tags {
	font-size: 1em;
	line-height: 1.3125em;
	float: left;
	width: 50%;
	font-weight: 500
}

@media (max-width:61.24em) {
	.courseDetailHeader .courseItem__info .tags {
		width: 33.33%
	}
}

@media (max-width:46.24em) {
	.courseDetailHeader .courseItem__info .tags {
		font-size: .875em;
		line-height: 1.35714em;
		width: 100%
	}
}

.courseDetailHeader .courseItem__info .tags span {
	color: #737373
}

.courseDetailHeader .ratingStars {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.courseDetailHeader .ratingStars img {
	margin-right: 1px;
	height: 14px;
	width: 15px
}

@media (max-width:46.24em) {
	.courseDetailHeader .ratingStars img {
		height: 11px;
		width: 12px
	}
}

.courseLogin {
	margin-top: 1.25em
}

.courseLogin .courseLogin__wrapper {
	position: relative;
	overflow: hidden;
	background: #e9e9e9
}

@media (max-width:61.24em) {
	.courseLogin .courseLogin__wrapper {
		text-align: center
	}
}

.courseLogin .loginHeading {
	float: left;
	margin-bottom: 7px;
	width: 50%
}

@media (max-width:61.24em) {
	.courseLogin .loginHeading {
		float: none;
		margin-bottom: 0;
		width: 100%
	}
}

@media (max-width:46.24em) {
	.courseLogin .loginHeading {
		font-size: 1em;
		line-height: 1.3125em
	}
}

.courseLogin p {
	float: left;
	margin: 0;
	width: 50%;
	font-weight: 500
}

@media (max-width:61.24em) {
	.courseLogin p {
		float: none;
		width: 100%
	}
}

.courseLogin .courseLogin__buttons {
	float: right;
	margin-top: 2px;
	width: 50%
}

@media (max-width:61.24em) {
	.courseLogin .courseLogin__buttons {
		margin: 1em 0;
		width: 100%;
		text-align: center
	}
}

.courseLogin .courseLogin__buttons .Cta {
	box-sizing: border-box;
	margin-right: 1em;
	margin-bottom: 0;
	min-width: 125px
}

@media (max-width:61.24em) {
	.courseLogin .courseLogin__buttons .Cta {
		margin: 0 .5em
	}
}

@media (max-width:29.9375em) {
	.courseLogin .courseLogin__buttons .Cta {
		min-width: 95px
	}
}

@media (min-width:46.25em) {
	.courseLogin .courseLogin__forgot {
		float: right
	}
}

@media (max-width:61.24em) {
	.courseLogin .courseLogin__forgot {
		display: block
	}
}

.courseLogin .courseLogin__notLoggedIn {
	padding: 1.25em;
	overflow: hidden;
	background: #e9e9e9
}

.courseLogin .courseLogin__form {
	display: none;
	padding: 1.25em;
	background: #e9e9e9;
	transition: all .4s
}

@media (max-width:46.24em) {
	.courseLogin .courseLogin__form {
		padding-top: 2.5em
	}
}

.courseLogin .courseLogin__form .form-row {
	width: 40%
}

@media (max-width:46.24em) {
	.courseLogin .courseLogin__form .form-row {
		width: 100%
	}
}

.courseLogin .courseLogin__form .form-row.checkbox-row {
	width: 100%
}

.courseLogin .courseLogin__form input[type=submit] {
	position: absolute;
	right: 0;
	border-radius: 0
}

@media (max-width:46.24em) {
	.courseLogin .courseLogin__form input[type=submit] {
		position: relative;
		margin-top: 0
	}
}

.courseLogin .courseLogin__form .PageForm-input {
	border-radius: 0
}

.courseLogin .courseLogin__form .closeButton {
	font-size: 1.3125em;
	line-height: 1.2381em;
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	padding: 10px;
	color: #3a3a3a;
	line-height: 1em;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.courseLogin .courseLogin__form .closeButton:hover {
	text-decoration: none
}

.courseForm .questionText {
	font-weight: 500
}

.courseForm .questionNumber {
	padding-top: .5em;
	font-weight: 500
}

.courseForm .questionNumber span {
	color: #737373
}

.courseForm p {
	margin: 0;
	padding-left: 1em;
	font-weight: 500
}

@media (max-width:46.24em) {
	.courseForm p {
		font-size: .875em;
		line-height: 1.35714em;
		padding-left: 0;
		font-weight: 500
	}
}

.courseForm .Cta {
	box-sizing: border-box;
	display: block;
	width: 35%;
	font-weight: 500
}

@media (max-width:46.24em) {
	.courseForm .Cta {
		width: 100%
	}
}

.courseForm .Cta.disabled {
	pointer-events: none
}

.courseForm .nextQuestion {
	margin-top: 1.875em;
	background-color: #b2b2b2;
	border: 1px solid #b2b2b2;
	cursor: text
}

.courseForm .nextQuestion svg {
	float: right;
	padding: 2px 0 2px;
	height: 19px;
	width: 20px;
	fill: #fff
}

.courseForm .nextQuestion:hover {
	text-decoration: none
}

.courseForm .nextQuestion.enabled {
	background-color: #ee7e32;
	border: 1px solid #ee7e32;
	cursor: pointer
}

.courseForm .nextQuestion.enabled:hover {
	text-decoration: underline
}

.courseForm .previousQuestion {
	color: #3a3a3a;
	background-color: #fff;
	border: 1px solid #3a3a3a
}

.courseForm .previousQuestion svg {
	float: left;
	padding: 2px 0 2px 15px;
	height: 19px;
	width: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #3a3a3a
}

.moduleResult .moduleResult--score {
	margin-bottom: .5em
}

.moduleResult .moduleResult--nextModuleName {
	margin: .5em 0
}

.moduleResult .moduleResult--actions {
	margin-top: 1.33em
}

.moduleResult .moduleResult--actions a {
	margin-right: 1em
}

.moduleResult .moduleResult--nextModuleDesc {
	margin-top: 1.33em
}

@media (max-width:46.24em) {
	.courseForm .u-constrain {
		padding-right: 0;
		padding-left: 0
	}
}

@media (max-width:46.24em) {
	.courseForm .formWrapper {
		padding-right: 7.56303%;
		padding-left: 7.56303%
	}
}

.courseForm .courseFormGroup {
	margin: 0;
	padding: 1em 0;
	overflow: hidden;
	list-style: none
}

.courseForm .courseFormGroup li {
	position: relative;
	margin: 0 0 3px 0;
	padding: .625em 0 .625em 2em;
	min-height: 1.875em;
	overflow: hidden
}

@media (max-width:46.24em) {
	.courseForm .courseFormGroup li {
		padding: .625em 7.56303%
	}
}

.courseForm .courseFormGroup li span {
	font-size: 1.3125em;
	line-height: 1.2381em;
	float: right
}

@media (max-width:46.24em) {
	.courseForm .courseFormGroup li span {
		font-size: 1em;
		line-height: 1.3125em
	}
}

.courseForm .courseFormGroup li.correct {
	padding-right: 50px;
	background: #dfefdf
}

.courseForm .courseFormGroup li.correct:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	background: url(../assets/img/design/correct.svg) no-repeat center center;
	background-size: 30px
}

.courseForm .courseFormGroup li.incorrect {
	padding-right: 50px;
	background: #fae1e4
}

.courseForm .courseFormGroup li.incorrect:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	background: url(../assets/img/design/incorrect.svg) no-repeat center center;
	background-size: 30px
}

.courseForm .courseFormGroup label {
	position: relative;
	display: block;
	float: left;
	padding-left: 50px;
	cursor: pointer
}

.courseForm .courseFormGroup label:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background: #fff;
	border: 2px solid #3a3a3a;
	cursor: pointer
}

.courseForm .courseFormGroup label.checked:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
	height: 18px;
	width: 18px;
	background: #3a3a3a;
	cursor: pointer
}

.courseForm .courseFormGroup input[type=checkbox],
.courseForm .courseFormGroup input[type=radio] {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0)
}

.courseCheckboxForm li span {
	padding-top: 2px
}

.courseRadioForm li span {
	padding-top: 5px
}

.courseRadioForm label:before {
	border-radius: 30px
}

.courseRadioForm label.checked:after {
	border-radius: 30px
}

.courseRadioForm--image .courseFormGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: 1em
}

@media (max-width:46.24em) {
	.courseRadioForm--image .courseFormGroup {
		margin-left: 0
	}
}

.courseRadioForm--image .courseFormGroup li {
	box-sizing: border-box;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	padding: 0 15px 0 0;
	width: 48%
}

@media (max-width:46.24em) {
	.courseRadioForm--image .courseFormGroup li {
		margin-right: 0;
		margin-bottom: 15px;
		padding: 0 7.56303%;
		width: 100%
	}
}

.courseRadioForm--image .courseFormGroup li img {
	display: block;
	max-width: 100%
}

.courseRadioForm--image .courseFormGroup li span {
	display: block;
	padding-top: 0;
	max-width: 100%
}

.courseRadioForm--image .courseFormGroup li .itemBorder {
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	width: 100%;
	border: 1px solid #d3d3d3
}

.courseRadioForm--image .courseFormGroup li.correct,
.courseRadioForm--image .courseFormGroup li.incorrect {
	padding-right: 15px;
	background-color: transparent
}

@media (max-width:46.24em) {
	.courseRadioForm--image .courseFormGroup li.correct,
	.courseRadioForm--image .courseFormGroup li.incorrect {
		padding: 0 7.56303%
	}
}

.courseRadioForm--image .courseFormGroup li.correct:after,
.courseRadioForm--image .courseFormGroup li.incorrect:after {
	right: 0
}

@media (max-width:46.24em) {
	.courseRadioForm--image .courseFormGroup li.correct:after,
	.courseRadioForm--image .courseFormGroup li.incorrect:after {
		right: 3.781515%
	}
}

.courseRadioForm--image .courseFormGroup label {
	padding-left: 0;
	max-width: 100%
}

.courseRadioForm--image .courseFormGroup label:before {
	top: 20px;
	right: 20px;
	left: auto
}

.courseRadioForm--image .courseFormGroup label.checked:after {
	top: 26px;
	right: 26px;
	left: auto
}

.courseRadioForm--image .courseFormGroup label.checked .itemBorder {
	border: 8px solid #007bff
}

.courseRadioForm--image .courseFormGroup label:hover {
	opacity: .9
}

.courseModuleStart {
	margin-top: 20px
}

.js-leave-warning {
	display: none!important
}

@media (max-width:46.24em) {
	.js-leave-warning .modal-inner {
		top: 5vh;
		z-index: 30;
		margin: 1em;
		padding-top: 1em;
		height: initial
	}
	.js-leave-warning a.modal-close:after {
		content: "x"!important;
		padding: 0 .4em .05em!important;
		color: #fff!important;
		font-size: 1.8em!important;
		background: 0 0!important
	}
}

@media (min-width:46.25em) {
	.js-leave-warning:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		display: none!important;
		height: 100vh;
		width: 100%;
		background: rgba(0, 0, 0, .75);
		opacity: 1
	}
	.js-leave-warning:before.is-active {
		display: block!important
	}
	.js-leave-warning p {
		margin: 0
	}
	.js-leave-warning .cta-buttons {
		margin-top: 1em
	}
}

.js-leave-warning.is-active {
	display: block!important
}

.courseListings__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5625em -1em 0 0;
	padding: 0;
	list-style: none
}

.courseItem {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 1em 1.5em 0;
	width: calc(100% / 3 - 1em);
	min-height: 100%
}

@media (max-width:61.24em) {
	.courseItem {
		width: calc(100% / 2 - 1em)
	}
}

@media (max-width:46.24em) {
	.courseItem {
		display: block;
		width: 100%
	}
}

.courseItem .courseItem__wrapper {
	box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #ededed
}

.courseItem .courseItem__main {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 45px 20px 20px;
	height: 100%;
	width: 100%
}

@media (max-width:46.24em) {
	.courseItem .courseItem__main {
		padding: 40px 15px 15px
	}
}

.courseItem .courseItem__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-right: 24px;
	color: #3a3a3a;
	font-weight: 500
}

@media (max-width:46.24em) {
	.courseItem .courseItem__title {
		position: static;
		padding-right: 0
	}
}

.courseItem .courseItem__title:after {
	content: "";
	display: block;
	height: 20px;
	overflow: hidden
}

.courseItem .progressStatus {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5625em;
	width: 100%;
	background-color: #939393
}

.courseItem .progressStatus .progressBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5625em;
	width: 0;
	background-color: #54b97a
}

.courseItem .progressStatus .progressStatusText {
	font-size: .875em;
	line-height: 1.35714em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	color: #fff;
	font-weight: 500;
	line-height: 170%
}

@media (max-width:46.24em) {
	.courseItem .progressStatus .progressStatusText {
		padding: 0 15px
	}
}

@media (max-width:46.24em) {
	.courseItem.notStarted .courseItem__main {
		padding-top: 15px
	}
}

.courseItem.notStarted .progressStatus {
	background-color: #fff
}

@media (max-width:46.24em) {
	.courseItem.notStarted .progressStatus {
		display: none
	}
}

.courseItem.notStarted .progressStatus .progressBar,
.courseItem.notStarted .progressStatus .progressStatusText {
	display: none
}

.courseItem.featured .courseItem__main {
	background: #dcefff url(../assets/img/design/star.svg) top 44px right 20px no-repeat;
	background-size: 18px;
	border-top: 0
}

.Spotlight--bleedLeft .courseItem.featured .Cta,
.Spotlight--bleedRight .courseItem.featured .Cta,
.SpotlightGrid--bleedLeft .courseItem.featured .Cta,
.SpotlightGrid--bleedRight .courseItem.featured .Cta,
.courseItem.featured .Cta--pri,
.courseItem.featured .Spotlight--bleedLeft .Cta,
.courseItem.featured .Spotlight--bleedRight .Cta,
.courseItem.featured .SpotlightGrid--bleedLeft .Cta,
.courseItem.featured .SpotlightGrid--bleedRight .Cta {
	padding-top: .45em;
	padding-bottom: .45em;
	color: #3a3a3a;
	background-color: transparent;
	border: 1px solid #3a3a3a
}

.Spotlight--bleedLeft .courseItem.featured .Cta path,
.Spotlight--bleedRight .courseItem.featured .Cta path,
.SpotlightGrid--bleedLeft .courseItem.featured .Cta path,
.SpotlightGrid--bleedRight .courseItem.featured .Cta path,
.courseItem.featured .Cta--pri path,
.courseItem.featured .Spotlight--bleedLeft .Cta path,
.courseItem.featured .Spotlight--bleedRight .Cta path,
.courseItem.featured .SpotlightGrid--bleedLeft .Cta path,
.courseItem.featured .SpotlightGrid--bleedRight .Cta path {
	fill: #3a3a3a
}

.courseItem.featured .Cta--sec,
.courseItem.featured .Cta--third {
	background-color: transparent
}

.courseItem.featured h2 {
	padding-right: 50px
}

@media (max-width:46.24em) {
	.courseItem.featured h2 {
		padding-right: 25px
	}
}

.no-flexbox .courseListings__list {
	display: block
}

.no-flexbox .courseItem {
	display: block
}

@media (max-width:46.24em) {
	.no-flexbox .courseItem h2 {
		min-height: 60px
	}
}

.no-flexbox .courseItem .courseItem__wrapper {
	width: auto
}

#show-listview .courseItem {
	display: block;
	width: 100%
}

#show-listview .courseItem .courseItem__main {
	padding-top: 45px;
	min-height: 210px;
	overflow: hidden
}

@media (max-width:46.24em) {
	#show-listview .courseItem .courseItem__main {
		padding-top: 40px;
		min-height: auto
	}
}

#show-listview .courseItem h2 {
	margin-right: 284px
}

@media (max-width:46.24em) {
	#show-listview .courseItem h2 {
		margin-right: 0
	}
}

#show-listview .courseItem.featured .courseItem__main {
	background-image: none
}

@media (max-width:46.24em) {
	#show-listview .courseItem.featured .courseItem__main {
		background: #dcefff url(../assets/img/design/star.svg) top 44px right 20px no-repeat;
		background-size: 18px
	}
}

#show-listview .courseItem.featured h2 {
	padding-right: 0
}

@media (max-width:46.24em) {
	#show-listview .courseItem.featured h2 {
		padding-right: 25px
	}
}

#show-listview .courseItem.featured h2:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	height: 18px;
	width: 18px;
	background: url(../assets/img/design/star.svg) no-repeat 0 0;
	background-size: 18px
}

@media (max-width:46.24em) {
	#show-listview .courseItem.featured h2:after {
		background: 0 0
	}
}

#show-listview .courseItem.notStarted .progressStatus {
	display: none
}

#show-listview .courseItem.notStarted .courseItem__main {
	padding-top: 20px;
	min-height: 145px
}

@media (max-width:46.24em) {
	#show-listview .courseItem.notStarted .courseItem__main {
		padding-top: 15px
	}
}

#show-listview .courseItem.notStarted .courseItem__logo {
	top: 20px
}

#show-listview .courseItem.notStarted .courseItem__img-video {
	top: 20px
}

#show-listview .courseItem__info {
	position: static;
	margin-top: 0;
	margin-right: 284px
}

@media (max-width:46.24em) {
	#show-listview .courseItem__info {
		margin-right: 0
	}
}

#show-listview .courseItem__info ul {
	display: block;
	margin-bottom: 1.25em;
	overflow: hidden
}

#show-listview .courseItem__info ul li {
	display: inline-block;
	padding-right: 20px
}

@media (max-width:46.24em) {
	#show-listview .courseItem__info ul li {
		display: block;
		float: left;
		padding-right: 0;
		width: 50%
	}
	#show-listview .courseItem__info ul li.accreditation {
		display: block
	}
}

@media (max-width:29.9375em) {
	#show-listview .courseItem__info ul li {
		width: 100%
	}
}

#show-listview .courseItem__info ul li.accreditation {
	display: none
}

#show-listview .courseItem__logo {
	position: absolute;
	top: 45px;
	right: 20px;
	margin-right: 234px
}

@media (max-width:46.24em) {
	#show-listview .courseItem__logo {
		display: none
	}
}

#show-listview .courseItem__links {
	margin-right: 284px
}

@media (max-width:46.24em) {
	#show-listview .courseItem__links {
		margin-right: 0
	}
}

#show-listview .courseItem__links .Cta {
	margin-right: 15px;
	margin-left: 0;
	width: auto
}

@media (max-width:46.24em) {
	#show-listview .courseItem__links .Cta {
		float: left;
		margin-right: 2.5%;
		width: 47.5%
	}
}

#show-listview .courseItem__links .Cta.Cta--pri,
#show-listview .courseItem__links .Spotlight--bleedLeft .Cta,
#show-listview .courseItem__links .Spotlight--bleedRight .Cta,
#show-listview .courseItem__links .SpotlightGrid--bleedLeft .Cta,
#show-listview .courseItem__links .SpotlightGrid--bleedRight .Cta,
.Spotlight--bleedLeft #show-listview .courseItem__links .Cta,
.Spotlight--bleedRight #show-listview .courseItem__links .Cta,
.SpotlightGrid--bleedLeft #show-listview .courseItem__links .Cta,
.SpotlightGrid--bleedRight #show-listview .courseItem__links .Cta {
	min-width: 130px
}

@media (max-width:46.24em) {
	#show-listview .courseItem__links .Cta.Cta--pri,
	#show-listview .courseItem__links .Spotlight--bleedLeft .Cta,
	#show-listview .courseItem__links .Spotlight--bleedRight .Cta,
	#show-listview .courseItem__links .SpotlightGrid--bleedLeft .Cta,
	#show-listview .courseItem__links .SpotlightGrid--bleedRight .Cta,
	.Spotlight--bleedLeft #show-listview .courseItem__links .Cta,
	.Spotlight--bleedRight #show-listview .courseItem__links .Cta,
	.SpotlightGrid--bleedLeft #show-listview .courseItem__links .Cta,
	.SpotlightGrid--bleedRight #show-listview .courseItem__links .Cta {
		min-width: auto
	}
}

@media (max-width:46.24em) {
	#show-listview .courseItem__links .Cta.Cta--sec,
	#show-listview .courseItem__links .Cta.Cta--third {
		margin-right: 0;
		margin-left: 2.5%
	}
}

#show-listview .courseItem__share {
	margin-right: 284px
}

#show-listview .courseItem__img-video {
	position: absolute;
	top: 45px;
	right: 20px;
	height: 145px;
	width: 210px
}

.courseItem__info {
	width: 100%
}

@media (max-width:46.24em) {
	.courseItem__info {
		margin-top: 0
	}
}

.courseItem__info ul {
	display: inline-block;
	margin: 0 0 1.25em 0;
	padding: 0;
	list-style: none
}

.courseItem__info ul li {
	margin: 0 0 .6em;
	line-height: 100%
}

@media (max-width:46.24em) {
	.courseItem__info ul li {
		font-size: .875em;
		line-height: 1.35714em;
		display: block;
		float: left;
		width: 50%
	}
	.courseItem__info ul li.accreditation {
		display: block
	}
}

@media (max-width:29.9375em) {
	.courseItem__info ul li {
		width: 100%
	}
}

.courseItem__info ul li span {
	color: #737373;
	font-weight: 500
}

.courseItem__info ul li.accreditation {
	display: none
}

.courseItem__img-video {
	position: relative;
	margin-bottom: .8em;
	width: 100%;
	overflow: hidden
}

@media (max-width:46.24em) {
	.courseItem__img-video {
		display: none
	}
}

.courseItem__img-video img {
	display: block;
	width: 100%
}

.courseItem__img-video .iconPlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	width: 100%;
	background: url(../assets/img/design/play.png) no-repeat center center;
	background-size: 3.75em;
	opacity: .8;
	transition: .4s all
}

.courseItem__img-video .iconPlay:hover {
	opacity: 1
}

.courseItem__logo {
	float: right;
	max-height: 50px;
	max-width: 50px
}

@media (max-width:46.24em) {
	.courseItem__logo {
		display: none
	}
}

@media (min-width:46.25em) {
	#show-gridview .courseItem__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	#show-gridview .courseItem__links .Cta {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.courseItem__links {
	font-size: .875em;
	line-height: 1.35714em
}

.courseItem__links .Cta {
	box-sizing: border-box;
	margin-bottom: 0;
	max-height: 42px;
	overflow: hidden;
	font-weight: 500;
	white-space: nowrap
}

.courseItem__links .Cta svg {
	float: right;
	padding: 3px 0 4px 4px;
	height: 19px;
	width: 20px;
	fill: #fff
}

.Spotlight--bleedLeft .courseItem__links .Cta,
.Spotlight--bleedRight .courseItem__links .Cta,
.SpotlightGrid--bleedLeft .courseItem__links .Cta,
.SpotlightGrid--bleedRight .courseItem__links .Cta,
.courseItem__links .Cta.Cta--pri,
.courseItem__links .Spotlight--bleedLeft .Cta,
.courseItem__links .Spotlight--bleedRight .Cta,
.courseItem__links .SpotlightGrid--bleedLeft .Cta,
.courseItem__links .SpotlightGrid--bleedRight .Cta {
	line-height: 27px
}

.courseItem__links .Cta.Cta--sec,
.courseItem__links .Cta.Cta--third {
	margin-right: 0;
	margin-left: 2.5%;
	padding-top: .9em;
	padding-bottom: .7em;
	text-align: center;
	background-color: transparent
}

.courseItem__share {
	margin-top: 1em;
	padding: 1em 0 0 0;
	background-color: #fff;
	border: 1px solid #3a3a3a
}

.courseShare.linksVisible {
	background-color: #fff!important
}

@media (max-width:53.125em) {
	.courseListings--myaccount#show-listview .courseItem__img-video,
	.courseListings--myaccount#show-listview .courseItem__logo {
		display: none
	}
	.courseListings--myaccount#show-listview .courseItem__info,
	.courseListings--myaccount#show-listview .courseItem__links {
		margin-right: 0
	}
}

@media (max-width:46.24em) {
	.courseListings--myaccount#show-listview .Cta.downloadLink {
		margin-bottom: .9375em;
		width: 100%
	}
}

.courseListingsPagination {
	margin-top: 1.875em
}

@media (max-width:30em) {
	.courseListingsPagination .PaginationItem .Pagination-page {
		display: none
	}
}

.courseListingsPagination .PaginationItem .Pagination-page:nth-child(n+7) {
	display: none
}

@media (max-width:46.24em) {
	.courseListingsPagination .PaginationItem .Pagination-page:nth-child(n+4) {
		display: none
	}
}

.courseModules {
	margin-top: 1.25em
}

@media (max-width:46.24em) {
	.courseModules .u-constrain {
		padding: 0
	}
}

.courseModules h2 {
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 25px;
	color: #fff;
	line-height: 100%;
	background-color: #3a3a3a
}

.courseModules ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%
}

@media (max-width:46.24em) {
	.courseModules ul {
		display: block
	}
}

.courseModules ul li {
	display: table-row;
	margin: 0;
	list-style: none
}

@media (max-width:46.24em) {
	.courseModules ul li {
		display: block;
		padding-right: 7.56303%;
		padding-bottom: 10px;
		padding-left: 7.56303%;
		overflow: hidden;
		border-bottom: 1px solid #d3d3d3
	}
}

.courseModules ul li .moduleGroup {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 12px;
	border-bottom: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.courseModules ul li .moduleGroup {
		display: block;
		border: 0
	}
}

.courseModules ul li .moduleGroup--number {
	font-size: 1.875em;
	line-height: 1.16667em;
	padding: 20px 12px 20px 25px;
	color: #8b8b8b;
	font-weight: 500;
	line-height: 120%;
	border-bottom: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.courseModules ul li .moduleGroup--number {
		box-sizing: border-box;
		float: left;
		padding: 20px 0 0 0;
		width: 42px;
		font-size: 1.625em;
		border-bottom: 0
	}
}

.courseModules ul li .moduleGroup--name {
	font-size: 1em;
	line-height: 1.3125em;
	color: #3a3a3a;
	font-weight: 500
}

@media (max-width:46.24em) {
	.courseModules ul li .moduleGroup--name {
		float: right;
		clear: right;
		padding: 24px 0 10px;
		width: calc(100% - 42px);
		font-size: 1.0625em
	}
}

.courseModules ul li .moduleGroup--progress,
.courseModules ul li .moduleGroup--time {
	font-size: .875em;
	line-height: 1.35714em;
	font-weight: 500;
	white-space: nowrap
}

@media (max-width:46.24em) {
	.courseModules ul li .moduleGroup--progress,
	.courseModules ul li .moduleGroup--time {
		float: left;
		padding: 0 0 10px;
		width: calc(50% - 21px);
		white-space: normal
	}
}

@media (max-width:30em) {
	.courseModules ul li .moduleGroup--progress,
	.courseModules ul li .moduleGroup--time {
		float: right;
		width: calc(100% - 42px)
	}
}

.courseModules ul li .moduleGroup--progress span,
.courseModules ul li .moduleGroup--time span {
	color: #737373
}

@media (max-width:46.24em) {
	.courseModules ul li .moduleGroup--progress {
		padding-bottom: 5px;
		text-align: right
	}
}

@media (max-width:30em) {
	.courseModules ul li .moduleGroup--progress {
		padding-bottom: 10px;
		text-align: left
	}
}

@media (max-width:46.24em) {
	.courseModules ul li .moduleGroup--time {
		margin-left: 42px
	}
}

@media (max-width:30em) {
	.courseModules ul li .moduleGroup--time {
		margin-left: 0
	}
}

.courseModules ul li .moduleGroup--cta {
	padding: 20px 25px 20px 12px
}

@media (max-width:46.24em) {
	.courseModules ul li .moduleGroup--cta {
		float: right;
		padding: 0;
		width: calc(100% - 42px);
		overflow: hidden
	}
}

.courseModules ul li.courseModule--completed .moduleGroup--progress {
	color: #54b97a
}

.courseModules ul li.courseModule--completed .Cta {
	display: none
}

.courseModules ul li.courseModule--failed .moduleGroup--progress {
	color: #ff3c32
}

.courseModules ul li.courseModule--disabled {
	background-color: #d3d3d3;
	border-color: #aaa;
	opacity: .5
}

.courseModules ul li.courseModule--disabled .moduleGroup {
	border-color: #aaa
}

.courseModules ul li.courseModule--disabled .Cta {
	display: none
}

.courseModules .Cta {
	box-sizing: border-box;
	margin-bottom: 0
}

.courseModules .Cta svg {
	float: right;
	padding: 4px 0 4px;
	height: 19px;
	width: 20px;
	fill: #fff
}

.courseModules .Cta.Cta--ter {
	width: 100%;
	min-width: 100px;
	line-height: 27px
}

@media (max-width:46.24em) {
	.courseModules .Cta.Cta--ter {
		display: block;
		margin-top: 5px;
		margin-bottom: 15px;
		width: auto
	}
}

.courseQuestionHeader {
	margin-bottom: 1em;
	padding: .5em 0;
	line-height: 100%;
	background-color: #004288
}

@media (max-width:46.24em) {
	.courseQuestionHeader {
		margin-bottom: .5em;
		padding: .75em 0 .4em
	}
}

.courseQuestionHeader .courseQuestionHeaderItem,
.courseQuestionHeader .courseQuestionHeaderItem a {
	font-size: .875em;
	line-height: 1.35714em;
	display: inline-block;
	margin-bottom: 0;
	padding: .2em 0 .1em;
	color: #fff
}

@media (max-width:46.24em) {
	.courseQuestionHeader .courseQuestionHeaderItem,
	.courseQuestionHeader .courseQuestionHeaderItem a {
		display: block;
		padding: .1em 0
	}
}

.courseQuestionHeader .courseQuestionHeaderItem a:first-child,
.courseQuestionHeader .courseQuestionHeaderItem:first-child {
	padding-right: 2em
}

.courseQuestionHeader .courseQuestionHeaderItem a span,
.courseQuestionHeader .courseQuestionHeaderItem span {
	width: 100px;
	opacity: .7
}

.courseQuestionHeader .courseQuestionHeaderItem a,
.courseQuestionHeader .courseQuestionHeaderItem a a {
	color: #fff;
	text-decoration: none!important
}

.courseQuestionHeader .courseQuestionHeaderItem a a:active,
.courseQuestionHeader .courseQuestionHeaderItem a a:focus,
.courseQuestionHeader .courseQuestionHeaderItem a a:hover,
.courseQuestionHeader .courseQuestionHeaderItem a:active,
.courseQuestionHeader .courseQuestionHeaderItem a:focus,
.courseQuestionHeader .courseQuestionHeaderItem a:hover {
	color: #e6e6e6!important;
	text-decoration: underline!important
}

section[class*=Accordion] {
	padding-top: 2em
}

section[class*=Accordion].courseResources label.Accordion-title {
	font-size: 1.3125em;
	line-height: 1.2381em;
	font-weight: 500;
	background-color: #d3d3d3
}

@media (max-width:46.24em) {
	section[class*=Accordion].courseResources label.Accordion-title {
		font-size: 1em;
		line-height: 1.3125em;
		font-weight: 500
	}
}

@media (max-width:46.24em) {
	section[class*=Accordion].courseResources .Accordion-titleWrap {
		padding-right: 15px;
		padding-left: 15px
	}
}

section[class*=Accordion].courseResources ul.courseResourcesUl {
	margin: 0;
	padding: 0
}

section[class*=Accordion].courseResources ul.courseResourcesUl>li {
	display: block;
	margin: 0;
	padding: 2em 0;
	overflow: hidden;
	font-weight: 400;
	border-bottom: 1px solid #d3d3d3;
	list-style: none
}

section[class*=Accordion].courseResources ul.courseResourcesUl>li:last-child {
	border-bottom: 0
}

section[class*=Accordion].courseResources div.Accordion-content {
	padding-top: 0;
	padding-bottom: 1em;
	background-color: #f9f9f9;
	border: 0
}

@media (max-width:46.24em) {
	section[class*=Accordion].courseResources div.Accordion-content {
		padding-right: 15px;
		padding-left: 15px
	}
}

section[class*=Accordion].courseResources div.Accordion-content .courseResourceTitle {
	font-size: 1.3125em;
	line-height: 1.2381em;
	position: relative;
	float: left;
	margin-bottom: 0;
	padding-top: 5px;
	color: #3a3a3a;
	font-weight: 500
}

@media (max-width:46.24em) {
	section[class*=Accordion].courseResources div.Accordion-content .courseResourceTitle {
		font-size: 1em
	}
}

section[class*=Accordion].courseResources div.Accordion-content .Download-link {
	float: right;
	margin-left: 5px
}

section[class*=Accordion].courseResources div.Accordion-content .Download-icon {
	height: 40px;
	width: 40px
}

section[class*=Accordion].courseResources div.Accordion-content .Download-iconText {
	font-size: .875em;
	line-height: 1.35714em;
	padding: .625em .625em 0
}

@media (max-width:46.24em) {
	section[class*=Accordion].courseResources div.Accordion-content .Download-iconText {
		display: none
	}
}

section[class*=Accordion].courseResources div.Accordion-content .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

section[class*=Accordion].courseResources div.Accordion-content .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

section[class*=Accordion].courseResources div.Accordion-content .courseResource--text {
	line-height: 120%
}

section[class*=Accordion].courseResources div.Accordion-content .courseResource--text h3 {
	margin: 0 0 .5em 0
}

section[class*=Accordion].courseResources div.Accordion-content .courseResource--text h4 {
	margin: 0 0 .5em 0
}

section[class*=Accordion].courseResources div.Accordion-content .courseResource--link .courseResourceTitle {
	padding-right: 50px;
	min-height: 40px;
	background: url(../assets/img/design/pop-out.svg) no-repeat top right;
	background-size: 40px
}

section[class*=Accordion].courseResources div.Accordion-content .courseResource--download .courseResourceTitle {
	padding-right: 147px;
	min-height: 40px
}

@media (max-width:46.24em) {
	section[class*=Accordion].courseResources div.Accordion-content .courseResource--download .courseResourceTitle {
		padding-right: 55px
	}
}

section[class*=Accordion].courseResources div.Accordion-content .courseResource--download .courseResourceTitle:after {
	font-size: .875em;
	line-height: 1.35714em;
	content: "Download";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 10px 40px;
	height: 40px;
	width: 132px;
	text-align: right;
	background: transparent url(../assets/img/design/download-icon-white-bg.svg) no-repeat 0 0;
	background-size: 40px;
	border: 1px solid #3a3a3a
}

@media (max-width:46.24em) {
	section[class*=Accordion].courseResources div.Accordion-content .courseResource--download .courseResourceTitle:after {
		content: "";
		padding: 0;
		width: 40px
	}
}

.courseRating {
	margin-top: 2.5em
}

.courseRating .courseRating__form {
	max-width: 575px
}

@media (max-width:46.24em) {
	.courseRating .courseRating__form {
		max-width: 100%
	}
}

.courseRating .courseRating__form .formRow {
	margin-bottom: .5em
}

.courseRating .courseRating__form label {
	position: absolute;
	width: 0;
	text-indent: -9999px
}

.courseRating .courseRating__form textarea {
	font-size: 1em;
	line-height: 1.3125em;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	min-height: 170px;
	color: #8b8b8b;
	border-radius: 0
}

.courseRating .courseRating__form .btn-primary {
	min-width: 220px;
	border-radius: 0
}

@media (max-width:30em) {
	.courseRating .courseRating__form .btn-primary {
		min-width: 100%
	}
}

.courseRating .ratingStars {
	margin-bottom: 1.25em;
	overflow: hidden
}

.courseRating .ratingStars .ratingStar {
	float: left;
	padding-right: 4px;
	height: 30px;
	width: 30px;
	background: url(../assets/img/design/star.png) no-repeat 0 0;
	background-size: 31px
}

.courseRating .ratingStars .ratingStar.hover,
.courseRating .ratingStars .ratingStar.selected {
	background-position: 0 -30px
}

.courseSearchBar {
	margin-top: 1.5625em
}

.courseSearchBar .courseSearchBar__container {
	position: relative;
	padding: .9375em;
	background-color: #3a3a3a
}

.courseSearchBar .courseSearch {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-right: .9375em;
	width: 20%
}

@media (max-width:61.24em) {
	.courseSearchBar .courseSearch {
		float: none;
		margin-bottom: .9375em;
		width: calc(75% + 1.875em);
		min-height: 2.5em
	}
}

@media (max-width:46.24em) {
	.courseSearchBar .courseSearch {
		margin-right: 0;
		width: 100%
	}
}

.courseSearchBar .courseSearch__input {
	font-size: 1em;
	line-height: 1.3125em;
	box-sizing: border-box;
	padding: .65em;
	padding-right: 2em;
	height: 2.5em;
	width: 100%;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.courseSearchBar .courseSearch__input::-webkit-input-placeholder {
	color: #3a3a3a
}

.courseSearchBar .courseSearch__input:-ms-input-placeholder {
	color: #3a3a3a
}

.courseSearchBar .courseSearch__input::placeholder {
	color: #3a3a3a
}

.courseSearchBar .courseSearch__button {
	box-sizing: content-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	height: 2.5em;
	width: 2em;
	font-weight: 700;
	text-indent: -999em;
	text-transform: uppercase;
	background: 0 0;
	background: url(../assets/img/design/search--dark.svg) 0 10px no-repeat;
	background-size: 20px;
	border: none;
	border-radius: 0
}

.courseSearchBar .courseFilter__label {
	float: left;
	padding-top: .75em;
	padding-bottom: .75em;
	width: 20%;
	border: 0;
	border-radius: 0
}

@media (max-width:61.24em) {
	.courseSearchBar .courseFilter__label {
		width: 25%
	}
}

@media (max-width:46.24em) {
	.courseSearchBar .courseFilter__label {
		margin-bottom: .9375em;
		width: 100%
	}
}

.courseSearchBar .courseFilter__label:after {
	right: 1em;
	margin-top: -.5em
}

.courseSearchBar .FilterOne:checked+.FilterOne-buttons:before,
.courseSearchBar .FilterThree:checked+.FilterThree-buttons:before,
.courseSearchBar .FilterTwo:checked+.FilterTwo-buttons:before {
	left: 0;
	border-right: 0;
	border-left: 0
}

.courseSearchBar .FilterPanels .panel {
	margin-right: 0
}

@media (max-width:46.24em) {
	.courseSearchBar .courseFilter {
		clear: both
	}
}

.courseSearchBar .courseFilter .FilterPanels {
	overflow: hidden
}

.courseSearchBar .courseFilter__submit {
	padding: .65em 1em;
	color: #3a3a3a;
	background-color: #d3d3d3;
	border-radius: 0
}

@media (max-width:46.24em) {
	.courseSearchBar .courseFilter__submit {
		float: right;
		min-width: calc(30% - 15px);
		max-width: calc(30% - 15px)
	}
}

.courseSearchBar .courseLayoutSwitch {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	margin: 0;
	padding: 0;
	min-width: 90px
}

@media (max-width:46.24em) {
	.courseSearchBar .courseLayoutSwitch {
		display: none
	}
}

.courseSearchBar .courseLayoutSwitch li {
	display: block;
	float: right;
	margin-left: 17px;
	list-style: none
}

.courseSearchBar .courseLayoutSwitch li .courseLayoutButton {
	height: 39px;
	width: 28px;
	color: #fff;
	text-indent: -9999px;
	cursor: pointer
}

.courseSearchBar .courseLayoutSwitch li .courseLayoutButton#gridview {
	background: url(../assets/img/design/grid.svg) no-repeat center center
}

.courseSearchBar .courseLayoutSwitch li .courseLayoutButton#listview {
	background: url(../assets/img/design/list.svg) no-repeat center center
}

.courseSearchBar .twitter-typeahead {
	width: 100%
}

.courseSearchBar .tt-menu {
	box-sizing: border-box
}

.courseTakeAnother {
	margin-top: 2.5em
}

.courseTakeAnother .Cta {
	box-sizing: border-box;
	min-width: 220px
}

@media (max-width:30em) {
	.courseTakeAnother .Cta {
		min-width: 100%
	}
}

@media (min-width:61.25em) {
	.decision-tree__wrapper {
		margin: 0 auto;
		width: 70%
	}
}

.decision-tree__question {
	text-align: center
}

@media (min-width:46.25em) {
	.decision-tree__answers {
		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
	}
	.decision-tree__answers .Cta {
		width: 49%
	}
}

.decision-tree__answers .Cta {
	box-sizing: border-box;
	width: 100%
}

.Download {
	margin: 0 0 1.875em 0
}

.Download:after,
.Download:before {
	content: " ";
	display: table
}

.Download:after {
	clear: both
}

.Download.Download--large {
	margin: 0 0 3.75em 0
}

.Download.Download--wide {
	margin: 0 0 3.75em 0
}

.Download.Download--narrow {
	margin: 0 0 3.75em 0
}

.Download--narrow {
	box-sizing: border-box;
	position: relative;
	border-bottom: .0625em solid #ededed
}

.Download--narrow .Download-actions {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	margin-bottom: .625em
}

.Download--narrow .Download-title {
	margin-bottom: .625em;
	padding-right: 15em;
	max-width: 100%
}

@media (max-width:46.24em) {
	.Download--narrow .Download-title {
		padding-right: 138px
	}
}

.Download--narrow .Download-link:nth-child(2n) {
	margin-right: 0
}

@media (min-width:46.25em) {
	.Download--small {
		width: 32.58427%;
		float: left;
		margin-right: 1.1236%
	}
	.Download--small:nth-child(3n) {
		float: right;
		margin-right: 0
	}
	.Download--small:nth-child(4n) {
		clear: left
	}
}

.Download-image {
	width: 100%
}

.Download--large .Download-image {
	float: left;
	width: 50%
}

.Download--large.Spotlight--largeRight .Download-image {
	float: right;
	width: 50%
}

@media (max-width:46.24em) {
	.Download--wide .Download-image {
		height: auto;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.Download--wide .Download-image {
		float: left;
		width: 20%
	}
}

.Download--small .Download-image {
	height: auto;
	width: 100%
}

.Download--large .Download-content {
	padding-left: 55%
}

.Download--large.Spotlight--largeRight .Download-content {
	padding-left: 0
}

@media (min-width:46.25em) {
	.Download--wide .Download-content {
		padding-left: 25%
	}
}

.Download-title,
.h3.Download-title {
	margin-top: .3em;
	margin-bottom: .5em;
	color: #3a3a3a
}

@media (min-width:46.25em) {
	.Download--wide .Download-title,
	.Download--wide .h3.Download-title {
		margin-bottom: 0
	}
}

.Download-text {
	color: #3a3a3a
}

.Download-link {
	font-size: 1em;
	line-height: 1.3125em;
	float: left;
	margin-right: .71429em;
	color: #3a3a3a;
	border: 1px solid #3a3a3a;
	transition: border-color .5s
}

.Download-link:focus,
.Download-link:hover {
	border-color: #666
}

.Download-icon {
	float: left;
	height: 2.5625em;
	width: 2.5625em;
	text-indent: -999em;
	background: #3a3a3a 50% 50% no-repeat;
	transition: background-color .5s
}

.Download-link:focus .Download-icon,
.Download-link:hover .Download-icon {
	background-color: #666
}

.Download-icon--favourite {
	background-image: url(../assets/img/design/Bookmark-white-inactive.svg)
}

.no-svg .Download-icon--favourite {
	background-image: url(../assets/img/design/Bookmark-white-active.png)
}

.Download-icon--favourite-true {
	margin-right: .71429em;
	height: 42px;
	width: 42px;
	background-image: url(../assets/img/design/Bookmark-white-active.svg)
}

.no-svg .Download-icon--favourite-true {
	background-image: url(../assets/img/design/Bookmark-white-active.png)
}

.Download-icon--download {
	background-image: url(../assets/img/design/download-icon-white.svg)
}

.no-svg .Download-icon--download {
	background-image: url(../assets/img/design/download-icon-white.png)
}

.Download-iconText {
	float: left;
	padding: .5625em
}

.Download-link:focus .Download-iconText,
.Download-link:hover .Download-iconText {
	color: #666
}

html[dir=rtl] .Download-link {
	float: right;
	margin-right: 0;
	margin-left: .71429em
}

html[dir=rtl] .Download--narrow .Download-actions {
	right: auto;
	left: 0;
	float: left
}

html[dir=rtl] .Download--narrow .Download-title {
	padding-right: 0;
	padding-left: 15em
}

html[dir=rtl] .Download--small {
	float: right;
	margin-right: 0;
	margin-left: 1.1236%
}

html[dir=rtl] .Download--small:nth-child(3n) {
	margin-left: 0
}

html[dir=rtl] .Download-icon,
html[dir=rtl] .Download-iconText {
	float: right
}

.euroCodeForm {
	text-align: left
}

@media (max-width:46.24em) {
	.euroCodeForm {
		text-align: center
	}
}

.euroCodeForm h3 {
	margin-bottom: 16px
}

.euroCodeForm .input-required {
	position: relative
}

.euroCodeForm .input-required:after {
	content: "*";
	position: absolute;
	top: 0;
	left: 93%;
	color: #a94442;
	font-size: 1em
}

@media (max-width:46.24em) {
	.euroCodeForm .input-required:after {
		left: 101%
	}
}

.euroCodeForm .form-row {
	width: 49%
}

.euroCodeForm .form-row-full {
	width: 100%
}

.euroCodeForm .form-row,
.euroCodeForm .form-row-full {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1.25em
}

@media (max-width:46.24em) {
	.euroCodeForm .form-row,
	.euroCodeForm .form-row-full {
		width: 100%;
		text-align: left
	}
}

.euroCodeForm .form-row input:not([type=checkbox]),
.euroCodeForm .form-row select,
.euroCodeForm .form-row-full input:not([type=checkbox]),
.euroCodeForm .form-row-full select {
	box-sizing: border-box;
	margin-bottom: .25em;
	padding: .25em 1em;
	height: 45px;
	width: 92%
}

@media (max-width:46.24em) {
	.euroCodeForm .form-row input:not([type=checkbox]),
	.euroCodeForm .form-row select,
	.euroCodeForm .form-row-full input:not([type=checkbox]),
	.euroCodeForm .form-row-full select {
		width: 100%
	}
}

.euroCodeForm .form-row .radio-option,
.euroCodeForm .form-row-full .radio-option {
	clear: both
}

.euroCodeForm .form-row .radio-option input[type=radio],
.euroCodeForm .form-row-full .radio-option input[type=radio] {
	margin: .2em;
	height: 20px;
	width: 20px
}

.euroCodeForm .form-row .radio-option label,
.euroCodeForm .form-row-full .radio-option label {
	float: left;
	margin: .3em
}

.euroCodeForm .form-row select::-webkit-input-placeholder,
.euroCodeForm .form-row-full select::-webkit-input-placeholder {
	color: #0f0
}

.euroCodeForm .form-row-full.select-row,
.euroCodeForm .form-row.select-row {
	position: relative;
	pointer-events: none
}

.euroCodeForm .form-row-full.select-row select,
.euroCodeForm .form-row.select-row select {
	position: relative;
	z-index: 1;
	pointer-events: all;
	background: 0 0
}

.euroCodeForm .checkbox-row {
	padding-left: .5em
}

.euroCodeForm .checkbox-row label {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}

.euroCodeForm .checkbox-row label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 16px
}

.euroCodeForm .checkbox-row label.checked:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	height: 8px;
	width: 8px;
	background: #333;
	border-radius: 8px
}

.euroCodeForm input[type=checkbox] {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0)
}

.euroCodeForm .updateForm {
	display: block
}

.euroCodeForm input[type=submit] {
	margin-top: 1em;
	margin-bottom: 1em
}

@media (max-width:46.24em) {
	.euroCodeForm input[type=submit] {
		width: 140px
	}
}

.euroCodeForm .contact-list {
	margin: .5em 0;
	padding-left: 1em;
	list-style: none
}

@media (max-width:46.24em) {
	.euroCodeForm .contact-list {
		display: block;
		margin: .5em auto 0;
		padding: 0;
		width: 140px;
		text-align: left
	}
}

.euroCodeForm .contact-list li {
	margin-bottom: .25em
}

.euroCodeForm .contact-list li label {
	position: relative;
	padding-left: 30px
}

.euroCodeForm .contact-list li label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 16px
}

.euroCodeForm .contact-list li label.checked:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	height: 8px;
	width: 8px;
	background: #333;
	border-radius: 8px
}

.euroCodeForm .form-row .errorMsg,
.euroCodeForm .form-row-full .errorMsg,
.euroCodeForm .formRow .errorMsg {
	display: none;
	padding-left: .25em;
	color: #e4120e;
	font-weight: 800
}

.euroCodeForm .form-row-full.error-row input,
.euroCodeForm .form-row-full.error-row select,
.euroCodeForm .form-row-full.error-row textarea,
.euroCodeForm .form-row-full.errorRow input,
.euroCodeForm .form-row-full.errorRow select,
.euroCodeForm .form-row-full.errorRow textarea,
.euroCodeForm .form-row.error-row input,
.euroCodeForm .form-row.error-row select,
.euroCodeForm .form-row.error-row textarea,
.euroCodeForm .form-row.errorRow input,
.euroCodeForm .form-row.errorRow select,
.euroCodeForm .form-row.errorRow textarea,
.euroCodeForm .formRow.error-row input,
.euroCodeForm .formRow.error-row select,
.euroCodeForm .formRow.error-row textarea,
.euroCodeForm .formRow.errorRow input,
.euroCodeForm .formRow.errorRow select,
.euroCodeForm .formRow.errorRow textarea {
	border-color: #a94442
}

.euroCodeForm .form-row-full.error-row .errorMsg,
.euroCodeForm .form-row-full.errorRow .errorMsg,
.euroCodeForm .form-row.error-row .errorMsg,
.euroCodeForm .form-row.errorRow .errorMsg,
.euroCodeForm .formRow.error-row .errorMsg,
.euroCodeForm .formRow.errorRow .errorMsg {
	display: block
}

.euroCodeForm .form-row .form-control,
.euroCodeForm .form-row-full .form-control,
.euroCodeForm .formRow .form-control {
	border: 1px solid #ccc
}

.euroCodeForm .form-row label,
.euroCodeForm .form-row-full label,
.euroCodeForm .formRow label {
	display: block;
	padding: .25em .15em
}

.euroCodeForm .point-line-load-container {
	display: none;
	margin: 50px 0
}

.euroCodeForm .point-line-load-container .form-row {
	margin-bottom: 0;
	margin-left: 15%;
	max-width: 300px
}

@media (max-width:46.24em) {
	.euroCodeForm .point-line-load-container .form-row {
		margin-left: 0;
		max-width: inherit
	}
}

.euroCodeForm .point-line-load-container .form-row .errorMsg {
	display: block
}

@media (max-width:46.24em) {
	.euroCodeForm .point-line-loads {
		overflow-x: scroll;
		overflow-y: hidden;
		box-shadow: inset -18px 0 21px -15px rgba(0, 0, 0, .25)
	}
}

.euroCodeForm .point-line-load-image {
	position: relative;
	margin: 0 auto;
	height: 365px;
	width: 700px;
	background-image: url(../assets/img/eurocode/pointload.png);
	background-position-y: -30px;
	background-repeat: no-repeat
}

@media (max-width:46.24em) {
	.euroCodeForm .point-line-load-image {
		margin: 0 40px 0
	}
}

.euroCodeForm .point-line-load-image .required {
	position: relative;
	top: -8px;
	padding-right: 6px;
	color: #e4120e;
	font-size: 80%;
	font-weight: 800
}

.euroCodeForm .point-line-load-image img {
	display: block;
	margin: 0 auto
}

.euroCodeForm .point-line-load-image label {
	display: block;
	width: 165px;
	font-size: .9em;
	white-space: nowrap
}

.euroCodeForm .point-line-load-image input {
	display: block;
	padding: .25em;
	height: 35px;
	width: 160px;
	border: 1px solid #ccc
}

.euroCodeForm .point-line-load-image input.error {
	background-color: #faf3f2;
	border-color: #a94442
}

.euroCodeForm .point-line-load-image .Dead-load {
	position: absolute;
	top: 70px;
	right: 0
}

.euroCodeForm .point-line-load-image .Super-load-perm {
	position: absolute;
	top: 130px;
	right: 0
}

.euroCodeForm .point-line-load-image .Super-load-temp {
	position: absolute;
	top: 190px;
	right: 0
}

.euroCodeForm .point-line-load-image .Width {
	position: absolute;
	top: 60px;
	right: 211px
}

.euroCodeForm .point-line-load-image .Width input,
.euroCodeForm .point-line-load-image .Width label {
	width: 120px
}

.euroCodeForm .point-line-load-image .Length {
	position: absolute;
	top: 152px;
	right: 180px
}

.euroCodeForm .point-line-load-image .Length input,
.euroCodeForm .point-line-load-image .Length label {
	width: 120px
}

.euroCodeForm .point-line-load-image .X-start {
	position: absolute;
	top: 240px;
	left: 200px
}

.euroCodeForm .point-line-load-image .X-start input,
.euroCodeForm .point-line-load-image .X-start label {
	width: 120px
}

.euroCodeForm .point-line-load-image .Y-start {
	position: absolute;
	top: 173px;
	left: -28px
}

.euroCodeForm .point-line-load-image .Y-start input,
.euroCodeForm .point-line-load-image .Y-start label {
	display: inline;
	width: 120px
}

.FeaturedProducts {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	float: right;
	margin-right: 0;
	position: relative;
	margin: 1.875em 0
}

.FeaturedProducts a {
	text-decoration: none
}

.FeaturedProductCards-wrap {
	box-sizing: content-box;
	position: relative;
	height: auto;
	overflow: hidden
}

.FeaturedProductCards-main:hover .FeaturedProductCards-wrap .FeaturedProductCards-title {
	bottom: 0
}

.FeaturedProductCards-imageWrap {
	position: relative;
	overflow: hidden;
	font-size: 0;
	border: 1px solid #f1f1f1
}

.FeaturedProductCards-imageWrap img {
	display: block;
	min-width: 100%;
	max-width: 100%
}

.FeaturedProductCards-title {
	box-sizing: border-box;
	position: absolute;
	bottom: -100%;
	left: 0;
	padding: 1.25em;
	height: auto;
	width: 100%;
	background: rgba(250, 250, 250, .75);
	transition: bottom .5s
}

.FeaturedProductCards-title p {
	margin: 0;
	color: #3a3a3a
}

.FeaturedProductCards-controls--next {
	right: .5em;
	float: right
}

.FeaturedProductCards-controls--prev {
	left: .5em;
	float: left
}

.FeaturedProductCards-name {
	margin: 0;
	padding: .5em
}

.FeaturedProductCards-name h3 {
	display: inline-block;
	color: #3a3a3a;
	text-decoration: none;
	transition: font-weight .4s
}

.FiftyFifty {
	margin-bottom: 1.875em
}

@media (min-width:46.25em) {
	.FiftyFifty .u-constrainAdjust {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.FiftyFifty .SuperHero-form {
	color: #3a3a3a
}

.FiftyFifty .SuperHero-form .formSummary {
	margin-bottom: 1.5em
}

.FiftyFifty .GridForm--large .container--input label {
	width: auto
}

.FiftyFifty-imgWrap,
.FiftyFifty-videoWrap {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain
}

@media (min-width:46.25em) {
	.FiftyFifty-imgWrap,
	.FiftyFifty-videoWrap {
		position: relative;
		overflow: hidden
	}
}

@media (max-width:46.24em) {
	.FiftyFifty-imgWrap,
	.FiftyFifty-videoWrap {
		width: 100%
	}
}

.FiftyFifty-imgWrap img,
.FiftyFifty-videoWrap img {
	display: block;
	width: 100%;
	visibility: hidden
}

@media (min-width:46.25em) {
	.FiftyFifty-videoWrap {
		min-height: 304px;
		background: #3a3a3a
	}
	.FiftyFifty-videoWrap+.FiftyFifty-textWrap {
		max-height: 500px;
		overflow-y: auto
	}
}

@media (max-width:46.24em) {
	.FiftyFifty-videoWrap {
		position: relative;
		padding-bottom: 56.25%;
		height: 0
	}
}

.FiftyFifty-videoWrap iframe,
.FiftyFifty-videoWrap object {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #3a3a3a
}

.FiftyFifty-textWrap {
	box-sizing: border-box;
	display: inline-block;
	padding: 2.5em;
	width: 50%;
	color: #fff;
	background-color: #3a3a3a
}

@media (max-width:46.24em) {
	.FiftyFifty-textWrap {
		width: 100%
	}
}

.FiftyFifty-slider .ImageSlider {
	float: left;
	width: 50%
}

@media (max-width:46.24em) {
	.FiftyFifty-slider .ImageSlider {
		width: 100%
	}
}

.FiftyFifty-slider .GridForm--large .container--input label {
	width: auto
}

.FiftyFifty-details {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 40px;
	width: 50%
}

@media (max-width:46.24em) {
	.FiftyFifty-details {
		padding: 0;
		width: 100%
	}
}

.FiftyFifty-details .ul {
	padding-left: 1.25em
}

.FiftyFifty-details .ul li {
	font-weight: 400
}

.Filters {
	margin: 1em 0;
	width: 100%
}

.Filters:after,
.Filters:before {
	content: " ";
	display: table
}

.Filters:after {
	clear: both
}

.Filters-topBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.FilterButtons-submit {
	font-size: 1em;
	line-height: 1.3125em;
	box-sizing: border-box;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
	margin-left: auto;
	padding: 1em;
	min-width: 18%;
	max-width: 10%;
	color: #fff;
	text-align: center;
	background-color: #3a3a3a;
	border: none;
	cursor: pointer
}

@media (max-width:46.24em) {
	.FilterButtons-submit {
		float: none;
		width: 100%;
		min-width: 0;
		max-width: 100%
	}
}

.FilterButtons-submit.addProject {
	min-width: 0;
	max-width: 100%
}

.FilterButtons-submit h4 {
	margin: 0;
	font-weight: 100;
	line-height: 1.75
}

.FilterButtons-submit:hover {
	text-decoration: underline
}

.FilterButtons-item {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
	margin-right: .9375em;
	padding: 1em 3em 1em 1em;
	min-width: 15%;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	cursor: pointer
}

@media (max-width:46.24em) {
	.FilterButtons-item {
		display: block;
		margin: 0 0 1em 0;
		width: 100%
	}
}

.FilterButtons-Three .FilterButtons-item {
	width: 26%
}

.FilterButtons-item h4 {
	margin: 0;
	color: #3a3a3a;
	font-weight: 400
}

.FilterButtons-item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: inline-block;
	vertical-align: top;
	margin-top: -.75em;
	height: .7em;
	width: .7em;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.FilterButtons-item.is-active:after {
	margin-top: -.15em;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg)
}

.FilterButtons-radio {
	position: absolute;
	left: -100000px
}

@media (min-width:46.25em) {
	.FilterFour:checked+.FilterFour-buttons,
	.FilterOne:checked+.FilterOne-buttons,
	.FilterThree:checked+.FilterThree-buttons,
	.FilterTwo:checked+.FilterTwo-buttons {
		border-bottom: .3em solid #fff
	}
}

@media (min-width:46.25em) {
	.FilterFour:checked+.FilterFour-buttons:before,
	.FilterOne:checked+.FilterOne-buttons:before,
	.FilterThree:checked+.FilterThree-buttons:before,
	.FilterTwo:checked+.FilterTwo-buttons:before {
		content: "";
		position: absolute;
		right: 1.5em;
		bottom: -14px;
		left: -1px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0;
		height: 12px;
		width: 100%;
		background-color: #fff;
		border-right: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc
	}
}

.FilterPanels {
	box-sizing: border-box;
	width: 100%
}

.FilterPanels .panel {
	display: none
}

@media (min-width:46.25em) {
	.FilterPanels .panel {
		margin-right: 15px
	}
}

.FilterFour:checked~.FilterPanels .FilterFour-panel,
.FilterOne:checked~.FilterPanels .FilterOne-panel,
.FilterThree:checked~.FilterPanels .FilterThree-panel,
.FilterTwo:checked~.FilterPanels .FilterTwo-panel {
	display: block
}

.panel {
	margin: 0;
	margin-top: 8px;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #dcdcdc
}

.FilterTag-checkbox {
	position: absolute;
	left: -100000px
}

.FilterPanels input:checked+label,
.FilterPanels label.checked {
	color: #fff;
	background-color: #3a3a3a
}

.FilterTag-item {
	display: inline-block;
	list-style: none
}

.FilterTag-item label {
	padding: .4em;
	font-weight: 500;
	background-color: #ededed;
	cursor: pointer;
	transition: background-color .4s
}

.FilterTag-item label:hover {
	color: #fff;
	background-color: #666
}

.FilterTag-item--drk label {
	color: #fff;
	background-color: #808c98
}

.FilterTag-item--drk label:hover {
	background-color: #3a3a3a
}

.GlobalFilters {
	margin-bottom: 1.875em
}

.FilterLayoutSwitch {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	margin: 0;
	padding: 0;
	min-width: 90px
}

@media (max-width:46.24em) {
	.FilterLayoutSwitch {
		display: none
	}
}

.FilterLayoutSwitch li {
	display: block;
	float: right;
	margin-left: 17px;
	list-style: none
}

.FilterLayoutSwitch li .FilterLayoutButton {
	height: 39px;
	width: 28px;
	color: #fff;
	text-indent: -9999px;
	cursor: pointer
}

.FilterLayoutSwitch li .FilterLayoutButton.gridview {
	background: url(../assets/img/design/grid.svg) no-repeat center center
}

.FilterLayoutSwitch li .FilterLayoutButton.listview {
	background: url(../assets/img/design/list.svg) no-repeat center center
}

html[dir=rtl] .FilterButtons-radio,
html[dir=rtl] .FilterTag-checkbox {
	right: -100000px;
	left: auto
}

html[dir=rtl] .FilterButtons-item {
	margin-right: 0;
	padding: 1em 1em 1em 3em
}

@media (min-width:46.25em) {
	html[dir=rtl] .FilterButtons-item {
		margin-left: .9375em
	}
}

html[dir=rtl] .FilterButtons-item:after {
	right: auto;
	left: 1.5em
}

html[dir=rtl] .FilterPanels .panel {
	margin-right: 0
}

@media (min-width:46.25em) {
	html[dir=rtl] .FilterPanels .panel {
		margin-left: .9375em
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .FilterFour:checked+.FilterFour-buttons,
	html[dir=rtl] .FilterOne:checked+.FilterOne-buttons,
	html[dir=rtl] .FilterThree:checked+.FilterThree-buttons,
	html[dir=rtl] .FilterTwo:checked+.FilterTwo-buttons {
		border-bottom: .3em solid #fff
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .FilterFour:checked+.FilterFour-buttons:before,
	html[dir=rtl] .FilterOne:checked+.FilterOne-buttons:before,
	html[dir=rtl] .FilterThree:checked+.FilterThree-buttons:before,
	html[dir=rtl] .FilterTwo:checked+.FilterTwo-buttons:before {
		right: -1px;
		left: 1.5em
	}
}

.Filters-topBar.Filters-grey {
	position: relative;
	padding: .9375em 6em .9375em .9375em;
	background-color: #3a3a3a
}

.Filters-topBar.Filters-grey .FilterButtons-submit {
	display: none
}

.Filters-topBar.Filters-grey .FilterButtons-item {
	padding-top: 8px;
	padding-bottom: 8px
}

.Filters-topBar.Filters-grey .FilterButtons-item:after {
	right: .8em;
	margin-top: -.6em
}

.Filters-topBar.Filters-grey .FilterPanels .panel {
	margin-top: 12px
}

.Filters-topBar.Filters-grey .FilterFour:checked+.FilterFour-buttons:before,
.Filters-topBar.Filters-grey .FilterOne:checked+.FilterOne-buttons:before,
.Filters-topBar.Filters-grey .FilterThree:checked+.FilterThree-buttons:before,
.Filters-topBar.Filters-grey .FilterTwo:checked+.FilterTwo-buttons:before {
	bottom: -18px;
	height: 14px
}

.FilterButtons-SearchContainer {
	position: relative
}

.FilterButtons-SearchContainer .FilterButtons-SearchSubmit {
	box-sizing: content-box;
	position: absolute;
	top: -.1em;
	right: .6em;
	z-index: 1;
	margin: 0;
	padding: 0;
	height: 2.5em;
	width: 2em;
	font-weight: 700;
	text-indent: -999em;
	text-transform: uppercase;
	background: 0 0;
	background: url(../assets/img/design/search--dark.svg) 0 10px no-repeat;
	background-size: 20px;
	border: none;
	border-radius: 0
}

.filter-sort {
	margin: .75em 0 1.25em;
	overflow: hidden
}

@media (max-width:480px) {
	.filter-sort {
		margin-bottom: 0
	}
}

.filter-sort .sort-list--helper {
	position: relative;
	float: right;
	min-width: 200px
}

.filter-sort .sort-list--helper .sort-list {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	z-index: 3;
	padding: .1875em 2em .1875em 0;
	height: 31px;
	width: 100%;
	font-weight: 500;
	text-align: center;
	text-align-last: center;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.filter-sort .sort-list--helper .sort-list::-ms-expand {
	display: none
}

.filter-sort .sort-list--helper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	width: 2em;
	background: #3a3a3a
}

.filter-sort .sort-list--helper:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 12px;
	display: inline-block;
	height: 7px;
	width: 7px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

html[dir=rtl] .filter-sort .sort-list--helper {
	float: left
}

html[dir=rtl] .filter-sort .sort-list--helper:before {
	right: auto;
	left: 0
}

html[dir=rtl] .filter-sort .sort-list--helper:after {
	right: auto;
	left: 12px
}

html[dir=rtl] .filter-sort .sort-list--helper .sort-list {
	padding-right: 0;
	padding-left: 2em
}

.GlobalSiteFooter {
	margin-top: 1.875em;
	padding: 2.5em 0
}

.GlobalSiteFooter-copy {
	width: 100%;
	float: right;
	margin-right: 0;
	margin-bottom: 30px;
}

.GlobalSiteFooter-copy p {
	font-size: 1em;
	line-height: 1.3125em;
	font-weight: 500;
	text-align: right
}

@media (max-width:46.24em) {
	.GlobalSiteFooter-copy p {
		text-align: center
	}
}

.GlobalSiteFooter-nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}

@media (min-width:46.25em) {
	.GlobalSiteFooter-nav>ul li {
		float: left
	}
	.GlobalSiteFooter-nav>ul li:first-child {
		border-left: none
	}
	.GlobalSiteFooter-nav>ul li:first-child a {
		padding-left: 0
	}
}

.GlobalSiteFooter-nav>ul li {
	font-size: 1em;
	line-height: 1.3125em
}

.GlobalSiteFooter-nav>ul li a {
	padding: 0 1em;
	color: #3a3a3a
}

.GlobalSiteFooter-nav p {
	font-size: 1em;
	line-height: 1.3125em;
	font-weight: 500;
}

@media (min-width:46.25em) {
	.GlobalSiteFooter--pageSideNav .GlobalSiteFooter-nav {
		width: 44.44444%;
		float: left;
		margin-right: 1.0101%;
		margin-left: 29.41176%
	}
}

@media (max-width:46.24em) {
	.FooterSocialLinks {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		text-align: center
	}
}

@media (min-width:46.25em) {
	.FooterSocialLinks {
		width: 3.84615%;
		float: left;
		margin-right: .96154%;
		float: right;
		margin-right: 0
	}
}

.FooterSocialLinks>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}

.GlobalSiteFooter--pageSideNav .FooterSocialLinks {
	margin-right: 0
}

@media (min-width:46.25em) {
	.GlobalSiteFooter--pageSideNav .FooterSocialLinks {
		width: 19.19192%;
		float: left;
		margin-right: 1.0101%;
		margin-right: 0
	}
}

.FooterSocialLinks-item {
	font-size: .875em;
	line-height: 1.35714em
}

@media (max-width:46.24em) {
	.FooterSocialLinks-item {
		margin: 0 .3125em
	}
}

@media (max-width:46.24em) {
	.FooterSocialLinks-item {
		display: inline-block
	}
}

@media (min-width:46.25em) {
	.FooterSocialLinks-item {
		display: block
	}
}

.FooterSocialLinks-item a {
	display: block;
	height: 2.75em;
	width: 2.75em;
	overflow: hidden;
	color: #3a3a3a;
	text-indent: -999em;
	background: no-repeat 50% 50%
}

.GlobalSiteFooter-column {
	width: 23.07692%;
	float: left;
	margin-right: .96154%
}

@media (max-width:46.24em) {
	.GlobalSiteFooter-column {
		width: 49.49495%;
		float: left;
		margin-right: 1.0101%
	}
	.GlobalSiteFooter-column:nth-of-type(2n) {
		float: right;
		margin-right: 0
	}
}

@media (max-width:19.99em) {
	.GlobalSiteFooter-column {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		float: right;
		margin-right: 0
	}
}

.GlobalSiteFooter-column h2 {
	font-size: 1em;
	line-height: 1.3125em;
	margin-bottom: .625em;
	font-weight: 500
}

.GlobalSiteFooter-column .FooterSection-link {
	margin-bottom: .3125em
}

.GlobalSiteFooter-column .FooterSection-link a {
	font-size: .875em;
	line-height: 1.35714em;
	color: #3a3a3a;
	text-decoration: none
}

.GlobalSiteFooter-column .FooterSection-link a:hover {
	text-decoration: underline
}

.FooterSection-container {
	margin-bottom: 1.25em
}

.FooterSocialLinks-item--twitter a {
	background-image: url(../assets/img/design/icon-twitter.svg)
}

.no-svg .FooterSocialLinks-item--twitter a {
	background-image: url(../assets/img/design/icon-twitter.png)
}

.FooterSocialLinks-item--facebook a {
	background-image: url(../assets/img/design/icon-facebook.svg)
}

.no-svg .FooterSocialLinks-item--facebook a {
	background-image: url(../assets/img/design/icon-facebook.png)
}

.FooterSocialLinks-item--linkedIn a {
	background-image: url(../assets/img/design/icon-linkedin.svg)
}

.no-svg .FooterSocialLinks-item--linkedIn a {
	background-image: url(../assets/img/design/icon-linkedin.png)
}

.FooterSocialLinks-item--googlePlus a {
	background-image: url(../assets/img/design/icon-googleplus.svg)
}

.no-svg .FooterSocialLinks-item--googlePlus a {
	background-image: url(../assets/img/design/icon-googleplus.png)
}

html[dir=rtl] .GlobalSiteFooter-column {
	float: right;
	margin-right: 0;
	margin-left: .96154%
}

@media (max-width:46.24em) {
	html[dir=rtl] .GlobalSiteFooter-column {
		margin-left: 1.0101%
	}
	html[dir=rtl] .GlobalSiteFooter-column:nth-of-type(2n) {
		margin-left: 0
	}
}

@media (max-width:19.99em) {
	html[dir=rtl] .GlobalSiteFooter-column {
		margin-left: 0
	}
}

.checkbox-list-vertical label {
	margin-left: 12px
}

.GridForm .container--input .form-control {
	width: 100%
}

.GridForm .container--checkbox,
.GridForm .container--dropdown,
.GridForm .container--input,
.GridForm .container--radiobutton,
.GridForm .container--textarea {
	margin: 10px 0
}

.GridForm .container--checkbox:after,
.GridForm .container--checkbox:before,
.GridForm .container--dropdown:after,
.GridForm .container--dropdown:before,
.GridForm .container--input:after,
.GridForm .container--input:before,
.GridForm .container--radiobutton:after,
.GridForm .container--radiobutton:before,
.GridForm .container--textarea:after,
.GridForm .container--textarea:before {
	content: " ";
	display: table
}

.GridForm .container--checkbox:after,
.GridForm .container--dropdown:after,
.GridForm .container--input:after,
.GridForm .container--radiobutton:after,
.GridForm .container--textarea:after {
	clear: both
}

.GridForm .container--checkbox>div:after,
.GridForm .container--checkbox>div:before,
.GridForm .container--dropdown>div:after,
.GridForm .container--dropdown>div:before,
.GridForm .container--input>div:after,
.GridForm .container--input>div:before,
.GridForm .container--radiobutton>div:after,
.GridForm .container--radiobutton>div:before,
.GridForm .container--textarea>div:after,
.GridForm .container--textarea>div:before {
	content: " ";
	display: table
}

.GridForm .container--checkbox>div:after,
.GridForm .container--dropdown>div:after,
.GridForm .container--input>div:after,
.GridForm .container--radiobutton>div:after,
.GridForm .container--textarea>div:after {
	clear: both
}

.GridForm textarea {
	resize: vertical
}

.GridForm .field-block {
	clear: both
}

.GridForm .field-block:after,
.GridForm .field-block:before {
	content: " ";
	display: table
}

.GridForm .field-block:after {
	clear: both
}

.GridForm--large:after,
.GridForm--large:before {
	content: " ";
	display: table
}

.GridForm--large:after {
	clear: both
}

.GridForm--large .container--dropdown input,
.GridForm--large .container--dropdown label,
.GridForm--large .container--dropdown select,
.GridForm--large .container--dropdown textarea,
.GridForm--large .container--input input,
.GridForm--large .container--input label,
.GridForm--large .container--input select,
.GridForm--large .container--input textarea,
.GridForm--large .container--textarea input,
.GridForm--large .container--textarea label,
.GridForm--large .container--textarea select,
.GridForm--large .container--textarea textarea {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0
}

.GridForm--medium:after,
.GridForm--medium:before {
	content: " ";
	display: table
}

.GridForm--medium:after {
	clear: both
}

@media (min-width:46.25em) {
	.GridForm--medium {
		width: 49.57983%;
		float: left;
		margin-right: .84034%
	}
	.GridForm--medium:nth-child(2n) {
		width: 49.57983%;
		float: right;
		margin-right: 0;
		clear: right
	}
}

.GridForm--small:after,
.GridForm--small:before {
	content: " ";
	display: table
}

.GridForm--small:after {
	clear: both
}

@media (min-width:46.25em) {
	.GridForm--small {
		width: 32.77311%;
		float: left;
		margin-right: .84034%
	}
	.GridForm--small:nth-child(3n) {
		width: 32.77311%;
		float: right;
		margin-right: 0;
		float: left;
		clear: right
	}
}

.GridForm--inline .container--checkbox:after,
.GridForm--inline .container--checkbox:before,
.GridForm--inline .container--radiobutton:after,
.GridForm--inline .container--radiobutton:before {
	content: " ";
	display: table
}

.GridForm--inline .container--checkbox:after,
.GridForm--inline .container--radiobutton:after {
	clear: both
}

.GridForm--inline .container--checkbox label,
.GridForm--inline .container--radiobutton label {
	margin: 0 50px 0 5px
}

.GridForm--inline .container--checkbox input,
.GridForm--inline .container--radiobutton input {
	margin-top: 5px
}

.GridForm--inline .container--checkbox input,
.GridForm--inline .container--checkbox label,
.GridForm--inline .container--radiobutton input,
.GridForm--inline .container--radiobutton label {
	float: left
}

.GridForm--inline .container--checkbox br,
.GridForm--inline .container--radiobutton br {
	display: none
}

.GridForm--button .btn {
	padding: .57143em 1.14286em;
	color: #fff;
	background: #3a3a3a;
	border: 1px solid #3a3a3a
}

.GridForm .radio-wrap {
	display: inline-block;
	width: 100%
}

@media (min-width:46.25em) {
	.GridForm .radio-wrap {
		width: inherit
	}
}

.modalcontent .GridForm .field-block.GridForm--large {
	margin-bottom: 1em
}

.form-control {
	box-sizing: border-box;
	margin-bottom: .3em;
	padding: 1em;
	width: 50%;
	border: 1px solid #ededed
}

#HtmlAreaControl textarea {
	box-sizing: border-box;
	margin-bottom: 1em;
	padding: 1em;
	width: 50%!important;
	border: 1px solid #ededed
}

.calendar-action {
	margin-left: 1em;
	color: #3a3a3a
}

.FieldLabel {
	display: block
}

.EditingFormButtonCell .btn-primary {
	margin: 1em 0
}

.EditingFormTable {
	display: block;
	width: 100%
}

.EditingFormTable tbody {
	display: block;
	width: 100%
}

.EditingFormTable .btn {
	padding: .57143em 1.14286em;
	color: #fff;
	background: #3a3a3a;
	border: 1px solid #3a3a3a
}

.EditingFormTable .date-time-picker .btn {
	margin-left: .625em;
	padding: .57143em 1.14286em
}

.EditingFormTable tr {
	display: block;
	width: 100%
}

.EditingFormTable td {
	display: block
}

.sr-only:after {
	background: url(../assets/img/design/calendar.svg) no-repeat 0 0
}

.no-svg .sr-only:after {
	background-image: url(../assets/img/design/calendar.png)
}

#usphone .input-width-15 {
	width: 15%
}

#usphone .input-width-20 {
	width: 20%
}

#usphone .sr-only {
	display: none
}

#MultipleChoiceControl .editing-form-control-nested-control,
#RadioButtonsControl .editing-form-control-nested-control {
	margin-bottom: 1em
}

.uploader-upload {
	margin-bottom: 1em
}

.customForm .required-mark {
	color: red
}

.customForm table tbody>tr {
	border-bottom: 0
}

.customForm .EditingFormErrorLabel,
.customForm .ErrorLabel {
	display: block;
	margin-bottom: 20px;
	color: red
}

.customForm .InfoLabel {
	display: block;
	margin-bottom: 20px;
	font-weight: 700
}

@media (min-width:46.25em) {
	html[dir=rtl] .GridForm--medium {
		float: right;
		margin-right: 0;
		margin-left: .84034%
	}
	html[dir=rtl] .GridForm--medium:nth-child(2n) {
		clear: left;
		margin-left: 0
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .GridForm--small {
		float: right;
		margin-right: 0;
		margin-left: .84034%
	}
	html[dir=rtl] .GridForm--small:nth-child(3n) {
		clear: left;
		margin-left: 0
	}
}

html[dir=rtl] .GridForm--inline .container--checkbox input,
html[dir=rtl] .GridForm--inline .container--checkbox label,
html[dir=rtl] .GridForm--inline .container--radiobutton input,
html[dir=rtl] .GridForm--inline .container--radiobutton label {
	float: right
}

html[dir=rtl] .GridForm--inline .container--checkbox label,
html[dir=rtl] .GridForm--inline .container--radiobutton label {
	margin: 0 5px 0 50px
}

.inline-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.inline-form input[type=text] {
	width: 70%
}

.inline-form .btn {
	padding: .57143em 1.14286em;
	width: 30%;
	color: #fff;
	background: #3a3a3a;
	border: 1px solid #3a3a3a
}

.styled-select {
	position: relative;
	width: 100%
}

.styled-select:after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	height: 15px;
	width: 15px;
	pointer-events: none
}

.styled-checkbox {
	position: absolute;
	opacity: 0
}

.styled-checkbox+label {
	position: relative;
	padding: 0;
	cursor: pointer
}

.styled-checkbox+label:before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	margin-top: -2px;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	background: #fff
}

.styled-checkbox:checked+label:before,
.styled-checkbox:hover+label:before {
	background: #ededed
}

.styled-checkbox:checked+label:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 5px;
	height: 2px;
	width: 2px;
	background: #3a3a3a;
	box-shadow: 2px 0 0 #3a3a3a, 4px 0 0 #3a3a3a, 4px -2px 0 #3a3a3a, 4px -4px 0 #3a3a3a, 4px -6px 0 #3a3a3a, 4px -8px 0 #3a3a3a;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modal-productSearch .panel {
	margin-top: 15px;
	padding: 0;
	border: 0
}

.transitionMessage:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, .75);
	opacity: 1
}

.transitionMessage p {
	margin: 0
}

.global-map-link.mouseout path {
	fill: #d3d3d3
}

.text--centred {
	text-align: center
}

.TextBlock .searchBySubNav {
	margin-top: 30px;
	text-align: center
}

.TextBlock .searchBySubNav h3,
.TextBlock .searchBySubNav li,
.TextBlock .searchBySubNav ul {
	display: inline
}

@media (max-width:46.24em) {
	.TextBlock .searchBySubNav h3 {
		font-size: 1em
	}
}

.TextBlock .searchBySubNav ul {
	margin: 0;
	padding: 0
}

.TextBlock .searchBySubNav li {
	margin: 0;
	padding: 0;
	list-style: none
}

.TextBlock .searchBySubNav li a {
	font-size: 1.3125em;
	line-height: 1.2381em;
	padding: 0 .5em;
	color: #3a3a3a;
	text-decoration: none
}

@media (max-width:46.24em) {
	.TextBlock .searchBySubNav li a {
		font-size: 1em
	}
}

.TextBlock .searchBySubNav li a:focus,
.TextBlock .searchBySubNav li a:hover {
	color: #3a3a3a;
	text-decoration: none
}

.TextBlock .searchBySubNav li a.active {
	font-weight: 600
}

.TextBlock .searchBySubNav li:last-child a {
	border-left: 1px solid #666
}

.modal-linkList {
	margin-top: 15px;
	padding: 0;
	border: 0
}

.modal-linkList li {
	display: inline-block;
	list-style: none
}

.modal-linkList li a {
	padding: .4em;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	background-color: #ededed;
	cursor: pointer;
	transition: background-color .4s
}

.modal-linkList li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666
}

.results-summary {
	font-size: 1em;
	line-height: 1.3125em;
	display: none;
	font-weight: 500
}

#globalProductList {
	display: none
}

#globalProductList .CountryProductSelector-container {
	width: 100%
}

#globalProductList .CountryProductSelector-Spotlights {
	border: 0
}

.globalProductMap-map {
	margin-bottom: 30px;
	height: 40em;
	width: 100%
}

.globalProductMap-map svg {
	cursor: pointer
}

.globalProductMap-map .jqvmap_pin.mouseover {
	color: #fff;
	background-color: #3a3a3a
}

#globalProductMap .Map {
	padding: 0
}

@media (min-width:46.25em) {
	.IconSpotlightContainer[data-separator=true] .HighProduct {
		position: relative
	}
	.IconSpotlightContainer[data-separator=true] .HighProduct:after {
		content: "";
		position: absolute;
		top: 0;
		right: -13%;
		height: 100%;
		width: 1px;
		background: #ededed
	}
	.IconSpotlightContainer[data-separator=true] .HighProduct:last-child:after {
		display: none
	}
}

@media (min-width:46.25em) {
	.IconSpotlightContainer[data-separator=true] .GridSpotlight--medium .HighProduct:after {
		right: -.95%
	}
}

@media (min-width:46.25em) {
	.IconSpotlightContainer[data-separator=true] .GridSpotlight--small .HighProduct:after {
		right: -1.5%
	}
}

@media (min-width:46.25em) {
	.IconSpotlightContainer[data-separator=true] .GridSpotlight--extrasmall .HighProduct:after {
		right: -1.8%
	}
}

@media (min-width:46.25em) {
	.IconSpotlightContainer[data-separator=true] .GridSpotlight--extraExtrasmall .HighProduct:after {
		right: -2.2%
	}
}

@media (min-width:46.25em) {
	.IconSpotlightContainer[data-separator=true] .GridSpotlight--extraExtraExtrasmall .HighProduct:after {
		right: -13%
	}
}

.HighLevelCards {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	float: right;
	margin-right: 0;
	position: relative
}

.HighProductCards-wrap {
	padding: 0 .15rem 1em .15rem;
	overflow: hidden
}

.HighProductCards-imageWrap {
	height: 7em;
	overflow: hidden
}

.HighProductCards-imageWrap img {
	display: block;
	min-width: 100%;
	max-width: 100%
}

.HighProductCards-title {
	padding: .8em;
	background-color: #3a3a3a
}

.HighProductCards-title p {
	margin: 0;
	color: #fff;
	text-transform: uppercase
}

.HighProductCards-controls {
	position: absolute;
	height: 0;
	width: 100%
}

.HighProductCards-arrowWrap {
	background: #666;
	background: rgba(102, 102, 102, .75);
	position: absolute;
	bottom: 5.5em;
	z-index: 3;
	display: inline-block;
	padding: .7em;
	font-size: large;
	line-height: .7em;
	cursor: pointer
}

.HighProductCards-controls--next {
	right: 0;
	float: right
}

.HighProductCards-controls--prev {
	left: 0;
	float: left
}

.GridSpotlightContainer {
	margin-bottom: 1.875em
}

.GridSpotlightContainer .u-constrain {
	box-sizing: border-box;
	position: relative
}

@media (max-width:46.24em) {
	.GridSpotlightContainer .u-constrain {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
}

.GridSpotlightContainer .u-constrain .u-constrainAdjust {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.TempProductsFix .u-constrain .u-constrainAdjust a {
	width: 25%
}

.HighProduct.CountryDropdown-spotlight,
.IconSpotlightContainer .HighProduct {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 0;
	border-radius: 5px;
	transition: .4s all
}

.HighProduct.CountryDropdown-spotlight:hover,
.IconSpotlightContainer .HighProduct:hover {
	background-color: #ededed
}

.HighProduct.CountryDropdown-spotlight svg,
.IconSpotlightContainer .HighProduct svg {
	display: block;
	margin: 0 auto;
	margin-top: 1%;
	height: auto;
	width: 60%;
	min-width: 0
}

.IE .HighProduct.CountryDropdown-spotlight svg,
.IE .IconSpotlightContainer .HighProduct svg {
	height: 140px
}

.touch .HighProduct.CountryDropdown-spotlight svg,
.touch .IconSpotlightContainer .HighProduct svg {
	height: 100px
}

.HighProduct.CountryDropdown-spotlight .HighProduct-link:hover,
.IconSpotlightContainer .HighProduct .HighProduct-link:hover {
	text-decoration: none
}

.HighProduct.CountryDropdown-spotlight .HighProduct-link:hover .HighProduct-title,
.IconSpotlightContainer .HighProduct .HighProduct-link:hover .HighProduct-title {
	background-color: transparent
}

.HighProduct-link,
.HighProduct-link:hover {
	text-decoration: none
}

.HighProduct-image.CountryDropdown-image {
	margin: 0 auto;
	margin-top: 1%;
	height: 90%;
	width: auto;
	min-width: 0
}

.HighProduct-title.CountryDropdown-title,
.IconSpotlightContainer .HighProduct .HighProduct-title {
	position: static;
	padding: .5em;
	color: #3a3a3a;
	text-align: center;
	background-color: transparent
}

.HighProduct,
.ProductGroup {
	position: relative;
	margin: 0 0 1.875em 0;
	width: 100%
}

.HighProduct-image,
.ProductGroup-image {
	display: block;
	height: auto;
	width: 100%
}

.HighProduct-title {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding: .5em 1em;
	width: 100%;
	color: #fff;
	background-color: #3a3a3a;
	transition: .4s all
}

.HighProduct-title p {
	margin: 0
}

.HighProduct-title .sub-text {
	margin-top: 10px
}

.HighProduct-link:hover .HighProduct-title {
	background-color: #000
}

.ProductGroup-title {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding: .5em 0;
	width: 100%;
	min-height: 72px;
	color: #3a3a3a;
	background-color: #fff;
	border-bottom: solid 2px #3a3a3a;
	transition: .2s all
}

.ProductGroup-title h3 {
	margin: 0;
	color: #3a3a3a
}

.ProductGroup-link:hover .ProductGroup-title {
	border-bottom: solid 8px #3a3a3a
}

@media (min-width:46.25em) {
	.GridSpotlight--medium .CaseStudy,
	.GridSpotlight--medium .Download,
	.GridSpotlight--medium .HighProduct,
	.GridSpotlight--medium .ProductGroup,
	.GridSpotlight--medium .SimpleSpotlight,
	.GridSpotlight--medium .Spotlight,
	.GridSpotlight--medium .VideoSpotlight,
	.GridSpotlight--medium .grid-item {
		width: 49.57983%;
		float: left;
		margin-right: .84034%;
		position: relative
	}
	.GridSpotlight--medium .CaseStudy[dir=rtl],
	.GridSpotlight--medium .Download[dir=rtl],
	.GridSpotlight--medium .HighProduct[dir=rtl],
	.GridSpotlight--medium .ProductGroup[dir=rtl],
	.GridSpotlight--medium .SimpleSpotlight[dir=rtl],
	.GridSpotlight--medium .Spotlight[dir=rtl],
	.GridSpotlight--medium .VideoSpotlight[dir=rtl],
	.GridSpotlight--medium .grid-item[dir=rtl] {
		width: 49.57983%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--medium .CaseStudy:nth-child(2n),
	.GridSpotlight--medium .Download:nth-child(2n),
	.GridSpotlight--medium .HighProduct:nth-child(2n),
	.GridSpotlight--medium .ProductGroup:nth-child(2n),
	.GridSpotlight--medium .SimpleSpotlight:nth-child(2n),
	.GridSpotlight--medium .Spotlight:nth-child(2n),
	.GridSpotlight--medium .VideoSpotlight:nth-child(2n),
	.GridSpotlight--medium .grid-item:nth-child(2n) {
		width: 49.57983%;
		float: right;
		margin-right: 0;
		clear: right
	}
	.GridSpotlight--medium .CaseStudy:nth-child(2n)[dir=rtl],
	.GridSpotlight--medium .Download:nth-child(2n)[dir=rtl],
	.GridSpotlight--medium .HighProduct:nth-child(2n)[dir=rtl],
	.GridSpotlight--medium .ProductGroup:nth-child(2n)[dir=rtl],
	.GridSpotlight--medium .SimpleSpotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--medium .Spotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--medium .VideoSpotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--medium .grid-item:nth-child(2n)[dir=rtl] {
		width: 49.57983%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	.GridSpotlight--medium .CaseStudy:nth-child(3n),
	.GridSpotlight--medium .Download:nth-child(3n),
	.GridSpotlight--medium .HighProduct:nth-child(3n),
	.GridSpotlight--medium .ProductGroup:nth-child(3n),
	.GridSpotlight--medium .SimpleSpotlight:nth-child(3n),
	.GridSpotlight--medium .Spotlight:nth-child(3n),
	.GridSpotlight--medium .VideoSpotlight:nth-child(3n),
	.GridSpotlight--medium .grid-item:nth-child(3n) {
		clear: left
	}
}

.GridSpotlight--extrasmall h2.Spotlight-title,
.GridSpotlight--small h2.Spotlight-title {
	font-size: 1.3125em;
	line-height: 1.2381em
}

@media (min-width:46.25em) {
	.GridSpotlight--small .CaseStudy,
	.GridSpotlight--small .Download,
	.GridSpotlight--small .HighProduct,
	.GridSpotlight--small .ProductGroup,
	.GridSpotlight--small .SimpleSpotlight,
	.GridSpotlight--small .Spotlight,
	.GridSpotlight--small .VideoSpotlight,
	.GridSpotlight--small .grid-item {
		width: 32.77311%;
		float: left;
		margin-right: .84034%
	}
	.GridSpotlight--small .CaseStudy[dir=rtl],
	.GridSpotlight--small .Download[dir=rtl],
	.GridSpotlight--small .HighProduct[dir=rtl],
	.GridSpotlight--small .ProductGroup[dir=rtl],
	.GridSpotlight--small .SimpleSpotlight[dir=rtl],
	.GridSpotlight--small .Spotlight[dir=rtl],
	.GridSpotlight--small .VideoSpotlight[dir=rtl],
	.GridSpotlight--small .grid-item[dir=rtl] {
		width: 32.77311%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--small .CaseStudy:nth-child(2n)[dir=rtl],
	.GridSpotlight--small .Download:nth-child(2n)[dir=rtl],
	.GridSpotlight--small .HighProduct:nth-child(2n)[dir=rtl],
	.GridSpotlight--small .ProductGroup:nth-child(2n)[dir=rtl],
	.GridSpotlight--small .SimpleSpotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--small .Spotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--small .VideoSpotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--small .grid-item:nth-child(2n)[dir=rtl] {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	.GridSpotlight--small .CaseStudy:nth-child(4n),
	.GridSpotlight--small .Download:nth-child(4n),
	.GridSpotlight--small .HighProduct:nth-child(4n),
	.GridSpotlight--small .ProductGroup:nth-child(4n),
	.GridSpotlight--small .SimpleSpotlight:nth-child(4n),
	.GridSpotlight--small .Spotlight:nth-child(4n),
	.GridSpotlight--small .VideoSpotlight:nth-child(4n),
	.GridSpotlight--small .grid-item:nth-child(4n) {
		clear: left
	}
	.GridSpotlight--small .CaseStudy:nth-child(4n)[dir=rtl],
	.GridSpotlight--small .Download:nth-child(4n)[dir=rtl],
	.GridSpotlight--small .HighProduct:nth-child(4n)[dir=rtl],
	.GridSpotlight--small .ProductGroup:nth-child(4n)[dir=rtl],
	.GridSpotlight--small .SimpleSpotlight:nth-child(4n)[dir=rtl],
	.GridSpotlight--small .Spotlight:nth-child(4n)[dir=rtl],
	.GridSpotlight--small .VideoSpotlight:nth-child(4n)[dir=rtl],
	.GridSpotlight--small .grid-item:nth-child(4n)[dir=rtl] {
		width: 32.77311%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--small .CaseStudy:nth-child(5n)[dir=rtl],
	.GridSpotlight--small .Download:nth-child(5n)[dir=rtl],
	.GridSpotlight--small .HighProduct:nth-child(5n)[dir=rtl],
	.GridSpotlight--small .ProductGroup:nth-child(5n)[dir=rtl],
	.GridSpotlight--small .SimpleSpotlight:nth-child(5n)[dir=rtl],
	.GridSpotlight--small .Spotlight:nth-child(5n)[dir=rtl],
	.GridSpotlight--small .VideoSpotlight:nth-child(5n)[dir=rtl],
	.GridSpotlight--small .grid-item:nth-child(5n)[dir=rtl] {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	.GridSpotlight--small .CaseStudy:nth-child(3n),
	.GridSpotlight--small .Download:nth-child(3n),
	.GridSpotlight--small .HighProduct:nth-child(3n),
	.GridSpotlight--small .ProductGroup:nth-child(3n),
	.GridSpotlight--small .SimpleSpotlight:nth-child(3n),
	.GridSpotlight--small .Spotlight:nth-child(3n),
	.GridSpotlight--small .VideoSpotlight:nth-child(3n),
	.GridSpotlight--small .grid-item:nth-child(3n) {
		width: 32.77311%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--small .CaseStudy:nth-child(3n)[dir=rtl],
	.GridSpotlight--small .Download:nth-child(3n)[dir=rtl],
	.GridSpotlight--small .HighProduct:nth-child(3n)[dir=rtl],
	.GridSpotlight--small .ProductGroup:nth-child(3n)[dir=rtl],
	.GridSpotlight--small .SimpleSpotlight:nth-child(3n)[dir=rtl],
	.GridSpotlight--small .Spotlight:nth-child(3n)[dir=rtl],
	.GridSpotlight--small .VideoSpotlight:nth-child(3n)[dir=rtl],
	.GridSpotlight--small .grid-item:nth-child(3n)[dir=rtl] {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extrasmall .CaseStudy,
	.GridSpotlight--extrasmall .Download,
	.GridSpotlight--extrasmall .HighProduct,
	.GridSpotlight--extrasmall .ProductGroup,
	.GridSpotlight--extrasmall .SimpleSpotlight,
	.GridSpotlight--extrasmall .Spotlight,
	.GridSpotlight--extrasmall .VideoSpotlight,
	.GridSpotlight--extrasmall .grid-item {
		width: 24.36975%;
		float: left;
		margin-right: .84034%
	}
	.GridSpotlight--extrasmall .CaseStudy[dir=rtl],
	.GridSpotlight--extrasmall .Download[dir=rtl],
	.GridSpotlight--extrasmall .HighProduct[dir=rtl],
	.GridSpotlight--extrasmall .ProductGroup[dir=rtl],
	.GridSpotlight--extrasmall .SimpleSpotlight[dir=rtl],
	.GridSpotlight--extrasmall .Spotlight[dir=rtl],
	.GridSpotlight--extrasmall .VideoSpotlight[dir=rtl],
	.GridSpotlight--extrasmall .grid-item[dir=rtl] {
		width: 24.36975%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--extrasmall .CaseStudy:nth-child(2n)[dir=rtl],
	.GridSpotlight--extrasmall .Download:nth-child(2n)[dir=rtl],
	.GridSpotlight--extrasmall .HighProduct:nth-child(2n)[dir=rtl],
	.GridSpotlight--extrasmall .ProductGroup:nth-child(2n)[dir=rtl],
	.GridSpotlight--extrasmall .SimpleSpotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--extrasmall .Spotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--extrasmall .VideoSpotlight:nth-child(2n)[dir=rtl],
	.GridSpotlight--extrasmall .grid-item:nth-child(2n)[dir=rtl] {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	.GridSpotlight--extrasmall .CaseStudy:nth-child(3n)[dir=rtl],
	.GridSpotlight--extrasmall .Download:nth-child(3n)[dir=rtl],
	.GridSpotlight--extrasmall .HighProduct:nth-child(3n)[dir=rtl],
	.GridSpotlight--extrasmall .ProductGroup:nth-child(3n)[dir=rtl],
	.GridSpotlight--extrasmall .SimpleSpotlight:nth-child(3n)[dir=rtl],
	.GridSpotlight--extrasmall .Spotlight:nth-child(3n)[dir=rtl],
	.GridSpotlight--extrasmall .VideoSpotlight:nth-child(3n)[dir=rtl],
	.GridSpotlight--extrasmall .grid-item:nth-child(3n)[dir=rtl] {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	.GridSpotlight--extrasmall .CaseStudy:nth-child(7n)[dir=rtl],
	.GridSpotlight--extrasmall .Download:nth-child(7n)[dir=rtl],
	.GridSpotlight--extrasmall .HighProduct:nth-child(7n)[dir=rtl],
	.GridSpotlight--extrasmall .ProductGroup:nth-child(7n)[dir=rtl],
	.GridSpotlight--extrasmall .SimpleSpotlight:nth-child(7n)[dir=rtl],
	.GridSpotlight--extrasmall .Spotlight:nth-child(7n)[dir=rtl],
	.GridSpotlight--extrasmall .VideoSpotlight:nth-child(7n)[dir=rtl],
	.GridSpotlight--extrasmall .grid-item:nth-child(7n)[dir=rtl] {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	.GridSpotlight--extrasmall .CaseStudy:nth-child(4n),
	.GridSpotlight--extrasmall .Download:nth-child(4n),
	.GridSpotlight--extrasmall .HighProduct:nth-child(4n),
	.GridSpotlight--extrasmall .ProductGroup:nth-child(4n),
	.GridSpotlight--extrasmall .SimpleSpotlight:nth-child(4n),
	.GridSpotlight--extrasmall .Spotlight:nth-child(4n),
	.GridSpotlight--extrasmall .VideoSpotlight:nth-child(4n),
	.GridSpotlight--extrasmall .grid-item:nth-child(4n) {
		width: 24.36975%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--extrasmall .CaseStudy:nth-child(4n)[dir=rtl],
	.GridSpotlight--extrasmall .Download:nth-child(4n)[dir=rtl],
	.GridSpotlight--extrasmall .HighProduct:nth-child(4n)[dir=rtl],
	.GridSpotlight--extrasmall .ProductGroup:nth-child(4n)[dir=rtl],
	.GridSpotlight--extrasmall .SimpleSpotlight:nth-child(4n)[dir=rtl],
	.GridSpotlight--extrasmall .Spotlight:nth-child(4n)[dir=rtl],
	.GridSpotlight--extrasmall .VideoSpotlight:nth-child(4n)[dir=rtl],
	.GridSpotlight--extrasmall .grid-item:nth-child(4n)[dir=rtl] {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	.GridSpotlight--extrasmall .CaseStudy:nth-child(5n),
	.GridSpotlight--extrasmall .Download:nth-child(5n),
	.GridSpotlight--extrasmall .HighProduct:nth-child(5n),
	.GridSpotlight--extrasmall .ProductGroup:nth-child(5n),
	.GridSpotlight--extrasmall .SimpleSpotlight:nth-child(5n),
	.GridSpotlight--extrasmall .Spotlight:nth-child(5n),
	.GridSpotlight--extrasmall .VideoSpotlight:nth-child(5n),
	.GridSpotlight--extrasmall .grid-item:nth-child(5n) {
		clear: left
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extraExtrasmall .CaseStudy,
	.GridSpotlight--extraExtrasmall .HighProduct,
	.GridSpotlight--extraExtrasmall .ProductGroup,
	.GridSpotlight--extraExtrasmall .SimpleSpotlight,
	.GridSpotlight--extraExtrasmall .Spotlight,
	.GridSpotlight--extraExtrasmall .VideoSpotlight,
	.GridSpotlight--extraExtrasmall .grid-item {
		width: 19.35484%;
		float: left;
		margin-right: .80645%
	}
	.GridSpotlight--extraExtrasmall .CaseStudy[dir=rtl],
	.GridSpotlight--extraExtrasmall .HighProduct[dir=rtl],
	.GridSpotlight--extraExtrasmall .ProductGroup[dir=rtl],
	.GridSpotlight--extraExtrasmall .SimpleSpotlight[dir=rtl],
	.GridSpotlight--extraExtrasmall .Spotlight[dir=rtl],
	.GridSpotlight--extraExtrasmall .VideoSpotlight[dir=rtl],
	.GridSpotlight--extraExtrasmall .grid-item[dir=rtl] {
		width: 19.35484%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--extraExtrasmall .CaseStudy:nth-child(5n),
	.GridSpotlight--extraExtrasmall .HighProduct:nth-child(5n),
	.GridSpotlight--extraExtrasmall .ProductGroup:nth-child(5n),
	.GridSpotlight--extraExtrasmall .SimpleSpotlight:nth-child(5n),
	.GridSpotlight--extraExtrasmall .Spotlight:nth-child(5n),
	.GridSpotlight--extraExtrasmall .VideoSpotlight:nth-child(5n),
	.GridSpotlight--extraExtrasmall .grid-item:nth-child(5n) {
		width: 19.35484%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--extraExtrasmall .CaseStudy:nth-child(5n)[dir=rtl],
	.GridSpotlight--extraExtrasmall .HighProduct:nth-child(5n)[dir=rtl],
	.GridSpotlight--extraExtrasmall .ProductGroup:nth-child(5n)[dir=rtl],
	.GridSpotlight--extraExtrasmall .SimpleSpotlight:nth-child(5n)[dir=rtl],
	.GridSpotlight--extraExtrasmall .Spotlight:nth-child(5n)[dir=rtl],
	.GridSpotlight--extraExtrasmall .VideoSpotlight:nth-child(5n)[dir=rtl],
	.GridSpotlight--extraExtrasmall .grid-item:nth-child(5n)[dir=rtl] {
		width: 19.35484%;
		float: left;
		margin-right: .80645%;
		float: right
	}
	.GridSpotlight--extraExtrasmall .CaseStudy:nth-child(6n),
	.GridSpotlight--extraExtrasmall .HighProduct:nth-child(6n),
	.GridSpotlight--extraExtrasmall .ProductGroup:nth-child(6n),
	.GridSpotlight--extraExtrasmall .SimpleSpotlight:nth-child(6n),
	.GridSpotlight--extraExtrasmall .Spotlight:nth-child(6n),
	.GridSpotlight--extraExtrasmall .VideoSpotlight:nth-child(6n),
	.GridSpotlight--extraExtrasmall .grid-item:nth-child(6n) {
		clear: left
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .CaseStudy,
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .HighProduct,
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .ProductGroup {
		width: 19.35484%;
		float: left;
		margin-right: .80645%;
		margin-right: .35em;
		margin-left: .35em
	}
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .CaseStudy:nth-child(5n),
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .HighProduct:nth-child(5n),
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .ProductGroup:nth-child(5n) {
		width: 19.35484%;
		float: left;
		margin-right: .80645%;
		margin-right: .35em;
		margin-left: .35em
	}
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .CaseStudy:nth-child(6n),
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .HighProduct:nth-child(6n),
	.GridSpotlight--extraExtrasmall .ProductGroup--slider .ProductGroup:nth-child(6n) {
		clear: none
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extraExtrasmall .ImageBoard-content p {
		display: none
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extraExtraExtrasmall .CaseStudy,
	.GridSpotlight--extraExtraExtrasmall .HighProduct,
	.GridSpotlight--extraExtraExtrasmall .ProductGroup,
	.GridSpotlight--extraExtraExtrasmall .SimpleSpotlight,
	.GridSpotlight--extraExtraExtrasmall .Spotlight,
	.GridSpotlight--extraExtraExtrasmall .VideoSpotlight,
	.GridSpotlight--extraExtraExtrasmall .grid-item {
		width: 13.7931%;
		float: left;
		margin-right: 3.44828%
	}
	.GridSpotlight--extraExtraExtrasmall .CaseStudy[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .HighProduct[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .ProductGroup[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .SimpleSpotlight[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .Spotlight[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .VideoSpotlight[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .grid-item[dir=rtl] {
		width: 13.7931%;
		float: right;
		margin-right: 0
	}
	.GridSpotlight--extraExtraExtrasmall .CaseStudy:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .HighProduct:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .ProductGroup:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .SimpleSpotlight:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .Spotlight:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .VideoSpotlight:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .grid-item:nth-child(6n) {
		width: 13.7931%;
		float: right;
		margin-right: 0;
		clear: left
	}
	.GridSpotlight--extraExtraExtrasmall .CaseStudy:nth-child(6n)[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .HighProduct:nth-child(6n)[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .ProductGroup:nth-child(6n)[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .SimpleSpotlight:nth-child(6n)[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .Spotlight:nth-child(6n)[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .VideoSpotlight:nth-child(6n)[dir=rtl],
	.GridSpotlight--extraExtraExtrasmall .grid-item:nth-child(6n)[dir=rtl] {
		width: 13.7931%;
		float: left;
		margin-right: 3.44828%;
		float: right
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .CaseStudy,
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .HighProduct,
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .ProductGroup {
		width: 13.7931%;
		float: left;
		margin-right: 3.44828%;
		margin-right: .35em;
		margin-left: .35em
	}
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .CaseStudy:nth-child(5n),
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .HighProduct:nth-child(5n),
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .ProductGroup:nth-child(5n) {
		width: 13.7931%;
		float: left;
		margin-right: 3.44828%;
		margin-right: .35em;
		margin-left: .35em
	}
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .CaseStudy:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .HighProduct:nth-child(6n),
	.GridSpotlight--extraExtraExtrasmall .ProductGroup--slider .ProductGroup:nth-child(6n) {
		clear: none
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extraExtraExtrasmall .ImageBoard-content p {
		display: none
	}
}

.GridSpotlightTextOnly .HighProduct-title {
	position: static;
	height: 100%
}

@media (min-width:46.25em) {
	.SimpleSpotlight {
		position: relative;
		padding-bottom: 3em
	}
}

.SimpleSpotlight .Cta {
	position: relative
}

@media (min-width:46.25em) {
	.SimpleSpotlight .Cta {
		position: absolute;
		bottom: 0
	}
}

.ProductGroup--slider--next {
	right: 4.7em;
	float: right
}

.ProductGroup--slider--prev {
	left: 4.99em;
	float: left
}

.ProductGroup--controls {
	padding-left: 8.40336%;
	padding-right: 8.40336%
}

.CaseStudy {
	position: relative;
	margin-bottom: 1.875em;
	width: 100%;
	overflow: hidden
}

@media (min-width:46.25em) {
	html[dir=rtl] .GridSpotlight--medium .CaseStudy,
	html[dir=rtl] .GridSpotlight--medium .Download,
	html[dir=rtl] .GridSpotlight--medium .HighProduct,
	html[dir=rtl] .GridSpotlight--medium .ProductGroup,
	html[dir=rtl] .GridSpotlight--medium .SimpleSpotlight,
	html[dir=rtl] .GridSpotlight--medium .Spotlight,
	html[dir=rtl] .GridSpotlight--medium .VideoSpotlight,
	html[dir=rtl] .GridSpotlight--medium .grid-item {
		margin-right: 0
	}
	html[dir=rtl] .GridSpotlight--medium .CaseStudy:nth-child(2n),
	html[dir=rtl] .GridSpotlight--medium .Download:nth-child(2n),
	html[dir=rtl] .GridSpotlight--medium .HighProduct:nth-child(2n),
	html[dir=rtl] .GridSpotlight--medium .ProductGroup:nth-child(2n),
	html[dir=rtl] .GridSpotlight--medium .SimpleSpotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--medium .Spotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--medium .VideoSpotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--medium .grid-item:nth-child(2n) {
		width: 49.57983%;
		float: left;
		margin-right: .84034%;
		float: right
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .GridSpotlight--small .CaseStudy,
	html[dir=rtl] .GridSpotlight--small .Download,
	html[dir=rtl] .GridSpotlight--small .HighProduct,
	html[dir=rtl] .GridSpotlight--small .ProductGroup,
	html[dir=rtl] .GridSpotlight--small .SimpleSpotlight,
	html[dir=rtl] .GridSpotlight--small .Spotlight,
	html[dir=rtl] .GridSpotlight--small .VideoSpotlight,
	html[dir=rtl] .GridSpotlight--small .grid-item {
		margin-right: 0
	}
	html[dir=rtl] .GridSpotlight--small .CaseStudy:nth-child(2n),
	html[dir=rtl] .GridSpotlight--small .Download:nth-child(2n),
	html[dir=rtl] .GridSpotlight--small .HighProduct:nth-child(2n),
	html[dir=rtl] .GridSpotlight--small .ProductGroup:nth-child(2n),
	html[dir=rtl] .GridSpotlight--small .SimpleSpotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--small .Spotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--small .VideoSpotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--small .grid-item:nth-child(2n) {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	html[dir=rtl] .GridSpotlight--small .CaseStudy:nth-child(4n),
	html[dir=rtl] .GridSpotlight--small .Download:nth-child(4n),
	html[dir=rtl] .GridSpotlight--small .HighProduct:nth-child(4n),
	html[dir=rtl] .GridSpotlight--small .ProductGroup:nth-child(4n),
	html[dir=rtl] .GridSpotlight--small .SimpleSpotlight:nth-child(4n),
	html[dir=rtl] .GridSpotlight--small .Spotlight:nth-child(4n),
	html[dir=rtl] .GridSpotlight--small .VideoSpotlight:nth-child(4n),
	html[dir=rtl] .GridSpotlight--small .grid-item:nth-child(4n) {
		width: 32.77311%;
		float: right;
		margin-right: 0
	}
	html[dir=rtl] .GridSpotlight--small .CaseStudy:nth-child(5n),
	html[dir=rtl] .GridSpotlight--small .Download:nth-child(5n),
	html[dir=rtl] .GridSpotlight--small .HighProduct:nth-child(5n),
	html[dir=rtl] .GridSpotlight--small .ProductGroup:nth-child(5n),
	html[dir=rtl] .GridSpotlight--small .SimpleSpotlight:nth-child(5n),
	html[dir=rtl] .GridSpotlight--small .Spotlight:nth-child(5n),
	html[dir=rtl] .GridSpotlight--small .VideoSpotlight:nth-child(5n),
	html[dir=rtl] .GridSpotlight--small .grid-item:nth-child(5n) {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	html[dir=rtl] .GridSpotlight--small .CaseStudy:nth-child(3n),
	html[dir=rtl] .GridSpotlight--small .Download:nth-child(3n),
	html[dir=rtl] .GridSpotlight--small .HighProduct:nth-child(3n),
	html[dir=rtl] .GridSpotlight--small .ProductGroup:nth-child(3n),
	html[dir=rtl] .GridSpotlight--small .SimpleSpotlight:nth-child(3n),
	html[dir=rtl] .GridSpotlight--small .Spotlight:nth-child(3n),
	html[dir=rtl] .GridSpotlight--small .VideoSpotlight:nth-child(3n),
	html[dir=rtl] .GridSpotlight--small .grid-item:nth-child(3n) {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .GridSpotlight--small .ImageBoard-content p {
		display: none
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .GridSpotlight--extraExtrasmall .CaseStudy,
	html[dir=rtl] .GridSpotlight--extraExtrasmall .HighProduct,
	html[dir=rtl] .GridSpotlight--extraExtrasmall .ProductGroup,
	html[dir=rtl] .GridSpotlight--extraExtrasmall .SimpleSpotlight,
	html[dir=rtl] .GridSpotlight--extraExtrasmall .Spotlight,
	html[dir=rtl] .GridSpotlight--extraExtrasmall .VideoSpotlight,
	html[dir=rtl] .GridSpotlight--extraExtrasmall .grid-item {
		margin-right: 0
	}
	html[dir=rtl] .GridSpotlight--extraExtrasmall .CaseStudy:nth-child(5n),
	html[dir=rtl] .GridSpotlight--extraExtrasmall .HighProduct:nth-child(5n),
	html[dir=rtl] .GridSpotlight--extraExtrasmall .ProductGroup:nth-child(5n),
	html[dir=rtl] .GridSpotlight--extraExtrasmall .SimpleSpotlight:nth-child(5n),
	html[dir=rtl] .GridSpotlight--extraExtrasmall .Spotlight:nth-child(5n),
	html[dir=rtl] .GridSpotlight--extraExtrasmall .VideoSpotlight:nth-child(5n),
	html[dir=rtl] .GridSpotlight--extraExtrasmall .grid-item:nth-child(5n) {
		width: 19.35484%;
		float: left;
		margin-right: .80645%;
		float: right
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .GridSpotlight--extrasmall .CaseStudy,
	html[dir=rtl] .GridSpotlight--extrasmall .Download,
	html[dir=rtl] .GridSpotlight--extrasmall .HighProduct,
	html[dir=rtl] .GridSpotlight--extrasmall .ProductGroup,
	html[dir=rtl] .GridSpotlight--extrasmall .SimpleSpotlight,
	html[dir=rtl] .GridSpotlight--extrasmall .Spotlight,
	html[dir=rtl] .GridSpotlight--extrasmall .VideoSpotlight,
	html[dir=rtl] .GridSpotlight--extrasmall .grid-item {
		margin-right: 0
	}
	html[dir=rtl] .GridSpotlight--extrasmall .CaseStudy:nth-child(2n),
	html[dir=rtl] .GridSpotlight--extrasmall .Download:nth-child(2n),
	html[dir=rtl] .GridSpotlight--extrasmall .HighProduct:nth-child(2n),
	html[dir=rtl] .GridSpotlight--extrasmall .ProductGroup:nth-child(2n),
	html[dir=rtl] .GridSpotlight--extrasmall .SimpleSpotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--extrasmall .Spotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--extrasmall .VideoSpotlight:nth-child(2n),
	html[dir=rtl] .GridSpotlight--extrasmall .grid-item:nth-child(2n) {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	html[dir=rtl] .GridSpotlight--extrasmall .CaseStudy:nth-child(3n),
	html[dir=rtl] .GridSpotlight--extrasmall .Download:nth-child(3n),
	html[dir=rtl] .GridSpotlight--extrasmall .HighProduct:nth-child(3n),
	html[dir=rtl] .GridSpotlight--extrasmall .ProductGroup:nth-child(3n),
	html[dir=rtl] .GridSpotlight--extrasmall .SimpleSpotlight:nth-child(3n),
	html[dir=rtl] .GridSpotlight--extrasmall .Spotlight:nth-child(3n),
	html[dir=rtl] .GridSpotlight--extrasmall .VideoSpotlight:nth-child(3n),
	html[dir=rtl] .GridSpotlight--extrasmall .grid-item:nth-child(3n) {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	html[dir=rtl] .GridSpotlight--extrasmall .CaseStudy:nth-child(7n),
	html[dir=rtl] .GridSpotlight--extrasmall .Download:nth-child(7n),
	html[dir=rtl] .GridSpotlight--extrasmall .HighProduct:nth-child(7n),
	html[dir=rtl] .GridSpotlight--extrasmall .ProductGroup:nth-child(7n),
	html[dir=rtl] .GridSpotlight--extrasmall .SimpleSpotlight:nth-child(7n),
	html[dir=rtl] .GridSpotlight--extrasmall .Spotlight:nth-child(7n),
	html[dir=rtl] .GridSpotlight--extrasmall .VideoSpotlight:nth-child(7n),
	html[dir=rtl] .GridSpotlight--extrasmall .grid-item:nth-child(7n) {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	html[dir=rtl] .GridSpotlight--extrasmall .CaseStudy:nth-child(4n),
	html[dir=rtl] .GridSpotlight--extrasmall .Download:nth-child(4n),
	html[dir=rtl] .GridSpotlight--extrasmall .HighProduct:nth-child(4n),
	html[dir=rtl] .GridSpotlight--extrasmall .ProductGroup:nth-child(4n),
	html[dir=rtl] .GridSpotlight--extrasmall .SimpleSpotlight:nth-child(4n),
	html[dir=rtl] .GridSpotlight--extrasmall .Spotlight:nth-child(4n),
	html[dir=rtl] .GridSpotlight--extrasmall .VideoSpotlight:nth-child(4n),
	html[dir=rtl] .GridSpotlight--extrasmall .grid-item:nth-child(4n) {
		width: 24.36975%;
		float: left;
		margin-right: .84034%;
		float: right
	}
}

.GlobalSiteHeader {
	position: relative;
	z-index: 1;
	margin-bottom: 1.875em
}

@media (max-width:46.24em) {
	.GlobalSiteHeader {
		margin-right: 7.56303%;
		height: 4.0625em;
		background: #fff
	}
	.GlobalSiteHeader.is-masking:before {
		content: "";
		position: fixed;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, .75)
	}
}

@media (min-width:46.25em) {
	.GlobalSiteHeader {
		height: 4.25em;
		overflow: hidden
	}
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout {
		margin-top: 2.5em;
		height: 7em;
		max-width: 100%
	}
}

@media (min-width:46.25em) {
	.GlobalSiteHeader-navContainer {
		padding-left: 8.75em;
		height: 4.25em
	}
}

@media (max-width:46.24em) {
	.GlobalSiteHeader-navContainer {
		position: absolute;
		width: 100%;
		background: #f9f9f9;
		border-top: 4.0625em solid #fff
	}
	.GlobalSiteHeader-navContainer.is-hidden {
		display: none
	}
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout .GlobalSiteHeader-navContainer {
		padding-left: 12.375em;
		height: 7em
	}
}

.GlobalSiteHeader-moreButton {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	float: left;
	padding: 2em 1.5em 2em;
	width: 6.66667em;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff
}

.GlobalSiteHeader-moreButton:focus,
.GlobalSiteHeader-moreButton:hover {
	text-decoration: underline
}

.GlobalSiteHeader-moreButton:focus {
	background: #ededed;
	outline: 0
}

.GlobalSiteHeader-moreButton.is-hidden {
	display: none
}

.GlobalSiteHeader--breakout .GlobalSiteHeader-moreButton {
	padding: 4.71429em 1.14286em 1.57143em 1.14286em;
	font-size: .875em
}

.GlobalBrand {
	margin: .875em 2.375em 0 4.20168%;
	overflow: hidden
}

@media (max-width:46.24em) {
	.GlobalBrand {
		position: absolute;
		z-index: 1;
		margin: 0;
		margin-left: 7.56303%;
		padding: 1.125em 0;
		width: 3.75em;
		background: #fff
	}
}

@media (min-width:46.25em) {
	.GlobalBrand {
		float: left;
		width: 4.625em
	}
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout .GlobalBrand {
		margin: 0;
		padding: 1.375em 2.375em 1.375em 20px;
		width: 8.75em;
		background: #fff
	}
}

.GlobalBrand-logo {
	display: block;
	height: auto;
	width: 100%
}

@media (min-width:46.25em) {
	.GlobalSiteHeader-extras {
		float: left;
		height: 4.25em
	}
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout .GlobalSiteHeader-extras {
		height: 7em
	}
}

.GlobalProductLink {
	padding: 1.83333em 1.5em;
	color: #fff;
	font-size: .75em;
	font-weight: 400;
	text-decoration: none;
	background: rgba(0, 0, 0, .55)
}

@media (max-width:46.24em) {
	.GlobalProductLink {
		display: block;
		margin: .85714em 7.56303%
	}
	.GlobalProductLink.is-hidden {
		display: none
	}
}

@media (min-width:46.25em) {
	.GlobalProductLink {
		float: left
	}
}

.GlobalProductLink:focus,
.GlobalProductLink:hover {
	text-decoration: none;
	background: #3a3a3a
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout .GlobalProductLink {
		box-sizing: border-box;
		margin: 0 .71429em;
		padding: 3em 1.14286em 1.57143em 1.14286em;
		width: 7.57143em;
		font-size: .875em
	}
}

.HeaderSearch {
	position: relative
}

@media (max-width:46.24em) {
	.HeaderSearch {
		position: relative;
		margin: 0 7.56303% 1em 7.56303%;
		overflow: hidden
	}
	.HeaderSearch.is-hidden {
		display: none
	}
}

@media (min-width:46.25em) {
	.HeaderSearch {
		float: left
	}
}

.HeaderSearch>fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
	border: none
}

.HeaderSearch-input {
	height: 1.65em;
	font-size: .875em;
	background: #ededed;
	border: none
}

@media (max-width:46.24em) {
	.HeaderSearch-input {
		box-sizing: content-box;
		padding: 1.57143em 1.28571em;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.HeaderSearch-input {
		position: absolute;
		left: 0;
		padding: 1.57143em 0 1.42857em;
		width: 0;
		text-align: right;
		transition: width .5s, left .5s, padding-left .5s, padding-right .5s
	}
	.HeaderSearch.is-open .HeaderSearch-input {
		left: -24em;
		padding-right: 1.28571em;
		padding-left: 1.28571em;
		width: 21.42857em
	}
}

.HeaderSearch-input:focus,
.HeaderSearch-input:hover {
	outline: 0
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout .HeaderSearch-input {
		padding: 4.71429em 0 1.57143em;
		height: 1.71429em
	}
}

.HeaderSearch-button {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	box-sizing: content-box;
	position: relative;
	float: left;
	padding: 1.57143em 1.28571em 1.42857em;
	height: 1.65em;
	width: 1.42857em;
	font-size: .875em;
	font-weight: 700;
	text-indent: -999em;
	text-transform: uppercase;
	background: url(../assets/img/design/search-icon.svg) 1.28571em 1.57143em no-repeat;
	transition: background-color 0s;
	transition-delay: .5s
}

@media (max-width:46.24em) {
	.HeaderSearch-button {
		position: absolute;
		top: 0;
		right: 0
	}
	.HeaderSearch-button.is-hidden {
		display: none
	}
}

.HeaderSearch-button:focus,
.HeaderSearch-button:hover {
	transition-delay: 0s
}

.HeaderSearch-button:focus,
.HeaderSearch-button:hover,
.HeaderSearch.is-open .HeaderSearch-button {
	background-color: #ededed;
	outline: 0
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout .HeaderSearch-button {
		box-sizing: content-box;
		padding: 4.71429em 1.14286em 1.57143em;
		height: 1.71429em;
		width: 3.57143em;
		text-indent: 0;
		background-color: #fff;
		background-position: 50% 2.71429em
	}
	.GlobalSiteHeader--breakout .HeaderSearch-button:focus,
	.GlobalSiteHeader--breakout .HeaderSearch-button:hover,
	.HeaderSearch.is-open .GlobalSiteHeader--breakout .HeaderSearch-button {
		background-color: #ededed
	}
}

.GlobalSiteHeaderOverflow {
	position: absolute;
	top: 4.25em;
	right: 0;
	z-index: 1;
	width: 18.75em
}

@media (max-width:46.24em) {
	.GlobalSiteHeaderOverflow {
		display: none
	}
}

.GlobalSiteHeader--breakout+.GlobalSiteHeaderOverflow {
	top: 9.5em
}

.GlobalSiteHeaderOverflow>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.GlobalSiteHeaderOverflow .GlobalProductLink,
.GlobalSiteHeaderOverflow .HeaderSearch {
	display: block;
	float: none;
	margin: 0;
	padding: 0
}

.GlobalSiteHeaderOverflow .HeaderSearch {
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a
}

.GlobalSiteHeaderOverflow .HeaderSearch-input {
	box-sizing: border-box;
	position: static;
	padding: 1.25em 1.125em;
	padding-right: 1.25em;
	height: 1.65em;
	width: 100%;
	font-size: 1em;
	text-align: left
}

.GlobalSiteHeaderOverflow .HeaderSearch-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.25em;
	background-color: #ededed
}

.GlobalSiteHeaderOverflow .GlobalProductLink {
	padding: 1em;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	background: #737373
}

.GlobalSiteHeaderOverflow.is-hidden {
	display: none
}

.GlobalSiteHeaderOverflow-item {
	margin-bottom: 0
}

.GlobalSiteHeaderOverflow-item>a {
	display: block;
	margin: 0;
	padding: 1em;
	color: #3a3a3a;
	font-weight: 400;
	background: #ededed;
	border: none
}

[data-nav-matches].is-hidden {
	display: none
}

.ModelRegions-popup h3 {
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 20px;
	border-bottom: solid 1px #ececec
}

.ModelRegions-popup ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0
}

.ModelRegions-popup ul:first-of-type li {
	margin-bottom: 0!important;
	border-bottom: none!important
}

.ModelRegions-popup ul:first-of-type li a {
	padding: 0!important
}

.ModelRegions-popup ul li {
	margin: 0 .5em;
	padding-bottom: .5em;
	width: 30%;
	list-style: none;
	border-bottom: 1px solid rgba(102, 102, 102, .2)
}

@media (max-width:49.99em) {
	.ModelRegions-popup ul li {
		width: calc(50% - 2em)
	}
}

.ModelRegions-popup ul li a {
	display: block;
	padding: 6px 0 6px 16px;
	color: #3a3a3a
}

.ModelRegions-popup__region-header li {
	margin-bottom: 0!important;
	border-bottom: none!important
}

.ModelRegions-popup__region-header li a {
	padding: 0!important
}

.myAccount-header--button {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	display: block;
	margin: 0 1.14286em;
	color: #3a3a3a;
	background: #d3d3d3
}

@media (max-width:46.24em) {
	.myAccount-header--button {
		position: static;
		display: inline-block;
		margin: 0;
		background: #fff
	}
}

@media (min-width:46.25em) {
	.myAccount-header--button {
		box-sizing: border-box;
		margin: 0;
		height: 3.71429em
	}
}

.myAccount-header--button:focus {
	outline: 0
}

.myAccount-header--button:hover {
	text-decoration: underline;
	cursor: pointer
}

@media (max-width:46.24em) {
	.myAccount-header--button .CountryTools-button {
		padding: 1em 1.5em
	}
}

.myAccount-header--button .CountryTools-button:before {
	display: none
}

.myAccount-header--button .CountryTools-button span {
	position: relative;
	padding: 0 2.5em 0 0;
	font-weight: 500
}

.myAccount-header--button .CountryTools-button span:after,
.myAccount-header--button .CountryTools-button span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #333
}

.myAccount-header--button .CountryTools-button span:before {
	right: 3px;
	height: 8px;
	width: 8px;
	border-radius: 10px
}

.myAccount-header--button .CountryTools-button span:after {
	top: 10px;
	height: 6px;
	width: 14px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.myAccount-header--button .CountryLanguageSelector {
	margin: 0;
	padding: .3125em 0 0;
	min-width: 22em;
	background: #d3d3d3;
	border-radius: 0;
	border-color: #d3d3d3;
	cursor: initial
}

.myAccount-header--button .CountryLanguageSelector:after,
.myAccount-header--button .CountryLanguageSelector:before {
	display: none
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item {
	padding: 0;
	text-align: left;
	border: 0
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item p {
	font-size: 1em;
	line-height: 1.3125em;
	margin: 1.25em 0 .3125em;
	font-weight: 500
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item input[type=email],
.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item input[type=password] {
	box-sizing: border-box;
	padding: 0 .625em;
	height: 2.5em;
	width: 100%;
	border: 2px solid #d3d3d3
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.CountryLanguageSelector--submit {
	padding-top: 1.25em
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.CountryLanguageSelector--submit input[type=submit] {
	font-size: 1em;
	line-height: 1.3125em;
	padding: .625em 1.25em;
	line-height: 1.125em
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.CountryLanguageSelector--submit a {
	float: right;
	margin-top: .625em
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item {
	position: relative;
	padding: .75em 0 .5em 1.5625em
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item.dashboard {
	margin-top: .9375em
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item:last-child {
	padding-bottom: 0
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item:before {
	content: "";
	position: absolute;
	top: .875em;
	left: 0;
	height: 0;
	width: 0;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	border-left: 8px solid #004288
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item:after {
	content: "";
	position: absolute;
	top: 1.1em;
	left: .08em;
	height: 0;
	width: 0;
	border-top: 3px solid #004288;
	border-bottom: 3px solid #004288;
	border-left: 4px solid #fff
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item:hover:after {
	display: none
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item a {
	font-size: 1em;
	line-height: 1.3125em;
	color: #004288;
	font-weight: 500
}

.myAccount-header--button .CountryLanguageSelector .CountryLanguageSelector-item.myAccount-header--item a:hover {
	font-weight: 700
}

.myAccount-header--button .CountryLanguageSelector .myAccount-header--menu {
	padding: .75em 1.375em 2.1875em;
	background: #f9f9f9
}

.myAccount-header--button .CountryLanguageSelector .myAccount-header--menu .myAccount-header--title {
	padding-bottom: .3125em;
	border-bottom: 2px solid #d3d3d3
}

.myAccount-header--button .CountryLanguageSelector .myAccount-header--menu .myAccount-header--title h3 {
	display: inline
}

.myAccount-header--button .CountryLanguageSelector .myAccount-header--menu .myAccount-header--title a {
	float: right;
	padding: .3125em 0 0;
	font-weight: 500
}

.myAccount-header--button .CountryLanguageSelector .myAccount-header--menu .myAccount-header--title .account {
	float: none
}

.logo-render#header-logo {
	width: 140px!important
}

.onScroll#header .logo-render#header-logo {
	width: 72px!important
}

.HighLevelCards {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	float: right;
	margin-right: 0;
	position: relative
}

.HighProductCards-wrap {
	padding: 0 .15rem 1em .15rem;
	overflow: hidden
}

.HighProductCards-imageWrap {
	height: 7em;
	overflow: hidden
}

.HighProductCards-imageWrap img {
	display: block;
	min-width: 100%;
	max-width: 100%
}

.HighProductCards-title {
	box-sizing: border-box;
	padding: .8em;
	min-height: 100px;
	background-color: #3a3a3a
}

.HighProductCards-title p {
	font-size: .875em;
	line-height: 1.35714em;
	margin: 0;
	color: #fff;
	text-transform: uppercase
}

.HighProductCards-title p:hover {
	text-decoration: none
}

.HighProductCards-controls {
	position: absolute;
	height: 0;
	width: 100%
}

.HighProductCards-arrowWrap {
	background: #666;
	background: rgba(102, 102, 102, .75);
	position: absolute;
	bottom: 5.5em;
	z-index: 3;
	display: inline-block;
	padding: .7em;
	font-size: large;
	line-height: .7em;
	cursor: pointer
}

.HighProductCards-controls--next {
	right: 0;
	float: right
}

.HighProductCards-controls--prev {
	left: 0;
	float: left
}

.ImageBoard {
	clear: both
}

@media (max-width:46.24em) {
	.ImageBoard .u-masonryGridSizer {
		width: 49.5%
	}
}

@media (min-width:46.25em) {
	.ImageBoard .u-masonryGridSizer {
		width: 24.5%
	}
}

@media (max-width:46.24em) {
	.ImageBoard .u-masonryGutterSizer {
		width: 1%
	}
}

@media (min-width:46.25em) {
	.ImageBoard .u-masonryGutterSizer {
		width: .5%
	}
}

.ImageBoard-item {
	position: relative;
	float: left;
	margin-bottom: .1875em;
	overflow: hidden
}

@media (max-width:46.24em) {
	.ImageBoard-item {
		width: 49.5%
	}
}

@media (min-width:46.25em) {
	.ImageBoard-item {
		width: 24.5%
	}
	.ImageBoard-item p {
		display: none
	}
}

@media (min-width:46.25em) {
	.ImageBoard-item.ImageBoard-item--wide p {
		display: block
	}
}

@media (max-width:46.24em) {
	.ImageBoard-item--wide {
		width: 100%
	}
}

@media (min-width:46.25em) {
	.ImageBoard-item--wide {
		width: 49.5%
	}
}

a.ImageBoard-link {
	color: #fff;
	cursor: default
}

a.ImageBoard-link.is-open {
	color: #fff
}

.ImageBoard-content {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: -100%;
	padding: 1.25em 1.25em 0 1.25em;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .75);
	cursor: pointer;
	transition: right .5s
}

.ImageBoard-content h3 {
	color: #fff
}

.ImageBoard-content p {
	font-size: 1em;
	line-height: 1.3125em;
	display: none
}

.ImageBoard-content:after {
	content: "";
	position: absolute;
	right: .9375em;
	bottom: .9375em;
	height: .6875em;
	width: .9375em;
	background: url(../assets/img/design/arrow-icon-white.svg) 0 0 no-repeat
}

.ImageBoard-link.is-open .ImageBoard-content {
	right: 0
}

.ImageBoard-image {
	display: block;
	height: auto;
	width: 100%
}

@media (max-width:46.24em) {
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item {
		height: auto;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item {
		height: 12.5em;
		width: 24.5%;
		overflow: hidden
	}
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item img {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 100%;
		width: auto;
		min-height: 100%;
		background-size: cover;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media (max-width:46.24em) {
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item:first-of-type,
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item:nth-of-type(10) {
		height: auto;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item:first-of-type,
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item:nth-of-type(10) {
		height: 25.2em;
		width: 49.5%
	}
}

@media (min-width:46.25em) {
	.ImageBoard.ImageBoard-LayoutOne .ImageBoard-item:nth-of-type(4) {
		height: 25.2em
	}
}

@media (max-width:46.24em) {
	.ImageBoard.ImageBoard-LayoutTwo .ImageBoard-item {
		width: 100%
	}
}

@media (min-width:46.25em) {
	.ImageBoard.ImageBoard-LayoutTwo .ImageBoard-item {
		height: 15em;
		width: 49.5%;
		overflow: hidden
	}
	.ImageBoard.ImageBoard-LayoutTwo .ImageBoard-item img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		min-height: 100%;
		background-size: cover;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media (max-width:46.24em) {
	.ImageBoard.ImageBoard-LayoutThree .u-masonryGridSizer {
		width: 49.5%
	}
}

@media (min-width:46.25em) {
	.ImageBoard.ImageBoard-LayoutThree .u-masonryGridSizer {
		width: 33%
	}
}

@media (max-width:46.24em) {
	.ImageBoard.ImageBoard-LayoutThree .ImageBoard-item {
		height: auto;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.ImageBoard.ImageBoard-LayoutThree .ImageBoard-item {
		height: 15em;
		width: 33%;
		overflow: hidden
	}
	.ImageBoard.ImageBoard-LayoutThree .ImageBoard-item img {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 100%;
		width: auto;
		min-height: 100%;
		background-size: cover;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

html[dir=rtl] .ImageBoard-content:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.ImageList {
	list-style: none
}

.ImageList--tick>li {
	position: relative;
	margin: 1em 0
}

.ImageList--tick>li:before {
	content: "";
	position: absolute;
	margin-left: -2em;
	height: 1.14286em;
	width: 1.07143em;
	background: url(../assets/img/design/tick.svg) no-repeat 0 0
}

.no-svg .ImageList--tick>li:before {
	background-image: url(../assets/img/design/tick.png)
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[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-slider {
	margin: 0
}

.SliderMain {
	position: relative
}

.ImageDownload {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 20px;
	padding: 20px;
	background: rgba(102, 102, 102, .75)
}

@media (max-width:46.24em) {
	.ImageDownload {
		padding: 10px
	}
}

.ImageDownload:hover {
	background: #666
}

.ImageDownload img {
	height: 21px;
	width: 21px
}

.LeadImage-imageWrap,
.SliderMain-imageWrap {
	border: 1px solid #f1f1f1
}

.LeadImage-imageWrap img,
.SliderMain-imageWrap img {
	display: block;
	width: 100%
}

.LeadImage-imageWrap .SliderMain-title,
.SliderMain-imageWrap .SliderMain-title {
	position: absolute;
	top: 1em;
	left: 1em;
	padding: .5em 1em;
	max-width: calc(100% - 5rem);
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.2em;
	background: rgba(255, 255, 255, .7)
}

@media (max-width:46.24em) {
	.LeadImage-imageWrap .SliderMain-title,
	.SliderMain-imageWrap .SliderMain-title {
		top: .5em;
		left: .5em;
		font-size: 1em;
		line-height: 1em
	}
}

.LeadImage-imageWrap .SliderMain-title.hidden,
.SliderMain-imageWrap .SliderMain-title.hidden {
	display: none
}

.LeadImage-imageWrap .ImageDownload.hidden,
.SliderMain-imageWrap .ImageDownload.hidden {
	display: none
}

.ImageSlider .FiftyFifty-sliderThumbnails .owl-nav.disabled,
.ImageSlider .SliderThumbnails .owl-nav.disabled {
	display: none
}

.SliderMain-controlls {
	position: absolute;
	top: 50%;
	margin-top: -1.375em;
	height: 2.75em;
	width: 100%
}

.SliderMain-controlls .owl-next,
.SliderMain-controlls .owl-prev {
	top: 0;
	bottom: 0
}

.ImageSlider,
.LeadImage {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	float: right;
	margin-right: 0;
	position: relative;
	margin-bottom: 3.75em
}

.FiftyFifty-sliderThumbnails,
.SliderThumbnails {
	position: relative;
	margin-top: 1em;
	overflow: hidden
}

.FiftyFifty-sliderThumbnails .owl-nav,
.SliderThumbnails .owl-nav {
	top: 35%
}

.FiftyFifty-sliderThumbnails .owl-next,
.FiftyFifty-sliderThumbnails .owl-prev,
.SliderThumbnails .owl-next,
.SliderThumbnails .owl-prev {
	bottom: auto
}

.SliderThumbnails-imageWrap {
	position: relative;
	height: 8.45688em;
	overflow: hidden;
	border: 1px solid #f1f1f1
}

.SliderThumbnails-imageWrap img {
	position: absolute;
	top: 50%;
	width: auto;
	min-width: 100%;
	max-width: 100%;
	background-size: cover;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

a.pinit-save {
	position: absolute;
	right: 70px;
	bottom: 0;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	width: auto;
	color: #fff!important;
	font: 14px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 0 6px 0 0;
	margin: 20px 20px 23px;
	text-align: center;
	text-decoration: none;
	text-indent: 29px;
	box-sizing: border-box;
	box-shadow: inset 0 0 1px #888;
	-webkit-font-smoothing: antialiased
}

@media (max-width:46.24em) {
	a.pinit-save {
		right: 55px
	}
}

a.pinit-save.pintit {
	right: 0
}

.Infographic .TextBlock {
	padding-left: 8.40336%;
	padding-right: 8.40336%
}

.Infographic-title {
	padding-top: 4.625em
}

.PageContainer--hasSecondaryNav .Infographic-title {
	padding-top: 0
}

@media (max-width:46.24em) {
	.InfographicSpotlight-header {
		margin-bottom: 1em
	}
}

@media (min-width:46.25em) {
	.InfographicSpotlight-header {
		display: inline-block;
		width: 40%
	}
}

.InfographicSpotlight-title {
	font-size: 1.3125em;
	line-height: 1.2381em;
	padding-top: 15px
}

.InfographicSpotlight-container {
	display: block;
	width: 59%
}

@media (min-width:46.25em) {
	.InfographicSpotlight-container {
		display: inline-block;
		vertical-align: top;
		text-align: right
	}
}

.PageContainer--hasSecondaryNav .InfographicSpotlight-container {
	float: left;
	padding: 0;
	width: 100%
}

.InfographicSpotlight-number {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px
}

@media (max-width:46.24em) {
	.InfographicSpotlight-number {
		margin-bottom: 1em;
		width: auto
	}
	.InfographicSpotlight-number h2 {
		display: block;
		text-align: left
	}
}

.InfographicSpotlight-number h2 {
	font-size: 3.125em;
	line-height: 1.1em;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	text-align: center
}

.InfographicSpotlight-number span {
	font-size: 1.3125em;
	line-height: 1.2381em;
	display: inline-block;
	display: none;
	vertical-align: top;
	max-width: 50%
}

.InfographicSpotlight-text {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	width: 50%
}

@media (max-width:46.24em) {
	.InfographicSpotlight-text {
		display: block;
		float: none;
		width: auto
	}
}

@media (min-width:46.25em) {
	.InfographicSpotlight-text {
		margin-top: .375em
	}
}

.InfographicSpotlight-text p {
	font-size: 1.3125em;
	line-height: 1.2381em
}

.InfographicComponents-grid {
	padding-left: 8.40336%;
	padding-right: 8.40336%;
	margin-bottom: 3.75em;
	text-align: center
}

.InfographicComponents-grid:after,
.InfographicComponents-grid:before {
	content: " ";
	display: table
}

.InfographicComponents-grid:after {
	clear: both
}

@media (min-width:46.25em) {
	.InfographicComponents-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.PageContainer--hasSecondaryNav .InfographicComponents-grid {
	padding: 0
}

.InfographicComponents-iconWrap {
	position: relative;
	display: inline-block;
	margin: 0 .4em;
	padding: .9375em 0;
	height: 15.625em;
	width: 15%;
	text-align: center;
	transition: background-color .4s
}

@media (max-width:46.24em) {
	.InfographicComponents-iconWrap {
		width: 49.15254%;
		float: left;
		margin-right: 1.69492%;
		margin-left: 0
	}
}

.InfographicComponents-iconWrap h2 {
	margin: 25px 0 .2em 0
}

@media (max-width:46.24em) {
	.InfographicComponents-iconWrap:nth-child(2n+0) {
		width: 49.15254%;
		float: right;
		margin-right: 0
	}
}

.InfographicComponents-iconWrap:hover {
	background-color: #ededed
}

.InfographicComponents-icon {
	position: relative;
	top: 0;
	left: 0;
	height: 5.625em;
	width: 100%;
	text-align: center
}

.InfographicComponents-icon img {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto
}

.InfographicComponents-text {
	padding: 0 .5em
}

@media (min-width:46.25em) {
	html[dir=rtl] .InfographicSpotlight-text p {
		text-align: left
	}
	html[dir=rtl] .InfographicSpotlight-container {
		text-align: left
	}
}

html[dir=rtl] .InfographicSpotlight-number {
	margin-right: 0;
	margin-left: 10px
}

.InPageNav {
	margin-bottom: 3.75em
}

.InPageNav h2 {
	margin-bottom: 0
}

.InPageNav.ie {
	margin-top: 20px
}

.InPageNav-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.InPageNav-item {
	display: inline-block;
	margin: 0;
	padding: .5em .7em
}

.InPageNav-item:first-of-type {
	padding-left: 0
}

.InPageNav-item span {
	font-weight: 500
}

.InPageNav-item a {
	color: #3a3a3a;
	font-weight: 400
}

.popup-tip-anchor {
	position: absolute;
	height: 0;
	width: 200px
}

.popup-bubble-anchor {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%
}

.popup-bubble-anchor:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	border-top: 8px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.popup-bubble-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	max-height: 60px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .5);
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%)
}

.interactiveMap .columns:after,
.interactiveMap .columns:before {
	content: " ";
	display: table
}

.interactiveMap .columns:after {
	clear: both
}

.interactiveMap .google-map {
	width: 100%;
	min-height: 600px;
	border: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.interactiveMap .google-map {
		min-height: 350px
	}
}

.interactiveMap .infowindow {
	font-size: 1em;
	line-height: 1.3125em
}

.interactiveMap .infowindow .title {
	margin-bottom: .5em
}

.interactiveMap .infowindow .ctas {
	font-size: .875em;
	line-height: 1.35714em;
	margin-top: 15px
}

.Spotlight--bleedLeft .interactiveMap .infowindow .Cta,
.Spotlight--bleedRight .interactiveMap .infowindow .Cta,
.SpotlightGrid--bleedLeft .interactiveMap .infowindow .Cta,
.SpotlightGrid--bleedRight .interactiveMap .infowindow .Cta,
.interactiveMap .infowindow .Cta--pri,
.interactiveMap .infowindow .Spotlight--bleedLeft .Cta,
.interactiveMap .infowindow .Spotlight--bleedRight .Cta,
.interactiveMap .infowindow .SpotlightGrid--bleedLeft .Cta,
.interactiveMap .infowindow .SpotlightGrid--bleedRight .Cta {
	border: 1px solid #3a3a3a
}

.interactiveMap .infowindow .logo {
	display: block;
	margin-bottom: 15px;
	max-height: 40px;
	max-width: 100px;
	overflow: hidden
}

.interactiveMap .Cta {
	padding: 12px
}

.contactListData {
	margin-top: 30px
}

.contactListData h2 {
	margin-bottom: 30px
}

.contactListData ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5625em -1em 0 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.contactListData ul li {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin: 0;
	width: 33.33%;
	font-weight: 400
}

@media (max-width:61.24em) {
	.contactListData ul li {
		width: 50%
	}
}

@media (max-width:46.24em) {
	.contactListData ul li {
		display: block;
		width: 100%
	}
}

@media (max-width:46.24em) {
	.contactListData ul li {
		width: 50%
	}
}

@media (max-width:30em) {
	.contactListData ul li {
		width: 100%
	}
}

.contactListData ul li .title {
	margin-bottom: 20px;
	font-weight: 500
}

.contactListData ul li .contactListData__wrapper {
	box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 1em 1.5em 0;
	padding: 20px;
	width: calc(100% - 1em);
	background-color: #ededed
}

.contactListData ul li .ctas {
	margin-top: 15px
}

.contactListData ul li .ctas .Cta {
	box-sizing: border-box;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 0;
	width: 47.5%
}

.contactListData ul li .ctas .Cta a:hover {
	color: #3a3a3a;
	text-decoration: none
}

.Spotlight--bleedLeft .contactListData ul li .Cta,
.Spotlight--bleedRight .contactListData ul li .Cta,
.SpotlightGrid--bleedLeft .contactListData ul li .Cta,
.SpotlightGrid--bleedRight .contactListData ul li .Cta,
.contactListData ul li .Cta--pri,
.contactListData ul li .Spotlight--bleedLeft .Cta,
.contactListData ul li .Spotlight--bleedRight .Cta,
.contactListData ul li .SpotlightGrid--bleedLeft .Cta,
.contactListData ul li .SpotlightGrid--bleedRight .Cta {
	border: 1px solid #3a3a3a
}

.contactListData ul li .logoContainer {
	margin-bottom: 15px;
	height: 40px
}

.contactListData ul li .logo {
	position: absolute;
	display: block;
	max-height: 40px;
	max-width: 100px;
	overflow: hidden
}

.regionData {
	display: none
}

.proximityData {
	display: none
}

.contactListData .distance {
	font-weight: 700
}

.interactiveMap .infowindow .distance {
	font-weight: 700
}

.interactiveMap .infowindow-content .title {
	font-weight: 700
}

.interactiveMap .infowindow-content {
	display: none
}

.interactiveMap #google-map .infowindow-content {
	display: inline
}

.interactiveMap .PageForm-input--text {
	box-sizing: border-box;
	height: 2.8125em
}

@media (max-width:46.24em) {
	.interactiveMap .PageForm-input--text {
		width: 75%
	}
}

.interactiveMap .PageForm-button {
	box-sizing: border-box
}

@media (max-width:46.24em) {
	.interactiveMap .PageForm-button {
		float: right;
		width: 25%
	}
}

#map_canvas {
	width: 100%;
	min-height: 600px
}

@media (min-width:46.25em) {
	.GridSpotlight--extraExtrasmall .WebPart .CaseStudy,
	.GridSpotlight--extraExtrasmall .WebPart .HighProduct,
	.GridSpotlight--extraExtrasmall .WebPart .ProductGroup,
	.GridSpotlight--extraExtrasmall .WebPart .SimpleSpotlight,
	.GridSpotlight--extraExtrasmall .WebPart .Spotlight,
	.GridSpotlight--extrasmall .WebPart .CaseStudy,
	.GridSpotlight--extrasmall .WebPart .HighProduct,
	.GridSpotlight--extrasmall .WebPart .ProductGroup,
	.GridSpotlight--extrasmall .WebPart .SimpleSpotlight,
	.GridSpotlight--extrasmall .WebPart .Spotlight,
	.GridSpotlight--medium .WebPart .CaseStudy,
	.GridSpotlight--medium .WebPart .HighProduct,
	.GridSpotlight--medium .WebPart .ProductGroup,
	.GridSpotlight--medium .WebPart .SimpleSpotlight,
	.GridSpotlight--medium .WebPart .Spotlight,
	.GridSpotlight--small .WebPart .CaseStudy,
	.GridSpotlight--small .WebPart .HighProduct,
	.GridSpotlight--small .WebPart .ProductGroup,
	.GridSpotlight--small .WebPart .SimpleSpotlight,
	.GridSpotlight--small .WebPart .Spotlight {
		position: relative!important;
		float: none!important;
		margin-right: 0!important;
		width: 100%!important
	}
}

.GridSpotlight--extraExtrasmall .WebPartZone {
	width: 100%!important
}

.GridSpotlight--extraExtrasmall .WebPart {
	width: 15.96639%;
	float: left;
	margin-right: .84034%
}

.GridSpotlight--extraExtrasmall .WebPart:nth-child(6n) {
	width: 15.96639%;
	float: right;
	margin-right: 0
}

.GridSpotlight--extraExtrasmall .WebPart:nth-child(7n) {
	clear: left
}

.GridSpotlight--extrasmall .WebPartZone {
	width: 100%!important
}

.GridSpotlight--extrasmall .WebPart {
	width: 24.36975%;
	float: left;
	margin-right: .84034%
}

.GridSpotlight--extrasmall .WebPart:nth-child(4n) {
	width: 24.36975%;
	float: right;
	margin-right: 0
}

.GridSpotlight--extrasmall .WebPart:nth-child(5n) {
	clear: left
}

.GridSpotlight--small .WebPartZone {
	width: 100%!important
}

.GridSpotlight--small .WebPart {
	width: 32.77311%;
	float: left;
	margin-right: .84034%
}

.GridSpotlight--small .WebPart:nth-child(3n) {
	width: 32.77311%;
	float: right;
	margin-right: 0
}

.GridSpotlight--small .WebPart:nth-child(4n) {
	clear: left
}

.GridSpotlight--medium .WebPartZone {
	width: 100%!important
}

.GridSpotlight--medium .WebPart {
	width: 49.57983%;
	float: left;
	margin-right: .84034%;
	position: relative
}

.GridSpotlight--medium .WebPart:nth-child(2n) {
	width: 49.57983%;
	float: right;
	margin-right: 0;
	clear: right
}

.GridSpotlight--medium .WebPart:nth-child(3n) {
	clear: left
}

.languageSelectorContainer {
	margin-top: 70px
}

.languageSelectorContainer:after,
.languageSelectorContainer:before {
	content: " ";
	display: table
}

.languageSelectorContainer:after {
	clear: both
}

@media (max-width:46.24em) {
	.languageSelectorContainer {
		margin-top: 20px
	}
}

.languageSelectorContainer .Cta {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin: 10px;
	padding: 1em;
	width: 23%;
	width: calc(25% - 20px)
}

@media (max-width:61.24em) {
	.languageSelectorContainer .Cta {
		width: 32%;
		width: calc(33% - 20px)
	}
}

@media (max-width:46.24em) {
	.languageSelectorContainer .Cta {
		width: 100%;
		width: calc(100% - 20px);
		color: #fff;
		background: #3a3a3a
	}
	.languageSelectorContainer .Cta path {
		fill: #fff
	}
}

.languageSelectorContainer .Cta[dir=ltr] {
	text-align: left
}

.languageSelectorContainer .Cta[dir=rtl] {
	text-align: right
}

.languageSelectorContainer .Cta[dir=rtl] svg {
	float: left;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.languageSelectorContainer .Cta svg {
	float: right;
	margin-top: .3em
}

html[dir=rtl] .languageSelectorContainer .Cta {
	float: right
}

.registerForm,
.signForm {
	text-align: left
}

@media (max-width:46.24em) {
	.registerForm,
	.signForm {
		text-align: center
	}
}

.registerForm h3,
.signForm h3 {
	margin-bottom: 16px
}

.registerForm .input-required,
.signForm .input-required {
	position: relative
}

.registerForm .input-required:after,
.signForm .input-required:after {
	content: "*";
	position: absolute;
	top: 0;
	left: 93%;
	color: #a94442;
	font-size: 1em
}

@media (max-width:46.24em) {
	.registerForm .input-required:after,
	.signForm .input-required:after {
		left: 101%
	}
}

.registerForm .form-row,
.signForm .form-row {
	width: 49%
}

.registerForm .form-row-full,
.signForm .form-row-full {
	width: 100%
}

.registerForm .form-row,
.registerForm .form-row-full,
.signForm .form-row,
.signForm .form-row-full {
	display: inline-block;
	vertical-align: top;
	margin-bottom: .6em
}

@media (max-width:46.24em) {
	.registerForm .form-row,
	.registerForm .form-row-full,
	.signForm .form-row,
	.signForm .form-row-full {
		width: 100%;
		text-align: left
	}
}

.registerForm .form-row input:not([type=checkbox]),
.registerForm .form-row select,
.registerForm .form-row-full input:not([type=checkbox]),
.registerForm .form-row-full select,
.signForm .form-row input:not([type=checkbox]),
.signForm .form-row select,
.signForm .form-row-full input:not([type=checkbox]),
.signForm .form-row-full select {
	box-sizing: border-box;
	margin-bottom: .25em;
	padding: .25em 1em;
	height: 45px;
	width: 92%
}

@media (max-width:46.24em) {
	.registerForm .form-row input:not([type=checkbox]),
	.registerForm .form-row select,
	.registerForm .form-row-full input:not([type=checkbox]),
	.registerForm .form-row-full select,
	.signForm .form-row input:not([type=checkbox]),
	.signForm .form-row select,
	.signForm .form-row-full input:not([type=checkbox]),
	.signForm .form-row-full select {
		width: 100%
	}
}

.registerForm .form-row select::-webkit-input-placeholder,
.registerForm .form-row-full select::-webkit-input-placeholder,
.signForm .form-row select::-webkit-input-placeholder,
.signForm .form-row-full select::-webkit-input-placeholder {
	color: #0f0
}

.registerForm .form-row-full.select-row,
.registerForm .form-row.select-row,
.signForm .form-row-full.select-row,
.signForm .form-row.select-row {
	position: relative;
	pointer-events: none
}

.registerForm .form-row-full.select-row select,
.registerForm .form-row.select-row select,
.signForm .form-row-full.select-row select,
.signForm .form-row.select-row select {
	position: relative;
	z-index: 1;
	pointer-events: all;
	background: 0 0
}

.registerForm .checkbox-row,
.signForm .checkbox-row {
	padding-left: .5em
}

.registerForm .checkbox-row label,
.signForm .checkbox-row label {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}

.registerForm .checkbox-row label:before,
.signForm .checkbox-row label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 16px
}

.registerForm .checkbox-row label.checked:after,
.signForm .checkbox-row label.checked:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	height: 8px;
	width: 8px;
	background: #333;
	border-radius: 8px
}

.registerForm input[type=checkbox],
.signForm input[type=checkbox] {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0)
}

.registerForm .updateForm,
.signForm .updateForm {
	display: block
}

.genericForm .form-row .errorMsg,
.genericForm .form-row-full .errorMsg,
.genericForm .formRow .errorMsg,
.registerForm .form-row .errorMsg,
.registerForm .form-row-full .errorMsg,
.registerForm .formRow .errorMsg,
.signForm .form-row .errorMsg,
.signForm .form-row-full .errorMsg,
.signForm .formRow .errorMsg {
	display: none;
	padding-left: .25em;
	color: #e4120e;
	font-weight: 800
}

.genericForm .form-row-full.error-row input,
.genericForm .form-row-full.error-row select,
.genericForm .form-row-full.error-row textarea,
.genericForm .form-row-full.errorRow input,
.genericForm .form-row-full.errorRow select,
.genericForm .form-row-full.errorRow textarea,
.genericForm .form-row.error-row input,
.genericForm .form-row.error-row select,
.genericForm .form-row.error-row textarea,
.genericForm .form-row.errorRow input,
.genericForm .form-row.errorRow select,
.genericForm .form-row.errorRow textarea,
.genericForm .formRow.error-row input,
.genericForm .formRow.error-row select,
.genericForm .formRow.error-row textarea,
.genericForm .formRow.errorRow input,
.genericForm .formRow.errorRow select,
.genericForm .formRow.errorRow textarea,
.registerForm .form-row-full.error-row input,
.registerForm .form-row-full.error-row select,
.registerForm .form-row-full.error-row textarea,
.registerForm .form-row-full.errorRow input,
.registerForm .form-row-full.errorRow select,
.registerForm .form-row-full.errorRow textarea,
.registerForm .form-row.error-row input,
.registerForm .form-row.error-row select,
.registerForm .form-row.error-row textarea,
.registerForm .form-row.errorRow input,
.registerForm .form-row.errorRow select,
.registerForm .form-row.errorRow textarea,
.registerForm .formRow.error-row input,
.registerForm .formRow.error-row select,
.registerForm .formRow.error-row textarea,
.registerForm .formRow.errorRow input,
.registerForm .formRow.errorRow select,
.registerForm .formRow.errorRow textarea,
.signForm .form-row-full.error-row input,
.signForm .form-row-full.error-row select,
.signForm .form-row-full.error-row textarea,
.signForm .form-row-full.errorRow input,
.signForm .form-row-full.errorRow select,
.signForm .form-row-full.errorRow textarea,
.signForm .form-row.error-row input,
.signForm .form-row.error-row select,
.signForm .form-row.error-row textarea,
.signForm .form-row.errorRow input,
.signForm .form-row.errorRow select,
.signForm .form-row.errorRow textarea,
.signForm .formRow.error-row input,
.signForm .formRow.error-row select,
.signForm .formRow.error-row textarea,
.signForm .formRow.errorRow input,
.signForm .formRow.errorRow select,
.signForm .formRow.errorRow textarea {
	border-color: #a94442
}

.genericForm .form-row-full.error-row .errorMsg,
.genericForm .form-row-full.errorRow .errorMsg,
.genericForm .form-row.error-row .errorMsg,
.genericForm .form-row.errorRow .errorMsg,
.genericForm .formRow.error-row .errorMsg,
.genericForm .formRow.errorRow .errorMsg,
.registerForm .form-row-full.error-row .errorMsg,
.registerForm .form-row-full.errorRow .errorMsg,
.registerForm .form-row.error-row .errorMsg,
.registerForm .form-row.errorRow .errorMsg,
.registerForm .formRow.error-row .errorMsg,
.registerForm .formRow.errorRow .errorMsg,
.signForm .form-row-full.error-row .errorMsg,
.signForm .form-row-full.errorRow .errorMsg,
.signForm .form-row.error-row .errorMsg,
.signForm .form-row.errorRow .errorMsg,
.signForm .formRow.error-row .errorMsg,
.signForm .formRow.errorRow .errorMsg {
	display: block
}

.signForm .form-row {
	float: left;
	width: 40%
}

@media (max-width:46.24em) {
	.signForm .form-row {
		width: 100%
	}
}

.signForm input[type=submit] {
	position: relative;
	display: block;
	float: right;
	margin-top: 0;
	margin-right: 4%;
	height: 45px;
	width: 16%
}

@media (max-width:46.24em) {
	.signForm input[type=submit] {
		display: block;
		float: none;
		margin: 0 auto 10px;
		width: 140px
	}
}

@media (max-width:46.24em) {
	.signForm .checkbox-row {
		text-align: center
	}
}

.signForm .js-toggle-register {
	padding-bottom: .2em;
	cursor: pointer
}

.signForm .js-toggle-register:hover {
	text-decoration: none
}

.registerForm input[type=button],
.registerForm input[type=submit] {
	margin-top: 1em;
	margin-bottom: 1em
}

@media (max-width:46.24em) {
	.registerForm input[type=button],
	.registerForm input[type=submit] {
		width: 140px
	}
}

.registerForm .contact-list {
	margin: .5em 0;
	padding-left: 1em;
	list-style: none
}

@media (max-width:46.24em) {
	.registerForm .contact-list {
		display: block;
		margin: .5em auto 0;
		padding: 0;
		width: 140px;
		text-align: left
	}
}

.registerForm .contact-list li {
	margin-bottom: .25em
}

.registerForm .contact-list li label {
	position: relative;
	padding-left: 30px
}

.registerForm .contact-list li label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 16px
}

.registerForm .contact-list li label.checked:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	height: 8px;
	width: 8px;
	background: #333;
	border-radius: 8px
}

.Map {
	padding-top: 4.625em;
	padding-bottom: 4.625em;
	background-color: #fff
}

.Map:after,
.Map:before {
	content: " ";
	display: table
}

.Map:after {
	clear: both
}

@media (max-width:46.24em) {
	.Map .TextBlock {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
}

.MapDropDown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2em 0
}

@media (max-width:46.24em) {
	.MapDropDown {
		padding-left: 8.40336%;
		padding-right: 8.40336%;
		box-sizing: border-box;
		display: block;
		width: 100%
	}
}

.MapDropDown li {
	margin: 0
}

.MapDropDown-selector {
	font-size: .875em;
	line-height: 1.35714em;
	display: inline-block;
	padding: .625em 1.25em;
	width: auto;
	color: #fff;
	font-family: sans-serif;
	background-color: #3a3a3a;
	transition: background-color .4s
}

.MapDropDown-selector:hover {
	background-color: #004288;
	cursor: pointer
}

.MapDropDown-selector img {
	margin-left: 1.25em
}

.MapDropDown-TopLinks {
	float: left;
	margin-bottom: .5em;
	width: 60%
}

@media (max-width:61.24em) {
	.MapDropDown-TopLinks {
		width: 100%
	}
}

.MapContainer-main .MapContainer-mobile {
	display: block;
	width: 100%
}

@media (min-width:46.25em) {
	.MapContainer-main .MapContainer-mobile {
		display: none
	}
}

.MapContainer-main svg {
	height: auto;
	visibility: visible;
	opacity: 1
}

@media (max-width:46.24em) {
	.MapContainer-main svg {
		height: 0;
		visibility: hidden;
		opacity: 0
	}
}

.MapContainer-map {
	margin-bottom: 30px;
	height: 40em;
	width: 100%
}

@media (max-width:61.24em) {
	.MapContainer-map {
		height: 30em
	}
}

@media (max-width:46.24em) {
	.MapContainer-map {
		height: auto;
		overflow: visible!important
	}
}

.lt-ie9 .MapContainer-map {
	height: 500px
}

.MapContainer-map .no-svg,
.lt-ie10 .MapContainer-map {
	background-image: url(/CMS/assets/img/design/world-map.png);
	background-repeat: no-repeat
}

.jqvmap_pin {
	font-size: .875em;
	line-height: 1.35714em;
	padding: .1875em .625em;
	color: #fff;
	font-family: sans-serif;
	background-color: rgba(58, 58, 58, .7);
	visibility: visible;
	opacity: 1;
	transition: all .4s
}

@media (max-width:46.24em) {
	.jqvmap_pin {
		position: relative!important;
		top: 0!important;
		left: 0!important;
		margin-bottom: 10px;
		color: #3a3a3a;
		background-color: transparent;
		border-bottom: 1px solid #3a3a3a
	}
	.jqvmap_pin:hover {
		color: #3a3a3a;
		background-color: transparent
	}
}

@media (min-width:46.25em) {
	.jqvmap_pin.fade {
		visibility: hidden;
		opacity: 0
	}
}

.jqvmap_pin:hover {
	color: #fff;
	background-color: #3a3a3a
}

@media (max-width:46.24em) {
	.PinLink {
		position: relative;
		display: block
	}
}

@media (max-width:46.24em) {
	.PinLink:after {
		content: url(../assets/img/design/arrow-icon-dark.png);
		position: absolute;
		top: 50%;
		right: 1.14286em;
		display: block;
		margin-top: -.8em;
		height: .78571em;
		width: 1.14286em
	}
}

.MapDropDown-item {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: .5em 1.5em;
	width: 100%;
	color: #3a3a3a;
	font-size: 1em;
	background-color: #fff;
	background-color: #f9f9f9;
	cursor: pointer;
	transition: all .4s
}

@media (max-width:46.24em) {
	.MapDropDown-item {
		float: none
	}
}

.MapDropDown-item:hover {
	background-color: #ededed
}

.MapDropDown-item.is-active {
	background-color: #fff
}

.MapDropDown-buttonContainer {
	width: 30%
}

@media (max-width:46.24em) {
	.MapDropDown-buttonContainer {
		width: 100%
	}
}

.MapDropDown-panelsContainer {
	position: relative;
	display: inline-block;
	width: 70%
}

@media (max-width:46.24em) {
	.MapDropDown-panelsContainer {
		display: block;
		width: 100%
	}
}

.MapDropDown-radio {
	display: none
}

.MapDropDown-CtaDark {
	float: right
}

@media (max-width:61.24em) {
	.MapDropDown-CtaDark {
		float: left
	}
}

.MapDropDown-panelsTop:after,
.MapDropDown-panelsTop:before {
	content: " ";
	display: table
}

.MapDropDown-panelsTop:after {
	clear: both
}

.MapDropDown-countryLink {
	margin-right: 20px;
	color: #3a3a3a
}

.MapDropDown-panels.is-active {
	display: block
}

.MapDropDown-panels {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	display: none;
	float: right;
	padding: 2em;
	width: 70%;
	min-height: 100%;
	max-height: 100%;
	overflow: auto;
	background: #fff;
	list-style: none;
	transition: all .4s
}

@media (max-width:46.24em) {
	.MapDropDown-panels {
		position: static;
		float: none;
		width: 100%
	}
}

@media (max-width:46.24em) {
	.MapTabs {
		display: none
	}
}

.MapButtons-radio:checked+.MapTabs .MapDropDown-selector {
	color: #3a3a3a;
	background-color: #fff
}

.MapTab-panel {
	display: none
}

@media (max-width:46.24em) {
	.MapTab-panel {
		display: block
	}
}

#MapTab-map:checked~.MapTab-mapPanel {
	display: block
}

#MapTab-dropDown:checked~.MapTab-dropDownPanel {
	position: relative;
	display: block
}

.MapButtons-radio {
	position: absolute;
	left: -100000px
}

.Media {
	margin: 1.875em 0 1.875em 0
}

.Media--image>img {
	display: block;
	height: auto;
	width: 100%
}

.Media--video {
	position: relative;
	margin-bottom: 3.75em;
	padding-top: 25px;
	padding-bottom: 56.25%;
	height: 0
}

.Media--video>iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

@media (min-width:46.25em) {
	.Media--right {
		float: right;
		margin-top: 0;
		margin-left: 5%;
		width: 50%
	}
}

@media (min-width:46.25em) {
	.Media--left {
		float: left;
		margin-top: 0;
		margin-right: 5%;
		width: 50%
	}
}

.modal--show {
	width: auto
}

.modal--show .modal-content {
	max-height: 86vh
}

.modal--show .modal-content .GridForm {
	max-height: 80vh;
	overflow-y: auto
}

.modal--show .modal-inner {
	z-index: 30
}

@media (min-width:46.25em) {
	.modal--show .modal-inner {
		left: 25%;
		margin-left: 0;
		width: 50%
	}
}

@media (min-width:46.25em) {
	.modal--show .modal-close:after {
		right: 25%;
		margin-right: 0
	}
}

@media (max-width:29.99em) {
	.modal--show .modal-close:after {
		content: "x";
		padding: 0 .4em .05em;
		color: #fff;
		font-size: 1.8em;
		background-color: transparent
	}
}

.modal--show .modal-content>* {
	text-align: left
}

.Cta--pop.Cta--third,
.Cta--sec.Cta--pop {
	padding-right: 3.125em;
	font-weight: 400
}

.Cta--pop.Cta--third:after,
.Cta--sec.Cta--pop:after {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -.7em;
	height: 1.5em;
	width: 1.4em;
	background: url(../assets/img/design/pop-out.svg) no-repeat 0 0
}

#modal-confirm:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .75)
}

#modal-confirm .Cta--pri,
#modal-confirm .Spotlight--bleedLeft .Cta,
#modal-confirm .Spotlight--bleedRight .Cta,
#modal-confirm .SpotlightGrid--bleedLeft .Cta,
#modal-confirm .SpotlightGrid--bleedRight .Cta,
.Spotlight--bleedLeft #modal-confirm .Cta,
.Spotlight--bleedRight #modal-confirm .Cta,
.SpotlightGrid--bleedLeft #modal-confirm .Cta,
.SpotlightGrid--bleedRight #modal-confirm .Cta {
	border: 1px solid #3a3a3a
}

html[dir=rtl] .modal--show .modal-content>* {
	text-align: right
}

html[dir=rtl] .modal--show .modal-close:after {
	top: 36px;
	right: auto;
	left: 50%;
	margin-right: 0;
	margin-left: -325px
}

@media (min-width:46.25em) {
	html[dir=rtl] .modal--show .modal-close:after {
		left: 25%;
		margin-left: 0;
		width: 10px
	}
}

@media screen and (max-width:690px) {
	html[dir=rtl] .modal--show .modal-close:after {
		left: 20px;
		margin-left: 0
	}
}

@media (max-width:29.99em) {
	#modal-social.modal--fade .modal-close:after,
	#modal-social.modal--show .modal-close:after {
		color: #000
	}
}

#modal-social .modal-close:after {
	right: calc(50% - 90px);
	z-index: 30
}

#modal-social.modal--show .modal-inner {
	left: 50%;
	z-index: 30;
	margin-left: 0;
	padding-top: 0;
	width: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:49.99em) {
	#modal-social.modal--show .modal-inner {
		height: auto
	}
}

.AccountDashboard .PageForm {
	padding-bottom: 1em;
	border-bottom: 1px solid #ededed
}

.SavedPages>ol {
	padding-left: 1.5em
}

.SavedPages-item {
	position: relative;
	border-bottom: 1px solid #ededed
}

.SavedPages-title a {
	color: #3a3a3a
}

.SavedPages-tools {
	position: absolute;
	top: 0;
	right: 0
}

.SavedPages-edit {
	font-size: .875em;
	line-height: 1.35714em;
	color: #3a3a3a;
	text-decoration: underline
}

.UserAccount-added--content,
.UserAccount-links,
.UserAccount-projects,
.UserAccount-saved--content,
.UserAccount-welcome {
	width: 100%
}

.UserAccount-added--content .items,
.UserAccount-links .items,
.UserAccount-projects .items,
.UserAccount-saved--content .items,
.UserAccount-welcome .items {
	margin-top: 4.375em;
	overflow: hidden;
	color: #fff
}

@media (max-width:46.24em) {
	.UserAccount-added--content .items,
	.UserAccount-links .items,
	.UserAccount-projects .items,
	.UserAccount-saved--content .items,
	.UserAccount-welcome .items {
		margin-top: 2em
	}
}

@media (max-width:480px) {
	.UserAccount-added--content .items,
	.UserAccount-links .items,
	.UserAccount-projects .items,
	.UserAccount-saved--content .items,
	.UserAccount-welcome .items {
		margin-top: 1em
	}
}

.UserAccount-added--content .items .item,
.UserAccount-links .items .item,
.UserAccount-projects .items .item,
.UserAccount-saved--content .items .item,
.UserAccount-welcome .items .item {
	float: left;
	width: 16.6%
}

@media (max-width:46.24em) {
	.UserAccount-added--content .items .item,
	.UserAccount-links .items .item,
	.UserAccount-projects .items .item,
	.UserAccount-saved--content .items .item,
	.UserAccount-welcome .items .item {
		margin: 30px 0;
		width: 33%
	}
}

.UserAccount-added--content .items .item img,
.UserAccount-added--content .items .item svg,
.UserAccount-links .items .item img,
.UserAccount-links .items .item svg,
.UserAccount-projects .items .item img,
.UserAccount-projects .items .item svg,
.UserAccount-saved--content .items .item img,
.UserAccount-saved--content .items .item svg,
.UserAccount-welcome .items .item img,
.UserAccount-welcome .items .item svg {
	display: block;
	margin: 0 auto 1.5625em;
	min-height: 5em;
	max-height: 5em;
	max-width: 10em
}

@media (max-width:46.24em) {
	.UserAccount-added--content .items .item img,
	.UserAccount-added--content .items .item svg,
	.UserAccount-links .items .item img,
	.UserAccount-links .items .item svg,
	.UserAccount-projects .items .item img,
	.UserAccount-projects .items .item svg,
	.UserAccount-saved--content .items .item img,
	.UserAccount-saved--content .items .item svg,
	.UserAccount-welcome .items .item img,
	.UserAccount-welcome .items .item svg {
		margin-bottom: 1em;
		max-height: 3em
	}
}

.UserAccount-added--content .items .item p,
.UserAccount-links .items .item p,
.UserAccount-projects .items .item p,
.UserAccount-saved--content .items .item p,
.UserAccount-welcome .items .item p {
	margin: auto;
	max-width: 150px;
	text-align: center
}

.UserAccount-links .top-links {
	overflow: hidden
}

.UserAccount-links .top-links .link {
	font-size: 1em;
	line-height: 1.3125em;
	float: right
}

.UserAccount-links .top-links .link span {
	padding-right: .625em;
	font-weight: 500
}

.UserAccount-links .top-links .link a {
	padding: 0 .625em
}

.UserAccount-links .top-links .link a:last-child {
	border-left: 1px solid #737373
}

@media (max-width:30em) {
	.UserAccount-links .top-links .link a:last-child {
		display: block;
		text-align: right;
		border: 0
	}
}

.UserAccount-welcome {
	margin: 1.875em 0 0;
	padding: 4.0625em 0;
	color: #fff;
	background-color: #3a3a3a
}

@media (max-width:46.24em) {
	.UserAccount-welcome {
		padding: 2em 0
	}
}

@media (max-width:480px) {
	.UserAccount-welcome {
		margin-top: 1em;
		padding: 1em 0
	}
}

.UserAccount-welcome .TextBlock {
	padding-left: 0;
	padding-right: 0
}

.UserAccount-welcome .TextBlock h2 {
	text-align: center
}

@media (max-width:46.24em) {
	.UserAccount-welcome .TextBlock h2 {
		line-height: 1.2em
	}
}

@media (max-width:480px) {
	.UserAccount-welcome .TextBlock h2 {
		line-height: 1em
	}
}

.UserAccount-welcome .TextBlock .subtitle {
	font-size: 1em;
	line-height: 1.3125em;
	margin: .75em auto;
	max-width: 34.375em;
	text-align: center
}

.UserAccount-welcome .items a {
	color: #fff;
	text-decoration: none
}

.UserAccount-welcome .items a:focus,
.UserAccount-welcome .items a:hover {
	color: #fff;
	text-decoration: underline
}

.UserAccount-added--content,
.UserAccount-projects,
.UserAccount-saved--content {
	padding: 2em 0;
	text-align: center
}

@media (max-width:480px) {
	.UserAccount-added--content,
	.UserAccount-projects,
	.UserAccount-saved--content {
		padding: 1em 0
	}
}

.UserAccount-added--content .title,
.UserAccount-projects .title,
.UserAccount-saved--content .title {
	font-size: 1.3125em;
	line-height: 1.2381em;
	font-weight: 500;
	text-align: center
}

@media (max-width:480px) {
	.UserAccount-added--content .title,
	.UserAccount-projects .title,
	.UserAccount-saved--content .title {
		margin-bottom: .5em
	}
}

.UserAccount-added--content .Cta,
.UserAccount-projects .Cta,
.UserAccount-saved--content .Cta {
	font-size: 1em;
	line-height: 1.3125em;
	margin: 3.125em auto 0;
	color: #fff;
	background: #3a3a3a;
	border: 0
}

@media (max-width:46.24em) {
	.UserAccount-added--content .Cta,
	.UserAccount-projects .Cta,
	.UserAccount-saved--content .Cta {
		margin-top: 0
	}
}

.UserAccount-added--content .items,
.UserAccount-projects .items,
.UserAccount-saved--content .items {
	font-size: 0
}

.UserAccount-added--content .items .item,
.UserAccount-projects .items .item,
.UserAccount-saved--content .items .item {
	display: inline-block;
	font-size: initial
}

.UserAccount-added--content {
	background: #f9f9f9
}

.UserAccount-saved--content .Filters-topBar .FilterButtons {
	width: 100%;
	text-align: left
}

@media (max-width:480px) {
	.UserAccount-saved--content .Filters-topBar .FilterButtons {
		text-align: center
	}
}

.UserAccount-saved--content .Filters-topBar .FilterButtons .FilterButtons-item {
	min-width: 35%
}

.UserAccount-saved--content .Filters-topBar .FilterButtons .FilterButtons-item h4 {
	text-align: left
}

.UserAccount-saved--content .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
	content: "";
	position: absolute;
	right: 1.5em;
	bottom: -13px;
	left: -1px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	height: 12px;
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.UserAccount-saved--content .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
		display: none
	}
}

.UserAccount-saved--content .Filters-topBar .FilterButtons .FilterButtons-submit {
	margin-left: .5em;
	padding-top: .65em;
	padding-bottom: .65em;
	min-width: 140px
}

.UserAccount-saved--content .Filters-topBar .FilterPanels .panel {
	text-align: left
}

.PageTable,
.RichText-text table {
	margin-bottom: 1.875em;
	width: 100%;
	table-layout: fixed;
	border: none
}

.PageTable thead>tr,
.RichText-text table thead>tr {
	border-bottom: 1px solid #ededed
}

.PageTable tbody>tr,
.RichText-text table tbody>tr {
	border-bottom: 1px solid #ededed
}

.PageTable-item--rightAligned {
	text-align: right
}

@media (max-width:47.49em) {
	.ArticleText table {
		margin-bottom: 0;
		width: auto
	}
	.ArticleText .pinned,
	.ArticleText .scrollable {
		box-shadow: inset -18px 0 21px -15px rgba(0, 0, 0, .25)
	}
	.ArticleText .pinned {
		position: absolute;
		top: 0;
		left: 0;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		background: #fff
	}
	.ArticleText .pinned table {
		width: auto;
		min-width: 100%;
		border-right: none;
		border-right: none;
		border-left: none
	}
	.ArticleText .pinned table tr {
		border-right: none
	}
	.ArticleText .pinned table td,
	.ArticleText .pinned table th {
		white-space: nowrap;
		border-right: none
	}
	.ArticleText .pinned table td:last-child,
	.ArticleText .pinned table th:last-child {
		border-bottom: 0
	}
	.ArticleText div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden
	}
	.ArticleText div.table-wrapper div.scrollable {
		margin-left: 35%;
		overflow: scroll;
		overflow-y: hidden
	}
	.ArticleText table td,
	.ArticleText table th {
		box-sizing: border-box;
		position: relative;
		overflow: hidden
	}
	.ArticleText .scrollable table tr td:first-of-type,
	.ArticleText .scrollable table tr th:first-of-type {
		display: none
	}
	.ArticleText .pinned.pinned tr,
	.ArticleText .scrollable.scrollable tr {
		background-color: transparent
	}
}

.ArticleText table {
	margin-bottom: 1.875em;
	width: 100%;
	border: 1px solid #ccc
}

.ArticleText table td,
.ArticleText table tr {
	border: 1px solid #ccc
}

.ArticleText table tr:nth-of-type(2n-1) {
	background-color: #f3f3f3
}

.ArticleText table thead>tr {
	border-bottom: 1px solid #ccc
}

.ArticleText table tbody>tr {
	border-bottom: 1px solid #ccc
}

td,
tr {
	text-align: left
}

@media (max-width:47.49em) {
	html[dir=rtl] .ArticleText .pinned,
	html[dir=rtl] .ArticleText .scrollable {
		box-shadow: inset 18px 0 21px -15px rgba(0, 0, 0, .25)
	}
	html[dir=rtl] .ArticleText .pinned {
		right: 0;
		left: auto
	}
	html[dir=rtl] .ArticleText .pinned table {
		border-right: 1px solid #ccc;
		border-left: none
	}
	html[dir=rtl] .ArticleText .pinned table tr {
		border-right: 1px solid #ccc;
		border-left: none
	}
	html[dir=rtl] .ArticleText .pinned table td,
	html[dir=rtl] .ArticleText .pinned table th {
		border-right: 1px solid #ccc;
		border-left: none
	}
	html[dir=rtl] .ArticleText div.table-wrapper div.scrollable {
		margin-right: 35%;
		margin-left: 0
	}
}

html[dir=rtl] .ArticleText td,
html[dir=rtl] .ArticleText th {
	text-align: right
}

.Pagination {
	margin-top: .625em;
	margin-bottom: 1.25em;
	overflow: hidden
}

.PaginationItem {
	font-size: .875em;
	line-height: 1.35714em;
	float: left
}

.PaginationItem>a,
.PaginationItem>span {
	float: left;
	margin: 0 .71429em .71429em 0;
	padding: .57143em 1.14286em;
	color: #3a3a3a;
	font-weight: 400;
	text-decoration: none;
	background: #ededed
}

.PaginationItem>a:hover {
	text-decoration: underline
}

.PaginationItem>.Pagination-page--active {
	color: #fff;
	background-color: #3a3a3a
}

.itemsPerPage {
	display: inline-block;
	float: right;
	width: 82px;
	text-indent: -9999px
}

.no-js .itemsPerPage {
	display: none
}

.itemsPerPage select {
	display: block;
	float: left;
	margin: 0 .71429em .71429em 0;
	padding: .3125em 1.14286em;
	color: #3a3a3a;
	font-weight: 400;
	border: 1px solid #dcdcdc
}

html[dir=rtl] .PaginationItem {
	float: right
}

html[dir=rtl] .PaginationItem>a,
html[dir=rtl] .PaginationItem>span {
	float: right;
	margin: 0 0 .71429em .71429em
}

.PaginationItem>html[dir=rtl] .Pagination-page--active {
	float: right
}

html[dir=rtl] .itemsPerPage {
	float: left
}

.poll {
	padding: 0;
	width: 100%
}

.poll__item {
	list-style: none
}

.poll__title {
	margin-bottom: .5em
}

.poll__image img {
	width: 100%
}

.poll .Cta[data-disabled=true] {
	pointer-events: none;
	opacity: .3
}

.poll .Cta[data-disabled=true]:hover {
	text-decoration: none;
	cursor: default
}

.ProductDetails {
	margin-bottom: 1.875em
}

.ProductDetails:after,
.ProductDetails:before {
	content: " ";
	display: table
}

.ProductDetails:after {
	clear: both
}

div.ProductDetails-info {
	width: 53.78151%;
	float: left;
	margin-right: .84034%;
	display: inline-block;
	vertical-align: top;
	font-size: large
}

@media (max-width:61.24em) {
	div.ProductDetails-info {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		display: block
	}
}

.ProductDetails-infoTitle,
.h3.ProductDetails-infoTitle,
p.ProductDetails-infoPara {
	margin-bottom: 1em
}

section.ProductDetails .FancyList {
	width: 41.17647%;
	float: right;
	margin-right: 0;
	margin-left: -4.20168%;
	display: inline-block;
	vertical-align: top;
	font-size: large
}

@media (max-width:61.24em) {
	section.ProductDetails .FancyList {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		display: block;
		margin-top: 1em;
		padding: 0
	}
}

section.ProductDetails .FancyList .FancyList-itemsWrap {
	margin: 0;
	padding: 0;
	list-style: none
}

section.ProductDetails .FancyList .tick-img {
	margin-right: 10px;
	height: 16px;
	width: 16px
}

@media (min-width:61.25em) {
	html[dir=rtl] .ProductDetails-info {
		float: right;
		margin-right: 0;
		margin-left: .84034%
	}
	html[dir=rtl] section.ProductDetails .FancyList {
		float: left;
		margin-right: -4.20168%;
		margin-left: 0
	}
}

.ProductSearch {
	margin-bottom: 3.75em
}

.ProductSearch .HeaderSection-title {
	margin-bottom: .625em
}

.twitter-typeahead {
	float: left;
	width: 75%
}

.tt-menu {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ededed
}

.tt-menu .tt-dataset {
	padding: .5em
}

.tt-menu .tt-dataset .tt-suggestion {
	padding: .2em;
	cursor: pointer
}

.tt-menu .tt-dataset .tt-suggestion:hover {
	text-decoration: underline
}

.tt-menu .tt-dataset .tt-suggestion.tt-cursor {
	text-decoration: underline
}

.PageForm-fieldset--addon {
	display: table
}

.PageForm-fieldset--addon .twitter-typeahead {
	display: table-cell!important;
	float: none;
	width: auto
}

.PageForm-fieldset--addon .ButonWrap {
	display: table-cell;
	vertical-align: top;
	width: 1%
}

.PageForm-fieldset--addon .ButonWrap .PageForm-button {
	float: none;
	width: auto
}

.product-filter {
	margin-bottom: 40px
}

.product-filter__list {
	padding: 0
}

.ProjectCard {
	margin: 0 0 1em 0;
	padding: 1.5em 0;
	overflow: hidden;
	background: #ededed
}

.ProjectCard>dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}

.ProjectCard-itemTitle {
	float: left;
	margin: .5em 0;
	padding: 0 10% 0 5%;
	width: 20%;
	text-align: right
}

.ProjectCard-itemData {
	float: left;
	margin: .5em 0;
	padding: 0 5% 0 0;
	width: 60%;
	font-weight: 500
}

.UserProjects .button,
.UserProjects button {
	text-align: left
}

.UserProjects .button .Cta,
.UserProjects .button.Cta,
.UserProjects button .Cta,
.UserProjects button.Cta {
	font-size: 1em;
	line-height: 1.3125em;
	margin-top: 2.5em;
	color: #fff;
	background: #3a3a3a;
	border: 0
}

@media (max-width:46.24em) {
	.UserProjects .UserProjects-header .button,
	.UserProjects .UserProjects-header .choiceSeperator {
		float: none
	}
}

.UserProjects .UserProjects-header .u-constrainAdjust {
	border-bottom: 1px solid #d3d3d3
}

.UserProjects .UserProjects-header .title {
	font-size: 1.875em;
	line-height: 1.16667em;
	margin-bottom: .5em;
	font-weight: 500
}

@media (max-width:480px) {
	.UserProjects .UserProjects-header .title {
		margin-bottom: .25em
	}
}

.UserProjects .UserProjects-header .content {
	font-size: 1em;
	line-height: 1.3125em;
	max-width: 800px
}

.UserProjects .UserProjects-header .button {
	float: left
}

@media (max-width:480px) {
	.UserProjects .UserProjects-header .button {
		text-align: center
	}
	.UserProjects .UserProjects-header .button .Cta {
		margin-top: 1em;
		margin-bottom: 0
	}
}

.UserProjects .UserProjects-header .choiceSeperator {
	float: left;
	margin: 3em 30px
}

@media (max-width:46.24em) {
	.UserProjects .UserProjects-header .choiceSeperator {
		float: none
	}
}

@media (max-width:480px) {
	.UserProjects .UserProjects-header .choiceSeperator {
		display: block;
		margin: 1em 30px;
		text-align: center
	}
}

.UserProjects .UserProjects-header .Filters-topBar {
	margin-top: 2.5em;
	padding-bottom: 3em
}

@media (max-width:46.24em) {
	.UserProjects .UserProjects-header .Filters-topBar {
		margin-top: 1em
	}
}

@media (max-width:480px) {
	.UserProjects .UserProjects-header .Filters-topBar {
		padding-bottom: 1em
	}
}

.UserProjects .UserProjects-header .Filters-topBar .FilterButtons {
	width: 100%
}

@media (max-width:480px) {
	.UserProjects .UserProjects-header .Filters-topBar .FilterButtons {
		text-align: center
	}
}

.UserProjects .UserProjects-header .Filters-topBar .FilterButtons .FilterButtons-item {
	min-width: 40%
}

.UserProjects .UserProjects-header .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
	content: "";
	position: absolute;
	right: 1.5em;
	bottom: -13px;
	left: -1px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	height: 12px;
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.UserProjects .UserProjects-header .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
		display: none
	}
}

.UserProjects .UserProjects-header .Filters-topBar .FilterButtons .FilterButtons-submit {
	padding: .65em 1em;
	min-width: 10em
}

.UserProjects .UserProjects-header .Filters-topBar .FilterButtons .FilterButtons-submit h4 {
	font-weight: 400
}

.UserProjects .SavePage-article {
	box-sizing: border-box;
	margin: auto;
	padding: 0 5%;
	width: 100%;
	max-width: 75em
}

.UserProjects .SavePage-article .SavePage {
	float: right;
	margin-top: -40px;
	margin-left: 0
}

@media (max-width:739px) {
	.UserProjects .SavePage-article {
		padding: 0 7%
	}
	.UserProjects .SavePage-article .SavePage {
		float: none;
		margin-top: 0
	}
}

@media (max-width:480px) {
	.UserProjects .SavePage-article {
		margin-top: 1em
	}
}

.UserProjects .UserProjects-filter .title {
	font-size: 1.3125em;
	line-height: 1.2381em;
	margin-top: 1em;
	font-weight: 500
}

@media (max-width:480px) {
	.UserProjects .UserProjects-filter .title {
		margin: .25em 0 .5em
	}
}

.UserProjects .UserProjects-list .projects-list {
	padding: 0;
	list-style: none
}

.UserProjects .UserProjects-list .projects-list li {
	margin: 0;
	padding: 1.5em 0 1em;
	overflow: hidden;
	border-bottom: 1px solid #ededed
}

@media (max-width:480px) {
	.UserProjects .UserProjects-list .projects-list li {
		padding-top: .5em
	}
}

.UserProjects .UserProjects-list .projects-list input.projectTitleEdit {
	margin-top: -1px;
	margin-bottom: -1px;
	padding-top: 0;
	padding-right: .3125em;
	padding-bottom: 0;
	padding-left: .3125em;
	height: 2em;
	height: 32px;
	border: 1px solid #4d90fe;
	box-shadow: 0 0 4px 0 #4d90fe;
	outline: 0
}

.UserProjects .UserProjects-list .projects-list .editContainer {
	position: relative
}

.UserProjects .UserProjects-list .projects-list .editIcon {
	position: absolute;
	right: -1.5625em;
	bottom: .6875em;
	height: 15px;
	width: 15px;
	background-image: url(../assets/img/design/pencil.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.UserProjects .UserProjects-list .projects-list .title {
	font-size: 1em;
	line-height: 1.3125em;
	position: relative;
	padding-right: .625em;
	font-weight: 700;
	line-height: 2em;
	border-right: 1px solid #ededed
}

@media (max-width:480px) {
	.UserProjects .UserProjects-list .projects-list .title {
		border: 0
	}
}

.UserProjects .UserProjects-list .projects-list .itemsNo {
	font-size: .875em;
	line-height: 1.35714em;
	padding-left: .5em
}

@media (max-width:480px) {
	.UserProjects .UserProjects-list .projects-list .itemsNo {
		display: block!important;
		padding: 0
	}
}

.UserProjects .UserProjects-list .projects-list .controlls {
	float: right
}

@media (max-width:46.24em) {
	.UserProjects .UserProjects-list .projects-list .controlls {
		float: none;
		margin-top: .5em
	}
}

.UserProjects .UserProjects-list .projects-list .controlls .Cta {
	font-size: .875em;
	line-height: 1.35714em;
	margin: 0;
	padding: .25em .625em
}

.UserProjects .UserProjects-list .projects-list .controlls .Cta.js-cancel,
.UserProjects .UserProjects-list .projects-list .controlls .Cta.js-save-p {
	display: none
}

.UserProjects .UserProjects-list .projects-list .controlls .Cta.js-remove {
	background: #666
}

.UserProjects .UserProjects-list .projects-list .text {
	float: left
}

@media (max-width:46.24em) {
	.UserProjects .UserProjects-list .projects-list .text {
		float: none
	}
}

.UserProjects .UserProjects-pagination {
	margin-top: 3em
}

@media (max-width:480px) {
	.UserProjects .UserProjects-pagination {
		margin-top: 1em
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .UserProjects .UserProjects-header .button,
	html[dir=rtl] .UserProjects .UserProjects-header .choiceSeperator {
		float: right
	}
	html[dir=rtl] .UserProjects .UserProjects-header .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
		right: -1px;
		left: 1.5em
	}
	html[dir=rtl] .UserProjects .UserProjects-header .panel {
		margin-top: 7px
	}
}

html[dir=rtl] .UserProjects .UserProjects-header .button {
	text-align: right
}

@media (min-width:46.25em) {
	html[dir=rtl] .UserProjects .SavePage-article .SavePage {
		float: left
	}
}

html[dir=rtl] .UserProjects .SavePage-article .SavePage .CountryLanguageSelector {
	right: auto;
	left: 0
}

html[dir=rtl] .UserProjects .SavePage-article .SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item {
	text-align: right
}

html[dir=rtl] .UserProjects .SavePage .SavePage-header--button .CountryTools-button .document-icon {
	right: .625em;
	left: auto
}

html[dir=rtl] .UserProjects .SavePage .SavePage-header--button .CountryTools-button span {
	padding-right: 1.5625em;
	padding-left: 0
}

html[dir=rtl] .UserProjects .SavePage .SavePage-header--button .CountryTools-button span.line {
	padding-right: 0
}

html[dir=rtl] .UserProjects .UserProjects-list .projects-list .text {
	float: right
}

@media (max-width:46.24em) {
	html[dir=rtl] .UserProjects .UserProjects-list .projects-list .text {
		float: none;
		overflow: hidden;
		text-align: right
	}
}

html[dir=rtl] .UserProjects .UserProjects-list .projects-list .controlls {
	float: left
}

@media (max-width:46.24em) {
	html[dir=rtl] .UserProjects .UserProjects-list .projects-list .controlls {
		float: none;
		overflow: hidden;
		text-align: right
	}
}

html[dir=rtl] .UserProjects .UserProjects-list .projects-list input.projectTitleEdit {
	margin-right: 3px;
	padding-right: .625em;
	padding-left: 0
}

html[dir=rtl] .UserProjects .UserProjects-list .projects-list .editIcon {
	top: 8px;
	right: auto;
	bottom: auto;
	left: -24px
}

html[dir=rtl] .UserProjects .UserProjects-list .projects-list .title {
	float: right;
	padding-right: 0;
	padding-left: .625em;
	border-right: 0;
	border-left: 1px solid #ededed
}

@media (max-width:30em) {
	html[dir=rtl] .UserProjects .UserProjects-list .projects-list .title {
		border: 0
	}
}

@media (max-width:46.24em) {
	html[dir=rtl] .UserProjects .UserProjects-list .projects-list .title {
		display: block
	}
}

html[dir=rtl] .UserProjects .UserProjects-list .projects-list .itemsNo {
	float: right;
	padding-right: .625em;
	padding-left: 0;
	line-height: 2.3em
}

@media (max-width:46.24em) {
	html[dir=rtl] .UserProjects .UserProjects-list .projects-list .itemsNo {
		display: block
	}
}

@media (max-width:30em) {
	html[dir=rtl] .UserProjects .UserProjects-list .projects-list .itemsNo {
		padding-right: 0
	}
}

@media (max-width:46.24em) {
	.GlobalPrimaryNav {
		clear: both
	}
	.GlobalPrimaryNav.is-hidden {
		display: none
	}
}

.GlobalPrimaryNav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.GlobalPrimaryNav-item {
	margin-bottom: 0
}

@media (max-width:46.24em) {
	.GlobalPrimaryNav-item>a:focus,
	.GlobalPrimaryNav-item>a:hover {
		text-decoration: underline
	}
}

.GlobalPrimaryNav-item>a {
	display: block;
	text-decoration: none
}

@media (max-width:46.24em) {
	.GlobalPrimaryNav-item--level1 {
		font-size: .875em;
		line-height: 1.35714em
	}
	.GlobalPrimaryNav-item--level1>a {
		position: relative;
		display: block;
		padding: .85714em 7.56303%;
		background: #f9f9f9
	}
	.GlobalPrimaryNav-item--level1.is-active>a {
		padding: .85714em 11.76471%
	}
	.GlobalPrimaryNav-item--level1.is-active>a:before {
		content: "";
		position: absolute;
		left: 0;
		margin-top: .4em;
		height: .75em;
		width: 10.08403%;
		background: #3a3a3a
	}
	.GlobalPrimaryNav-item--level1.is-expanded .GlobalPrimaryNav-item--level2 {
		display: block
	}
	.GlobalPrimaryNav-item--level1.is-expanded .SectionSearch {
		display: block
	}
}

@media (min-width:46.25em) {
	.GlobalPrimaryNav-item--level1 {
		float: left;
		font-size: .75em
	}
	.GlobalPrimaryNav-item--level1>a {
		margin: 0 1.33333em;
		padding: 1.83333em 0;
		border-top: .16667em solid transparent;
		transition: border-color .5s
	}
	.GlobalPrimaryNav-item--level1>a:focus,
	.GlobalPrimaryNav-item--level1>a:hover {
		border-top-color: #737373
	}
	.GlobalPrimaryNav-item--level1.is-active>a {
		border-color: #3a3a3a
	}
	.GlobalPrimaryNav-item--level1.is-active>a:focus,
	.GlobalPrimaryNav-item--level1.is-active>a:hover {
		border-color: #3a3a3a
	}
	.GlobalPrimaryNav-item--level1.is-hidden {
		height: 0;
		overflow: hidden;
		opacity: 0
	}
}

.GlobalPrimaryNav-item--level1>a {
	color: #3a3a3a;
	font-weight: 700;
	text-transform: uppercase
}

@media (min-width:46.25em) {
	.GlobalSiteHeader--breakout .GlobalPrimaryNav-item--level1 {
		font-size: .875em;
		line-height: 1.35714em;
		background: #fff
	}
	.GlobalSiteHeader--breakout .GlobalPrimaryNav-item--level1>a {
		margin: 0 1.57143em;
		padding: 1.57143em 0;
		padding-top: 4.57143em
	}
}

@media (max-width:46.24em) {
	.GlobalPrimaryNav-item--level1 .SectionSearch {
		display: none
	}
}

.GlobalPrimaryNav-item--level2 {
	margin-bottom: 0
}

@media (max-width:46.24em) {
	.GlobalPrimaryNav-item--level2 {
		display: none
	}
	.GlobalPrimaryNav-item--level2>a {
		padding: .85714em 11.76471%
	}
}

.GlobalPrimaryNav-item--level2>a {
	color: #fff;
	background: #3a3a3a
}

.GlobalPrimaryNav-item--level2.is-expanded .GlobalPrimaryNav-item--level3 {
	display: block
}

.GlobalPrimaryNav-item--hasChildren>a {
	position: relative
}

.GlobalPrimaryNav-item--hasChildren>a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin: -.42857em 0 0 -1.5em;
	height: .78571em;
	width: .78571em;
	background: url(../assets/img/design/plus-icon-small.svg) no-repeat 0 0
}

.no-svg .GlobalPrimaryNav-item--hasChildren>a:before {
	background-image: url(../assets/img/design/plus-icon-small.png)
}

.GlobalPrimaryNav-item--hasChildren.is-expanded>a:before {
	background: url(../assets/img/design/minus-icon-small.svg) no-repeat 0 0
}

.no-svg .GlobalPrimaryNav-item--hasChildren.is-expanded>a:before {
	background-image: url(../assets/img/design/minus-icon-small.png)
}

@media (max-width:46.24em) {
	.GlobalPrimaryNav-item--level3>a {
		padding: 0 0 0 15.96639%
	}
	.GlobalPrimaryNav-item--level3:last-child>a {
		padding-bottom: .85714em
	}
}

.GlobalPrimaryNav-item--level3>a {
	display: none;
	color: #fff;
	background: #3a3a3a
}

@media (max-width:46.24em) {
	.GlobalNavButton {
		margin: 0;
		padding: 0;
		background: 0 0;
		border: none;
		font-size: .875em;
		line-height: 1.35714em;
		position: absolute;
		right: 7.56303%;
		margin-top: -4.0625em;
		padding: 1.28571em 2.85714em .71429em .71429em;
		font-weight: 500;
		text-transform: uppercase
	}
	.GlobalNavButton:after,
	.GlobalNavButton:before {
		content: "";
		position: absolute;
		right: 0;
		height: 1.42857em;
		width: 1.42857em;
		opacity: 0;
		transition: opacity 1s
	}
	.GlobalNavButton.is-closed:before {
		background: url(../assets/img/design/menu-open-icon.svg) no-repeat 0 0;
		opacity: 1
	}
	.no-svg .GlobalNavButton.is-closed:before {
		background-image: url(../assets/img/design/menu-open-icon.png)
	}
	.GlobalNavButton.is-open:after {
		background: url(../assets/img/design/menu-close-icon.svg) no-repeat 0 0;
		opacity: 1
	}
	.no-svg .GlobalNavButton.is-open:after {
		background-image: url(../assets/img/design/menu-close-icon.png)
	}
	.GlobalNavButton:focus {
		outline: 0
	}
}

.QuickLinks {
	padding: 1em 0;
	margin-bottom: 3.75em
}

.QuickLinks-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.QuickLinks-item {
	font-size: 1.3125em;
	line-height: 1.2381em;
	margin: 0;
	padding: .5em;
	border-bottom: 1px solid #dcdcdc
}

.QuickLinks-item:last-child {
	border-bottom: 0
}

.QuickLinks-item a:hover svg {
	margin-right: 20px
}

.QuickLinks-item svg {
	margin-right: 10px;
	transition: all .4s
}

.QuickLinks-item svg path {
	fill: #3a3a3a
}

html[dir=rtl] .QuickLinks-item svg {
	margin-right: 0;
	margin-left: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.resourceCentreFilters>h3,
.toggleSubHeading {
	font-weight: 500
}

.resourceCentre {
	position: relative
}

.resourceCentre h1 {
	margin-bottom: .67em
}

.resourceCentre h2 {
	margin-bottom: .5em
}

.resourceCentre .main {
	position: relative;
	margin-bottom: 0;
	padding: 10px 80px 10px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #3a3a3a
}

.resourceCentre .main span {
	display: none
}

@media (max-width:46.24em) {
	.resourceCentre .main span {
		display: inline
	}
}

.resourceCentre .resourceCentreFilters {
	display: none
}

.resourceCentre .PageForm {
	margin-bottom: 1em
}

.resourceCentre .resourceSearchKeyword {
	box-sizing: border-box;
	float: left;
	margin-bottom: 0;
	padding: .4em 1em;
	height: 2.8125em;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.9;
	border: 1px solid #ededed
}

.resourceCentre .PageForm-fieldset--addon {
	width: 100%
}

.resourceCentre .PageForm-fieldset--addon>.resourceSearchKeyword {
	width: 90%
}

@media (max-width:46.24em) {
	.resourceCentre .PageForm-fieldset--addon>.resourceSearchKeyword {
		width: 85%
	}
}

.resourceCentre .PageForm-fieldset--addon>.twitter-typeahead {
	display: block;
	float: left;
	width: 90%
}

@media (max-width:46.24em) {
	.resourceCentre .PageForm-fieldset--addon>.twitter-typeahead {
		width: 85%
	}
}

.resourceCentre .resourceSearchSubmit {
	position: relative;
	float: left;
	padding: .4em .6em;
	width: 10%;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.9;
	text-indent: -999em;
	background: #3a3a3a url(../assets/img/design/search-icon-white.svg) center center no-repeat;
	background-size: 20px;
	border: 1px solid #3a3a3a
}

@media (max-width:46.24em) {
	.resourceCentre .resourceSearchSubmit {
		width: 15%
	}
}

.resourceCentre .top-level-link {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	max-width: 70px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 130%;
	text-decoration: none
}

.resourceCentre .top-level-link:focus,
.resourceCentre .top-level-link:hover {
	color: #fff
}

.resourceCentre .resourceFiltersApplied {
	overflow: hidden
}

.resourceCentre .resourceFiltersApplied .filter {
	font-size: .875em;
	line-height: 1.35714em;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 8px;
	font-weight: 600;
	background-color: #ededed
}

.resourceCentre .resourceFiltersApplied .deleteFilter {
	padding-left: 15px;
	color: #6d6d6d;
	cursor: pointer
}

.resourceCentre .resourceFiltersApplied .clearFilters {
	font-size: .875em;
	line-height: 1.35714em;
	float: right;
	padding-right: 26px;
	color: #4e4e4e;
	font-weight: 600;
	line-height: 1.75;
	background: url(../assets/img/design/clear-icon.svg) center right no-repeat;
	cursor: pointer
}

.resourceCentre .resourceCentreContent {
	position: relative;
	margin-top: 1em;
	overflow: hidden
}

.resourceCentre .resourceCentreContent>h3 {
	font-weight: 500
}

.resourceCentre .resourceCentreContent h2 {
	margin-bottom: 12px;
	font-weight: 500
}

.resourceCentre .resourceCentreContent .resultsCount {
	font-size: 1em;
	line-height: 1.3125em;
	padding-right: 94px;
	font-weight: 500
}

.resourceCentre .resourceCentreContent ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.resourceCentre .resourceCentreContent ul li {
	position: relative;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc
}

.resourceCentre .resourceCentreContent h3 {
	padding: 0 0 15px
}

.resourceCentre .resourceCentreContent h3.grid-heading {
	display: none
}

.resourceCentre .resourceCentreContent h3 a {
	color: #4e4e4e;
	font-weight: 500;
	text-decoration: none
}

.resourceCentre .resourceCentreContent h3 a:hover {
	text-decoration: underline
}

.resourceCentre .resourceCentreContent .resourceSize,
.resourceCentre .resourceCentreContent .resourceType {
	font-size: .875em;
	line-height: 1.35714em;
	padding-right: 50px;
	color: #5c5c5c;
	font-weight: 500;
	text-transform: uppercase
}

.resourceCentre .resourceCentreContent .resourceImageContainer {
	position: relative;
	float: right
}

.resourceCentre .resourceCentreContent .resourceItemImage {
	float: right;
	margin-left: 90px;
	max-height: 90px;
	border: 1px solid #dcdcdc
}

.resourceCentre .resourceCentreContent .icon--download,
.resourceCentre .resourceCentreContent .icon--favourite {
	position: absolute;
	bottom: 0;
	left: 45px;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-color: #3a3a3a;
	cursor: pointer
}

.resourceCentre .resourceCentreContent .icon--download img,
.resourceCentre .resourceCentreContent .icon--favourite img {
	padding: 8px;
	width: 16px
}

.resourceCentre .resourceCentreContent .icon--favourite {
	left: auto;
	background-color: #3a3a3a
}

.resourceCentre .resourceCentreContent .icon--favourite img {
	padding: 4px 8px;
	width: 15px
}

.resourceCentre .resourceCentreContent#show-gridview ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 0 0;
	overflow: hidden;
	list-style: none
}

.resourceCentre .resourceCentreContent#show-gridview ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	width: 33.33%;
	border: 0
}

@media (max-width:61.24em) {
	.resourceCentre .resourceCentreContent#show-gridview ul li {
		width: 50%
	}
}

@media (max-width:46.24em) {
	.resourceCentre .resourceCentreContent#show-gridview ul li {
		display: block;
		width: 100%
	}
}

.resourceCentre .resourceCentreContent#show-gridview .resourceItem__wrapper {
	box-sizing: border-box;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 12px 12px 0;
	padding: 20px;
	width: calc(100% - 12px);
	overflow: hidden;
	border: 1px solid #dcdcdc
}

.resourceCentre .resourceCentreContent#show-gridview .resourceItem__wrapper.resourceItem--landscape {
	padding-bottom: 62px
}

.resourceCentre .resourceCentreContent#show-gridview .resourceItem__wrapper.resourceItem--landscape .resourceImageContainer {
	width: 100%
}

.resourceCentre .resourceCentreContent#show-gridview .resourceItem__wrapper.resourceItem--landscape .resourceItemData {
	right: 104px;
	bottom: 20px
}

.resourceCentre .resourceCentreContent#show-gridview .resourceItem__wrapper.resourceItem--landscape .icon--favourite {
	right: 62px;
	bottom: 20px;
	margin-right: 0
}

.resourceCentre .resourceCentreContent#show-gridview h3.grid-heading {
	display: block
}

.resourceCentre .resourceCentreContent#show-gridview h3.list-heading {
	display: none
}

.resourceCentre .resourceCentreContent#show-gridview .resourceSize,
.resourceCentre .resourceCentreContent#show-gridview .resourceType {
	display: block;
	padding-right: 0;
	line-height: 150%
}

.resourceCentre .resourceCentreContent#show-gridview .resourceImageContainer {
	position: static;
	float: left;
	margin-left: 0;
	width: 70%
}

.resourceCentre .resourceCentreContent#show-gridview .resourceItemImage {
	box-sizing: border-box;
	float: right;
	margin-left: 0;
	width: 100%;
	max-height: 100%
}

.resourceCentre .resourceCentreContent#show-gridview .icon--download {
	right: 20px;
	bottom: 20px;
	left: auto;
	margin-right: 0
}

.resourceCentre .resourceCentreContent#show-gridview .icon--favourite {
	right: 20px;
	bottom: 62px;
	left: auto;
	margin-right: 0
}

.resourceCentre .resourceCentreContent#show-gridview .resourceItemData {
	position: absolute;
	right: 20px;
	bottom: 104px;
	text-align: right
}

.resourceCentre .resourceCentreContent ul.landingList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 45px 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.resourceCentre .resourceCentreContent ul.landingList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	font-weight: 500;
	border-bottom: 0
}

@media (max-width:61.24em) {
	.resourceCentre .resourceCentreContent ul.landingList li {
		width: 50%
	}
}

@media (max-width:46.24em) {
	.resourceCentre .resourceCentreContent ul.landingList li {
		width: 100%
	}
}

.resourceCentre .resourceCentreContent ul.landingList .landing-image {
	display: block;
	width: 100%
}

.resourceCentre .resourceCentreContent ul.landingList a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 12px 12px 0;
	width: calc(100% - 12px);
	color: #3a3a3a;
	text-align: center;
	text-decoration: none;
	background-color: #f7f7f7
}

.resourceCentre .resourceCentreContent ul.landingList a:hover {
	text-decoration: underline
}

.resourceCentre .resourceCentreContent ul.landingList a span {
	display: block;
	padding: 25px;
	line-height: 1.2;
	text-align: center
}

.resourceCentre .resourceCentreContent#show-gridview #gridview,
.resourceCentre .resourceCentreContent#show-listview #gridview {
	opacity: .3
}

.resourceCentre .resourceCentreContent#show-gridview .resourceCentreLayoutSwitch,
.resourceCentre .resourceCentreContent#show-listview .resourceCentreLayoutSwitch {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 0;
	padding: 0;
	min-width: 94px
}

.resourceCentre .resourceCentreContent#show-gridview .resourceCentreLayoutSwitch li,
.resourceCentre .resourceCentreContent#show-listview .resourceCentreLayoutSwitch li {
	display: block;
	float: right;
	margin: 0 0 0 17px;
	padding: 0;
	width: auto;
	border: 0;
	list-style: none
}

.resourceCentre .resourceCentreContent#show-gridview .resourceCentreLayoutSwitch .layoutButton,
.resourceCentre .resourceCentreContent#show-listview .resourceCentreLayoutSwitch .layoutButton {
	height: 30px;
	width: 30px;
	color: #fff;
	text-indent: -9999px;
	cursor: pointer
}

.resourceCentre .resourceCentreContent#show-gridview .resourceCentreLayoutSwitch #gridview,
.resourceCentre .resourceCentreContent#show-listview .resourceCentreLayoutSwitch #gridview {
	background: url(../assets/img/design/grid-list-view.svg) no-repeat 0 center
}

.resourceCentre .resourceCentreContent#show-gridview .resourceCentreLayoutSwitch #listview,
.resourceCentre .resourceCentreContent#show-listview .resourceCentreLayoutSwitch #listview {
	background: url(../assets/img/design/grid-list-view.svg) no-repeat -46px center
}

@media (max-width:74.99em) {
	.resourceCentre .PaginationItem--first,
	.resourceCentre .PaginationItem--last {
		display: none
	}
}

.resourceCentre .Pagination-divider {
	padding-right: .5em;
	padding-left: .5em;
	background: 0 0
}

.toggleSubHeading {
	position: relative;
	margin: 0;
	padding: 10px 0;
	width: calc(100% - 30px);
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word
}

.js .resourceCentreFilters {
	display: block;
	float: left;
	margin-right: 4%;
	width: 32%
}

@media (max-width:61.24em) {
	.js .resourceCentreFilters {
		width: 42%
	}
}

@media (max-width:46.24em) {
	.js .resourceCentreFilters {
		margin: 0;
		width: 100%
	}
}

.js .resourceCentreFilters .filters--products {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #3a3a3a;
	list-style: none
}

.js .resourceCentreFilters .filters--products li {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.75;
	background-color: #ededed;
	border-bottom: 1px solid #fff
}

.js .resourceCentreFilters .filters--products li .dataItem {
	padding: 5px 25px 5px 20px;
	cursor: default;
	opacity: .5
}

.js .resourceCentreFilters .filters--products li .dataItem.active {
	cursor: pointer;
	opacity: 1
}

.js .resourceCentreFilters .filters--products li .dataItem:after {
	content: "";
	position: absolute;
	top: 18px;
	right: .625em;
	margin-top: -8px;
	height: 15px;
	width: 9px;
	background-repeat: no-repeat
}

.js .resourceCentreFilters .filters--products li:last-child {
	border-bottom: 0
}

.js .resourceCentreFilters .filters--products li.open-parent {
	border-top: 0;
	border-bottom: 0
}

.js .resourceCentreFilters .filters--products li.open-parent>.dataItem {
	color: #fff;
	background: #999
}

.js .resourceCentreFilters .filters--products li.open-parent>.dataItem:after {
	height: 14px;
	width: 14px
}

.js .resourceCentreFilters .filters--products li.open-parent .open-parent>.dataItem {
	background: #5c5c5c
}

.js .resourceCentreFilters .filters--products li.active-child {
	border-top: 0;
	border-bottom: 0
}

.js .resourceCentreFilters .filters--products li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none
}

.js .resourceCentreFilters .filters--products li ul li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1em;
	border-top: 1px solid #fff;
	border-bottom: 0
}

.js .resourceCentreFilters .filters--products li ul li.applied {
	border-top: 0
}

.js .resourceCentreFilters .filters--products li ul li.applied>.dataItem {
	color: #fff;
	background: #0fa700;
	border-bottom: 1px solid #0fa700
}

.js .resourceCentreFilters .filters--products li ul li.applied>.dataItem:after {
	height: 14px;
	width: 14px;
	background-color: #0fa700;
	background-position: 0 0
}

.js .resourceCentreFilters .filters--products li ul li.applied>.dataItem[data-level="1"] {
	background: #5c5c5c;
	border-bottom: 1px solid #5c5c5c
}

.js .resourceCentreFilters .filters--products li ul li.applied>.dataItem[data-level="1"]:after {
	background-color: #5c5c5c
}

.js .resourceCentreFilters .filters--products li ul li .dataItem {
	padding-left: 30px
}

.js .resourceCentreFilters .filters--products li ul li li .dataItem {
	padding-left: 40px
}

.js .resourceCentreFilters .toggleHeading {
	position: relative;
	display: none;
	padding: 10px 25px 10px 12px;
	color: #fff;
	background-color: #3a3a3a
}

@media (max-width:46.24em) {
	.js .resourceCentreFilters .toggleHeading {
		display: block
	}
}

.js .resourceCentreFilters .toggleHeading .arrow {
	position: absolute;
	top: 13px;
	right: 20px;
	height: 17px;
	width: 17px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.js .resourceCentreFilters .toggleHeading.open .arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.js .resourceCentreFilters .toggleSubHeading .expand {
	display: none
}

.js .resourceCentreFilters .additionalFilter[data-toggle="1"] .toggleSubHeading {
	padding: 15px 0 10px;
	cursor: pointer
}

.js .resourceCentreFilters .additionalFilter[data-toggle="1"] .toggleSubHeading .expandIcon {
	position: absolute;
	top: 12px;
	right: -30px;
	height: 24px;
	width: 15px;
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer
}

.js .resourceCentreFilters .filters--other {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none
}

.js .resourceCentreFilters .filters--other li {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	margin: 0;
	padding: 4px 0;
	font-weight: 500;
	line-height: 18px
}

.js .resourceCentreFilters .filters--other li .dataItem {
	cursor: default;
	opacity: .5
}

.js .resourceCentreFilters .filters--other li .dataItem.active {
	cursor: pointer;
	opacity: 1
}

.js .resourceCentreFilters .filters--other li .dataItem.active+.expandIcon {
	cursor: pointer;
	opacity: 1
}

.js .resourceCentreFilters .filters--other li .expandIcon {
	position: absolute;
	top: 4px;
	right: 0;
	height: 24px;
	width: 15px;
	background-position: center right;
	background-repeat: no-repeat;
	opacity: .5
}

.js .resourceCentreFilters .filters--other li.open-parent>.dataItem>.checkbox {
	background-color: #0fa700;
	background-position: center center;
	background-repeat: no-repeat
}

.js .resourceCentreFilters .filters--other li.open-parent>.dataItem:hover>.checkbox {
	opacity: 1
}

.js .resourceCentreFilters .filters--other li.applied .checkbox {
	background-color: #0fa700;
	background-position: center center;
	background-repeat: no-repeat
}

.js .resourceCentreFilters .filters--other li.applied .dataItem:hover .checkbox {
	opacity: 1
}

.js .resourceCentreFilters .filters--other li .filter-title {
	padding-right: 20px
}

.js .resourceCentreFilters .filters--other li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none
}

.js .resourceCentreFilters .filters--other li ul li {
	margin: 0;
	padding: 0;
	padding: 4px 0;
	font-size: 1em;
	line-height: 18px
}

.js .resourceCentreFilters .filters--other li ul li .dataItem {
	padding-left: 17px
}

.js .resourceCentreFilters .filters--other .dataItem {
	line-height: 24px
}

.js .resourceCentreFilters .filters--other .dataItem.active:hover .checkbox {
	background-color: #0fa700;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .5
}

.js .resourceCentreFilters .additionalFilters {
	padding: 20px;
	background-color: #ededed
}

@media (max-width:46.24em) {
	.js .resourceCentreFilters .additionalFilters {
		display: none;
		padding: 0 20px 20px
	}
}

.js .resourceCentreFilters .additionalFilters .additionalFilter {
	padding-bottom: 5px;
	border-top: 1px solid #aaa
}

@media (max-width:46.24em) {
	.js .resourceCentreFilters .additionalFilters .additionalFilter:first-child {
		border-top: 0
	}
}

.js .resourceCentreFilters .additionalFilters .additionalFilter:last-child {
	border-bottom: 1px solid #aaa
}

.js .resourceCentreFilters .checkbox {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 3px 10px 3px 0;
	height: 17px;
	width: 18px;
	border: 1px solid #3a3a3a
}

.js .resourceCentreFilters .dataItem {
	display: block;
	cursor: pointer
}

.js .resourceCentreResults {
	float: right;
	width: 100%; /*64%*/
}

@media (max-width:61.24em) {
	.js .resourceCentreResults {
		width: 100%; /*54%*/
	}
}

@media (max-width:46.24em) {
	.js .resourceCentreResults {
		margin-top: 25px;
		width: 100%
	}
}

.js .resourceCentreResults>h3 {
	font-weight: 500
}

.UserSavedContent .button,
.UserSavedContent button {
	text-align: left
}

.UserSavedContent .button .Cta,
.UserSavedContent .button.Cta,
.UserSavedContent button .Cta,
.UserSavedContent button.Cta {
	font-size: 1em;
	line-height: 1.3125em;
	margin-top: 2.5em;
	color: #fff;
	background: #3a3a3a;
	border: 0
}

.UserSavedContent .UserSavedContent-create .button .Cta {
	margin-top: 0
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-create .button {
		text-align: center
	}
	.UserSavedContent .UserSavedContent-create .button .Cta {
		margin-top: 1em;
		margin-bottom: 0
	}
}

.UserSavedContent .UserSavedContent-links .top-links {
	overflow: hidden
}

.UserSavedContent .UserSavedContent-links .top-links .link {
	font-size: 1em;
	line-height: 1.3125em;
	float: right
}

.UserSavedContent .UserSavedContent-links .top-links .link span {
	padding-right: .625em;
	font-weight: 500
}

.UserSavedContent .UserSavedContent-links .top-links .link a {
	padding: 0 .625em;
	color: #3a3a3a
}

.UserSavedContent .UserSavedContent-links .top-links .link a:last-child {
	border-left: 1px solid #d3d3d3
}

@media (max-width:30em) {
	.UserSavedContent .UserSavedContent-links .top-links .link a:last-child {
		display: block;
		text-align: right;
		border: 0
	}
}

.UserSavedContent .UserSavedContent-header .title {
	font-size: 1.875em;
	line-height: 1.16667em;
	margin-bottom: .5em;
	font-weight: 500
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-header .title {
		margin-bottom: 0
	}
}

.UserSavedContent .UserSavedContent-header .content {
	font-size: 1em;
	line-height: 1.3125em;
	max-width: 800px
}

.UserSavedContent .UserSavedContent-filter .title {
	font-size: 1.3125em;
	line-height: 1.2381em;
	margin: 1em 0 .5em;
	font-weight: 500
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-filter .title {
		margin-top: .25em
	}
}

.UserSavedContent .UserSavedContent-filter .Filters-topBar {
	padding-bottom: 3em;
	border-bottom: 1px solid #d3d3d3
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-filter .Filters-topBar {
		padding-bottom: 1em
	}
}

.UserSavedContent .UserSavedContent-filter .Filters-topBar .FilterButtons {
	width: 100%
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-filter .Filters-topBar .FilterButtons {
		text-align: center
	}
}

.UserSavedContent .UserSavedContent-filter .Filters-topBar .FilterButtons .FilterButtons-item {
	min-width: 35%
}

.UserSavedContent .UserSavedContent-filter .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
	content: "";
	position: absolute;
	right: 1.5em;
	bottom: -10px;
	left: -1px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	height: 12px;
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-filter .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
		display: none
	}
}

.UserSavedContent .UserSavedContent-filter .Filters-topBar .FilterButtons .FilterButtons-submit {
	padding: .65em 1em;
	min-width: 10em
}

.UserSavedContent .UserSavedContent-filter .Filters-topBar .FilterButtons .FilterButtons-submit h4 {
	font-weight: 400
}

.UserSavedContent .UserSavedContent-filter .filter-sort {
	margin: .75em 0 1.25em;
	overflow: hidden
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-filter .filter-sort {
		margin-bottom: 0
	}
}

.UserSavedContent .UserSavedContent-filter .filter-sort .sort-list--helper {
	position: relative;
	float: right;
	min-width: 200px
}

.UserSavedContent .UserSavedContent-filter .filter-sort .sort-list--helper .sort-list {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	z-index: 3;
	padding: .1875em 2em .1875em 0;
	height: 31px;
	width: 100%;
	min-height: 2em;
	font-weight: 500;
	text-align: center;
	text-align-last: center;
	background: 0 0;
	border: 1px solid #d3d3d3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.UserSavedContent .UserSavedContent-filter .filter-sort .sort-list--helper .sort-list::-ms-expand {
	display: none
}

.UserSavedContent .UserSavedContent-filter .filter-sort .sort-list--helper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	width: 2em;
	background: #3a3a3a
}

.UserSavedContent .UserSavedContent-filter .filter-sort .sort-list--helper:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 12px;
	display: inline-block;
	height: 7px;
	width: 7px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.UserSavedContent .UserSavedContent-list .projects-list {
	padding: 0;
	list-style: none
}

.UserSavedContent .UserSavedContent-list .projects-list a {
	text-decoration: none
}

.UserSavedContent .UserSavedContent-list .projects-list li {
	position: relative;
	margin: 0;
	padding: 1.5em 0 1em 3em;
	border-bottom: 1px solid #ededed
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list li {
		padding-top: 1.75em;
		padding-left: 0
	}
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-list .projects-list li {
		padding-top: 1em
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .contentImage,
.UserSavedContent .UserSavedContent-list .projects-list svg {
	float: left;
	margin: 0 auto;
	padding: 0 1em 0 0;
	width: 2em;
	max-height: 3em
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-list .projects-list .contentImage,
	.UserSavedContent .UserSavedContent-list .projects-list svg {
		top: .5em
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .newProjectBtn svg {
	float: none
}

.UserSavedContent .UserSavedContent-list .projects-list .contentTitle {
	display: inline-block;
	min-width: 200px
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .contentTitle {
		display: block
	}
}

.UserSavedContent .UserSavedContent-list .projects-list input.contentTitleEdit {
	margin-top: -1px;
	margin-bottom: -1px;
	padding-top: 0;
	padding-right: .3125em;
	padding-bottom: 0;
	padding-left: .3125em;
	height: 32px;
	border: 1px solid #4d90fe;
	box-shadow: 0 0 4px 0 #4d90fe;
	outline: 0
}

.UserSavedContent .UserSavedContent-list .projects-list .editContainer {
	position: relative
}

.UserSavedContent .UserSavedContent-list .projects-list .editIcon {
	content: "";
	position: absolute;
	right: -1.25em;
	bottom: .4375em;
	height: 15px;
	width: 15px;
	background-image: url(../assets/img/design/pencil.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.UserSavedContent .UserSavedContent-list .projects-list .title {
	font-size: 1em;
	line-height: 1.3125em;
	position: relative;
	padding-right: .625em;
	font-weight: 700;
	line-height: 2em
}

.UserSavedContent .UserSavedContent-list .projects-list .itemsNo {
	font-size: .875em;
	line-height: 1.35714em;
	padding-left: .5em
}

.UserSavedContent .UserSavedContent-list .projects-list .controlls {
	position: absolute;
	top: 1.5em;
	right: 0
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .controlls {
		position: relative;
		top: 0;
		margin-top: .5em
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .controlls .Cta {
	margin: 0;
	padding: .25em .625em
}

.UserSavedContent .UserSavedContent-list .projects-list .controlls .Cta.js-cancel,
.UserSavedContent .UserSavedContent-list .projects-list .controlls .Cta.js-save {
	display: none
}

.UserSavedContent .UserSavedContent-list .projects-list .controlls .Cta.js-remove {
	background: #666
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList {
	font-size: .875em;
	line-height: 1.35714em;
	padding-top: .5em
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList {
		padding-top: 1em
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList.edit .projectName {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 16px
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList.edit .deleteProjectName {
	display: initial
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList.edit .newProjectBtn {
	display: inline-block
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .deleteProjectName {
	position: absolute;
	top: 0;
	right: 6px;
	display: none;
	height: 10px;
	width: 10px;
	font-size: .3125em;
	line-height: 10px;
	text-align: center;
	border: 1px solid #3a3a3a;
	border-radius: 10px;
	cursor: pointer
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .projectArea {
	position: relative;
	display: inline-block;
	padding: 0 7px 0 10px;
	line-height: 100%;
	border-left: 1px solid #666
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .projectArea:first-child {
	padding-left: 0;
	border-left: 0
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectBtn {
	display: none;
	padding-left: 10px;
	line-height: 100%;
	border-left: 1px solid #666
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectBtn:first-child {
	padding-left: 0!important;
	border-left: none!important
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectBtn .newProject {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 700;
	cursor: pointer
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectBtn .newProject svg {
	margin: 2px 0 0 5px
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea {
	display: none
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .PageForm-input {
	height: 1.5em
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .newProject-title {
	margin: 1.2em 0 .6em;
	font-weight: 700
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .newProject-title {
		margin-top: .8em
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons {
	width: 100%
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .FilterButtons-item {
	float: left;
	margin-right: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
	min-width: 200px
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .FilterButtons-item.opened {
		border-bottom: 0
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
	content: "";
	position: absolute;
	right: 1.5em;
	bottom: -11px;
	left: -1px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	height: 12px;
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .FilterButtons-item.opened:before {
		display: none
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .PageForm-input {
	float: left;
	margin-bottom: 9px;
	padding: .4em;
	min-width: 200px;
	line-height: 10px;
	border: 1px solid #d3d3d3
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .PageForm-input {
		box-sizing: border-box;
		padding: 1.15em;
		width: 100%
	}
}

@media (max-width:480px) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .PageForm-input {
		min-width: 170px
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .FilterButtons-submit {
	display: inline;
	float: left;
	margin-left: .5em;
	padding: .55em 1.5em;
	min-width: auto;
	max-width: none
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterButtons .FilterButtons-submit {
		margin-left: 0
	}
}

@media (max-width:46.24em) {
	.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterPanels {
		padding-bottom: 1.15em;
		border: none
	}
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterPanels .FilterTag-item {
	border: 0
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterPanels .sectors-panel {
	margin-top: 0
}

.UserSavedContent .UserSavedContent-list .projects-list .projectList .newProjectArea .Filters-topBar .FilterPanels li {
	padding: 0
}

.UserSavedContent .UserProjects-pagination {
	margin-top: 3em
}

@media (max-width:480px) {
	.UserSavedContent .UserProjects-pagination {
		margin-top: 1em
	}
}

.SavePage {
	margin-left: 300px
}

.SavePage .SavePage-header--button {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	display: block;
	margin: 0 1.14286em;
	color: #3a3a3a;
	background: #ededed
}

@media (max-width:46.24em) {
	.SavePage .SavePage-header--button {
		margin: 0
	}
}

@media (min-width:46.25em) {
	.SavePage .SavePage-header--button {
		box-sizing: border-box;
		margin: 0;
		height: initial
	}
}

.SavePage .SavePage-header--button:focus {
	outline: 0
}

.SavePage .SavePage-header--button:hover {
	text-decoration: underline;
	cursor: pointer
}

.SavePage .SavePage-header--button .CountryTools-button {
	position: relative;
	padding: .375em .75em;
	height: auto
}

.SavePage .SavePage-header--button .CountryTools-button:before {
	display: none
}

.SavePage .SavePage-header--button .CountryTools-button span {
	position: relative;
	padding-left: 1.5625em;
	font-weight: 500
}

.SavePage .SavePage-header--button .CountryTools-button .document-icon {
	position: absolute;
	top: .3125em;
	left: .625em;
	height: 1em;
	width: .875em;
	border: 1px solid #3a3a3a;
	border-radius: 0 4px 0 4px
}

.SavePage .SavePage-header--button .CountryTools-button .document-icon .line,
.SavePage .SavePage-header--button .CountryTools-button .document-icon .line:after,
.SavePage .SavePage-header--button .CountryTools-button .document-icon .line:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 2px;
	display: block;
	padding: 0;
	height: 1px;
	width: 8px;
	background: #3a3a3a
}

.SavePage .SavePage-header--button .CountryTools-button .document-icon .line:before {
	top: -3px;
	left: 0
}

.SavePage .SavePage-header--button .CountryTools-button .document-icon .line:after {
	top: 3px;
	left: 0
}

.SavePage .SavePage-header--button .CountryLanguageSelector {
	z-index: 9;
	margin: 0;
	padding: .3125em 0 0;
	min-width: 300px;
	background: #ededed;
	border-radius: 0;
	border-color: #ededed;
	box-shadow: none;
	cursor: initial
}

@media (max-width:46.24em) {
	.SavePage .SavePage-header--button .CountryLanguageSelector {
		min-width: 230px
	}
}

.SavePage .SavePage-header--button .CountryLanguageSelector:after,
.SavePage .SavePage-header--button .CountryLanguageSelector:before {
	display: none
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item {
	padding: 0;
	text-align: left;
	border: 0
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item p {
	margin: 1.875em 0 .3125em;
	font-weight: 500;
	line-height: 1.5em
}

@media (max-width:767px) {
	.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item p {
		margin-top: .75em;
		margin-bottom: 0
	}
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item input[type=text] {
	box-sizing: border-box;
	padding: 0 .625em;
	height: 2.5em;
	width: 100%;
	border: 2px solid #d3d3d3
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item.CountryLanguageSelector--submit {
	padding-top: .625em;
	overflow: hidden
}

@media (max-width:767px) {
	.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item.CountryLanguageSelector--submit {
		padding-top: 0
	}
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item.CountryLanguageSelector--submit input[type=submit] {
	font-size: 1em;
	line-height: 1.3125em;
	float: right;
	padding: .625em 1.25em;
	font-weight: 400;
	line-height: 1.125em;
	outline: 0
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item .Filters-topBar {
	margin-top: .625em
}

@media (max-width:767px) {
	.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item .Filters-topBar {
		margin-top: 0
	}
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item .Filters-topBar .FilterButtons {
	margin-top: .625em;
	width: 100%
}

.SavePage .SavePage-header--button .CountryLanguageSelector .CountryLanguageSelector-item .Filters-topBar .FilterButtons .FilterButtons-item {
	padding: .625em;
	width: 100%
}

.SavePage .SavePage-header--button .CountryLanguageSelector .SavePage-header--menu {
	padding: 1.5625em 2.125em 1.5625em 1.25em;
	background: #ededed
}

@media (max-width:61.24em) {
	.SavePage .SavePage-header--button .CountryLanguageSelector .SavePage-header--menu {
		padding: .5em 1em 1em
	}
}

.SavePage .SavePage-header--button .CountryLanguageSelector .SavePage-header--menu .SavePage-header--title {
	padding-bottom: .3125em
}

.SavePage .SavePage-header--button .CountryLanguageSelector .SavePage-header--menu .SavePage-header--title h3 {
	margin-bottom: 5px;
	line-height: 1.5em
}

.SavePage .SavePage-header--button .CountryLanguageSelector .SavePage-header--menu .SavePage-header--title a {
	float: right;
	padding: .3125em 0 0;
	font-weight: 500
}

.SavePage .SavePage-header--button .CountryLanguageSelector .SavePage-header--menu .SavePage-header--title .account {
	float: none
}

.GlobalSecondaryNavContainer {
	position: relative;
	z-index: 1;
	width: 100%
}

.GlobalSecondaryNav {
	position: absolute;
	overflow: hidden;
	color: #fff;
	background: #3a3a3a
}

@media (max-width:46.24em) {
	.GlobalSecondaryNav>ul {
		margin-left: 8.40336%
	}
}

@media (min-width:46.25em) {
	.GlobalSecondaryNav {
		width: 24.36975%;
		float: left;
		margin-right: .84034%
	}
	.GlobalSecondaryNav>ul {
		margin-left: 17.24138%
	}
}

.GlobalSecondaryNav>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.GlobalSecondaryNav-title {
	font-size: .875em;
	line-height: 1.35714em;
	margin-left: 17.24138%;
	display: block;
	margin: 1.85714em 0 1.42857em;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase
}

.GlobalSecondaryNav-title:focus,
.GlobalSecondaryNav-title:hover {
	text-decoration: underline
}

.GlobalSecondaryNav-title:before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: .4em;
	height: .75em;
	width: 13.7931%;
	background: #fff
}

.GlobalSecondaryNav-item>a {
	display: block;
	color: #fff;
	text-decoration: none
}

.GlobalSecondaryNav-item>a:focus,
.GlobalSecondaryNav-item>a:hover {
	text-decoration: underline
}

.GlobalSecondaryNav-item--level2 {
	font-size: .875em;
	line-height: 1.35714em;
	margin: 1.42857em 0
}

.GlobalSecondaryNav-item--level2>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.GlobalSecondaryNav-item--level2.is-active>a {
	color: #e3ba62
}

.GlobalSecondaryNav-item--level3 {
	margin: .625em 0 .625em 1.875em
}

.GlobalSecondaryNav-item--level3>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.GlobalSecondaryNav-item--level3.is-active>a {
	color: #e3ba62
}

.SectionSearch {
	padding: 1.125em;
	color: #3a3a3a;
	background: #ededed
}

.SectionSearch fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
	border: none;
	position: relative;
	padding-right: 2.5em
}

.SectionSearch-input,
.SectionSearch-input[type=search] {
	box-sizing: border-box;
	display: block;
	padding: .25em 1.25em .625em .625em;
	width: 100%;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #3a3a3a
}

.SectionSearch-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: 1.875em;
	width: 1.875em;
	text-indent: -999em;
	background: url(../assets/img/design/search-icon.svg) .3125em .3125em no-repeat;
	border: none
}

.no-svg .SectionSearch-button {
	background-image: url(../assets/img/design/search-icon.png)
}

.Iframe--SharePrice {
	position: relative;
	right: 0;
	bottom: 0;
	z-index: 2;
	height: 120px!important;
	width: 200px!important
}

@media (max-width:46.24em) {
	.Iframe--SharePrice {
		position: relative;
		top: -20px;
		margin: 0 auto;
		height: 120px!important
	}
}

.Iframe--SharePrice iframe {
	background: #fff
}

.SharePriceContainer {
	position: relative
}

.SharePrice {
	margin-right: 1em;
	margin-bottom: 20px;
	background: #fff
}

@media (min-width:46.25em) {
	.SharePrice {
		position: fixed;
		right: 0;
		bottom: 0;
		visibility: visible;
		opacity: 1;
		transition: all .5s
	}
	.SharePrice.is-hidden {
		visibility: hidden;
		opacity: 0
	}
}

.SharePrice-title {
	font-size: .875em;
	line-height: 1.35714em;
	margin: 1em 0 0 0
}

.SharePrice-trendDirection {
	position: relative;
	display: inline-block;
	height: 1em;
	width: .8125em;
	text-indent: -999em
}

.SharePrice-trendDirection:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1em;
	width: .8125em;
	background: 0 0 no-repeat
}

.SharePrice-trendDirection.SharePrice-trendDirection--up {
	color: #54b97a
}

.SharePrice-trendDirection.SharePrice-trendDirection--up:after {
	background-image: url(../assets/img/design/up-arrow-green.svg)
}

.no-svg .SharePrice-trendDirection.SharePrice-trendDirection--up:after {
	background-image: url(../assets/img/design/up-arrow-green.png)
}

.SharePrice-trendDirection.SharePrice-trendDirection--down {
	color: #ff3c32
}

.SharePrice-trendDirection.SharePrice-trendDirection--down:after {
	background-image: url(../assets/img/design/down-arrow-red.svg)
}

.no-svg .SharePrice-trendDirection.SharePrice-trendDirection--down:after {
	background-image: url(../assets/img/design/down-arrow-red.png)
}

.SharePrice-amount {
	font-size: 1.3125em;
	line-height: 1.2381em;
	display: inline-block;
	font-weight: 400
}

.SharePrice-currency {
	font-size: .875em;
	line-height: 1.35714em;
	display: inline-block;
	text-transform: uppercase
}

.SharePrice-trendContainer {
	display: inline-block;
	line-height: 1.25
}

.SharePrice-trendAmount {
	display: block;
	font-size: .75em
}

.SharePrice-trendAmount.SharePrice-trendAmount--up {
	color: #54b97a
}

.SharePrice-trendAmount.SharePrice-trendAmount--down {
	color: #ff3c32
}

.SharePrice-trendPercentage {
	display: block;
	font-size: .75em
}

.SharePrice-trendPercentage.SharePrice-trendPercentage--up {
	color: #54b97a
}

.SharePrice-trendPercentage.SharePrice-trendPercentage--down {
	color: #ff3c32
}

.SharePrice-dateTime {
	font-size: .875em;
	line-height: 1.35714em;
	display: block;
	margin-bottom: 1em;
	padding-top: 5px;
	color: #666;
	border-top: 1px solid #737373
}

.SocialIcons>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -.625em;
	overflow: hidden
}

@media (max-width:46.24em) {
	.SocialIcons-item {
		display: inline-block
	}
}

@media (min-width:46.25em) {
	.SocialIcons-item {
		float: left
	}
}

.SocialIcons-item a {
	display: block;
	height: 3.14286em;
	width: 3.14286em;
	overflow: hidden;
	color: #3a3a3a;
	text-indent: -999em;
	background: no-repeat 50% 50%
}

.SocialIcons-item--email a {
	background-image: url(../assets/img/design/icon-email.svg)
}

.no-svg .SocialIcons-item--email a {
	background-image: url(../assets/img/design/icon-email.png)
}

.SocialIcons-item--twitter a {
	background-image: url(../assets/img/design/icon-twitter.svg)
}

.no-svg .SocialIcons-item--twitter a {
	background-image: url(../assets/img/design/icon-twitter.png)
}

.SocialIcons-item--facebook a {
	background-image: url(../assets/img/design/icon-facebook.svg)
}

.no-svg .SocialIcons-item--facebook a {
	background-image: url(../assets/img/design/icon-facebook.png)
}

.SocialIcons-item--linkedIn a {
	background-image: url(../assets/img/design/icon-linkedin.svg)
}

.no-svg .SocialIcons-item--linkedIn a {
	background-image: url(../assets/img/design/icon-linkedin.png)
}

.SocialIcons-item--googlePlus a {
	background-image: url(../assets/img/design/icon-googleplus.svg)
}

.no-svg .SocialIcons-item--googlePlus a {
	background-image: url(../assets/img/design/icon-googleplus.png)
}

@media (min-width:46.25em) {
	.SplitImage--right {
		margin-bottom: 1em
	}
	.SplitImage--right .SplitImage-image {
		float: right
	}
}

@media (min-width:46.25em) {
	.SplitImage--left {
		margin-bottom: 1em
	}
	.SplitImage--left .SplitImage-image {
		float: left
	}
}

@media (min-width:46.25em) {
	.SplitImage-text {
		padding-left: 8.40336%;
		padding-right: 8.40336%;
		box-sizing: border-box;
		display: inline-block;
		width: 50%
	}
}

@media (max-width:46.24em) {
	.SplitImage-image img {
		height: auto;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.SplitImage-image {
		width: 50%
	}
	.SplitImage-image img {
		width: 100%
	}
}

@media (min-width:46.25em) {
	.PageContainer--hasSecondaryNav .SplitImage-text {
		padding: 0
	}
}

@media (min-width:46.25em) {
	.PageContainer--hasSecondaryNav .SplitImage--left .SplitImage-text {
		padding-left: 2em
	}
}

@media (min-width:46.25em) {
	.PageContainer--hasSecondaryNav .SplitImage--right .SplitImage-text {
		padding-right: 2em
	}
}

.SpotlightContainer {
	clear: both;
	margin-top: 1.875em;
	overflow: hidden
}

@media (max-width:46.24em) {
	.SpotlightContainer {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
}

@media (min-width:46.25em) {
	.PageContainer .SpotlightContainer .u-constrain>.u-constrainAdjust {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
	.PageContainer--hasSecondaryNav .SpotlightContainer .u-constrain>.u-constrainAdjust {
		padding-right: 0;
		padding-left: 29.41176%
	}
}

.SpotlightContainer>.u-constrain>.u-constrainAdjust {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.SpotlightContainer+.SpotlightContainer {
	margin-top: 0
}

.Spotlight {
	margin: 0 0 1.875em 0
}

@media (min-width:46.25em) {
	.Spotlight--small {
		width: 32.58427%;
		float: left;
		margin-right: 1.1236%;
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-bottom: 3em
	}
	.Spotlight--small:nth-child(3n) {
		float: right;
		margin-right: 0
	}
	.Spotlight--small:nth-child(4n) {
		clear: left
	}
	.Spotlight--small .Cta {
		position: absolute;
		bottom: 0
	}
}

@media (min-width:46.25em) {
	.Spotlight--medium {
		width: 49.49495%;
		float: left;
		margin-right: 1.0101%;
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-bottom: 3em
	}
	.Spotlight--medium:nth-child(2n) {
		float: right;
		margin-right: 0
	}
	.Spotlight--medium:nth-child(3n) {
		clear: left
	}
	.Spotlight--medium .Cta {
		position: absolute;
		bottom: 0
	}
}

.Spotlight--largeLeft {
	overflow: hidden
}

@media (min-width:46.25em) {
	.Spotlight--largeLeft {
		margin-bottom: 3.75em
	}
}

.Spotlight--largeRight {
	overflow: hidden
}

@media (min-width:46.25em) {
	.Spotlight--largeRight {
		margin-bottom: 3.75em
	}
}

@media (min-width:46.25em) {
	.Spotlight--bleedLeft {
		position: relative;
		margin-bottom: 3.75em
	}
	.Spotlight--bleedLeft svg path {
		fill: #fff
	}
}

@media (min-width:46.25em) {
	.Spotlight--bleedRight {
		position: relative;
		margin-bottom: 3.75em
	}
	.Spotlight--bleedRight svg path {
		fill: #fff
	}
}

.Spotlight-link {
	display: block;
	color: #3a3a3a;
	text-decoration: none
}

.Spotlight-link:hover {
	text-decoration: none
}

@media (max-width:46.24em) {
	.Spotlight--bleedLeft .Spotlight-content,
	.Spotlight--bleedRight .Spotlight-content {
		padding-left: 8.40336%;
		padding-right: 8.40336%;
		margin-bottom: 3.75em
	}
}

@media (min-width:46.25em) {
	.Spotlight--largeLeft .Spotlight-content {
		padding-left: 55%
	}
	.Spotlight--largeRight .Spotlight-content {
		padding-right: 55%
	}
	.Spotlight--bleedLeft .Spotlight-content,
	.Spotlight--bleedRight .Spotlight-content {
		box-sizing: border-box;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		padding-right: 5.04202%;
		padding-left: 5.04202%;
		height: 100%;
		width: 100%;
		max-width: 75em
	}
}

.Spotlight--bleedLeft .Spotlight-constrain,
.Spotlight--bleedRight .Spotlight-constrain {
	height: 100%
}

@media (min-width:46.25em) {
	.PageContainer--hasSecondaryNav .Spotlight--bleedLeft .Spotlight-constrain,
	.PageContainer--hasSecondaryNav .Spotlight--bleedRight .Spotlight-constrain {
		padding-left: 29.41176%
	}
}

.Spotlight-constrainAdjust>:last-child {
	margin-bottom: 0
}

@media (min-width:46.25em) {
	.Spotlight--bleedLeft .Spotlight-constrainAdjust,
	.Spotlight--bleedRight .Spotlight-constrainAdjust {
		box-sizing: border-box;
		padding: 3.125em;
		height: 100%;
		width: 50%;
		max-height: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, .75)
	}
}

@media (min-width:46.25em) {
	.Spotlight--bleedRight .Spotlight-constrainAdjust {
		margin-left: 50%
	}
}

.Spotlight-image {
	display: block;
	margin-bottom: .875em;
	height: auto;
	width: 100%
}

@media (min-width:46.25em) {
	.Spotlight--largeLeft .Spotlight-image {
		float: left;
		width: 50%
	}
	.Spotlight--largeRight .Spotlight-image {
		float: right;
		width: 50%
	}
	.Spotlight--bleedLeft .Spotlight-image,
	.Spotlight--bleedRight .Spotlight-image {
		margin-bottom: 0
	}
}

h2.Spotlight-title,
h3.Spotlight-title {
	clear: none
}

.Spotlight-title,
.h3.Spotlight-title {
	margin: 0 0 .7em 0
}

@media (min-width:46.25em) {
	.Spotlight--largeLeft .Spotlight-title,
	.Spotlight--largeLeft .h3.Spotlight-title {
		margin-top: 0
	}
	.Spotlight--largeRight .Spotlight-title,
	.Spotlight--largeRight .h3.Spotlight-title {
		margin-top: 0
	}
}

.Spotlight-date {
	font-size: .875em;
	line-height: 1.35714em
}

.GridSpotlight--extrasmall .Spotlight-title,
.GridSpotlight--extrasmall .h3.Spotlight-title,
.GridSpotlight--medium .Spotlight-title,
.GridSpotlight--medium .h3.Spotlight-title,
.GridSpotlight--small .Spotlight-title,
.GridSpotlight--small .h3.Spotlight-title {
	margin: 0 0 .3em 0
}

@media (min-width:46.25em) {
	.Spotlight--bleedLeft+.Spotlight--bleedLeft,
	.Spotlight--bleedLeft+.Spotlight--bleedRight,
	.Spotlight--bleedRight+.Spotlight--bleedLeft,
	.Spotlight--bleedRight+.Spotlight--bleedRight,
	.SuperHero+.Spotlight--bleedLeft,
	.SuperHero+.Spotlight--bleedRight {
		margin-top: -3.75em
	}
}

@media (max-width:61.24em) {
	.Spotlight--text-overlay .Spotlight-image {
		margin-bottom: .875em
	}
}

@media (min-width:61.25em) {
	.Spotlight--text-overlay .Spotlight-image {
		margin-bottom: 0
	}
}

@media (max-width:61.24em) {
	.Spotlight--text-overlay .Spotlight-content {
		padding-left: 8.40336%;
		padding-right: 8.40336%;
		box-sizing: content-box;
		position: static;
		margin: 0;
		margin-bottom: 3.75em;
		height: auto;
		width: auto;
		max-width: none
	}
}

@media (min-width:61.25em) {
	.Spotlight--text-overlay .Spotlight-content {
		box-sizing: border-box;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		padding-right: 5.04202%;
		padding-left: 5.04202%;
		height: 100%;
		width: 100%;
		max-width: 75em
	}
}

@media (max-width:61.24em) {
	.Spotlight--text-overlay .Spotlight-content .Spotlight-constrainAdjust {
		box-sizing: content-box;
		padding: 0;
		height: 100%;
		width: auto;
		max-height: none;
		overflow: visible;
		background: 0 0
	}
}

@media (min-width:61.25em) {
	.Spotlight--text-overlay .Spotlight-content .Spotlight-constrainAdjust {
		box-sizing: border-box;
		padding: 3.125em;
		height: 100%;
		width: 50%;
		max-height: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, .75)
	}
}

@media (max-width:61.24em) {
	.Spotlight--text-overlay.Spotlight--bleedRight .Spotlight-constrainAdjust {
		margin-left: 0
	}
}

@media (min-width:61.25em) {
	.Spotlight--text-overlay.Spotlight--bleedRight .Spotlight-constrainAdjust {
		margin-left: 50%
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .Spotlight--bleedLeft .Spotlight-constrainAdjust {
		float: left
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .SpotlightContainer .Spotlight--medium {
		width: 49.57983%;
		float: right;
		margin-right: 0
	}
	html[dir=rtl] .SpotlightContainer .Spotlight--medium:nth-child(2n) {
		width: 49.57983%;
		float: left;
		margin-right: .84034%;
		float: right
	}
}

@media (min-width:46.25em) {
	html[dir=rtl] .SpotlightContainer .Spotlight--small {
		width: 32.77311%;
		float: right;
		margin-right: 0
	}
	html[dir=rtl] .SpotlightContainer .Spotlight--small:nth-child(2n) {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	html[dir=rtl] .SpotlightContainer .Spotlight--small:nth-child(4n) {
		width: 32.77311%;
		float: right;
		margin-right: 0
	}
	html[dir=rtl] .SpotlightContainer .Spotlight--small:nth-child(5n) {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
	html[dir=rtl] .SpotlightContainer .Spotlight--small:nth-child(3n) {
		width: 32.77311%;
		float: left;
		margin-right: .84034%;
		float: right
	}
}

@media (min-width:46.25em) {
	.GridSpotlight--extrasmall .SpotlightCarousel .CaseStudy,
	.GridSpotlight--extrasmall .SpotlightCarousel .Download,
	.GridSpotlight--extrasmall .SpotlightCarousel .HighProduct,
	.GridSpotlight--extrasmall .SpotlightCarousel .ProductGroup,
	.GridSpotlight--extrasmall .SpotlightCarousel .SimpleSpotlight,
	.GridSpotlight--extrasmall .SpotlightCarousel .Spotlight,
	.GridSpotlight--extrasmall .SpotlightCarousel .VideoSpotlight {
		float: none;
		margin-right: 0;
		width: 100%
	}
}

.SpotlightCarousel-center {
	text-align: center
}

.SpotlightGrids {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	float: right;
	margin-right: 0;
	position: relative;
	margin: 1.875em 0
}

.SpotlightGrids a {
	color: #3a3a3a;
	text-decoration: none
}

.SpotlightGrids a:active,
.SpotlightGrids a:hover {
	color: #3a3a3a;
	text-decoration: none
}

.SpotlightGridCards-controls--next {
	right: .5em;
	float: right
}

.SpotlightGridCards-controls--prev {
	left: .5em;
	float: left
}

.owl-stage-outer {
	overflow: hidden
}

.owl-item {
	display: inline-block;
	vertical-align: top
}

.owl-next,
.owl-prev {
	background: #666;
	background: rgba(102, 102, 102, .75);
	position: absolute;
	left: 0;
	z-index: 0;
	display: inline-block;
	padding: .7em;
	font-size: large;
	line-height: .7em;
	cursor: pointer
}

.owl-next.disabled,
.owl-prev.disabled {
	opacity: .2
}

.owl-next {
	right: 0;
	left: auto
}

@media (max-width:46.24em) {
	.owl-next {
		right: 0;
		left: auto
	}
}

.owl-nav {
	width: 100%
}

.SpotlightCarousel .owl-nav {
	position: absolute;
	top: 50%;
	height: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px)
}

.SpotlightCarousel .owl-next {
	right: -45px;
	float: right
}

@media (max-width:46.24em) {
	.SpotlightCarousel .owl-next {
		right: -37px
	}
}

.SpotlightCarousel .owl-prev {
	left: -45px;
	float: left
}

@media (max-width:46.24em) {
	.SpotlightCarousel .owl-prev {
		left: -37px
	}
}

.SpotlightGridContainer {
	clear: both;
	margin-top: 1.875em;
	overflow: hidden
}

@media (max-width:46.24em) {
	.SpotlightGridContainer {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
}

@media (min-width:46.25em) {
	.PageContainer .SpotlightGridContainer .u-constrain>.u-constrainAdjust {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
	.PageContainer--hasSecondaryNav .SpotlightGridContainer .u-constrain>.u-constrainAdjust {
		padding-right: 0;
		padding-left: 29.41176%
	}
}

.SpotlightGridContainer>.u-constrain>.u-constrainAdjust {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.SpotlightGridContainer+.SpotlightGridContainer {
	margin-top: 0
}

.SpotlightGrid {
	margin: 0 0 1.875em 0
}

@media (min-width:46.25em) {
	.SpotlightGrid--small {
		width: 32.58427%;
		float: left;
		margin-right: 1.1236%;
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-bottom: 3em
	}
	.SpotlightGrid--small:nth-child(3n) {
		float: right;
		margin-right: 0
	}
	.SpotlightGrid--small:nth-child(4n) {
		clear: left
	}
	.SpotlightGrid--small .Cta {
		position: absolute;
		bottom: 0
	}
}

@media (min-width:46.25em) {
	.SpotlightGrid--medium {
		width: 49.49495%;
		float: left;
		margin-right: 1.0101%;
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-bottom: 3em
	}
	.SpotlightGrid--medium:nth-child(2n) {
		float: right;
		margin-right: 0
	}
	.SpotlightGrid--medium:nth-child(3n) {
		clear: left
	}
	.SpotlightGrid--medium .Cta {
		position: absolute;
		bottom: 0
	}
}

.SpotlightGrid--largeLeft {
	overflow: hidden
}

@media (min-width:46.25em) {
	.SpotlightGrid--largeLeft {
		margin-bottom: 3.75em
	}
}

.SpotlightGrid--largeRight {
	overflow: hidden
}

@media (min-width:46.25em) {
	.SpotlightGrid--largeRight {
		margin-bottom: 3.75em
	}
}

@media (min-width:46.25em) {
	.SpotlightGrid--bleedLeft {
		position: relative;
		margin-bottom: 3.75em
	}
	.SpotlightGrid--bleedLeft svg path {
		fill: #fff
	}
}

@media (min-width:46.25em) {
	.SpotlightGrid--bleedRight {
		position: relative;
		margin-bottom: 3.75em
	}
	.SpotlightGrid--bleedRight svg path {
		fill: #fff
	}
}

.SpotlightGrid-link {
	display: block;
	color: #3a3a3a;
	text-decoration: none
}

.SpotlightGrid-link:hover {
	text-decoration: none
}

@media (max-width:46.24em) {
	.SpotlightGrid--bleedLeft .SpotlightGrid-content,
	.SpotlightGrid--bleedRight .SpotlightGrid-content {
		padding-left: 8.40336%;
		padding-right: 8.40336%;
		margin-bottom: 3.75em
	}
}

@media (min-width:46.25em) {
	.SpotlightGrid--largeLeft .SpotlightGrid-content {
		padding-left: 55%
	}
	.SpotlightGrid--largeRight .SpotlightGrid-content {
		padding-right: 55%
	}
	.SpotlightGrid--bleedLeft .SpotlightGrid-content,
	.SpotlightGrid--bleedRight .SpotlightGrid-content {
		box-sizing: border-box;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		padding-right: 5.04202%;
		padding-left: 5.04202%;
		height: 100%;
		width: 100%;
		max-width: 75em
	}
}

.SpotlightGrid--bleedLeft .SpotlightGrid-constrain,
.SpotlightGrid--bleedRight .SpotlightGrid-constrain {
	height: 100%
}

@media (min-width:46.25em) {
	.PageContainer--hasSecondaryNav .SpotlightGrid--bleedLeft .SpotlightGrid-constrain,
	.PageContainer--hasSecondaryNav .SpotlightGrid--bleedRight .SpotlightGrid-constrain {
		padding-left: 29.41176%
	}
}

.SpotlightGrid-constrainAdjust>:last-child {
	margin-bottom: 0
}

@media (min-width:46.25em) {
	.SpotlightGrid--bleedLeft .SpotlightGrid-constrainAdjust,
	.SpotlightGrid--bleedRight .SpotlightGrid-constrainAdjust {
		box-sizing: border-box;
		padding: 3.125em;
		height: 100%;
		width: 50%;
		max-height: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, .75)
	}
}

@media (min-width:46.25em) {
	.SpotlightGrid--bleedRight .SpotlightGrid-constrainAdjust {
		margin-left: 50%
	}
}

.SpotlightGrid-image {
	display: block;
	margin-bottom: .875em;
	height: auto;
	width: 100%
}

@media (min-width:46.25em) {
	.SpotlightGrid--largeLeft .SpotlightGrid-image {
		float: left;
		width: 50%
	}
	.SpotlightGrid--largeRight .SpotlightGrid-image {
		float: right;
		width: 50%
	}
	.SpotlightGrid--bleedLeft .SpotlightGrid-image,
	.SpotlightGrid--bleedRight .SpotlightGrid-image {
		margin-bottom: 0
	}
}

.SpotlightGrid-title,
.h3.SpotlightGrid-title {
	margin: 0 0 .5em 0
}

@media (min-width:46.25em) {
	.SpotlightGrid--largeLeft .SpotlightGrid-title,
	.SpotlightGrid--largeLeft .h3.SpotlightGrid-title {
		margin-top: 0
	}
	.SpotlightGrid--largeRight .SpotlightGrid-title,
	.SpotlightGrid--largeRight .h3.SpotlightGrid-title {
		margin-top: 0
	}
}

.SpotlightGrid-strapline {
	font-size: 1em;
	line-height: 1.3125em
}

.SpotlightGrid-date {
	font-size: .875em;
	line-height: 1.35714em
}

.GridSpotlightGrid--extrasmall .SpotlightGrid-title,
.GridSpotlightGrid--extrasmall .h3.SpotlightGrid-title,
.GridSpotlightGrid--medium .SpotlightGrid-title,
.GridSpotlightGrid--medium .h3.SpotlightGrid-title,
.GridSpotlightGrid--small .SpotlightGrid-title,
.GridSpotlightGrid--small .h3.SpotlightGrid-title {
	font-size: 1.3125em;
	line-height: 1.2381em;
	margin: 0 0 .3em 0
}

@media (min-width:46.25em) {
	.SpotlightGrid--bleedLeft+.SpotlightGrid--bleedLeft,
	.SpotlightGrid--bleedLeft+.SpotlightGrid--bleedRight,
	.SpotlightGrid--bleedRight+.SpotlightGrid--bleedLeft,
	.SpotlightGrid--bleedRight+.SpotlightGrid--bleedRight,
	.SuperHero+.SpotlightGrid--bleedLeft,
	.SuperHero+.SpotlightGrid--bleedRight {
		margin-top: -3.75em
	}
}

@media (max-width:61.24em) {
	.SpotlightGrid--text-overlay .SpotlightGrid-image {
		margin-bottom: .875em
	}
}

@media (min-width:61.25em) {
	.SpotlightGrid--text-overlay .SpotlightGrid-image {
		margin-bottom: 0
	}
}

@media (max-width:61.24em) {
	.SpotlightGrid--text-overlay .SpotlightGrid-content {
		padding-left: 8.40336%;
		padding-right: 8.40336%;
		box-sizing: content-box;
		position: static;
		margin: 0;
		margin-bottom: 3.75em;
		height: auto;
		width: auto;
		max-width: none
	}
}

@media (min-width:61.25em) {
	.SpotlightGrid--text-overlay .SpotlightGrid-content {
		box-sizing: border-box;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		padding-right: 5.04202%;
		padding-left: 5.04202%;
		height: 100%;
		width: 100%;
		max-width: 75em
	}
}

@media (max-width:61.24em) {
	.SpotlightGrid--text-overlay .SpotlightGrid-content .SpotlightGrid-constrainAdjust {
		box-sizing: content-box;
		padding: 0;
		height: 100%;
		width: auto;
		max-height: none;
		overflow: visible;
		background: 0 0
	}
}

@media (min-width:61.25em) {
	.SpotlightGrid--text-overlay .SpotlightGrid-content .SpotlightGrid-constrainAdjust {
		box-sizing: border-box;
		padding: 3.125em;
		height: 100%;
		width: 50%;
		max-height: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, .75)
	}
}

@media (max-width:61.24em) {
	.SpotlightGrid--text-overlay.SpotlightGrid--bleedRight .SpotlightGrid-constrainAdjust {
		margin-left: 0
	}
}

@media (min-width:61.25em) {
	.SpotlightGrid--text-overlay.SpotlightGrid--bleedRight .SpotlightGrid-constrainAdjust {
		margin-left: 50%
	}
}

html[dir=rtl] .SpotlightCarousel .owl-next {
	right: auto;
	left: -45px;
	float: left;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

@media (max-width:46.24em) {
	html[dir=rtl] .SpotlightCarousel .owl-next {
		left: -37px
	}
}

html[dir=rtl] .SpotlightCarousel .owl-prev {
	right: -45px;
	left: auto;
	float: right;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

@media (max-width:46.24em) {
	html[dir=rtl] .SpotlightCarousel .owl-prev {
		right: -37px
	}
}

.Hero {
	position: relative;
	margin-bottom: 3em;
	height: 24em;
	width: 100%;
	overflow: hidden
}

.Hero p {
	font-size: 1em;
	line-height: 1.3125em;
	font-weight: 500
}

@media (min-width:46.25em) {
	.CountrySiteHeader+.Hero {
		margin-top: -30px
	}
}

@media (max-width:46.24em) {
	.CountrySiteHeader+.Hero .Hero-content {
		padding-top: 4.375em
	}
}

.Hero.Hero--center .Hero-content {
	margin-top: 10em
}

.Hero.Hero--center .Hero-title {
	text-align: center
}

.Hero-content {
	position: relative;
	margin-top: 1.875em
}

.Hero-image {
	position: absolute;
	min-height: 100%;
	min-width: 100%
}

.csstransforms .Hero-image {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.SuperHero {
	position: relative;
	margin-bottom: 3.75em;
	width: 100%
}

@media (min-width:46.25em) {
	.SuperHero {
		height: 50em;
		overflow: hidden
	}
}

.SuperHero+.SuperHero {
	margin-top: -60px
}

@media (min-width:46.25em) {
	.CountrySiteHeader+.SuperHero {
		margin-top: -30px
	}
}

@media (min-width:46.25em) {
	.CountrySiteHeader--global+.SuperHero .SuperHero-container {
		padding-top: 12.5em
	}
}

.VerticalNavigation-panel .SuperHero {
	margin-bottom: 0
}

.SuperHero .SuperHero-imgWrap {
	position: absolute;
	height: 100%;
	width: 100%
}

@media (max-width:46.24em) {
	.SuperHero .SuperHero-imgWrap {
		position: relative;
		height: auto;
		width: 100%
	}
}

.SuperHero .EditingFormErrorLabel {
	font-size: 1em;
	line-height: 1.3125em
}

@media (min-width:46.25em) {
	.SuperHero--letterbox {
		height: 28.75em
	}
}

.SuperHero--letterbox .SuperHero-downArrow {
	display: none
}

.SuperHero--dark {
	color: #fff
}

.SuperHero--light {
	color: #ffffff; /*#3a3a3a*/
}

.SuperHero-image {
	display: block
}

@media (max-width:46.24em) {
	.SuperHero-image {
		margin: 0 0 1em 0;
		height: auto;
		width: 100%
	}
}

@media (min-width:46.25em) {
	.SuperHero-image {
		position: absolute;
		bottom: 0;
		min-height: 100%;
		min-width: 100%
	}
	.csstransforms .SuperHero-image {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media (max-width:46.24em) {
	.VerticalNavigation-panel:first-child .SuperHero-image {
		margin-top: -5.9375em
	}
}

@media (min-width:46.25em) {
	.VerticalNavigation-panel:first-child .SuperHero-image {
		margin-top: -11.375em
	}
}

@media (min-width:46.25em) {
	.SuperHero--parallax .SuperHero-image {
		min-height: 110%;
		min-width: 110%
	}
}

.SuperHero-container {
	position: relative;
	z-index: 3;
	height: 100%;
	overflow: hidden
}

@media (min-width:46.25em) {
	.SuperHero-container {
		box-sizing: border-box;
		padding-right: 60px;
		padding-left: 60px
	}
}

.VerticalNavigation-panel .SuperHero-container {
	box-sizing: border-box
}

.SuperHero-content {
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden
}

@media (min-width:46.25em) {
	.PageContainer--hasSecondaryNav .SuperHero-content {
		box-sizing: border-box;
		padding-left: 29.41176%
	}
}

@media (min-width:46.25em) {
	.hero-both-right .SuperHero-content {
		float: right;
		width: 46%
	}
}

@media (max-width:46.24em) {
	.SuperHero-content .TextBlock-item {
		padding-left: 8.40336%;
		padding-right: 8.40336%
	}
	.SuperHero-content .TextBlock-item:last-child {
		overflow: hidden;
		color: #3a3a3a;
		background: #fff
	}
}

.hero-title-right .SuperHero-content .TextBlock-item {
	float: right
}

@media (max-width:46.24em) {
	.hero-title-right .SuperHero-content .TextBlock-item {
		float: none
	}
}

.hero-title-right .SuperHero-content .TextBlock-item:first-child {
	margin-right: 0;
	margin-left: 8%
}

.hero-both-left .SuperHero-content .TextBlock-item {
	float: none
}

.hero-both-left .SuperHero-content .TextBlock-item:first-child {
	margin: 0
}

.hero-both-right .SuperHero-content .TextBlock-item {
	box-sizing: border-box;
	float: none;
	width: 100%
}

.hero-both-right .SuperHero-content .TextBlock-item:first-child {
	margin: 0
}

@media (min-width:46.25em) {
	.SuperHero-title {
		margin-top: 4.625em
	}
}

.SuperHero-title h1 {
	margin-bottom: 20px
}

@media (max-width:46.24em) {
	.SuperHero-title h1 {
		color: #3a3a3a
	}
}

@media (min-width:46.25em) {
	.SuperHero-strapline {
		margin: 4.625em 0;
		max-width: 400px
	}
	.hero-both-left .SuperHero-strapline {
		margin-top: 0
	}
	.hero-both-right .SuperHero-strapline {
		margin-top: 0
	}
}

@media (min-width:46.25em) {
	.SuperHero--standout .SuperHero-strapline {
		padding: 1em 1em 0 1em;
		overflow: hidden;
		color: #3a3a3a;
		background: #fff
	}
	.SuperHero--standout .SuperHero-strapline .Cta {
		position: absolute;
		margin-top: 10px;
		margin-left: -16px
	}
}

.SuperHero-strapline .SuperHero-form {
	padding: 30px
}

.SuperHero-strapline p {
	font-size: 1.3125em;
	line-height: 1.2381em;
	display: block;
	margin-bottom: 32px
}

.SuperHero-strapline .Cta {
	color: #000;
	border-color: #000
}

@media (min-width:46.25em) {
	.SuperHero-strapline .Cta {
		color: #fff;
		border-color: #fff
	}
	.SuperHero-strapline .Cta svg path {
		fill: #fff
	}
}

@media (max-width:46.24em) {
	.SuperHero-strapline .Cta svg path {
		fill: #000
	}
}

.SuperHero-link {
	text-align: right
}

@media (min-width:46.25em) {
	.SuperHero-link {
		box-sizing: border-box;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 4;
		margin-right: auto;
		margin-left: auto;
		padding-right: 5.04202%;
		padding-left: 5.04202%;
		max-width: 75em
	}
}

.SuperHero-link a {
	position: relative;
	display: block;
	padding: 1em 3em 1em;
	color: #fff
}

@media (max-width:46.24em) {
	.SuperHero-link a {
		background: #3a3a3a
	}
}

@media (min-width:46.25em) {
	.SuperHero-link a {
		background: rgba(0, 0, 0, .5)
	}
}

.SuperHero-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.14286em;
	margin-top: -.42857em;
	height: .78571em;
	width: 1.14286em;
	background: url(../assets/img/design/arrow-icon-white.svg) no-repeat 0 0
}

.no-svg .SuperHero-link a:after {
	background-image: url(../assets/img/design/arrow-icon-white.png)
}

.PageContainer--hasSecondaryNav .SuperHero-link {
	left: 28.57143%
}

.SuperHeroCarousel .SuperHero-content {
	padding-left: 5em
}

.SuperHeroCarousel .slick-dots {
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
	margin: 0 auto;
	max-width: 71em
}

.SuperHeroCarousel .slick-dots li {
	display: block;
	margin: 1em 0
}

.SuperHeroCarousel .slick-dots li button {
	padding: 0
}

.SuperHeroCarousel .slick-dots li button:before {
	content: "";
	margin: 5px;
	height: 10px;
	width: 10px;
	background: #004288;
	border: 2px solid #fff;
	border-radius: 5px;
	opacity: 1
}

.SuperHeroCarousel .slick-dots li.slick-active button:before {
	margin: 0;
	height: 20px;
	width: 20px;
	background: #e3ba62;
	border-radius: 10px
}

@media (min-width:46.25em) {
	.GlobalHome .SuperHero.hero-both-left,
	.GlobalHome .SuperHero.hero-both-right {
		height: 100vh;
		min-height: 35em
	}
	.GlobalHome .SuperHero.hero-both-left .SuperHero-container .SuperHero-title,
	.GlobalHome .SuperHero.hero-both-right .SuperHero-container .SuperHero-title {
		margin-top: 0
	}
	.GlobalHome .SuperHero.hero-both-left .SuperHero-content,
	.GlobalHome .SuperHero.hero-both-right .SuperHero-content {
		width: 100%
	}
	.GlobalHome .SuperHero.hero-both-right .SuperHero-content {
		float: none;
		margin-left: auto;
		width: 46%;
		overflow: visible
	}
}

.SuperHero--center .SuperHero-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.SuperHero--center .TextBlock-item {
	float: none;
	margin: 0 auto;
	width: 100%;
	text-align: center
}

@media (max-width:61.24em) {
	.SuperHero--center .TextBlock-item {
		width: 70%
	}
}

@media (max-width:46.24em) {
	.SuperHero--center .TextBlock-item {
		width: auto;
		text-align: left
	}
}

.SuperHero--center .TextBlock-item a.Cta:hover {
	color: inherit
}

.SuperHero--center .TextBlock-item .SuperHero-strapline {
	margin: 16px auto
}

.SuperHero-downArrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -7px;
	width: auto;
	text-align: center
}

@media (max-width:46.24em) {
	.SuperHero-downArrow {
		display: none
	}
}

.SuperHero-downArrow:hover {
	cursor: pointer
}

.SuperHero-downArrow svg {
	height: 20px;
	width: 20px
}

.SuperHero-form {
	padding: 0 30px 30px;
	overflow: hidden;
	background: rgba(255, 255, 255, .5)
}

@media (max-width:46.24em) {
	.SuperHero-form {
		padding: 30px 0
	}
}

.SuperHero-form h2 {
	margin-bottom: .5em
}

.SuperHero-form .container--input label {
	position: absolute;
	height: 0;
	text-indent: -9999px
}

.SuperHero-form .notice {
	font-size: .875em;
	line-height: 1.35714em;
	display: inline;
	margin-bottom: 1em
}

.SuperHero-form input,
.SuperHero-form input::-webkit-input-placeholder,
.SuperHero-form select,
.SuperHero-form textarea,
.SuperHero-form textarea::-webkit-input-placeholder {
	color: #3a3a3a
}

.SuperHero-form input,
.SuperHero-form input:-ms-input-placeholder,
.SuperHero-form select,
.SuperHero-form textarea,
.SuperHero-form textarea:-ms-input-placeholder {
	color: #3a3a3a
}

.SuperHero-form input,
.SuperHero-form input::placeholder,
.SuperHero-form select,
.SuperHero-form textarea,
.SuperHero-form textarea::placeholder {
	color: #3a3a3a
}

.SuperHero-form .input-required {
	position: relative
}

.SuperHero-form .input-required:after {
	content: "*";
	position: absolute;
	top: 0;
	right: -15px;
	color: #a94442;
	font-size: 1em
}

.SuperHero-form .GridForm>p {
	padding-bottom: 2em
}

.SuperHero-form .GridForm--button {
	overflow: hidden
}

.SuperHero-form .GridForm--button .btn {
	margin-top: 20px
}

@media (max-width:28.125em) {
	.SuperHero-form .GridForm--button .btn {
		float: left;
		clear: both;
		overflow: hidden
	}
}

@media (min-width:740px) and (max-width:950px) {
	.SuperHero-form .GridForm--button .btn {
		float: left;
		clear: both;
		overflow: hidden
	}
}

.SuperHero-form .Cta--sec,
.SuperHero-form .Cta--third {
	font-size: 16px;
	line-height: 20px
}

@media (max-width:28.125em) {
	.SuperHero-form .Cta--sec,
	.SuperHero-form .Cta--third {
		display: block;
		float: left;
		clear: both;
		margin-top: 10px;
		overflow: hidden
	}
}

@media (min-width:740px) and (max-width:950px) {
	.SuperHero-form .Cta--sec,
	.SuperHero-form .Cta--third {
		display: block;
		float: left;
		clear: both;
		margin-top: 10px;
		overflow: hidden
	}
}

.SuperHero-form .btn--right {
	float: right
}

@media (min-width:46.25em) {
	html[dir=rtl] .SuperHero.hero-both-left .SuperHero-content {
		float: left;
		width: 46%
	}
	html[dir=rtl] .SuperHero.hero-both-left .SuperHero-content .TextBlock-item {
		width: 100%
	}
}

html[dir=rtl] .Cta--border svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

html[dir=rtl] .SuperHero--center .TextBlock-item {
	float: none
}

.tabsSlider .top-slider {
	position: relative;
	padding: 0 3em;
	background: #ededed
}

@media (max-width:46.24em) {
	.tabsSlider .top-slider {
		padding: 0 .5em
	}
}

.tabsSlider .top-slider .owl-stage-outer {
	position: relative
}

.tabsSlider .top-slider .owl-item .item {
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.5em;
	max-width: 200px;
	line-height: 1.2em;
	text-align: center
}

.tabsSlider .top-slider .owl-nav {
	position: absolute;
	top: 0;
	left: 0
}

.tabsSlider .top-slider .owl-nav .owl-next,
.tabsSlider .top-slider .owl-nav .owl-prev {
	position: absolute;
	top: 14px;
	left: 5px;
	margin: 0;
	padding: 0;
	height: 2em;
	width: 2em;
	text-indent: -9999px;
	white-space: nowrap;
	background: 0;
	cursor: pointer
}

@media (max-width:46.24em) {
	.tabsSlider .top-slider .owl-nav .owl-next,
	.tabsSlider .top-slider .owl-nav .owl-prev {
		left: -25px
	}
}

.tabsSlider .top-slider .owl-nav .owl-next.disabled,
.tabsSlider .top-slider .owl-nav .owl-prev.disabled {
	cursor: auto
}

.tabsSlider .top-slider .owl-nav .owl-next.disabled:before,
.tabsSlider .top-slider .owl-nav .owl-prev.disabled:before {
	opacity: .3
}

.tabsSlider .top-slider .owl-nav .owl-next.enabled,
.tabsSlider .top-slider .owl-nav .owl-prev.enabled {
	cursor: pointer
}

.tabsSlider .top-slider .owl-nav .owl-next.enabled:before,
.tabsSlider .top-slider .owl-nav .owl-prev.enabled:before {
	opacity: 1
}

.tabsSlider .top-slider .owl-nav .owl-next:before,
.tabsSlider .top-slider .owl-nav .owl-prev:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 10px;
	height: .6em;
	width: .6em;
	border-top: 2px solid #3a3a3a;
	border-left: 2px solid #3a3a3a;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.tabsSlider .top-slider .owl-nav .owl-prev {
	cursor: auto
}

.tabsSlider .top-slider .owl-nav .owl-prev:before {
	opacity: .3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.tabsSlider .top-slider .owl-nav .owl-next {
	right: 5px;
	left: auto;
	left: auto
}

@media (max-width:46.24em) {
	.tabsSlider .top-slider .owl-nav .owl-next {
		right: -25px
	}
}

.tabsSlider .top-slider .item {
	font-size: 1em;
	line-height: 1.3125em;
	display: inline-block;
	margin: 0 15px;
	padding: 12px 0 7px;
	cursor: pointer
}

@media (min-width:1200px) {
	.tabsSlider .top-slider .item:hover {
		text-decoration: underline
	}
}

.tabsSlider .top-slider .item.active {
	border-bottom: 5px solid #737373;
	cursor: auto
}

.tabsSlider .top-slider .item.autowidth-fixed {
	border: 0!important;
	cursor: auto!important
}

.tabsSlider .top-slider.owl-loaded .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.tabsSlider .Tabs-content {
	padding: 1em 1.5em .5em;
	height: auto;
	margin-bottom: 50px;
	border: #f9f9f9 2px solid;
	transition: .3s ease
}

@media (max-width:61.24em) {
	.tabsSlider .Tabs-content .owl-item {
		overflow-x: scroll
	}
}

.tabsSlider .Tabs-content .owl-nav.disabled {
	display: none
}

html[dir=rtl] .tabsSlider .top-slider .owl-nav .owl-next {
	right: auto;
	left: 5px;
	float: left;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

@media (max-width:46.24em) {
	html[dir=rtl] .tabsSlider .top-slider .owl-nav .owl-next {
		left: -25px
	}
}

html[dir=rtl] .tabsSlider .top-slider .owl-nav .owl-prev {
	right: 5px;
	left: auto;
	float: right;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

@media (max-width:46.24em) {
	html[dir=rtl] .tabsSlider .top-slider .owl-nav .owl-prev {
		right: -25px
	}
}

.Tags>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 -.3125em
}

.ArticleHeader .Tags {
	float: right
}

.Tags-item {
	position: relative;
	float: left
}

.Tags-itemLink {
	display: block;
	margin: 0 .21429em;
	padding: 0 .4em;
	color: #3a3a3a;
	font-weight: 400;
	background: #ededed;
	transition: background-color .5s
}

.Tags-itemLink:focus,
.Tags-itemLink:hover {
	color: #fff;
	background-color: #3a3a3a
}

.Tags-itemCancel {
	position: absolute;
	top: 0;
	left: calc(100% - 3px);
	width: 1.5em;
	color: #3a3a3a;
	text-align: center;
	background: #ededed
}

.Tags-itemCancel:focus,
.Tags-itemCancel:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3a3a3a
}

.Timeline-title {
	text-align: center
}

.TimeLine .u-masonryGridSizer {
	width: 100%
}

@media (min-width:20em) {
	.TimeLine .u-masonryGridSizer {
		width: 50%
	}
}

@media (min-width:46.25em) {
	.TimeLine .u-masonryGridSizer {
		width: 25%
	}
}

@media (min-width:61.25em) {
	.TimeLine .u-masonryGridSizer {
		width: 20%
	}
}

.TimeLine-item {
	width: 100%;
	overflow: hidden
}

@media (min-width:20em) {
	.TimeLine-item {
		width: 50%
	}
}

@media (min-width:46.25em) {
	.TimeLine-item {
		width: 25%
	}
}

@media (min-width:61.25em) {
	.TimeLine-item {
		width: 20%
	}
}

.TimeLine-noImage .TimeLine-imageContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2em;
	height: 250px;
	background-color: #40e0d0
}

@media (max-width:46.24em) {
	.TimeLine-noImage .TimeLine-imageContainer {
		height: 150px
	}
}

.TimeLine-noImage .TimeLine-imageContainer span {
	color: #fff;
	font-size: 14vw;
	opacity: .7
}

.TimeLine-image {
	display: inherit;
	width: 100%
}

.TimeLine-content {
	padding: 1em;
	border-right: #ececec 1px solid;
	border-bottom: #ececec 1px solid
}

.TimeLine-content p {
	font-size: .875em;
	line-height: 1.35714em
}

.LinkTop {
	position: fixed;
	right: 0;
	bottom: 0;
	margin-top: -110px;
	padding: .7em .7em 0 .7em;
	background-color: rgba(58, 58, 58, .7);
	visibility: hidden;
	opacity: 0;
	transition: all .5s
}

@media (min-width:46.25em) {
	.LinkTop {
		right: 3.36134%
	}
}

@media (min-width:61.25em) {
	.LinkTop {
		right: 7.56303%
	}
}

.LinkTop>ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.LinkTop span {
	display: inline-block;
	float: left;
	color: #fff;
	line-height: 1
}

.LinkTop img {
	display: inline-block;
	margin-left: .5em
}

.LinkTop.isactive {
	visibility: visible;
	opacity: 1
}

.trailNavigation {
	z-index: 10;
	display: inline-block;
	margin-bottom: 2em;
	height: 39px;
	overflow: hidden
}

.trailNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	box-sizing: content-box;
	display: inline-block;
	padding: 0 .5em;
	padding-bottom: 20px;
	height: 39px;
	width: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	background: #ededed;
	opacity: .8
}

@media (max-width:46.24em) {
	.trailNavigation ul:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		height: 33px;
		width: 40px;
		box-shadow: inset -20px 0 40px 0 #ededed
	}
}

.is-expanded.trailNavigation .close-expand {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 40px;
	background-color: #3a3a3a;
	background-image: url(../assets/img/design/close-icon--light.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.is-expanded.trailNavigation .close-expand:hover {
	cursor: pointer
}

.is-expanded .trailNavigation-item {
	display: inline-block
}

.is-expanded .trailNavigation-item:last-child {
	margin-left: 0
}

.is-expanded .trailNavigation-item:last-child:after,
.is-expanded .trailNavigation-item:last-child:before {
	display: none
}

.is-expanded .trailNavigation-item:first-child {
	margin-left: 30px
}

.is-shrunk .trailNavigation-item {
	display: none
}

.is-shrunk .trailNavigation-item:first-child,
.is-shrunk .trailNavigation-item:last-child {
	display: inline-block
}

.is-shrunk .trailNavigation-item:last-child {
	margin-left: 30px
}

.is-shrunk .trailNavigation-item:last-child:after {
	left: 0;
	display: block
}

.is-shrunk .trailNavigation-item:last-child:before {
	content: "...";
	position: absolute;
	bottom: 0;
	left: -33px;
	height: 100%;
	width: 30px;
	line-height: 35px;
	text-align: center
}

.trailNavigation-item {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	display: inline-block;
	margin: 0;
	line-height: 1
}

.trailNavigation-item:hover {
	cursor: pointer
}

.trailNavigation-item>a,
.trailNavigation-item>span {
	font-size: .875em;
	line-height: 1.35714em;
	position: relative;
	display: block;
	padding: .92857em 1.2em .92857em .86em;
	color: #3a3a3a
}

.trailNavigation-item>a {
	text-decoration: none;
	cursor: pointer
}

.trailNavigation-item>a:hover {
	text-decoration: underline
}

.trailNavigation-item>span {
	cursor: auto
}

.trailNavigation-item:first-child>a,
.trailNavigation-item:first-child>span {
	padding: .92857em 1.8em;
	text-indent: -999em;
	background: url(../assets/img/design/home-icon.svg) no-repeat 50% 50%
}

.trailNavigation-item:first-child>a:after,
.trailNavigation-item:first-child>span:after {
	right: 0
}

.trailNavigation-item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin: -.17em;
	height: .51em;
	width: .34em;
	background: url(../assets/img/design/icon-chevron-xs-white.svg) no-repeat 0 0
}

.trailNavigation-item:last-child:after {
	display: none
}

@media (max-width:46.24em) {
	.Breadcrumb {
		padding: 0
	}
}

@media (max-width:46.24em) {
	.Breadcrumb.expanded .trailNavigation ul {
		padding: 0;
		width: calc(100% - 33px)
	}
}

#header+.Breadcrumb .trailNavigation {
	position: fixed;
	transition: top .2s ease
}

@media (min-width:50em) {
	#header+.Breadcrumb .trailNavigation {
		top: 124px
	}
}

#header+.Breadcrumb .trailNavigation.ie {
	top: 138px
}

#header.onScroll+.Breadcrumb .trailNavigation {
	top: 5px
}

.CountrySiteHeader+.Breadcrumb .trailNavigation {
	position: relative;
	top: 0;
	margin-top: -34px
}

.CountrySiteHeader+.is-over.Breadcrumb {
	margin-bottom: 0
}

.CountrySiteHeader+.is-over.Breadcrumb .trailNavigation {
	z-index: 10
}

.CountrySiteHeader+.is-over.Breadcrumb+.SuperHero {
	margin-top: -75px
}

.CountrySiteHeader+.is-over.Breadcrumb+.Hero {
	margin-top: -75px
}

.CountrySiteHeader+.is-over.Breadcrumb+.Hero .Hero-content {
	padding-top: 3.125em
}

html[dir=rtl] .trailNavigation-item:after {
	right: auto;
	left: 0;
	margin: -.27em -.4em;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

html[dir=rtl] .trailNavigation .collapse-breadcrumb {
	float: right
}

html[dir=rtl] .trailNavigation ul:after {
	right: auto;
	left: 0;
	box-shadow: inset 20px 0 40px 0 #ededed
}

.UserProjects-links .top-links {
	overflow: hidden
}

.UserProjects-links .top-links .link {
	font-size: 1em;
	line-height: 1.3125em;
	float: right
}

.UserProjects-links .top-links .link span {
	padding-right: .625em;
	font-weight: 500
}

.UserProjects-links .top-links .link a {
	padding: 0 .625em;
	color: #3a3a3a
}

.UserProjects-links .top-links .link a:last-child {
	border-left: 1px solid #d3d3d3
}

@media (max-width:30em) {
	.UserProjects-links .top-links .link a:last-child {
		display: block;
		text-align: right;
		border: 0
	}
}

html[dir=rtl] .UserProjects-links .link {
	float: left
}

html[dir=rtl] .UserProjects-links .link span {
	float: right;
	padding-right: 0;
	padding-left: .625em
}

html[dir=rtl] .UserProjects-links .link a {
	float: right
}

@media (max-width:480px) {
	html[dir=rtl] .UserProjects-links .link a {
		float: left
	}
}

html[dir=rtl] .UserProjects-links .link a:last-child {
	border-right: 1px solid #d3d3d3;
	border-left: 0
}

@media (max-width:30em) {
	html[dir=rtl] .UserProjects-links .link a:last-child {
		border: 0
	}
}

.VerticalNavigation {
	margin-bottom: 1.875em
}

@media (min-width:46.25em) {
	.VerticalNavigation-panel {
		overflow: hidden
	}
}

@media (min-width:46.25em) {
	.VerticalNavigation-panel:first-child {
		height: 100vh
	}
}

.VerticalNavigation-panel:first-child .SuperHero {
	height: 100%
}

@media (min-width:46.25em) {
	.VerticalNavigation-panel:nth-child(2) .SuperHero {
		height: 70em
	}
}

.VerticalNavigationControl {
	position: fixed;
	top: 50%;
	margin-top: -110px;
	opacity: 1;
	transition: opacity .5s
}

@media (min-width:46.25em) {
	.VerticalNavigationControl {
		right: 3.36134%
	}
}

@media (min-width:61.25em) {
	.VerticalNavigationControl {
		right: 7.56303%
	}
}

.VerticalNavigationControl>ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.VerticalNavigationControl.is-hidden {
	opacity: 0
}

.VerticalNavigationControl-item {
	font-size: 1em;
	line-height: 1.3125em;
	margin-bottom: 1.625em
}

.VerticalNavigationControl-item>span {
	display: block;
	height: .625em;
	width: .625em;
	text-indent: -999em;
	background: #ededed;
	border: .125em solid rgba(58, 58, 58, .3);
	border-radius: .4375em;
	cursor: pointer
}

.VerticalNavigationControl-item.is-active>span {
	background: #004288
}

.VideoHero {
	height: auto
}

@media (min-width:46.25em) {
	.VideoHero {
		position: relative;
		height: 100vh;
		width: 100%;
		overflow: hidden
	}
	.VideoHero .SuperHero-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0
	}
	.VideoHero .SuperHero-title {
		margin-top: 0
	}
	.VideoHero .SuperHero-content {
		position: relative;
		z-index: 3;
		width: 100%;
		overflow: visible
	}
	.VideoHero .SuperHero-content .TextBlock-item {
		margin: 0;
		width: 100%;
		color: #fff;
		text-align: center
	}
	.VideoHero .SuperHero-content .TextBlock-item .SuperHero-strapline {
		margin: 1em auto
	}
	.VideoHero .VideoHero-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		height: 100vh;
		width: 100%;
		min-height: 35em;
		overflow: hidden;
		background-color: #3a3a3a;
		opacity: .4
	}
}

.CountrySiteHeader+.VideoHero {
	margin-top: -30px
}

.CountrySiteHeader--global.CountrySiteHeader+.VideoHero {
	margin-top: 0
}

@media (max-width:46.24em) {
	.VideoHero-wrap {
		height: auto!important;
		width: 100%!important
	}
}

@media (min-width:46.25em) {
	.VideoHero-wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
		min-height: 100%;
		min-width: 100%;
		background-size: cover;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
}

.VideoHero-fallback {
	display: none
}

.CountrySiteHeader--global+.SuperHero.VideoHero .SuperHero-container {
	padding-top: 0
}

@media (min-width:46.25em) {
	.jquery-background-video-wrapper {
		position: relative;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover
	}
}

@media (max-width:46.24em) {
	.jquery-background-video-wrapper {
		background-image: none!important
	}
}

@media (min-width:46.25em) {
	.jquery-background-video {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		height: auto;
		width: 100%;
		min-height: 100%;
		min-width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media (max-width:46.24em) {
	.jquery-background-video {
		position: static!important;
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important
	}
}

@media (min-width:46.25em) {
	.js video.jquery-background-video {
		opacity: 0;
		transition: .4s opacity
	}
}

@media (min-width:46.25em) {
	.js video.jquery-background-video.is-playing {
		opacity: 1
	}
}

.jquery-background-video-pauseplay {
	position: absolute;
	right: 2em!important;
	left: auto!important;
	margin-left: 25px;
	padding: .7em;
	line-height: 0;
	background: rgba(58, 58, 58, .6);
	border: none;
	border-radius: 50%;
	opacity: .7
}

@media (min-width:46.25em) {
	.jquery-background-video-pauseplay {
		display: none
	}
}

.jquery-background-video-pauseplay:focus {
	outline: 0
}

.Cta.pause span {
	display: none
}

.Cta.pause:after {
	content: url(../assets/img/design/pause-button.png);
	position: static;
	top: 50%;
	right: 1.14286em;
	margin-top: 20px;
	height: 20px;
	width: 1.14286em
}

.Cta.play span {
	display: none
}

.Cta.play:after {
	content: url(../assets/img/design/play-button.png);
	position: static;
	top: 50%;
	right: 1.14286em;
	margin-top: 20px;
	height: 20px;
	width: 1.14286em
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.VideoSpotlight {
	width: 100%
}

.VideoSpotlight .Media--video {
	margin: 0 0 20px 0
}

.VideoSpotlight-thumbnailWrap {
	position: relative;
	width: 100%
}

.VideoSpotlight-thumbnail {
	display: block;
	width: 100%
}

.VideoSpotlight-play {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	opacity: .8;
	transition: .4s all
}

.VideoSpotlight-play:hover {
	opacity: 1
}

.VideoSpotlight-play img {
	display: block;
	margin: auto;
	height: 3.75em;
	width: 3.75em
}

.nav-all-products {
	margin-right: 10px;
}

.resourceCentre .resourceCentreContent {
    position: relative;
    margin-top: 1em;
    overflow: hidden;
}
.resourceCentre .resourceCentreContent#show-gridview .resourceCentreLayoutSwitch, .resourceCentre .resourceCentreContent#show-listview .resourceCentreLayoutSwitch {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 0;
    min-width: 94px;
}
.resourceCentre .resourceCentreContent .resultsCount {
    font-size: 1em;
    line-height: 1.3125em;
    padding-right: 94px;
    font-weight: 500;
}
.resourceCentre .resourceCentreContent .resourceImageContainer {
    position: relative;
    float: right;
}
.resourceCentre .resourceCentreContent ul {
    list-style: none;
}
.resourceCentre .resourceCentreContent .icon--download, .resourceCentre .resourceCentreContent .icon--favourite {
    position: absolute;
    bottom: 0;
    left: 45px;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    background-color: #3a3a3a;
    cursor: pointer;
}
.resourceCentre .resourceCentreContent .icon--download img, .resourceCentre .resourceCentreContent .icon--favourite img {
    padding: 8px;
    width: 16px;
}

#panel-list {margin-top: 50px;}

@media all and (max-width:480px) {
	.tab_wrapper .content_wrapper .tab_content {
		padding: 15px 0px !important;
	}
}

#geo-plugin-link {font-size: 0.7em; display: block;}

.header-logo-microsite {
    position: relative;
    float: none;
    margin: 22px 15px 0 0;
    margin-left: 0;
    height: auto;
    width: 120px;	
}
@media (max-width:50em) {
	.header-logo-microsite {
		margin-left: 50px;
	}
}
