﻿/** Skeleton V1.2* Copyright 2011, Dave Gamache* www.getskeleton.com* Free to use under the MIT license.* http://www.opensource.org/licenses/mit-license.php* 6/20/2012*//* Table of Content==================================================	#Reset & Basics	#Basic Styles	#Site Styles	#Typography	#Links	#Lists	#Images	#Buttons	#Forms	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;	/*vertical-align: baseline;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
.pop table {
	margin-bottom: 40px;
}/* Zebra striping */
tr:nth-of-type(odd) {
	background: #f1f1f1;
}
.pop tr:nth-of-type(odd) {
	background: #fff;
}
td, th {
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: left;
}
th {
	background: #333;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 8px 5px;
	border: 1px solid #333;
}
/* #Basic Styles================================================== */
body {
	background: #fff;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	font-family: 'DIN Next W01 Regular', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Typography================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-family:"DIN Next W01 Bold", Arial, sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 33px;
	margin-bottom: 15px;
}
/*h1 {    font-family:"DIN Next W01 Bold", Arial, sans-serif;	font-size: 31px;	line-height: 39px;	margin-bottom: 15px;}*/
h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
h2.noborder {
	border-bottom: none;
	margin-bottom: 15px;
}
h2 .gotoTop {
	font-size: 12px;
	color: #999;
	margin-left: 20px;
	cursor: pointer;
}
.blue {
	color: #1d5ab8 !important;
}
/*h2 a {	color: #656565 !important;}h2 a:hover {	color: #000 !important;}*/
h3 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 23px;
	margin-bottom: 3px;
}
h4 {
	font-family:"DIN Next W01 Bold", Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-family: 'DIN Next W01 Regular', Arial, sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #333;
}
h6 {
	font-size: 16px;
	line-height: 22px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 18px 0;
}
p img {
	margin: 0;
	vertical-align: text-top;
}
p.lead {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 20px;
	color: #4b5452;
	line-height: 26px;
	padding-right: 10px;
}
p.logo-align {
	display: flex;
	justify-content: space-around;
}
	p.logo-align img {
		display: flex;
		align-self: center;
		flex: 0;
		height: auto;
		max-width: 200px;
		max-height: 115px;
	}
p.green {
	color: #a5ac00;
}
p.icon, span.icon {
	line-height: 26px;
	margin-bottom: 20px;
}
p.icon img, span.icon img {
	float: left;
	margin-right: 8px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	perspective: 1000;
}
p.icon a {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 17px;
	color: #000;
}
p.icon a:hover img {
	transform: rotateY(180deg);
}
	p.icon.more a:hover img {
		transform: rotate(90deg);
	}
	p.icon.more.less a:hover img {
		transform: rotate(-90deg);
	}
em {
	font-style: italic;
}
strong {
	font-weight: normal;
	font-family:"DIN Next W01 Medium", Arial, sans-serif;
	font-size: 108%;
}
small {
	font-size: 90%;
	line-height: 90%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px !important;
	line-height: 24px;
	margin-bottom: 10px;
	color: #333;
}
blockquote.medium, blockquote.medium p {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 18px !important;
	line-height: 25px;
}
blockquote.smaller, blockquote.smaller p {
	font-size: 15px !important;
	line-height: 22px;
}
blockquote {
	margin: 0 0 20px;
	padding: 0 20px 0 0;
}
blockquote.nobg {
	padding: 0 20px 21px 50px;
}
blockquote.team {
	padding-left: 80px;
}
blockquote.clin-neg {
	padding: 20px 200px 21px 64px;
	background: url(../images/bg-quote-clin-neg.jpg) left 0 no-repeat;
}
blockquote.clin-neg p {
	color: #fff;
	text-shadow: #777 0 1px 2px;
}
blockquote p:first-child::before {
	display: inline-block;
	content: "";
	width: 28px;
	height: 24px;
	background: url(../images/i-quote-blk.png) 0 0 no-repeat;
	padding-left: 10px;
}
.bgBlue blockquote p::before {
	display: inline-block;
	content: "";
	width: 28px;
	height: 24px;
	background: url(../images/i-quote-white.png) 0 0 no-repeat;
	padding-left: 10px;
}
blockquote footer {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
}
blockquote.clin-neg footer {
	color: #000
}
blockquote footer a, blockquote footer a:visited, blockquote footer a:visited {
	color: #1f6ccb;
}
/* page quote */
blockquote.pageQuote {
	background: #000;
	padding: 20px 290px 20px 40px;
	min-height: 160px;
	border-bottom: none;
}
blockquote.pageQuote p, blockquote.pageQuote footer {
	color: #fff;
}
blockquote.pageQuote span.icon img {
	border: 2px solid #fff;
	border-left: none;
	margin-left: -40px;
}
blockquote.pageQuote span.icon {
	display: block;
	padding-top: 10px;
	margin-bottom: 0;
	line-height: 28px;
	text-transform: uppercase;
}
blockquote.pageQuote span.icon a {
	color: #bcd000;
}
.testimonial {
	padding-left: 35px;
	background: url(../images/bg-testimonial.png) top left no-repeat;
}
p.quotee {
	font-family: 'DIN Next W01 Bold', Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-left: 35px;
}
/* feature quote */
.featureWrap blockquote, .featureWrap blockquote p {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-style: normal;
	margin-bottom: 0;
	color: #222;
	border: none;
}
.featureWrap blockquote {
	display: block;
	margin: 0 0 0;
	padding: 10px 20px 0 0;
}
.featureWrap blockquote p {
	display: inline;
	font-size: 21px !important;
	line-height: 27px !important;
}
.featureWrap blockquote p:before {
	display: none;
}
.featureWrap blockquote footer {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 15px;
	line-height: 23px;
	margin-top: 5px;
}
.featureWrap blockquote::before {
	content: "";
	display: inline-block;
	background: url(../images/sprite.png) 0 -180px no-repeat;
	background-size: 500px 500px;
	width: 27px;
	height: 24px;
	margin-right: 10px;
}
/* horizontal rules */
hr {
	border: dotted #ccc;
	border-width: 2px 0 0;
	clear: both;
	margin: 10px 10px 20px;
	height: 0;
}
.columns hr, .column hr {
	margin: 10px 0 20px;
}
hr.solid {
	border: solid #ddd;
	border-width: 2px 0 0;
}
/* #Links================================================== */
a, a:visited, a:active {
	font-family: inherit;
	color: #1d5ab8;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}
	a:hover {
		color: #000;
		text-decoration: none;
	}
	a:focus {
		/*outline: solid*/
	}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal;
}
ol, ul, ul.square, ul.circle, ul.disc {
	margin-left: 25px;
}
ul.twoCol {
	column-count: 2;
	column-gap: 20px;
}
ul.square {
	list-style: square outside;
}
	ul ul,
	ul.circle {
		list-style: circle outside;
	}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;	/*font-size: 90%;*/
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 24px;
	margin-bottom: 3px;
}
ul.large li {
	line-height: 24px;
}
li p {
	line-height: 24px;
}
.smallTxt {
	font-size: 12px;
}
.noborder {
	border-bottom: none !important;
}
/* button list */
ul.btnList, ul.btnList li {
	margin: 0;
	padding: 0;
	font-family: 'DIN Next W01 Regular', Arial, sans-serif;
	font-size: 15px;
	list-style: none;
}
ul.btnList {
	margin: 0 0 20px;
}
ul.btnList li a {
	background: url(../images/i-arrow-hilight.png) no-repeat -6px 13px;
	display: block;
	padding: 8px 0 5px 8px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #000;
	text-transform: uppercase;
}
ul.btnList.sport li a {
	text-transform: none;
	padding: 8px 12px 5px 0;
}
ul.btnList li.option a {
	background: #6b9fb8 url(../images/i-arrow-hilight.png) no-repeat -6px 13px;
	color: #fff;
}
ul.btnList li a.selected, ul.btnList li a.selected:hover {
	background: rgba(255,255,255,0.2) url(../images/i-arrow-hilight.png) -6px 13px no-repeat;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 8px 0 5px 10px;
	color: #fff;
}
ul.btnList li a:hover {
	background: rgba(255,255,255,0.1) url(../images/i-arrow-hilight.png) no-repeat 10px 13px;
	padding: 8px 0 5px 23px;
	color: #ccc;
}
ul.btnList.sport li a:hover, ul.btnList.sport li.selected a {
	background: url(../images/i-arrow-hilight.png) no-repeat 2px 15px;
	padding: 8px 0 5px 12px;
	color: #fff;
}
ul.btnList ul {
	margin: 0;
}
ul.btnList ul li a {
	background: #fff url(../images/i-arrow-hilight.png) no-repeat -6px 13px;
	display: block;
	padding: 8px 0 5px 23px;
	border-bottom: 1px dotted #aaa;
	color: #000;
}
ul.btnList ul li.featured a {
	background: #bcd000 url(../images/i-arrow-hilight.png) no-repeat -6px 13px;
	border-bottom: 1px solid #9a0;
	color: #fff;
}
ul.btnList ul li a:hover, ul.btnList ul li a.selected, ul.btnList ul li a.selected:hover {
	background: #fff url(../images/i-arrow-hilight.png) 20px 13px no-repeat;
	padding: 8px 0 5px 33px !important;
	border-bottom: 1px solid #aaa;
	color: #4880c4;
}
/* Link list / publication list */
ul.linklist, ul.publist {
	margin: 0 0 20px;
	list-style: none;
}
.pullOut ul.linklist {
	margin-bottom: 0;
}
ul.linklist li, ul.publist li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 2px 0 3px 34px;
	line-height: 24px;
	font-size: 16px;
}
ul.linklist.dividers li {
	border-bottom: 1px dotted #AAA;
	margin-top: 9px;
	padding-bottom: 9px;
	line-height: 20px;
}
ul.publist li {
	background: url(../images/i-publication.png) 0 0 no-repeat;
	padding: 2px 0 8px 34px;
}
.pullOut ul.linklist li.computer,
.pullOut ul.linklist li.email,
.pullOut ul.linklist li.tel,
.pullOut ul.linklist li.twitter {
    background-size: 32px 32px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 4px 0 2px 42px;
    min-height: 26px;
}
.pullOut.bgBlue ul.linklist li.tel {
	min-height: 26px;
	line-height: 20px;
}
ul.linklist li.case {
	background: url(../images/i-case.png) 0 0 no-repeat;
	margin: 0 0 10px 0;
	line-height: 20px;
}
ul.linklist li.computer {
    padding: 4px 0 2px;
}
    ul.linklist li.computer a {
        display: block;
        color: #fff;
        padding: 10px 10px 9px 42px;
        background: #1d5ab8 url(../images/i-computer.png) 10px 10px no-repeat;
        background-size: 24px 24px;
    }
	ul.linklist li.computer a:hover {
        background: #000 url(../images/i-computer.png) 10px 45% no-repeat;
        background-size: 24px 24px;
    }
.pullOut ul.linklist li.computer {
    background: url(../images/i-computer.png) 0 0 no-repeat;
}
ul.linklist li.directory {
    background: url(../images/i-directory.png) 0 0 no-repeat;
}
	ul.linklist li.directory.large {
		background: url(../images/i-directory-lg.png) 0 0 no-repeat;
		background-size: 36px 48px;
		padding-left: 50px;
	}
ul.linklist li.download {
	background: url(../images/i-download.png) 3px 0 no-repeat;
}
ul.linklist li.dx {
	background: url(../images/i-dx.png) 0 0 no-repeat;
}
ul.linklist li.email {
	background: url(../images/i-email.png) 0 0 no-repeat;
}
.pullOut ul.linklist li.email {
	background: url(../images/i-email3.png) 0 0 no-repeat;
}
ul.linklist li.fax {
	background: url(../images/i-fax.png) 0 0 no-repeat;
}
ul.linklist li.linkedin {
	background: url(../images/i-linkedin-sm.png) 0 0 no-repeat;
}
ul.linklist li.map {
	background: url(../images/i-map.png) 0 0 no-repeat;
}
ul.linklist li.mob {
	background: url(../images/i-mob.png) 5px 0 no-repeat;
}
ul.linklist li.tel {
	background: url(../images/i-tel.png) 0 0 no-repeat;
}
.pullOut ul.linklist li.tel {
	background: url(../images/i-tel2.png) 0 0 no-repeat;
}
.pullOut.bgBlue ul.linklist li.tel {
	background: url(../images/i-tel2.png) 0 6px no-repeat;
}
ul.linklist li.tel strong {
	font-family: "DIN Next W02 Medium", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}
ul.linklist li.tick {
	background: url(../images/i-tick2.png) 0 0 no-repeat;
	line-height: 21px;
}
ul.linklist li.tickB {
    background: url(../images/i-tickBlack.png) 0 0 no-repeat;
    line-height: 21px;
}
.pullOut ul.linklist li.twitter {
	background: url(../images/i-twitter-list.png) 0 0 no-repeat;
}
ul.linklist li.vcard {
	background: url(../images/i-vcard.png) 0 0 no-repeat;
}
ul.linklist li.video {
	background: url(../images/i-video.png) 0 0 no-repeat;
}
ul.linklist li.faq {
	background: url(../images/i-faq.png) 0 0 no-repeat;
}
ul.linklist li.link {
	background: url(../images/i-link.png) 0 0 no-repeat;
}
ul.linklist .date {
	font-size: 14px;
	color: #777
}
ul.headlines .subtext {
	font-size: 14px;
	color: #555
}
ul.linklist .subtext {
	font-size: 14px;
	color: #555
}
/*dl, dd {	margin-bottom: 10px;}dt {	font-family: 'DIN Next W01 Regular', Arial, sans-serif;	line-height: 19px;}	dt a {		display: block;		padding: 0 0 7px 32px;		background: url(../images/i-news-diag4.png) 0 0 no-repeat;		min-height: 38px;	}		dt a:hover {		background: url(../images/i-news-diag4.png) 0 -12px no-repeat;	}dd {	padding: 0 0 8px 32px;	font-size: 12px;	color: #888;	border-bottom: 1px solid #ddd;}*/
ul.headlines {
	margin: 0 0 10px;
	list-style: none;
}
ul.headlines li {
    /*font-family: 'DIN Next W02 Medium', Arial, sans-serif;*/
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
ul.headlines li a, ul.headlines.events li a {
	display: block;
	padding: 3px 0 0 32px;
	background: url(../images/i-news.png) 0 0 no-repeat;
	min-height: 20px;
	margin-bottom: 12px;
}
	ul.headlines.lined li a {
		margin-bottom: 0px;
	}
ul.headlines li.latest a {
	background: #e1e1e1 url(../images/i-news-latest.gif) 0 0 no-repeat;
	color: #000;
	margin-bottom: 14px;
	padding-right: 3px;
}
ul.headlines li.latest a:hover {
	background: #bcd000 url(../images/i-news-latest.gif) 0 0 no-repeat;
	color: #000;
}
ul.headlines.events li a {
	background: url(../images/i-date.png) 0 0 no-repeat;
}
ul.headlines li.brochure a {
	background: url(../images/i-brochure.png) 0 0 no-repeat;
}
ul.headlines li.ebulletin a {
	background: url(../images/i-ebulletin.png) 0 0 no-repeat;
}
ul.headlines li.factsheet a {
	background: url(../images/i-factsheet.png) 0 0 no-repeat;
}
ul.headlines li:first-child a {
	border-top: none;
}
ul.headlines .date {
	font-size: 14px;
	color: #777
}
/* news ticker */
#newsWrap h3 {
	color: #bcd000;
}
ul.newsticker, ul.newsticker li, ul.newsticker h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.newsticker {
	height: 20px;
}
ul.newsticker li {
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden !important;
}
ul.newsticker li a {
	color: #fff;
}
ul.newsticker li a:hover {
	color: #bcd000;
}
/* alphabet */
ul.alphabet, ul.alphabet li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.alphabet li {
	float: left;
	margin: 0 5px 5px 0;
}
ul.alphabet li a {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 21px;
	display: block;
	text-transform: uppercase;
	padding: 31px 33px 28px;
	width: 14px;
	background: #e1e1e1;
	color: #111;
	text-align: center;
    /*border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;*/
}
ul.alphabet.small li a {
	padding: 15px 18px 11px;
	font-size: 14px;
}
ul.alphabet.small li:nth-child(7n) {
	margin-right: 0;
}
ul.alphabet li a:hover {
	background: #1d5ab8;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
ul.alphabet li a.off {
	background: #eee;
	color: #999;
}
ul.alphabet li a.off:hover {
	background: #eee;
	color: #999;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* pagination */
ul.pagination, #xsltsearch_navigation {
	margin: 0 0 20px;
	list-style: none;
}
ul.pagination li, #xsltsearch_navigation li {
	float: left;
	font-weight: 600;
	width: 32px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #1d5ab8;
	padding: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
ul.pagination li a, #xsltsearch_navigation li a {
	display: block;
	font-weight: 400;
	color: #000;
	padding: 0;
	margin: 0;
}
ul.pagination li a:hover, #xsltsearch_navigation li a:hover {
	color: #1d5ab8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

ul.tabNavigation {
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}

	ul.tabNavigation li {
		display: inline-block;
		margin: 0 2px -1px 0;
		padding: 0;
		list-style: none;
	}
		ul.tabNavigation li a {
			display: block;
			padding: 9px 12px 5px;
			background-color: #bcd000;
			color: #000;
			border: 1px solid #bcd000;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 14px;
		}
			ul.tabNavigation li a:hover {
				background-color: #000;
				border: 1px solid #000;
				border-bottom: 1px solid #efeeed;
				color: #fff;
			}
			ul.tabNavigation li a.selected {
				background-color: #fff;
				border: 1px solid #ccc;
				border-bottom: 1px solid #fff;
				color: #333;
			}
			ul.tabNavigation li span.count {
				display: inline-block;
				min-width: 20px;
				height: 20px;
				padding-left: 5px;
				padding-right: 5px;
				text-align: center;
				font-size: 12px;
				line-height: 20px;
				background: #fff;
				color: #333;
				border-radius: 10px;
				border: 1px solid rgba(0,0,0,0.3);
				box-sizing: border-box;
				margin-left: 3px;
				transform:translateY(-1px)
			}
			ul.tabNavigation li a.selected span.count {
				background: #000;
				color: #fff;
			}
			

/* accordion */
.accordion, .accordion > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordion {
	clear: both;
}
.accordion h2 {
	font-size: 20px;
	line-height: 28px;
	border-bottom: 2px solid #ddd;
	color: #5b95b0;
	padding-left: 26px;
	padding-bottom: 5px;
	background: url(../images/i-arrow-black.png) 10px 10px no-repeat;
	margin-bottom: 15px;
}
.accordion h2 a {
	display: block;
}
.accordion .active h2 a {
	color: #000;
}
.accordion .address, .accordion .itemText {
	padding-bottom: 20px;
	padding-left: 26px;
	margin: 0 !important;
}
/*.accordion .linklist li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}*/
.accordion li ul.square {
	list-style: square outside !important;
	margin-left: 25px;
	margin-bottom: 18px;
}
.accordion li ul.square li {
	list-style: square outside !important;
}
.accordion li ul.square li ul.square li {
	list-style: circle outside !important;
}
.accordion h3 {
	text-transform: none;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0;
	color: #1d5ab8;
}
/* #Images================================================== */
img.scale {
	width: auto;
	max-width: 100%;
	height: auto;
	line-height: 0;
}
img.sponsor {
	width: auto;
	max-width: 140px;
	margin: 0 10px 20px;
	height: auto;
	line-height: 0;
}
img.sponsor.wide {
	max-width: 300px;
}
img.insetL, img.insetR {
	max-width: 50%;
	box-sizing: border-box;
}
img.insetLsm, img.insetRsm {
	max-width: 25%;
	box-sizing: border-box;
}
img.insetL, img.insetLsm {
	float: left;
	margin: 0 30px 20px 0;
}
img.insetR, img.insetRsm {
	float: right;
	margin: 0 0 20px 30px;
}
.polaroid {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #ddd;
}
.polaroid:hover {
	-moz-box-shadow: 0 0 7px #ccc;
	-webkit-box-shadow: 0 0 7px #ccc;
	box-shadow: 0 0 7px #ccc;
}
.abstract {
	border-bottom: 2px solid #4b5452;
	margin-bottom: 15px
}
.sLogo {
	vertical-align: middle;
}
.sLogo img {
	vertical-align: middle !important;
	margin: 0 25px 20px 0;
	max-width: 400px;
	max-height: 115px;
}
	.sLogo img.smaller {
		max-width: 160px;
		max-height: 58px;
	}
	.sLogo a:last-child img {
		margin-right: 0;
	}

.imgHolder {
	position: relative;
	z-index: 1;
	line-height: 0;
}
.featureWrap .imgHolder {
	margin-bottom: 20px;
}
.keyHolder {
	margin-bottom: 20px !important;
}
.key {
	width: 50%;
	float: left;
	position: relative;
	background: #000;
}
.key.full-width {
	width: 100%;
	float: none;
	margin-top: 8px;
}
.keyGrid .key.full-width, .bgGreen .key.full-width {
	margin-top: 0;
}
.txtHolder {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px 2px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 2;
}
.txtHolder h3 {
	font-family: 'DIN Next W01 Regular', Arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
}
.key .txtHolder {
	padding: 10px 10px 5px;
}
.key .txtHolder h3 {
	font-size: 15px;
	line-height: 20px;
}
/* #Buttons================================================== */
.button, button, input[type="submit"], input[type="reset"], input[type="button"], .cta {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 15px;
	-webkit-appearance: none;
	text-transform: uppercase;
	text-align: left;
	background: #1d5ab8;
	border: none;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: inherit;
	padding: 8px 10px 5px;
    /*height: 39px;*/
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-appearance: none !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#gMap button {
	color: #111 !important;
}
.cta {
	color: #bcd000 !important;
	background: #000;
	border: none;
	padding: 10px 10px 8px;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	line-height: inherit;
}
.cta img {
	margin-top: 7px;
	float: right;
}
.cta.withIcon span {
	display: inline-block;
	margin-top: 21px;
	font-size: 20px;
	text-transform: none
}
.cta.withIcon span.double {
	margin-top: 8px;
}
.cta img.ctaIcon {
	margin-top: 0;
	float: left;
	vertical-align: middle;
	margin-right: 20px;
}
.cta img.ctaArrow {
	margin-top: 27px;
	float: right;
}
.cta.green, .pullOut .cta {
	color: #000 !important;
	background: #bcd000;
}
.cta.blue {
	color: #fff !important;
	background: #1d5ab8;
}
.cta:hover {
	color: #000 !important;
	background: #bcd000;
}
.cta.green:hover, .pullOut .cta:hover {
	color: #bcd000 !important;
	background: #656565 !important;
}
.blue .button, .blue button, .blue input[type="submit"], .blue input[type="reset"], .blue input[type="button"] {
	background: #1d5ab8;
	border: none;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #fff !important;
	background: #111; /* Old browsers */
	border: none;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: none;
	background: #ccc; /* Old browsers */
}
.full-width {
	width: 100%;
	box-sizing: border-box;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
.button.offset {
	margin-left: 300px !important;
}
/* #Forms================================================== */
form {
	margin-bottom: 0;
}
form.panel {
	padding: 19px;
	border: 1px solid #cce1f4;
	background: #ecf4fb;
}
.errorBox {
	padding: 10px;
	border: 1px solid #e50004;
	background: #ffe6e6;
	color: #e50004;
	margin: 0 0 20px 0 !important;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="date"], textarea, select {
    font-family: 'DIN Next W01 Regular', Arial, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 0 8px;
    outline: none;
    color: #000;
    margin: 0 0 10px;
    /*width: 460px;*/
    width: 380px;
    max-width: 100%;
    display: block;
    background: #fff;
    height: 38px;
    line-height: normal;
    text-overflow: ellipsis !important;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
input[type="text"].full-width, input[type="password"].full-width, input[type="email"].full-width, textarea.full-width, select.full-width {
	width: 100%;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input[type="text"]:active, input[type="tel"]:active, input[type="password"]:active, input[type="email"]:active, textarea:active {
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
}
input[type="text"].short, input[type="tel"].short, input[type="password"].short, input[type="email"].short, textarea.short {
	width: 80px !important
}
textarea {
	min-height: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
}
label, legend {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	float: left;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 3px;
	width: 300px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/select-arrow.png') center right no-repeat;
	padding: 6px 6px 4px;
	height: 37px;
    /*border: none;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.6);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.6);*/
}
.bgBlack select {
	border: none;
}
select:hover {
	opacity: 0.8;
}
select::-ms-expand {
display: none;
}
select.full-width, label.full-width {
	width: 100% !important;
}
optgroup {
	font-weight: lighter !important;
	padding: 10px 0;
}
input[type="checkbox"] {
	display: inline;
	vertical-align: middle;
}
input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	-moz-box-shadow:    inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	box-shadow:         inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	background-color: #ffe6e6;
	color: #c00 !important;
}
label.checkLabel {
	display: block;
	padding-left: 20px;
	text-indent: -20px;
	width: 100px;
	margin-bottom: 20px;
}
label.checkLabel.wide {
	width: 240px;
}
.checkboxHolder {
	width: auto;
	float: left;
}
.checkboxRow {
	width: 100%;
}
.checkboxRow input {
	width: 16px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
	margin-top: 6px;
}
.checkboxRow label {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 34px) !important;
}
.g-recaptcha,
.matchLabel {
	margin: 0 0 20px 300px;
}
::-webkit-input-placeholder {
color: #777;
}
::-moz-placeholder {
color: #777;
}
:-ms-input-placeholder {
color: #777;
}
:-moz-placeholder {
color: #777;
}
/* #Misc================================================== */
.inb {
    display: inline-block;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.quarter-bottom {
	margin-bottom: 5px !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.add-bottom-30 {
	margin-bottom: 30px !important;
}
.double-bottom {
	margin-bottom: 40px !important;
}
.add-top {
	margin-top: 10px !important;
}
.bgWhite {
	background-color: #fff !important;
}
.bgBlack {
	background-color: #000 !important;
}
.bgGreen {
	background-color: #bcd000 !important;
}
.bgGreen.light {
	background-color: #daf200 !important;
}
.bgBlue {
	background-color: #1d5ab8 !important;
}
.bgBlue h1, .bgBlue h2, .bgBlue h3, .bgBlue p, .bgBlue li, .bgBlue footer {
	color: #fff !important;
}
.bgGrey {
	background-color: #999 !important;
}
.bgGrey.light {
	background-color: #ddd !important;
}
.bgGrey.dark {
	background-color: #333 !important;
}
.bgGrey.mid {
	background-color: #656565 !important;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
p.alt {
	font-size: 14px;
	margin-bottom: 14px;
}
.divider {
	margin: 0 8px;
}
.subdued {
	color: #888 !important;
}
.black, a .black {
	color: #000 !important;
}
.error {
	color: #d40000;
}
.hilight {
	color: #1d5ab8 !important;
}
.flo-l {
    float: left !important;
}
.flo-r {
    float: right !important;
}
/* margin */
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
/* text selection bg */
::selection {
	background: #bcd000;
	color: #111;
}
::-moz-selection {
background: #bcd000;
color: #111;
}
/*  Cookie law  */
#cookie-law {
	width: 100%;
	background: rgba(0,0,0,0.9);
	padding: 20px 20px 15px;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	box-sizing: border-box;
}
#cookie-law p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	width: 80%;
}
#cookie-law a {
	color: #bcd000;
}
#cookie-law a.button {
	background-color: #bcd000;
	color: #000 !important;
	float: right;
}
/*	Add this  */
.addthis_button {
	float: left;
	margin-right: 8px;
}
.addthis_toolbox {
	margin-top: 0;
}
.addthis_toolbox a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.at_item {
	font-size: 11px;
	font-weight: normal !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.at_item:hover {
	padding: 0;
}
#at15pf {
	height: 20px !important;
}
#at15pf a {
	line-height: 20px;
}
#at15sptx {
	font-size: 12px;
	line-height: 15px;
}
/* one trust */

#onetrust-banner-sdk.otCenterRounded {
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}

#onetrust-banner-sdk #onetrust-policy-title {
	font-size: 1.6em !important;
}

#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-b-addl-desc {
	font-size: 1em !important;
}
#onetrust-banner-sdk #onetrust-button-group {
    text-align: left !important
}
#onetrust-banner-sdk .banner-actions-container {
    float: left !important;
	text-align: right;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 1.1em;
	font-weight: 500;
	color: #bcd000 !important;
	border: 1px solid #000 !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler {
	margin-right: 1em;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
	color: #000 !important;
}

#onetrust-pc-sdk .ot-pc-header,
#onetrust-pc-sdk .ot-pc-footer {
	background: #fff;
}
#onetrust-pc-sdk .ot-pc-footer-logo {
	height: 34px !important;
	width: 100%;
	text-align: right;
	background: #fff;
	border-top: 1px solid #ddd;
}
#onetrust-pc-sdk input[type=checkbox]:focus + .ot-acc-hdr {
	outline: auto;
	outline-color: #bcd000;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
	color: #000000 !important;
}

#onetrust-pc-sdk #ot-pc-title {
	font-size: 1.4em !important;
}

#onetrust-pc-sdk #ot-pc-desc {
	font-size: 0.9em !important;
}
#onetrust-pc-sdk #accept-recommended-btn-handler {
	letter-spacing: 0;
	font-size: 1em;
	font-weight: 500;
	color: #000000 !important;
	border: 1px solid #bcd000 !important;
}
/*#onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler {
	letter-spacing: 0;
	font-size: 1em;
	font-weight: 500;
	color: #000000 !important;
	border: 1px solid #bcd000 !important;
}*/