/* --------------------------------------------------------------
  	Cross-browser normalization
-------------------------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block; }
audio[controls],canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: 300; text-align: left; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote::before, blockquote::after, q::before, q::after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; text-decoration: none; }
/* PC FF3 adds an outline to Flash objects */
a, object { outline: none; }
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, ::before, ::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


/* --------------------------------------------------------------------
	Font Declarations
-------------------------------------------------------------------- */
body 	{	color: #494949; font:	normal 300 16px/20px "URWGrotesk-Nar", arial, sans-serif; }

h1, .h1 { color: #0094d3; font:	normal 400 38px/1em "URWGrotesk", arial, sans-serif; }
h2, .h2 { color: #296c87; font:	normal 400 29px/1em "URWGrotesk", arial, sans-serif; }
h3, .h3 { color: #212223; font:	normal 300 25px/1em "URWGrotesk", arial, sans-serif; }
h4, .h4 { color: #5a5f63; font:	normal 400 21px/1em "URWGrotesk", arial, sans-serif; }
h5, .h5 { color: #5a5f63; font:	normal 400 17px/1em "URWGrotesk", arial, sans-serif; }
h6, .h6 { font:	normal 300 17px/1em "URWGrotesk", arial, sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: 24px 0 18px 0; }
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0; }

.body-header h1 {
	margin: 0; padding: 0;
	font:	normal 500 52px/1em "URWEgyptienne-Nar", arial, sans-serif;
}
.inner > *:first-child,
.column > *:first-child,
.section > *:first-child { margin-top: 0; }


.registration-template .body-header h1 {
	font-size: 40px;
}

sub, sup {
	position: relative;
	bottom: -0.25em;
	vertical-align: inherit;
	font-size: 0.75em;
}
sup {
	top: -0.5em;
	bottom: auto;
}
tt, code, pre { font-size: .75em; }

.blue { color: #0094d3; }
.body-font-size { font-size: 1rem; }


/* --------------------------------------------------------------------
	Main Elements
-------------------------------------------------------------------- */
html { -webkit-font-smoothing: antialiased; }
body {
	min-width: 300px;
	margin: 0;
	/* background: url("../images/design/bg-gradient-blue.png") repeat-x fixed 0 -80px #F6F9FB; */
	transition: font-size 0ms ease 0ms;
}
body[class*="_entry"],
body[class*="products"],
body[class*="product"] {
	background: none;
}
.android-4-0-3 body,
.android-2-2-1 body { background-attachment: scroll; }

button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; }
b, strong { font-weight: 400; }

::-moz-selection {	background-color: #fff0bf; color: #000; text-shadow: none; }
::selection {		background-color: #fff0bf; color: #000; text-shadow: none; }


/*	Paragraphs
-------------------------------------------------------------------- */
p { margin: 18px 0; }
.summary, .section.description {
	margin-bottom: 18px;
	padding: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font: normal 300 19px/23px "URWGrotesk", arial, sans-serif;
}
.section.description { border: 0 none; }

.masthead + .summary { padding-top: 0; border-top: 0; }
.summary p {
    margin: 0;
    padding: 0;
}
.summary-highlight  {
	padding-bottom: 18px;
	background: #F8F6F2;
}
.summary-highlight p {
	margin-bottom: 0;
	font-size: 0.8333em;
}
.summary-highlight p:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blockquote {
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding: 15px;
	float: right;

	border: 2px solid #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
	background: #f9f7f3;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 40%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 75%); /* Chrome10+,Safari5.1+ */
	background-image: -ms-linear-gradient(-45deg,     rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 40%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 75%); /* IE10+ */
	background-image: linear-gradient(135deg,         rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 40%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 75%); /* W3C */
	background-repeat: no-repeat;
	background-position: 50% 40%;
}
.blockquote blockquote {
	position: relative;
	margin: 0;
}
.blockquote blockquote { margin: 0 0 0.5em 0.5em; }
.blockquote blockquote::before {
	content: '“';
	position: absolute;
	top: -0.1em;
	left: -0.4em;
	display: block;
	color: #bcb1a1;
	font-size: 2.2em;
	line-height: 1em;
}
.blockquote blockquote::after {
	content: '”';
	position: relative;
	top: 4px;
	display: inline-block;
	color: #bcb1a1;
	font-size: 24px;
	line-height: 15px;
}
.blockquote .blockquoteImg {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.blockquote .blockquoteName,
.blockquote .blockquoteTitle {
	display: block;
	margin: 0 0 0 0.5em;
	color: #726f6a;
	font-size: 0.8em;
	font-style: italic;
	line-height: 0.95em;
}


/*	Links
-------------------------------------------------------------------- */
:root {
	--colorLink: #0094d3;
	--colorLinkActive: #0081b8;
	--linkTransition: color 100ms ease-out 0s;
}
a {
	color: var(--colorLink);
	text-decoration: underline;
	transition: var(--linkTransition);
}
a:hover {
	color: #00a6ed;
	text-decoration: underline;
}

a:active { color: var(--colorLinkActive); }
a:focus { outline: 0; }
a[href^="tel"]{
	color: inherit;
	text-decoration: none;
}

/*	Lists
-------------------------------------------------------------------- */
ol, ul { margin: 18px 0; padding-left: 18px; }
ol ol,
ul ul,
ol ul,
ul ol { margin: 0; }

li { margin: 5px 0 0; }
li li { font-size: 1em; }
ul.unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-content ul, .section ul {
	position: relative;
    list-style: none outside none;
}
.body-content ul > li::before, .section ul > li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	color: #ccc;
	font-size: 16px;
}
ul.twoColumn {
    padding-left: 0;
    overflow: hidden;
}
ul.twoColumn li {
    position: relative;
    width: 50%;
    padding-left: 18px;
    float: left;
}

.withLabels {
	position: relative;
	padding-left: 30px;
    list-style: none;
}
.withLabels > li::before {
	content: attr(data-label);
	position: absolute;
	left: 0;
	display: block;
	width: 20px; height: 20px;
	border-radius: 50%;
	background: #3d3e3d;
	color: #fff;
	font-size: 14px; line-height: 20px;
	text-align: center;
}

/*	Images
-------------------------------------------------------------------- */
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img[align] { margin-bottom: 1em; }
img[align="middle"] {
    display: block;
	max-width: 100%;
    margin: 0 auto 1em;
}
img.fill-width {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
p img { max-width: 100%; }

.embeddedContent iframe {
	max-width: 100%;
}
.contentStripe .embeddedContent iframe {
	max-width: 100%;
	aspect-ratio: 16/9;
	height: auto;
}

/* Tables
-------------------------------------------------------------------- */
.styled-table { width: 100%; }
.styled-table th, .styled-table td {
    padding: 0.25em;
    border-bottom: 1px solid #E8E8E8;
    font-size: 1em;
}
.styled-table th,
.styled-table td { font-family: arial, sans-serif; }
.styled-table .styled-input {
	width: 100px;
	font-size: 0.8125em;
}

/*	Ajax
-------------------------------------------------------------------- */
body.ajax-in-progress .contact-container { position: relative; }
body.ajax-in-progress .contact-container::after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;

	background: white url("../images/design/ajax_loader_blue_256.gif") no-repeat scroll center 50px;
	background-size: 25%;

 	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	z-index: 1000;
}

/*	Forms
-------------------------------------------------------------------- */
fieldset {
    margin: 12px 0 0;
    padding: 0;
    border: none;
}
legend {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    border-bottom: 1px solid #ccc;
	font-size: 19px;
}
label,
.label {
    display: block;
    margin: 0 0 5px;
    text-shadow: 1px 1px 0 #fff;
}
.fieldArea { margin-bottom: 12px;}
.fieldArea input,
.fieldArea select,
.fieldArea textarea {
    width: 100%;
    border: 1px solid #ccc;
	background: #fff;
    color: #404040;
    font: 400 .75em/1.3846 arial, sans-serif;
}
.fieldArea input,
.fieldArea select { padding: 5px 7px; }
.fieldArea textarea {
	display: block;
	min-height: 9.6922em;
	padding: 5px 7px;
	overflow: auto;
}
.fieldArea input[type="radio"],
.fieldArea input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 10px;
    padding: inherit;
    border: none;
    background: none;
    vertical-align: baseline;
}
.fieldArea input[type=radio] + label,
.fieldArea input[type=checkbox] + label {
	display: inline-block;
	max-width: calc(100% - 40px);
	vertical-align: top;
}

.europe-meeting-form .fieldArea.attendingFirstSessionFieldArea,
.europe-meeting-form .fieldArea.attendingSecondSessionFieldArea,
.europe-meeting-form .fieldArea.wantToPresentFieldArea {
	padding-left: 0;
}

.shiftedIn { margin-left: 5%; }
.fieldArea.containsError input,
.fieldArea.containsError select,
.fieldArea.containsError textarea {
	border-color: #E22727;
    box-shadow: 0 6px 0 -3px rgba(226, 39, 39, .5);
}
.fieldArea.containsError input[type="radio"],
.fieldArea.containsError input[type="checkbox"] {
	border: none;
    box-shadow: none;
}

::-webkit-input-placeholder, :disabled:hover::-webkit-input-placeholder {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #cccbca;
	line-height: 1.4em;
	transition: opacity 75ms 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
	:hover::-webkit-input-placeholder { color: #989797; }
	:focus::-webkit-input-placeholder { opacity: 0; }
::-moz-placeholder, :disabled:hover::-moz-placeholder {
	opacity: 1;
	color: #cccbca;
}
	:hover::-moz-placeholder { color: #989797; }
	:focus::-moz-placeholder { opacity: 0; }
:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder, :disabled:hover:-ms-input-placeholder { color: #cccbca; }
	:-ms-input-placeholder:hover, input[type=text]:-ms-input-placeholder:hover, textarea:-ms-input-placeholder:hover { color: #989797; }
	:-ms-input-placeholder:focus, input[type=text]:-ms-input-placeholder:focus, textarea:-ms-input-placeholder:focus { opacity: 0; }


/* states */
.fieldArea input:focus { box-shadow: 0 5px 0 -3px rgba(182, 182, 191, 0.5); }
.fieldArea.containsError input:focus,
.fieldArea.containsError select:focus,
.fieldArea.containsError textarea:focus { box-shadow: 0 5px 0 -3px rgba(226, 39, 39, .5); }
input.aiValueField	 { display: none; }
textarea { resize: vertical; }
.requiredMarker { color: #e22727; }
.what-fields-required {
	font-size: .875em;
	font-family: arial;
	text-align: right;
}
.aiValueField { display: none; }
/* -- errors and messages -- */
span.message {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    text-align: right;
}
span.error { color: #D00; }
.messages {
    margin: 0 0 24px;
    padding: 20px;
    clear: both;
    border: 1px solid #EFD353;
    background: #F9F4E0;
    color: #A56600;
}
.messages h4 {
	color: #FFB612;
	font: 600 0.917em/1.2 arial, arial, sans-serif;
}
.messages p {
    position: relative;
    margin: 6px 0;
    margin-left: 40px;
    color: #e22727;
    line-height: 1.2;
}
.messages ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
.messages ul > li::before { color: #e22727; }
.messages p::before {
    content: "\f05a";
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 30px;
    font-family: fontawesome;
}
.messages.contains-errors {
    border-color: #F05253;
    background-color: #FCE1E1;
    color: #D61E1E;
}
.messages.contains-errors p::before { content: "\f057"; }
.messages.contains-errors h4 { color: #FFB612; }
.messages > p:empty { display: none; }

.sr-only { text-indent: -1000em; }

/* --------------------------------------------------------------------
	Style Library
-------------------------------------------------------------------- */
.grid {overflow:hidden;}
.unit {float:left;}
.unitRight {float:right;}
.size1of1 {float:none;}
.size1of2 {width:50%;}
.size1of3 {width:33.33333%;}
.size2of3 {width:66.66666%;}
.size1of4 {width:25%;}
.size3of4 {width:75%;}
.size1of5 {width:20%;}
.size2of5 {width:40%;}
.size3of5 {width:60%;}
.size4of5 {width:80%;}
.size1of6 {width:16.6666%;}

.grid > .unit {padding: 0 10px;}

.grid.alt,
.unit > .grid,
.content > .grid,
.section > .grid,
.grid-wrap > .grid { margin: 0 -10px; }

.grid-wrap .grid { overflow: visible; }

.media { overflow: hidden; }
.mediaImg { display: block; }
.mediaImg img { display: block;max-width: 100%; }

.products-page .mediaImg { min-height: 240px; }

/* .child-listing, */
.child-listing { margin: 0 -10px; }
.sizes-100-50-100-50 {
    width: 100%;
    padding: 0 10px;
    float: left;
}
.login-grid { margin: 0 -20px; }
.login-grid .sizes-100-50-100-50 { padding: 0 20px; }

.gallery {
    /* padding: 28px 0 0; */
    /* overflow: hidden; */
    border-top: 3px solid #cadce0;
}
.gallery:first-child { border-top: none; }
.galleryImage { overflow: hidden; }
.galleryImage img {
    display: block;
    max-width: 100%;
}
.galleryImage .thumb-grid {
	margin: 0 -14px;
	padding: 10px 0;
}
.galleryImage .thumb {
	padding: 10px;
	float: left;
}
.galleryContent { overflow: hidden;	 }


/* Lists used for Navigation
-------------------------------------------------------------------- */
.nav, .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
.nav::before, .nav li::before { content: none !important; }
.nav a {
	display: inline-block;
	text-decoration: none;
}
.horiz {
	overflow: hidden;
	list-style: none;
}
.horiz li { float: left; }

/* Search Form
-------------------------------------------------------------------- */
.search-form > fieldset {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}
.search-form .query {
    width: 100%;
    min-width: 150px;
    padding: 5px 8px;
    overflow: hidden;
    border: 1px solid #A9BEC4;
    outline: none;
	/* background: rgb(230, 237, 239);
	background: -webkit-linear-gradient(top, #E6EDEF 0%, #ffffff 100% );
	background: -ms-linear-gradient(top,     #E6EDEF 0%, #ffffff 100% );
	background: linear-gradient(to bottom,   #E6EDEF 0%, #ffffff 100% ); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6edef', endColorstr='#ffffff', GradientType=0 );
    color: #494949;
    font: 0.75em/1 sans-serif;
    transition: all 200ms ease 0s;
}
.search-form [type="submit"] {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 16px;
    margin: 0;
    padding: 0;
    border: none;
	-webkit-border-radius :0;
    background: url(../images/icons/sprites-icons-160.png) no-repeat scroll 50% -199px;
    background-size: 100% auto;
	text-indent: -999em;
	-webkit-appearance: none;
	z-index: 100;
}
.search-form .wait {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url("../images/design/ajax_loader_blue_256.gif") no-repeat scroll 0 0;
    background-size: 100% auto;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.main-search-form { margin-bottom: 10px; }
.inline-search-form {
    display: inline-block;
    margin: 0 20px 0 0;
    float: left;
}

/* Buttons
-------------------------------------------------------------------- */
.btn,
.btn::after,
.btn > * {
	position: relative;
	z-index: 1;
}
.btn,
.btn > *,
.btn > a { color: #fff; }
.btn {
	display: inline-block;
   	padding: 0;
	border: 0;
	border-radius: 4px;

	background: #ffa02f;
    cursor: pointer;
    cursor: pointer;
	vertical-align: middle;
	font: normal 400 12px/1 "URWGrotesk", arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;

    transition: background 100ms ease-out 0s;
}
.btn:hover { background: #ff910a; color: #fff; text-decoration: none; }
.btn:hover > a { text-decoration: none; }
.btn:active { background: #dda02f; }
.btn > * {
    display: block;
    height: inherit;
    margin: 0;
    padding: 8px 30px 8px 15px;
	border: none;
    background: none;
    /* input */
	cursor: inherit;
	font: normal 12px/12px URWGrotesk, arial, sans-serif;
    text-decoration: inherit;
   	text-shadow: inherit;
    text-transform: inherit;
}
.btn::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    margin-top: -12px;
    font: 400 20px/1 arial,sans-serif;
}
.btn-table { background: #2f6e87; }
.btn-table::after { display: none; }
.btn-table:hover { background-color: #61a3b4; }
.btn-table > * { padding: 5px 10px; }
.btn-alt {
	width: 220px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #a2a2a2;

}
.btn-alt, .btn-alt a {
	 color: #fff;
	 font: normal 400 12px/1 "URWGrotesk", arial, sans-serif;
	 text-align: center;
	 text-decoration: none;
	 text-transform: uppercase;
}

/* Pagination
-------------------------------------------------------------------- */
.pagination { margin: 20px 0; }
.pagination a {
	display: inline-block;
	color: #7c7c7c;
	text-decoration: none;
}
.pagination .btn::after { display: none; }
.pagination .btn {
	width: 25px;
	height: 25px;
	background-image: url(../images/design/sprites-arrows.png);
    background-repeat: no-repeat;
    vertical-align: middle;
	font-size: 0;
}
.pagination .btn + .btn { margin-left: 6px; }
.pagination .btn.first { background-position: 5px -51px; }
.pagination .btn.prev { background-position: 8px -31px; }
.pagination .btn.next { background-position: -35px -31px; }
.pagination .btn.last { background-position: -33px -51px; }
.pagination .paginator {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}
.pagination .paginator a { margin: 0 3px; }
.pagination a.current { color: #000; }
.pagination .ellipse { margin: 0 6px 0 -3px; }

/* Icons
-------------------------------------------------------------------- */
/* Category icons */
.link-icon,
.category .link-icon {
	display: inline-block;
	min-height: 20px;
	padding-left: 22px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.link-icon             {background-image: url(../images/icons/16/document.png);}
.link-icon[href$=pdf]  {background-image: url(../images/icons/16/document-pdf.png);}
.link-icon[href$=png],
.link-icon[href$=jpg],
.link-icon[href$=gif]  {background-image: url(../images/icons/16/document-image.png);}
.link-icon[href$=ppt],
.link-icon[href$=pptx],
.link-icon[href$=doc],
.link-icon[href$=docx] {background-image: url(../images/icons/16/document-word.png);}
.link-icon[href$=html],
.link-icon[href^=http] {background-image: url(../images/icons/16/document-globe.png);}

/* TODO: remove if not needed */
/* .header[rel]::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px -2px 0;
    background: url("../images/icons/sprites-icons-32.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: baseline;
} */

.header[rel="support-services"]::before { background-position: 0 -234px; }
.header[rel="reference-material"]::before { background-position: 0 -108px; }
.header[rel="software"]::before { background-position: 0 -216px; }
.header[rel="hardware"]::before { background-position: 0 -72px; }
.header[rel="news"]::before { background-position: 0 -162px; }
/* TODO: remove if not needed */
/* .header[rel="events"]::before { background-position: 0 -54px; } */
.no-backgroundsize .heading.icon::before,
.no-backgroundsize .header[rel]::before {
	height: 17px;
	background-image: url("../images/icons/sprites-icons-16.png");
}
.category-item .link-icon {
	margin-bottom: 10px;
	font-size: 14px;
}


/* Listings
-------------------------------------------------------------------- */
.listing {
	padding: 20px 0;
    border-top: 1px dotted #d8d3cb;
}
.listing-group { margin-bottom: 18px; border-bottom: 1px dotted #d8d3cb; }
.summary + .listing-group > .listing:first-child { border-top: none; }
.listing .mediaContent {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
.listing .mediaImg {
	display: inline-block;
    width: 40%;
	padding: 8px 0 0 15px;
	vertical-align: middle;
    text-align: right;
}
.listing .mediaImg img {
	display: inline-block;
	height: auto;
	border: 2px solid #b3b3b3;
}
.listing .listingHead { margin-top: 0; }
.listing .listingHead a {
    color: inherit;
    text-decoration: none;
}
.listing .listingHead a:hover { color: #00a6ed; }
.listing .title {
	margin: 0;
	padding-bottom: 0.125em /* fixes font cutoff*/;
	font-family: "URWEgyptienne";
}
.listing .title a {
	color: #296c87;
	text-decoration: none;
}
.listing .title a:hover { color: #00a6ed; }
.listing + .pagination {
	margin-bottom: 6px;
    padding: 12px 0;
    border-top: 1px dotted #d8d3cb;
}

.summary + .listing-group { margin-top: -20px; }
.listing.product .mediaImg img {
    border: none;
    background: #EEE;
}

.blockLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    z-index: 0;
}
.category-item h5 {
	margin: 12px 0 6px 0;
	color: #296c87;
	text-transform: none;
}


/* Dated Listings
-------------------------------------------------------------------- */
.post {
	position: relative;
	padding: 12px 0;
}
.post .hd { overflow: hidden; }
.listing.post { overflow: hidden; }
.listing.post .date { margin-bottom: 6px; }
.listing.post p { margin: 12px 0; }


/* Search Listings
-------------------------------------------------------------------- */
.search-result .hd { font-size: 1.2em; }
.search-results-form { clear: both; }
#searchNumberFound { line-height: 30px; }


/* --------------------------------------------------------------------
	Main Structure
-------------------------------------------------------------------- */
.wrapper {
	position: relative;
	margin: 0 auto;
}
/* TODO - Update width and nav */
.head.wrapper,
.main.wrapper {
	max-width: 1250px;
}
body .menu.wrapper {
	position: relative;
	background: #edf3f5;
}
/* body[class*="_entry"] .menu.wrapper,
body[class*="products"] .menu.wrapper,
body[class*="product"] .menu.wrapper {
	position: relative;
	background: #edf3f5;
} */
.menu__inner {
	position: relative;
    top: 0;
	width: 100%;
    width: auto;
	max-width: 1250px;
    height: 120px;
    margin: 0 auto;
    overflow: visible;
	visibility: visible;
}
.menu { z-index: 0; }
.head { z-index: 3; }
.main { z-index: 1; }
.over { z-index: 2; }
.over {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    background: rgba(0,0,0,0);
	transition: background 400ms ease-in 0s, height 10ms linear 400ms;
}

/* Header
-------------------------------------------------------------------- */
.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.logo-wrap {
	position: relative;
    padding: 10px;
    z-index: 1000;
}
.logo,
.logo img { display: block; }
.logo {
    position: relative;
    width: auto;
    height: 31px /*image is 62*/;
    float: left;
	overflow: hidden;
}
.logo img {
	max-height: 100%;
	visibility: hidden;
}
.pushed-head .logo,
.scrolled .logo { width: 35px; }
.logo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
    z-index: 1;
	transition: opacity 0s ease-out .25s;
}
.logo::before {
    width: 127px;
    /* background-image: url("../images/design/logo-physical-electronics-50th.png"); */
    background-image: url("../images/design/logo-8-504.png");
    z-index: 1;
}

/*	Main Menu
-------------------------------------------------------------- */
.child-wrap {
	position: relative;
	overflow: hidden;
}
.child-wrap .nav { margin-left: 18px; }
.child-wrap .nav a { color: #424547; }
.child-wrap.closed { height: 0; }
.child-wrap-mega { display: none; }

.menu-acct [rel="login"]::before,
.menu > .nav > li > a::before,
.menu > .nav > li .hasChild > a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 6px;
    background: url("../images/icons/32/icon-arrow-r.png") no-repeat scroll 50% 50%;
    background-size: 16px auto;
    vertical-align: middle;
    color: #7E8488;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.menu-acct     [rel="login"]::before,
.menu .nav > [rel="index"] a::before,
.menu .nav > [rel="contact-us"] a::before {
	content: '';
    background: url("../images/icons/sprites-icons-48.png") no-repeat scroll 0 0;
    background-size: 20px auto;
}
.menu-acct     [rel="login"]::before {
	height: 24px;
	background-position: 50% -224px;
}
.menu .nav > [rel="index"] a::before { background-position: 50% -113px; }
.menu .nav > [rel="contact-us"] a::before { background-position: 50% -156px; }
.menu .nav > li .hasChild > a::before {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -4px;
    vertical-align: middle;
    line-height: 12px;
}

/* account menu */
.menu-acct {
	border-bottom: 1px solid #BBC0C3;
}
.menu-acct a {
	color: #212223;
	font-size: .75em;
	font-family: "URWGrotesk";
	text-decoration: none;
	text-transform: uppercase;
}
.menu-acct .logged-in-as {
	font-weight: 400;
	text-transform: none;
}
.menu-acct [rel="search"] { display: none; }
.menu-acct [rel="login"] { display: inline-block; }
.menu .nav > li > a {
	display: inline-block;
	padding: 4px 0;
}
.menu > .nav > li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBC0C3;
}
.menu > .nav > li > a {
	color: #212223;
	font: 400 1em/24px "URWGrotesk", arial, sans-serif;
	text-transform: uppercase;
}
.pulled-menu .menu > .nav > li > a > span {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    line-height: 1.75;
}


/* responsive contact form */
.mail-wrap {
	position: relative;
	width: 100%;
	height: 165px;
    margin-top: -165px;
    border-bottom: 1px dotted #d8d3cb;
	visibility: hidden;
	z-index: 1001;
	transition: all 200ms;
}
.mail {
    height: 100%;
    padding: 16px 35px;
	background: #fcfbf9 /* Old browsers */;
	background: -webkit-linear-gradient(top, #fcfbf9 60%, #F4F1EA 100%) /* Chrome10+,Safari5.1+ */;
	background: -ms-linear-gradient(top,     #fcfbf9 60%, #F4F1EA 100%) /* IE10+ */;
	background: linear-gradient(to bottom,   #fcfbf9 60%, #F4F1EA 100%) /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf9', endColorstr='#f4f1ea',GradientType=0 ); /* IE6-9 */
}
.head .mail label,
.head .mail-wrap .what-fields-required { display: none; }
.head .mail select {
    width: 100%;
    max-width: 220px;
}
.mail fieldset,
.mail .fieldArea,
.mail .heading { margin-bottom: 5px; }

/* menu actions */
/* .triggers { float: right; } */
.triggers {
	line-height: 0;
}
.triggers a {
	display: block;
	height: 100%;
	float: left;
}
[class^="trigger-"] {
	margin-right: 10px;
	overflow: hidden;
    vertical-align: middle;
    color: #2b2c2b;
    font-size: 0.75em;
    text-decoration: none;
    text-transform: uppercase;
}
[class^="trigger-"]::before {
    content: "";
    position: relative;
    display: inline-block;
	width: 35px;
	height: 30px;
    float: right;
	background: url(../images/design/sprites-2x.png) no-repeat scroll 100% 4px;
	-webkit-background-size: 24px ;
	background-size: 24px ;
    vertical-align: middle;
}
[class^="trigger-"] .label {
	display: inline-block;
	max-width: 0;
	margin: 0;
    overflow: hidden;
	opacity: 0;
    line-height: 30px;
	transition: all 200ms;
}
/* specific */
.trigger-menu { float: right; }
.trigger-menu::before { background-position: 100% -102px; }
.trigger-mail::before { background-position: 100% -52px; }

@media (max-width: 674px) {
	.menu {
		height: 0;
		z-index: 0;
	}
	.menu.wrapper::after {
		background: none;
	}
}


/*	Main Content
-------------------------------------------------------------- */
.main {
    left: 0;
    transition: all 300ms;
}

.body, .foot {
	position: relative;
	margin: 0 10px;
}

/* body:not(.newDesign) .main {
	margin-top: 60px;
} */


/*	Social Icons
-------------------------------------------------------------- */
.social-icons {
	width: 100%;
	max-width: 100%;
	margin: 10px 0 25px;
	text-align: center;
}

.social-icons h2 {
	margin: 0 0 30px;
}

.social-icons-list {
	width: 100%;
	max-width: 280px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

.social-icons-list,
.social-icons-list li {
	display: block;
}

.social-icons-list li {
	margin: 0 5px;
	float: left;
}

.social-icons-list li:first-child {
	width: 100%;
	max-width: 120px;
	padding-left: 0 !important;
}

.social-icons-list li:last-child {
	width: 100%;
	max-width: 120px;
}

.social-icons-list li a {
	text-decoration: none;
}

.social-icons-list li a svg {
	width: 100%;
	height: 25px;
}

.social-icons-list span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding:0;
	overflow: hidden;
	border:0;
	clip: rect(1px, 1px, 1px, 1px);
}
.social-icons-list a::before {
    display: inline-block;
    width: 1em;
	vertical-align: middle;
    font-size: 24px;
	font-family: FontAwesome;
    text-align: center;
}
.social-icons-list [href*="facebook"]::before { content: '\f230'; }
.social-icons-list [href*="twitter"]::before { content: '\f099'; }
.social-icons-list [href*="pinterest"]::before { content: '\f231'; }
/* .social-icons-list [href*="youtube"]::before { content: '\f16a'; }
.social-icons-list [href*="linkedin"]::before { content: '\f0e1'; } */

@media (max-width: 340px) {
	.social-icons-list {
		display: flex;
		height: auto;
		flex-direction: column;
		align-items: center;
	}

	.social-icons-list li:first-child {
		margin-bottom: 30px;
	}
}

/*	Footer
-------------------------------------------------------------- */
.foot {
	padding: 0 10px 25px 10px;
	text-transform: capitalize;
}

.foot--bottom {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 100%;
	padding: 10px 0;
	justify-content: space-between;
	color: #595959;
	font-size: 12px;
}

@media (max-width: 674px) {
	.foot--bottom {
		font-size: 13px;
	}
}

.foot--bottom::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: #BCCDD1;
}

.foot--left-alt {
	margin-top: 10px;
}

.foot--left,
.foot--right {
	width: 100%;
	max-width: 180px;
}

.foot--left span,
.foot--right span {
	display: block;
	line-height: 1.4em;
}

.foot--center {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-self: flex-start;
	line-height: 1.4em;
}

.foot--center .foot-nav {
	margin: 0;
}

.foot--center ul li a {
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

@media (max-width: 674px) {
	.foot--center ul li a {
		font-size: 13px;
	}
}

.foot--center ul li a:hover {
	color: #00a6ed;
    text-decoration: underline;
}

.foot--right {
	text-align: right;
}

.foot-section {
	text-align: center;
}
.foot-copyright {
	margin: 10px 0;
	color: #666;
	font: normal 400 0.5em/1.5 arial, sans-serif /* 8/12 */;
}
.foot-nav {
	margin: 10px 0;
	padding: 0;
}
.foot-nav li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}



.foot .design-credit a {
	color: inherit;
	text-decoration: none;
}
.foot .design-credit a:hover {
	color: #0094d3;
	text-decoration: underline
}
.foot-all-rights-reserved {
	display: inline-block;
}

@media (min-width: 850px) {
	.foot--left-alt {
		display: none;
	}
}

@media (max-width: 850px) {
	.foot--right {
		display: none;
	}
	.foot--left-alt {
		display: block;
	}
	.foot--center {
		justify-content: flex-end;
	}

}

@media (max-width: 674px) {
	.foot--bottom {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.foot--center {
		margin: 10px 0 10px;
		align-self: center;
	}
	.foot--bottom .foot--left,
	.foot--bottom .foot--right {
		max-width: 300px;
		text-align: center;
	}

	.foot--bottom .foot--left span,
	.foot--bottom .foot--right span {
		display: inline-block;
	}
	.foot--center .foot-nav {
		flex-direction: row;
	}
	.foot--right {
		display: block;
	}
	.foot--left-alt {
		display: none;
	}
}

@media (max-width: 500px) {
	.foot--center .foot-nav {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.foot--center .foot-nav li {
		margin-bottom: 4px;
	}
}

/*	Body
-------------------------------------------------------------- */
.body {
	/* border: 1px solid red; */
	/* padding: 20px 30px; */
	/* box-shadow: 0 0 3.84px 0.16px rgba(85, 71, 72, 0.4); */
	background: #FFF;
}
@media all and (max-width: 674px) {
	.body.noMasthead {
		margin: 20px 10px 0;
	}
}
.body-header { margin: 0 0 20px; }

.body-header.icon::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 3px 10px 0 0;
    float: left;
    background-image: url(../images/icons/sprites-icons-160.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    vertical-align: top;
}
.body-header.news-and-articles::before { background-position: 0 -405px; }
.body-header.events::before { background-position: 0 -135px; }

.body-sidebar {
	display: none;
	border-top: 1px solid #ccc;
}
.breadcrumbs {
    margin: 0 0 10px;
    font-size: 0.75em;
}

/*	Masthead
-------------------------------------------------------------- */
.masthead { margin: -20px -10px 20px; }
.masthead.alt {
	position: relative;
	width: auto;
	margin: -20px -10px 20px;
	padding: 15px 30px;
	background: #296C87;
	color: #fff;
	transition: all .25s;
}
@media all and (max-width: 674px) {
	.masthead.alt {
		margin: 0 -10px;
	}
}
.masthead.ext .media .mediaImg > img { top: auto; }
.masthead > img { max-width: 100%; }
.masthead .media * { color: #FFF; }
.masthead .media {
    margin-bottom: 0;
    padding: 0;
	overflow: hidden;
	border: none;
}
.masthead .media::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 4px;
	background: rgb(30,87,153); /* Old browsers */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,     rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,   rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%); /* W3C */
}
.masthead .media .mediaImg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	max-width: 100%;
	margin: 0;
    padding: 1px;
    overflow: hidden;
    border: 4px solid #1C4F67;
    z-index: 0;
}
.masthead .media .mediaImg::after {
    content: "";
    position: relative;
    right: 0;
    left: 0;
    display: block;
    height: 30px;
    margin-top: -30px;
	background: rgb(30,87,153); /* Old browsers */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,     rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,   rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
}
.masthead .media .mediaImg > img {
    position: relative;
    top: -25%;
    max-width: 100%;
    z-index: -1;
}
.masthead .media .mediaContent {
	position: relative;
    padding-right: 10px;
    overflow: hidden;
    z-index: 100;
   	transition: margin 300ms, width 300ms;
}
.masthead .media .mediaContent h1 {
	margin: 0;
	padding-bottom: 10px /*fixes font cutoff*/;
    line-height: 1;
	text-shadow: 1px 1px #000;
}
.masthead .media .mediaContent h1 span {
    display: block;
    font-weight: 300;
    font-size: 0.5714285714em;
    line-height: 1;
}
.masthead .ft {
	margin-top: 10px;
	margin-bottom: 10px;
}
.masthead .btn {
    margin-left: 2px;
	padding: 8px 24px 8px 16px;
    box-shadow: 0 0 3px 0 #3487A8;
	background: #1c4f67;
	vertical-align: middle;
	text-transform: uppercase;
}
.masthead .btn::after { right: 10px; }
.masthead .btn:hover { background: #0094D3; }

/*	Misc
-------------------------------------------------------------- */
.mini-contact .heading {
	color: #296c87;
	font: 400 1.5em/1.0833 "URWEgyptienne", arial, sans-serif /* 32/32 */;
}
/* needed otherwise size is set to 0 */
.mini-contact .dk_toggle { min-width: 220px; }
.post-information {
    margin: 18px 0;
    font-style: italic;
}
.eventVenue, .eventLocation, .listing .locality { display: block; }

/*	Figures & Figure Group
-------------------------------------------------------------- */
figure {
    display: inline-block;
	width: 50%;
    margin: 0 0 18px 0;
    padding: 0;
    vertical-align: top;
	color: #6f6f6f;
	text-align: left;
}
figure[align='right'] {
	padding-left: 20px;
	float: right;
}
figure[align='left'] {
	padding: 0 20px 0 0;
	float: left;
}
figure[align='center'] {
	padding: 0 0 0 20px;
	float: left;
}

figure > *,
figure img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
figure a, figure a:hover {
	color: #6f6f6f;
	text-decoration: none;
}
figure figcaption {
	margin: 10px 10px 0;
	font: normal 400 .625em/1.4 arial,sans-serif;
}
figure figcaption em {
    color: #494949;
	font-style: normal;
}

.figure-group {
	margin: 0 -10px;
	overflow: hidden;
}
.figure-group figure { padding: 0 10px; }
.figure-group.figure-group-with-1 figure,
.figure-group.figure-group-with-1 figure[align],
.figure-group.figure-group-100 figure,
.figure-group.figure-group-100 figure[align] { width: 100%; }
.figure-group.figure-group-33 figure,
.figure-group.figure-group-33 figure[align] { width: 33%; }
.figure-group.figure-group-center { text-align: center; }

.northwest { background-position:   0%   0%; }
.west      { background-position:   0%  50%; }
.southwest { background-position:   0% 100%; }
.north     { background-position:  50%   0%; }
.center    { background-position:  50%  50%; }
.south     { background-position:  50% 100%; }
.northeast { background-position: 100%   0%; }
.east      { background-position: 100%  50%; }
.southeast { background-position: 100% 100%; }

/*	Callouts
-------------------------------------------------------------- */
.callout { display: block; }
.callout-wrap.multi {
	padding-top: 18px;
	overflow: hidden;
	border-top: 1px dotted #aaa;
}
.callout-wrap.multi .callout {
	width: 50%;
	padding: 10px 20px 10px 0;
	float: left;
}
.callout-wrap .callout { position: relative; }
.callout-wrap.multi .callout:first-child {
	margin-right: -1px;
	border-right: 1px solid #aaa;
}
.callout-wrap .callout + .callout {
	padding: 10px 0 10px 20px;
	border-left: 1px solid #aaa;
}
.callout-wrap .callout .hd {
	color: #0094d3;
	font: 400 18px/1 "URWGrotesk", sans-serif;
}
.callout-wrap .callout .hd + * { margin-top: 12px; }


/*	Entry Page
-------------------------------------------------------------- */
._entry .body {

	position: relative;
    min-height: 0;
   	margin: 0;
    padding: 0;
    box-shadow: none;
	background: none;
}
.feature-container {
	position: relative;

	/* TODO - Update height */
	min-height: 60vh;
	border-top: 10px solid #fff;
	transition: all 300ms;
}
.feature-container .sentinel {
    position: relative;
    display: block;
    margin: 0;
	background: #131313;
    z-index: 0;
}
.feature-container .sentinel img {
    display: block;
    max-width: 100%;
}
.feature-container .text-wrap,
.feature-container .image-wrap {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.feature-container .btn {
	margin-top: 10px;
	background: #0094d3;
	opacity: 0;
	text-shadow: none;
}
.feature-container .btn--hidden {
	opacity: 0 !important;
}
.feature-container .btn > * {
	padding: 14px 20px;
	font-size: 14px;
	line-height: 14px;
}
.feature-container .btn::after {
	display: none;
}

/* images */
.feature-container .image-wrap {
	background: #000;
	z-index: 0;
}
.feature-container .image,
.feature-container .image img {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.feature-container .image { opacity: 0; }
.feature-container .image img {
    width: 100%;
    height: 100%;
	background-size: cover;
}
.feature-container .image img.visually-hidden { visibility: hidden; }
/* text */
.feature-container .text-inner {
    position: absolute;
	display: table;

	display: flex;
    width: 100%;
    height: 100%;
	padding: 10px 28% 10px 10px;
    flex-direction: column;
    justify-content: center;
}
.feature-container .text {
	position: relative;
    display: table-cell;
	min-height: 150px;
	vertical-align: middle;
    color: #FFF;
    font: 300 24px/1 "URWGrotesk",arial,sans-serif;
    text-align: left;
	text-shadow: 0 0 10px #000;
    text-transform: uppercase;
}
.feature-container .textSlide {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(-50%);
}
.feature-container .textSlide:not(.active) {
	z-index: 0;
}
.feature-container .textSlide.active {
	z-index: 1;
}
.feature-container .text span { display: block; }
.feature-container .text .static { opacity: 0; color: #0093d2; }
.feature-container .text .dynamic {
	position: relative;
	min-height: 1em;
	overflow: hidden;
}
.feature-container .text .dynamic a {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

/* state */
.no-js .feature-container .image-wrap { display: none; }
.no-js .feature-container .text .dynamic a:first-child { top: 0; }
.js .feature-container .text-wrap { opacity: 0; }
.js .feature-container .sentinel img { visibility: hidden; }

@media (max-width: 674px) {
	.feature-container {
		border-top: none;
	}
	.feature-container .text-inner {
		padding: 10px 30px;
	}
	.feature-container .text {
		text-align: center;
	}
}


/*	Announcement Box (Homepage)
-------------------------------------------------------------- */
._entry .callToActionArea {
	margin: 9px 0;
}
._entry .callToActionArea > * {
	margin: 10px 0;
}
._entry .callToAction {
	position: relative;
	display: flex;
	justify-content: center;
	border: 1px solid #d3d8db;
	background-color: #fff;
	background-position: 50% 50%;
	background-size: cover;
}
._entry .callToAction::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: #0093d2;
}
._entry .callToAction__content {
	padding: 30px 20px;
	align-self: center;
	text-align: center;
}
._entry .callToAction__content > :first-child { margin-top: 0; }
._entry .callToAction__content > :last-child { margin-bottom: 0; }
._entry .callToAction__heading {
	margin: 0 0 5px;
	color: #0094d3;
	font-weight: 400;
	font-size: 24px;
	font-family: 'URWEgyptienne-Nar', arial, sans-serif;
}
._entry .callToAction__heading + * { margin-top: 0; }
._entry .callToAction__image {
	width: 30%;
	flex: 1 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
._entry .callToAction__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
._entry .callToAction__image + .callToAction__content {
	text-align: left;
}

/*	ListItemGroup (Blue boxes on Homepage)
-------------------------------------------------------------- */
._entry .listItemGroup {
	margin: -53px 5px 0;
	z-index: 10;
}
._entry .listItemGroup .listItemGroup__items {
	display: flex;
}
._entry .listItemGroup .listItemGroup__items .item {

	position: relative;

	display: flex;
	width: auto;
	max-width: 100%;

	min-height: 94px;
	margin: 5px 10px;
	padding: 20px 60px 20px 20px;
	flex: 1 1 auto;
	flex-direction:column;
	justify-content: center;

	background: rgb(20,126,179);
	background: linear-gradient(270deg, rgba(20,126,179,1) 0%, rgba(9,105,153,1) 100%);
	color: #fff;
	font-size: 22px;
	font-family: 'URWEgyptienne-Nar', arial, sans-serif;
}
._entry .listItemGroup .listItemGroup__items .item .item__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
._entry .listItemGroup .listItemGroup__items .item .item__link:hover ~ .title::after {
	right: -38px;
}
._entry .listItemGroup .listItemGroup__items .item .title {
	position: relative;
	display: inline-block;
	align-self: flex-start;
}
._entry .listItemGroup .listItemGroup__items .item .title::after {
	content: '';
	position: absolute;
	right: -35px;
	bottom: -5px;
	width: 25px;
	height: 25px;
	background: url(../graphics/icon-arrow.svg) no-repeat;
	transition: 200ms ease-in-out;
}

@media (max-width: 674px) {
	.feature-container {
		min-height: 35vh;
	}
	._entry .listItemGroup {
		margin: -52px 5px 0;
	}
	._entry .listItemGroup .listItemGroup__items {
		display: flex;
		flex-direction: column;
	}
}



/*	Listing Page
-------------------------------------------------------------- */
.child-listing .header {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0.5555em 0;
    border-top: 1px solid #BBC0C3;
    border-bottom: 1px dotted #BBC0C3;
    font-size: 1.125em;
}
.child-listing .header a {
    color: inherit;
    text-decoration: none;
}
.child-listing .link {
	margin: 5px 0;
	color: #424547;
}
.child-listing .link:hover {
	color: #00a6ed;
	text-decoration: underline;
}
.child-listing .link:active				{ color: #0081b8; }
.child-listing .nav { margin-bottom: 18px; }
.child-listing .subtitle {
	display: block;
	font-size: .875em;
}
.child-listing .subtitle::before { content: '('; }
.child-listing .subtitle::after { content: ')'; }



/*	Colorbox
-------------------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; overflow:hidden; z-index:9999; }
#cboxWrapper { max-width:none; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { display:block; max-width:none; margin:auto; float:left; border:0; -ms-interpolation-mode:bicubic; }
.cboxIframe { display:block; width:100%; height:100%; border:0; }
#colorbox, #cboxContent, #cboxLoadedContent { -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background: rgba(35, 37, 39, .8); }
#colorbox { outline: 0; }
#cboxContent {
	margin: 10px 10px 60px;
	overflow: visible;
	background: #fff;
	font: 400 0.625em/1.4 arial, sans-serif;
}
.cboxIframe { background: #fff; }
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadingGraphic {
	background: url("../images/design/ajax_loader_blue_256.gif") no-repeat scroll 50% 50%;
	background-size: 64px;
}
#cboxLoadingOverlay { background: none; }
#cboxTitle {
	min-height: 4em;
	margin: 5px 10px;
	color: #fff;
}
#cboxTitle em {
	color: #FFF;
	font-weight: 700;
	font-style: normal;
}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose { display: none; }

/* 08/11/21: This is for old mobile menu
/*	JS Activation States
-------------------------------------------------------------- */
/* triggers */
body[class*="pushed"] [class^="trigger-"]::before { background-position: 100% 3px; }
body[class*="pushed"] [class^="trigger-"] .label::before { content: "Close"; margin-right: 5px; }

/* mail only */
.pushed-head .mail-wrap { margin-top: 0; visibility: visible; }
.pushed-head .trigger-mail .label { font-size: 1em; }
.pushed-head .trigger-menu,
.pushed-head .trigger-menu::after { display: none; width: 0; } */
/* menu only */
.pushed-main .main { left: -100%; }
.pushed-main .productMasthead,
.pushed-main .productMastheadAlt,
.pushed-main .feature-container { transform: translateX(-100%); }
.pushed-main .menu { visibility: visible; }
.pushed-main .menu .link.active,
.pushed-main .menu .hasChild.active > .link,
.pushed-main .menu .hasChild.active > a::before { color: #0094d3; }
.pushed-main .menu .hasChild.open > a::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pushed-main .menu > .nav > li > .link { border-bottom: 1px dotted transparent; }
.pushed-main .menu > .nav > li.open > .link { border-color: #BBC0C3; }
.pushed-main .menu > .nav > li > .link + .child-wrap { border-top: 1px dotted #FFF; }
.pushed-main .menu > .nav > li > .child-wrap > .nav { margin: 5px 0 5px 30px; }
.pushed-main .menu li > a,
.pushed-main .menu li > a::before {
	margin-right: 0;
	-webkit-transition: transform .25s, color .25s;
	-ms-transition: transform .25s, color .25s;
	transition: transform .25s, color .25s;
}
.pushed-main .menu-acct { overflow: hidden; }
.pushed-main .menu-acct .search-form .query:focus { width: 100%; }
.pushed-main .trigger-menu .label { font-size: 1em; }
.pushed-main .trigger-mail,
.pushed-main .trigger-mail::after { display: none; width: 0; }
body[class*="pushed"] [class^="trigger-"] .label { opacity: 1; }

/* scrolled */
/* .scrolled .logo-wrap { box-shadow: 0 0 6px rgba(0,0,0,1); } */
.scrolled [class^="trigger-"] .label {
	max-width: 200px;
    opacity: 1;
}
.scrolled .triggers a+a { margin-left: 20px; } */

/* restores head */
/* .js #head-trigger { display: none; }

.over.show,
.pushed-head .over {
    height: 100%;
    background: rgba(35,37,39,.8);
	transition: background 300ms ease-out;
}


/*	Fallbacks
-------------------------------------------------------------- */
/* no-js */
.no-js .menu:target { visibility: visible; }
.no-js .menu:target .link.active,
.no-js .menu:target .hasChild.active > .link { color: #0094d3; }
.no-js .menu:target > .nav > li > .link { border-bottom: 1px dotted transparent; }
.no-js .menu:target > .nav > li > .link + .child-wrap { border-top: 1px dotted #FFF; }
.no-js .menu:target > .nav > li > .child-wrap > .nav { margin: 5px 0 5px 30px; }
.no-js .menu:target li > a,
.no-js .menu:target li > a::before { transition: transform .25s; }
.no-js .menu:target + .main { left: -90%; }
.no-js .mail-wrap:target {
    margin-top: 0;
    visibility: visible;
}
.no-js .head:target #head-trigger { display: none; }

/* backgroundsize */
.no-backgroundsize .heading.news-and-articles::before { background-image: url(../images/icons/16/icon-news.png); }
.no-backgroundsize .heading.events::before { background-image: url(../images/icons/16/icon-event.png); }
.no-backgroundsize .menu > .nav > li > a::before,
.no-backgroundsize .menu > .nav > li .hasChild >     a::before { background-image: url(../images/icons/24/icon-arrow-r.png); }
.no-backgroundsize .menu > .nav > [rel="index"]      a::before { background-image: url(../images/icons/24/icon-home.png); }
.no-backgroundsize .menu > .nav > [rel="contact-us"] a::before { background-image: url(../images/icons/24/icon-mail.png); }
.no-backgroundsize .menu-acct [rel="login"]::before { background-image: url(../images/icons/24/icon-person.png); }
.no-backgroundsize .search-form [type=submit] {
	background-color: none;
	background-image: url(../images/icons/sprites-icons-16.png);
	background-position: 50% -200px;
}
.support [colspan="2"] { text-align: center; }




/*	Contact Page
-------------------------------------------------------------- */
.customer-service .nameFieldArea > label,
.customer-service .phoneFieldArea .separator,
.customer-service .phoneFieldArea > label { display: none; }
.customer-service .phoneExtensionFieldArea > input { max-width: 5em; }
.customer-service .vcard { overflow: hidden; }
.customer-service [itemprop="name"],
.customer-service [itemprop="address"],
.customer-service .vcard-fax,
.customer-service .vcard-email .label,
.customer-service .vcard-url { display: none; }
.ui-accordion-header {
    margin: 0;
    padding: 5px 10px 9px;
    border-top: 1px dotted #dedad3;
    cursor: pointer;
}
.ui-accordion-header:first-child { border-top: 0; }
.ui-accordion-header::before {
	content: '\f067';
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	color: #969a9f;
	font: 20px/1 fontawesome;
}
.ui-accordion-header.open::before { color: #212223; }
.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info ul li::before { content: none; }
.contact-info a {
	display: block;
	margin: 5px 0;
	padding: 10px 10px 10px 35px;
	color: #000;
	text-decoration: none;
}
.contact-form h4 { margin-bottom: 0; }
.contact-form .what-fields-required {
    margin-top: 0;
    text-align: left;
}
#contacts .vcard-image {
	max-width: 100%;
	max-height: 100px;
	margin-bottom: 15px;
}

#contacts .vcard .label {
    display: inline-block;
    margin: 0;
}
#contacts .vcard {
    margin-bottom: 24px;
    padding-bottom: 26px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
	color: #626262;
}
#contacts .vcard a { text-decoration: none; }
#contacts .vcard-email { padding-right: 10px; }
.contact-options-wrap label { display: none; }
.thoroughfareFieldArea > textarea { min-height: 4em; }

.form-template .body-content { overflow: visible; }


/*	Register Page
-------------------------------------------------------------- */
.fieldGroup > .label,
.fieldGroup .separator { display: none;}

.phoneGroup {
	margin-bottom: 0;
	overflow: hidden;
}
.phoneGroup .label + .fieldArea {
	min-width: 50%;
	float: left;
}
.phoneGroup .separator {
    display: inline-block;
    margin: 20px 10px 0;
    float: left;
    line-height: 30px;
}
.phoneGroup .separator + .fieldArea {
    width: 4em;
    float: left;
}


/*	NG Database Acess Page
-------------------------------------------------------------- */
.ng-logo {
	display: block;
	max-width: 100%;
    margin-right: auto;
    margin-left: auto;
	clear: both
}


/*	Reach Page
-------------------------------------------------------------- */
#reachGraphic {
	position: relative;
	margin: 0 0 20px 20px;
	float: right;
	z-index: 1;
}
#reachGraphicImg {
	margin-bottom: 20px;
	margin-left: 25px;
}
#reachGraphic a { display: block; }


/*	Service Contracts Page
-------------------------------------------------------------- */
#contractsContact > img { border: 2px solid grey; }
#contractsContact address { overflow: hidden; }
#contractsContact address a {
	font-style: normal;
	line-height: 1.3em;
	text-decoration: none;
}

.contract-details { clear: both; }
.contract-details h3 {
    margin-top: 0;
    padding-top: 24px;
	clear:both;
}
.contract-details h3 + ul {
	width: 50%;
	margin-top: 0;
	padding-top: 0;
	padding-left: 40px;
	float: right;
}
.contract-details h3 + ul > li::before { left: 20px; }

.contracts-table {
	width: 100%;
	clear: both;
	table-layout: fixed;
	border-collapse: collapse;
	border: 2px solid #fff;
	box-shadow: 0 0 4px #ccc;
	font-size: 14px;
	text-align: center;
}
.contracts-table th,
.contracts-table td {
	padding: 10px;
	text-align: center;
}
.contracts-table td {
	border-right: 1px solid #e3e3e3;
	border-bottom: solid 1px #c3c3c3;
}
.contracts-table .table-col-wide { background: #f0ebe1; }
.contracts-table thead {
	background-color:  #2f6e87;
	color: white;
}
.contracts-table thead th {
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #2f6e87;
	vertical-align: bottom;
	font: normal 400 1em/1.2 "URWEgyptienne", arial, sans-serif;
}
.contracts-table thead th:first-child { text-align: left; }
.contracts-table td:first-child {
	padding: 10px;
	text-align: left;
}
.contracts-table td:nth-child(3),
.contracts-table td:nth-child(5) { background-color: #edeeef; }
.contracts-table + p { float:right; }
.contract-details { clear: both; }
.contract-details p { padding-right: 10px; }
.contract-details h3 {
    margin-top: 0;
    padding-top: 24px;
	clear:both;
}

#login-form { max-width: 320px; }
.contracts-table.tablesaw-swipe { table-layout: auto; }
.tablesaw-swipe .table-col-wide { width: 10em; }
.tablesaw-swipe th { padding: 0 5px; }
.tablesaw-swipe th[data-priority] {
	width: 10em;
	height: 5em;
}
.tablesaw-cell-persist { position: relative; }


/*	Product Template
-------------------------------------------------------------- */
.product-template .body { padding: 0; }
.section {
    padding: 30px;
    clear: both;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 0 0 2px #fff inset;
}
.section.nth-even { background: #f6f4ee; }
.section .fancy-box { margin: 20px 0; }
.subSection .columnContent > img {
    box-sizing: content-box;
    display: block;
    max-width: 100%;
    max-height: 320px;
    margin: 0 auto;
    padding: 14px 0;
}
.subSection .category-group {
	width: auto;
	clear: both;
}
.subSection .category li { padding: 0; }
.subSection .category li::before { display: none; }

.body-content ul.category > li::before, .section ul.category > li::before { content: none; }

.category-listing ul.category {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	column-gap: 14px;
}

.category-listing .category-item .inner { padding: 6px; }

.subSection.alt { margin: 0; }
.subSection.alt > div { overflow: hidden; }
.subSection.alt img[align='left'] { margin-right: 30px; }
.subSection.alt img[align='right'] { margin-left: 30px; }
.subSection.alt img + * { margin-top: 0; }
.subSection.alt img ~ ul { overflow: hidden; }

.region-select-wrap { margin-bottom: 10px; }
.region-select .fieldArea {
    width: 200px;
    margin-bottom: 0;
    padding-right: 20px;
    float: left;
}
.region-select fieldset {
    margin-top: 0;
    float: left;
}
.section-contact > h2 { margin-top: 0; }
.region-select .heading { display: none; }
.region-select .btn.submit > * {
    padding-top: 9px;
    padding-bottom: 7px;
}


/* Products landing page Overrides */
.products .main .body {
	box-shadow: none;
}

/* shared */
.inpageNav::before,
.masthead.productMasthead::before {
    top: 100%;
    right: 0;
    left: 24px;
    border: 0;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,     rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,   rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    z-index: 0;
}
.masthead.productMasthead {
	margin: 0;
	padding: 0 0 18px;
	background: #0094d3;
}
.masthead.productMasthead::before {
    top: 100%;
    bottom: auto;
    height: 3px;
    border: none;
}
.productMasthead {
	position: relative;
    min-height: 130px;
    padding: 0;
    z-index: 10;
}
.productMasthead .image {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 50%;
}
.productMasthead .image .inner {
    top: 0;
    bottom: 0;
    display: none;
    height: 100%;
    text-align: right;
}
.productMasthead .image img {
    max-width: 100%;
    max-height: 120%;
}
.productMasthead h1 {
    margin: 0;
    padding: 10px 20px 20px;
    color: #fff;
    line-height: 0.9285;
}
.productMasthead h1 .title {
	display: block;
    margin: 15px 0 5px;
	color: #3e3d3e;
	font:	normal 300 30px/1em "URWEgyptienne-Nar", arial, sans-serif;
	line-height: 1;
}
.productMasthead h1 .subtitle { font: normal 500 58px/1em "URWEgyptienne-Nar", arial, sans-serif; }
.productMasthead .image + h1 {
    position: relative;
	background: -webkit-linear-gradient(left, rgba(0,148,211,1) 70%, rgba(0,148,211,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(left,     rgba(0,148,211,1) 70%, rgba(0,148,211,0) 100%); /* IE10+ */
	background: linear-gradient(to right,     rgba(0,148,211,1) 70%, rgba(0,148,211,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094d3', endColorstr='#000094d3',GradientType=1 ); /* IE6-9 */
}




/* Product - In Page Nav */
.inpageNav {
    position: fixed;
    top: 62px;
    right: 10px;
    left: 10px;
    display: none;
    padding: 0 0;
    background: #0094d3;
    color: #fff;
    z-index: -1;
}
.inpageNav::before {
    content: "";
    position: absolute;
    left: 0;
	height: 2px;
}
.inpageNav .heading {
	margin: 10px 5px 10px 20px;
    float: left;
    font: 400 26px/1 "URWEgyptienne",georgia,serif;
}
.inpageNav .heading span { display: inline-block; }
.inpageNav .heading span:first-child {
	display: block;
	color: #3e3d3e;
	font-size: .5em;
}

.inpageNav .fieldArea {
    width: 200px;
    margin: 0;
    padding: 0px;
    float: right;
}
.inpageNav .fieldArea a {
    display: block;
	color: inherit;
    text-decoration: none;
}
.inpageNav .fieldArea > a { padding: 25px 20px 10px 5px; }
.inpageNav .fieldArea > a span {
    display: block;
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #CCC;
    background: none repeat scroll 0% 0% #FFF;
    color: #404040;
    font: 400 0.75em/1.2 arial,sans-serif;
}
.inpageNav .fieldArea ol {
    position: absolute;
    right: 20px;
    max-width: 240px;
	height: 0;
    margin: -10px 0 0;
    padding: 0;
	overflow-y: auto;
    list-style: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background: #FFF;
    color: #404040;
	transition: max-height 150ms ease 0s;
}
.inpageNav .fieldArea li { margin-top: 0; }
.inpageNav .fieldArea li:first-child { margin-top: 10px; }
.inpageNav .fieldArea li a {
	padding: 5px 10px;
	background: #fff;
	-webkit-transition:
		background 300ms ease-out 0s,
		color 300ms ease-out 0s;
	transition:
		background 300ms ease-out 0s,
		color 300ms ease-out 0s;
}
.inpageNav .fieldArea li a:hover,
.inpageNav .fieldArea li a:focus,
.inpageNav .fieldArea li a:active {
	background: #0094D3;
	color: #fff;
}
.inpageNav + .over {
	content: '';
	position: fixed;
	top: 0;right: 0;bottom: 0;left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
}

/* states */
.inpageNav.stick {
	position: fixed;
    top: 0;
	right: 10px;
	left: 20px;
    display: block;
    max-width: 970px;
    z-index: 2;
}
.pushed-main .inpageNav.stick {
    right: 92%;
    left: -192%;
}
.inpageNav.stick.open ol {
	height: auto;
	max-height: 320px;
}
.inpageNav.stick.open + .over { display: block; }
.pulled-menu .inpageNav.stick { display: none; }


/*	Sitemap Page
-------------------------------------------------------------- */
.site-map > ul {
	padding-left: 0;
	font-family: "URWGrotesk", arial, sans-serif;
}
.site-map > ul a { text-decoration: none; }
.site-map > ul > li {
	margin-bottom: 16px;
	font-weight: 400;
}
.site-map > ul > li::before { display: none; }
.site-map > ul > li > ul { font-weight: 300; }
.site-map > ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	column-gap: 14px;
}
.site-map > ul li {
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}


/*	Child Listing
-------------------------------------------------------------- */
.column-grid .unit { padding: 10px 0; }
.column-grid .mediaImg img { margin: 0 auto; }
.column-grid .columnHead a {
	color: #2E7792;
	text-decoration: none;
}


/*	Product Listing
-------------------------------------------------------------- */
.products .body {
	padding: 20px;
}

.products .body .body-content {
	padding: 0;
}

.products .column-grid {
	display: flex;
	flex-wrap: wrap;
}

.products .column-grid:not(:last-of-type) {
	margin-bottom: 40px;
	justify-content: center;
}

.products .column-grid .header {
	display: block;
	width: 100%;
	margin: 20px;
	padding: 0;
	font-weight: 300;
	font-size: 28px;
	text-transform: capitalize;
}

.products .column-grid .column {
	width: 100%;
	min-width: 200px;
	max-width: 360px;
	margin: 20px;
	padding: 0;

	flex: 1 1 calc(100% / 3 - 40px);
}

.products .column-grid .column .mediaImg {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(220 / 360 * 100%);
	overflow: hidden;
}

.products .column-grid .column .mediaImg img {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	/* width: 100%; */
	height: 100%;
	transform: translateX(-50%);
	object-fit: contain;
}

.products .column-grid .column .mediaImg ~ .mediaContent {
	position: relative;
	margin-top: 25px;
}

.products .column-grid .column .mediaImg ~ .mediaContent::before {
	content:'';
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	height: 1px;
	background: #d6d6d6;
}

.products .column-grid .column .mediaContent .columnHead {
	margin: 0;
}

.products .column-grid .column .mediaContent .columnHead a {
	position: relative;
}

.products .column-grid .column .mediaContent p {
	margin: 8px 0;
}

.products .column-grid .column .mediaImg:hover ~ .mediaContent a::after,
.products .column-grid .column .mediaContent .columnHead a:hover::after {
	right: -38px;
}

.products .column-grid .column .mediaContent .columnHead a::after {
	content: '';
	position: absolute;
	right: -35px;
	bottom: 2px;
	width: 25px;
	height: 25px;
	background: url(../graphics/icon-arrow-orange.svg) no-repeat;
	transition: 200ms ease-in-out;
}


/* Alternate Styling (blue box) */
.products .column-grid[data-style="alternate"] {
	margin: 0;
	padding: 20px;

	outline: 2px solid rgba(255,255,255,0.3);
	outline-offset: -12px;
	background: rgb(20,126,179);
	background: linear-gradient(270deg, rgba(20,126,179,1) 0%, rgba(9,105,153,1) 100%);
}

.products .column-grid[data-style="alternate"] .column {
	max-width: 340px;
	overflow: visible;
}

.products .column-grid[data-style="alternate"] .column .mediaContent {
	padding-right: 20px;
}

.products .column-grid[data-style="alternate"] .header,
.products .column-grid[data-style="alternate"] .column .mediaContent a,
.products .column-grid[data-style="alternate"] .column .mediaContent p {
	color: #fff;
}

.products .column-grid[data-style="alternate"] .column .mediaContent .columnHead a:hover::after {
	right: -38px;
}

.products .column-grid[data-style="alternate"] .column .mediaContent .columnHead a::after {
	content: '';
	position: absolute;
	right: -35px;
	bottom: 0px;
	width: 25px;
	height: 25px;
	background: url(../graphics/icon-arrow.svg) no-repeat;
	transition: 200ms ease-in-out;
}

@media (max-width: 600px) {
	.products .column-grid[data-style="alternate"] .column {
		max-width: 100%;
	}
	.products .column-grid[data-style="alternate"] .column .mediaContent {
		padding-right: 0;
	}
}



/*	Shame
-------------------------------------------------------------- */
.not-em { font-style: normal; }
.txt-i {
	margin-right: 5px;
	font-style: italic;
}
.js .video-group { display: none; }
.video {
    position: relative;
	/* responsive */
    width: 100%;
    box-shadow: 0 0 2px rgb(204, 204, 204) inset;
}
.video:has(iframe) {
	/* do not display spinner when "Load Content" message is present */
	background: url("../images/design/ajax_loader_blue_256.gif") no-repeat scroll center center / 50px auto rgb(255, 255, 255);
}
.video iframe {
    position: relative;
    width: 100%;
    min-height: 300px;
}
._entry .cta .boxLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.software-update-table-wrap { margin: 0 -18px 20px; }
.software-update-table {
	width: 100%;
	clear: both;
	table-layout: fixed;
	border-collapse: collapse;
	border: 2px solid #fff;
	box-shadow: 0 0 4px #ccc;
	font-size: 14px;
	text-align: center;
}
.software-update-table,
.software-update-table table,
.software-update-table th,
.software-update-table tr,
.software-update-table td {
	width: auto !important; /* Client keeps adding widths to columns accidently. I'm just telling browsers to ignore that. */
}

.software-update-table th,
.software-update-table td {
	padding: 10px;
	text-align: center;
}
.software-update-table td {
	border-right: 1px solid #e3e3e3;
	border-bottom: solid 1px #c3c3c3;
}
.software-update-table .table-col-wide { background: #f0ebe1; }
.software-update-table thead {
	background-color:  #2f6e87;
	color: white;
}
.software-update-table thead th {
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #2f6e87;
	vertical-align: bottom;
	font: normal 400 1em/1.2 "URWEgyptienne", arial, sans-serif;
}
.software-update-table thead th:first-child { text-align: left; }
.software-update-table td:first-child {
	background: #f0ebe1;
	text-align: left;
}
.software-update-table td:nth-child(3),
.software-update-table td:nth-child(5) { background-color: #edeeef; }
.software-update-table + p { float:right; }


.software-update-table td td {
	padding: 0;
	border: none;
}
.software-update-table td em {
	display: inline-block;
	font-size: .75em;
	line-height: 1.2;
}


#registrationForm .wide-fields .fieldArea {
	padding-left: 0;
}
#registrationForm .wide-fields .fieldArea label {
	display: block;
	width: auto;
	margin-left: 0;
	float: none;
}
#registrationForm .sessionsAttendingFieldArea table {
	width: 100%;
}



.fieldArea input[type="file"]{
	width: auto;
}


/* ============================== Form ============================== */
.recaptchaContainer {
	margin-top: 30px;
	clear: both;
}

.recaptchaContainer .reCaptchaComponent {
	padding: 0;
}




/*	NEW Product Pages
-------------------------------------------------------------- */
.product .main .body {
	/* Override */
	margin: 0;
	padding: 0 20px;
	box-shadow: none;
	background: none;
}

.product .main .body .section {
	padding: 0;
	box-shadow: none;
	z-index: 10;
}

.product .productMasthead {
	position: relative;

	display: flex;
	min-height: 54vh;
    flex-direction: column;
    justify-content: center;
	/* max-height: 65vh; */
	border-top: 10px solid #fff;

	background: rgb(20,126,179);
	background: linear-gradient(270deg, rgba(20,126,179,1) 0%, rgba(9,105,153,1) 100%);
	z-index: 0;
	transition: all 300ms;
}

.product .productMasthead .productMasthead__inner {

	display: flex;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 40px 20px 70px;
	align-items: center;
}

.product .productMasthead .productMasthead__content {
	width: 100%;
	max-width: calc(500 / 1210 * 100%);
	padding-right: 20px;
	color: #fff;
	z-index: 10;
}

.product .productMasthead .productMasthead__media--featured {
	position: relative;
    display: flex;
	width: 100%;
	/* max-width: 620px; */
	max-height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

	align-self: stretch;
	overflow: hidden;
	z-index: 10;
}

.product .productMasthead .productMasthead__media--featured img {
	display: block;
	width: 100%;
	min-height: 50px;
	flex-grow: 1;
	object-fit: contain;
}

.product .productMasthead .productMasthead__content h1 {
	padding: 0;
}

.product .productMasthead .productMasthead__content h1 .preheading,
.product .productMasthead .productMasthead__content h1 .heading {
	display: block;
	font-family: "URWEgyptienne";
}

.product .productMasthead .productMasthead__content h1 .preheading {
	font-size: 26px;
}

.product .productMasthead .productMasthead__content h1 .heading {
	margin: 10px 0;
	font-size: 55px;
}

.product .productMasthead .productMasthead__media--background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.product .productMasthead .productMasthead__media--background img {
    position: absolute;
    top: 50%;
    left: 0;
	display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
    transform: translateY(-50%);
    object-fit: cover;
}

@media (max-width: 900px) {
	.product .productMasthead .productMasthead__content h1 .heading {
		font-size: 48px;
	}
}

@media (max-width: 768px) {
	.product .productMasthead {
		min-height: 35vh;
	}
	.product .productMasthead .productMasthead__inner {
		padding: 40px 20px 80px;
		flex-direction: column;
		align-items: center;
	}
	.product .productMasthead .productMasthead__content {
		max-width: 100%;
		margin-bottom: 0;
		padding-right: 0;
		order: 2;
	}
	.product .productMasthead .productMasthead__content h1 .preheading {
		font-size: 22px;
	}
	.product .productMasthead .productMasthead__content h1 .heading {
		font-size: 42px;
	}
	.product .productMasthead .productMasthead__media--featured {
		max-width: 500px;
		height: auto;
		max-height: 350px;
		margin: 0 auto;
		order: 1;
	}
}

@media (max-width: 674px) {
	/* .product .productMasthead {
		margin-top: 40px;
	} */
}





/*	NEW Product Page 'Tab Nav'
-------------------------------------------------------------- */
.product .productTabGroup {
	margin-top: -54px;
}

.product .productTabGroup .tabNav {
	position: relative;
	z-index: 100;
}

.product .productTabGroup .tabNav.stickyElement {
	margin-right: -20px;
	margin-left: -20px;
}

.product .productTabGroup .tabNav.stickyElement--isActive {
	position: fixed;
	top: 0px;
}

.product .productTabGroup .tabNav.stickyElement--isActive::after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 50%;
	width: 4000px;
	height: 100%;
	background: #e2ecee;
	z-index: -1;
	transform: translate(-50%);
}

.product .productTabGroup .tabNav ul.contentWrapper {
	display: flex;
	margin: 0;
	padding: 0;
	overflow-x: auto;
}

.product .productTabGroup .tabNav ul.contentWrapper .itemTab {
	position: relative;
	width: 100%;
	min-width: 150px;
	/* max-width: calc(100% / 7); */
	max-width: 150px;
	margin: 0;
	padding: 15px 15px;
	flex: 1 1 auto;
	text-align: center;
}

.product .productTabGroup .tabNav ul.contentWrapper .itemTab::before {
	display: none;
}

.product .productTabGroup .tabNav .itemTab[class*="active"] {
	background: #fff;
}

.product .productTabGroup .tabNav .itemTab[class*="active"]::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #FD9225;
}

.product .productTabGroup .tabNav .itemTab.active a {
	color: #47525B;
}

.product .productTabGroup .tabNav .itemTab a {
	color: #504F4D;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.product .productTabGroup .tabNav.stickyElement--isActive ~ .tabs__content {
	padding: 54px 0 0;
}

.product .productTabGroup .tabs__content .tab[class*="active"] {
	display: block;
}

.product .productTabGroup .tabs__content .tab:not([class*="active"]) {
	display: none;
}

.product .productTabGroup .tabs__content .tab .tabBtn {
	margin: 0 0 20px;
}

.product .productTabGroup .tabs__content .tab .tabBtn span {
	padding: 15px 35px 14px 15px;
	font-weight: 300;
	font-size: 15px;
}

.product .productTabGroup .tabs__content .tab .tabBtn::after {
	right: 14px;
}

@media (max-width: 674px) {
	.product .productTabGroup .tabNav.stickyElement--isActive {
		top: 60px; /* this needs to stay in sync with $mobileHeader_height */
		right: 0;

		/* needed for .contentWrapper overflow-x: auto to work */
		left: 0;
		margin-right: 0;

		margin-left: 0;
	}
}




/*	NEW Product page 'Content Stripe'
-------------------------------------------------------------- */
.product .productTabGroup .contentStripe {
	margin: 50px 0;
}

.product .productTabGroup .contentStripe .contentStripe__heading {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.product .productTabGroup .contentStripe .contentStripe__columns {
	display: flex;
	margin-right: -20px;

	margin-left: -20px;
	flex-wrap: wrap;
}

.product .productTabGroup .contentStripe .contentStripe__column {
	margin: 20px;
}

.product .productTabGroup .contentStripe .contentStripe__column p:first-child {
	margin: 0 0 20px;
}

.product .productTabGroup .contentStripe .contentStripe__column ul {
	padding: 0 20px;
}

.product .productTabGroup .contentStripe[data-columns="2"] .contentStripe__column {
	max-width: calc(100% / 2 - 40px);
	flex: 1 1 calc(100% / 2 - 40px);
}

.product .productTabGroup .contentStripe[data-columns="3"] .contentStripe__column {
	min-width: 300px;
	max-width: calc(100% / 2 - 40px);
	flex: 1 1 calc(100% / 3 - 40px);
}

@media (max-width: 750px) {
	.product .productTabGroup .contentStripe[data-columns="2"] .contentStripe__column,
	.product .productTabGroup .contentStripe[data-columns="3"] .contentStripe__column,
	.product .productTabGroup .contentStripe[data-columns="4"] .contentStripe__column {
		max-width: 100%;
		flex: 1 1 100%;
	}
}




/*	NEW Product page 'Collapable Group'
-------------------------------------------------------------- */
.product .collapsableGroup {
	position: relative;
	margin: 50px 0;

}
/* Add space between top of viewport and anchor link */
/* Needed when entering a URL with a hash like https://localhost:8443/surface-analysis-equipment/nanotof.html#capabilities:superior-trift-parallel-imaging-ms-ms-analyzer-performance */
.product .collapsableGroup .item {
	margin-top: -54px;
	padding-top: 54px;
}
.product .collapsableGroup .item__content p {
	font-size: 16px;
}
.product .collapsableGroup .item__content img {
	max-width: 100%;
}
.product .collapsableGroup .item__heading {
	position: relative;
	margin: 0;
	padding: 20px 40px 20px 0;
	background: #fff;
	cursor: pointer;
	color: #212223;
	font-weight: 300;
	font-size: 22px;
}
.product .collapsableGroup .item__heading::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 24px;
	height: 24px;
	background: url(../graphics/icon-right-arrow.svg) no-repeat;
	transition: 200ms ease-in-out;
}
.product .collapsableGroup .item__heading::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: #a6a6a6;
	transition: background 300ms ease-out;
}
.product .collapsableGroup .item__heading ~ .item__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 200ms ease-out;
}

.product .collapsableGroup .item__heading.active::after {
	background: #0093D2;
}
.product .collapsableGroup .item__heading.active::before {
	transform: rotate(90deg);
}
.product .collapsableGroup .item__heading.active ~ .item__content {
	overflow: visible;
}

@media (max-width: 768px) {
	.product .collapsableGroup .item__heading {
		font-size: 20px;
	}
}
@media (max-width: 674px) {
	.product .collapsableGroup .item {
		margin-top: -106px;
		padding-top: 106px;
	}
}






/*	NEW Product page 'Rich Content'
-------------------------------------------------------------- */
.product .main .body .richContent {
	position: relative;
	padding: 50px 0;
}

.product .main .body .richContent[data-background="true"]::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	background: #EDF3F5;
	z-index: -1;
	transform: translateX(-50%);
}

.product .main .body .richContent .richContent__inner {
	display: flex;
	align-items: center;
}

.product .main .body .richContent[data-align="left"] .richContent__media:only-child,
.product .main .body .richContent[data-align="right"] .richContent__media:only-child {
	margin: 0 auto;
}

.product .main .body .richContent[data-align="left"] .richContent__media {
	margin-right: 40px;
	order: -1;
}

.product .main .body .richContent[data-align="right"] .richContent__media {
	margin-left: 40px;
	order: 2;
}

.product .main .body .richContent .richContent__media.video {
	box-shadow: none;
}

.product .main .body .richContent .richContent__media {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 580px;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	align-self: stretch;
	overflow: hidden;
}

.product .main .body .richContent img {

	display: block;
	width: 100%;
	min-height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	/* flex-grow: 1; */
}

.product .main .body .richContent .imageBackgrounded img {
	display: none;
}

.product .main .body .richContent .richContent__content {
	width: 100%;
	max-width: calc(570 / 1190 * 100%);
}

.product .main .body .richContent[data-align="left"] .richContent__content:only-child,
.product .main .body .richContent[data-align="right"] .richContent__content:only-child {
	width: 100%;
	max-width: 800px;
}

.product .main .body .richContent .richContent__content .heading {
	margin: 0 0 10px;
	color: #0093D2;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}

.product .main .body .richContent .richContent__content .subheading {
	display: block;
	font-size: 18px;
}

.product .main .body .richContent .richContent__content ul,
.product .main .body .richContent .richContent__content p {
	margin: 10px 0;
	font-size: 16px;
}

.product .main .body .richContent .richContent__content p > img {
	width: auto;
	max-width: none;
	/* Overrides */
	margin:0;
}

@media (max-width: 768px) {
	.product .main .body .richContent .richContent__inner {
		flex-direction: column;
	}

	.product .main .body .richContent[data-align="left"] .richContent__media,
	.product .main .body .richContent[data-align="right"] .richContent__media {
		margin-right: 0;
		margin-left: 0;
		order: 1;
	}

	.product .main .body .richContent .richContent__media.video {
		width: 100%;
	}

	.product .main .body .richContent .richContent__content {
		order: 2;
	}

	.product .main .body .richContent .richContent__media ~ .richContent__content {
		margin-top: 20px;
	}

	.product .main .body .richContent[data-align="left"] .richContent__media,
	.product .main .body .richContent[data-align="right"] .richContent__media,
	.product .main .body .richContent .richContent__media.video,
	.product .main .body .richContent .richContent__content {
		max-width: 500px;
		margin: 0 auto;
	}
}





/*	NEW Product page 'Resources'
-------------------------------------------------------------- */
.product .main .body .resources {
	margin: 50px 0;
}

.product .main .body .resources__heading {
	margin: 0 0 20px;
}

.product .main .body .resources__group {
	margin: 30px 0;
}

.product .main .body .resources__groupHeading {
	margin: 0 0 10px;
}

.product .main .body .resources__list {
	column-count: 3;
	column-gap: 30px;
}

.product .main .body .resources__list .listItem {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 20px 0 22px;
	color: #494949;
	font-size: 16px;
	text-decoration: none;
	break-inside: avoid-column;
}

.product .main .body .resources__list .listItem:hover {
	text-decoration: underline;
}

.product .main .body .resources__list .listItem[href*="pdf"]::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16/document-pdf.png);
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.product .main .body .resources__list {
		column-count: 2;
	}
}

@media (max-width: 550px) {
	.product .main .body .resources__list {
		column-count: 1;
	}
}





/*	NEW Product page 'Call To Action'
-------------------------------------------------------------- */
.product .main .body .callToAction {
	position: relative;

	display: flex;

	min-height: 360px;
	margin: 10px 0;
	padding: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	background: rgb(20,126,179);
	background: linear-gradient(270deg, rgba(20,126,179,1) 0%, rgba(9,105,153,1) 100%);

	z-index: 2;
}

.product .main .body .callToAction::before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(23,147,210,1) 35%, rgba(12,114,166,0.35) 70%);
	z-index: 0;
}

.product .main .body .callToAction::before {
	outline: 2px solid rgba(255,255,255,0.3);
	outline-offset: -12px;
	z-index: 10;
}

.product .main .body .callToAction__content {
	width: 100%;
	max-width: 625px;
	text-align: right;
	z-index: 10;
}

.product .main .body .callToAction__content h2,
.product .main .body .callToAction__content p {
	color: #fff;
}

.product .main .body .callToAction__content p {
	font-size: 19px;
	line-height: 1.4em;
}

.product .main .body .callToAction__content h2 {
	margin: 0 0 10px;
	font-weight: 500;
	font-size: 40px;
	font-family: "URWEgyptienne";
	text-shadow: 1px 1px 2px rgba(0,0,0,0.16);
}

.product .main .body .callToAction__content h2 span {
	display: block;
}

.product .main .body .callToAction__links {
	margin-top: 30px;
}

.product .main .body .callToAction__links a:last-of-type {
	margin-left: 15px;
}

.product .main .body .callToAction__links .btn::after {
	right: 15px;
}

.product .main .body .callToAction__links .btn span {
	padding: 15px 35px 14px 15px;
	font-weight: 300;
	font-size: 15px;
}

.product .main .body .callToAction__links .link {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.product .main .body .callToAction .imageBackgrounded {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position-y: 45%;
	background-size: cover;
	z-index: -1;
}

.product .main .body .callToAction .imageBackgrounded img {
	display: none;
}

@media (max-width: 768px) {
	.product .main .body .callToAction {
		min-height: 360px;
		padding: 60px 30px;
	}

	.product .main .body .callToAction__content h2 span {
		display: inline;
	}
}

@media (max-width: 500px) {
	.product .main .body .callToAction {
		align-items: center;
	}

	.product .main .body .callToAction__content {
		text-align: center;
	}

	.product .main .body .callToAction__content h2 {
		font-size: 32px;
	}

	.product .main .body .callToAction__links {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.product .main .body .callToAction__links a {
		align-self:	center;
	}

	.product .main .body .callToAction__links a:last-of-type {
		margin-top: 20px;
		margin-left: 0;
	}
}


/*	Card
-------------------------------------------------------------- */
.cardList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -8px -8px 0; /* do not give negative margin bottom, or box-shadow gets cut off */
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.card {
	position: relative;
	width: 100%;
	margin: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.17);
	        box-shadow: 0 1px 4px rgba(0,0,0,.17);
	background: #fff;
	line-height: 1.2;
}
.card__imageWrap {
	position: relative;
    display: flex;
	max-height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

	align-self: stretch;
	/* width: 100%; */
	overflow: hidden;
	z-index: 10;
}
.card__image {
	display: block;
	width: 100%;
	min-height: 50px;
	flex-grow: 1;
	transition: all 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.card__image[src*="style=contain"] {
	object-fit: contain;
}
.card__image[src*="style=cover"] {
	object-fit: cover;
}
.card__content {
	padding: 20px 16px;
	border-top: 3px solid #0094d3;
	-webkit-transition: border-color 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: border-color 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: border-color 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.card__content > *:last-child {
	margin-bottom: 0;
}
.card__subheading {
	color: rgba(74, 74, 74, 0.7);
	font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
}
@media (max-width: 674px) {
	.card__subheading {
		font-size: 12px;
	}
}
.card__title {
	margin: 12px 0;
	font: 300 16px/18px "URWGrotesk",arial,sans-serif;
}
.card__categories a:not(:hover):not(:focus):not(:active) {
	opacity: .9;
	color: inherit;
}
.card__categories {
	font: normal 500 12.5px/1 "URWEgyptienne-Nar", arial, sans-serif;
}
@media (max-width: 674px) {
	.card__categories {
		font: normal 500 14px/1 "URWEgyptienne-Nar", arial, sans-serif;
	}
}
.card__categories a {
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.card__fullLink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0;
	z-index: 10;
}
.card:hover .card__image,
.card:focus .card__image {
	transform: scale(1.06);
}
.card:hover .card__content,
.card:focus .card__content {
	border-color: hsl(198deg 100% 56%);
}
.card:active .card__content {
	border-color: #0081b8;
}

@media (min-width: 535px) {
	.card {
		width: calc(50% - 16px);
	}
}
@media (min-width: 790px) {
	.card {
		width: calc(33.333% - 16px);
	}
}
@media (min-width: 675px) and (max-width: 819px) {
	.has-nav .card {
		width: 100%;
	}
}
@media (min-width: 820px) {
	.has-nav .card {
		width: calc(50% - 16px);
	}
}
@media (min-width: 1170px) {
	.has-nav .card {
		width: calc(33.333% - 16px);
	}
}



/*	Article Listing
-------------------------------------------------------------- */
.filterArticlesForm {
	max-width: 377px;
	margin: 0 0 50px;
}
#articleListing .pagination {
	text-align: center;
}

/*	Recent Posts
-------------------------------------------------------------- */
.recentPosts {
	margin-top: 40px;
	margin-bottom: 40px;
}
._entry .recentPosts {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
.recentPosts__intro {
	margin: 0 0 15px;
}
._entry .recentPosts__intro {
	text-align: center;
}
.recentPosts__heading {
	margin: 0;
}
.recentPosts__link {
    display: inline-block;
	margin-top: 5px;
	line-height: 1.2;
}
.recentPosts__noResults {
	text-align: center;
}
._entry .recentPosts .cardList {justify-content: center;
	-webkit-box-pack: center;-ms-flex-pack: center;
}







/*	NEW MASTHEAD (for all pages OTHER than product listing and products)
------------------------------------------------------------------------------ */
.product .main .body {
	margin: 0;
	padding: 0 20px;
	box-shadow: none;
	background: none;
}

.product .main .body .section {
	padding: 0;
	box-shadow: none;
	z-index: 10;
}

.product .masthead ~ .main.wrapper {
	margin-top: 0;
}



/* Masthead */
.masthead {
	position: relative;
	display: flex;
	min-height: 280px;
	margin: 0;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	border-top: 10px solid #fff;
	background: #e2ecee;
	z-index: 0;
	transition: all 300ms;
}

.masthead__inner {
	display: flex;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 40px 20px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.masthead__content {
	width: 100%;
	max-width: calc(560 / 1210 * 100%);
	margin-right: 50px;
	color: white;
	z-index: 15;
}

/* if no Featurd Image */
.masthead:not(.hasFeaturedImage) .masthead__content {
	max-width: 100%;
}

.masthead__content h1 .preheading,
.masthead__content h1 .heading {
	display: block;
	font-family: "URWEgyptienne";
	text-shadow: none;
}

.masthead__content h1 .preheading {
	font-size: 26px;
}

.masthead__content h1,
.masthead__content p {
	margin: 0;
	color: #47525b;
}

.masthead__content h1 {
	font-weight: 500;
	font-size: 55px;
}



/* Background Image */
.masthead__media--background .imageBackgrounded {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
	margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
	filter: grayscale(1);
    z-index: -1;
}

.imageBackgrounded--northwest { background-position:   0%   0%; }
.imageBackgrounded--west      { background-position:   0%  50%; }
.imageBackgrounded--southwest { background-position:   0% 100%; }
.imageBackgrounded--north     { background-position:  50%   0%; }
.imageBackgrounded--center    { background-position:  50%  50%; }
.imageBackgrounded--south     { background-position:  50% 100%; }
.imageBackgrounded--northeast { background-position: 100%   0%; }
.imageBackgrounded--east      { background-position: 100%  50%; }
.imageBackgrounded--southeast { background-position: 100% 100%; }

.opacity--high 		{ opacity: 1; }
.opacity--medium 	{ opacity: .5; }
.opacity--low 		{ opacity: .1; }

.masthead__media--background .imageBackgrounded img {
	display: none;
}



/* Featured Image */
.masthead.hasFeaturedImage {
	min-height: 54vh;
}

.masthead.hasFeaturedImage .masthead__inner {
	padding: 30px 20px 80px;
	text-align: left;
}

.masthead.hasFeaturedImage .masthead__media--featured {
	position: relative;
	width: 100%;
	max-width: calc(640 / 1210 * 100%);
	height: 400px;
	overflow: hidden;
	z-index: 10;
}

.masthead__media--featured[data-fit="cover"] {
	border: 3px solid white;
}

.masthead__media--featured[data-fit="cover"] .imageBackgrounded,
.masthead__media--featured[data-fit="contain"] .imageBackgrounded {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
	display: block;
    width: 100%;
	margin: 0 auto;
    background-repeat: no-repeat;
	z-index: -1;
}

.masthead__media--featured[data-fit="cover"] .imageBackgrounded {
	background-size: cover;
}

.masthead__media--featured[data-fit="contain"] .imageBackgrounded {
    background-size: contain;
}

.masthead.hasFeaturedImage .masthead__media--featured .imageBackgrounded img {
	display: none;
}

@media (max-width: 750px) {
	.product .masthead .masthead__inner {
		padding: 40px 20px 90px;
	}
	.masthead.hasFeaturedImage {
		min-height: 200px;
	}
	.masthead__content {
		max-width: 100%;
		margin-right: 0;
	}
	.masthead.hasFeaturedImage .masthead__media--featured {
		display: none;
	}
}

@media (max-width: 675px) {
	.masthead ~ .main.wrapper {
		margin-top: 0;
	}
	.masthead {
		min-height: 200px;
		border-top: none;
		/* margin-top: 41px; */
	}
	body:not(.product) .masthead .masthead__inner {
		padding: 40px 20px 50px;
	}
}



/* Logo Stripe (home page) */
.logoStripe {
	margin: 25px 0;
	padding: 25px 30px;
}

.logoStripe .logoStripe__intro {
	text-align: center;
}

.logoStripe .logoStripe__heading {
	margin: 0 0 20px;
}

.logoStripe .logoStripe__text {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.logoStripe .logoStripe__text p:not(:last-child) {
	margin: 0 0 5px;
}

.logoStripe .logoStripe__text p:last-child {
	margin: 0;
}


.logoStripe .logoStripe__logos:not(.slick-initialized) {
	display: flex;
	margin-right: -10px;

	margin-left: -10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.logoStripe .logoStripe__logos:not(.slick-initialized) .item {
	min-width: 150px;
	margin: 10px;
	flex: 0 1 calc(100% / 5 - 20px);
}

.logoStripe .logoStripe__logos .item a > img {
	max-width: 100%;
	padding: 5px;
}
.logoStripe .logoStripe__logos .slick-track {
	display: flex;
	align-items: center;
	justify-items: center;
}
.logoStripe .logoStripe__logos .item.slick-slide > a {
    display: flex;
    justify-content: center;
}
.slick-prev:before,
.slick-next:before {
	color: #0094d3;
}