/*
* 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
*/

/* vars */
:root {
	--colDark: hsl(205 14% 14% / 1);
	--colMid: #8fa4b3;
	--colLight: hsl(206, 5%, 50%);
	--colPale: hsl(206, 20%, 83%);
	--colVPale: hsl(206, 20%, 95%);
	--colGreen: #14a98b;
	--colGreenLight: #d0fbf1;
	--colBlue: #33a3f4;
	--colOrange: #f47721;
}


/* #Reset & Basics 
================================================== */

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;
}
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;
}


/* #Basic Styles
================================================== */

body {
	background: #fff;
	font-family: 'Lexend', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #798086;
    color: var(--colLight);
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	color: var(--colDark);
	font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 2em;
	line-height: 1.25;
	padding-bottom: 18px;
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
	.twelve.center h1,
	.ten.center h1,
	h1.noBorder {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 30px;
	}
	
h2 {
	text-transform: none;
	font-size: 1.68em;
	line-height: 1.25;
	margin-bottom: 20px;
}
h3 {
	text-transform: none;
	font-size: 1.3125em;
	line-height: 1.35;
	margin-bottom: 15px;
}
h4 {
	text-transform: none;
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 15px;
}
h5 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0;
}
h6 {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 3px;
    color: var(--colMid)
}

.subheader {
	color: var(--colMid);
}
p {
	margin: 0 0 20px 0;
	word-wrap: break-word;
}

p.availability {
	font-size: 0.9em;
	text-transform: uppercase;
}

p.browser {
	font-weight: 500;
}

p.browser::before {
	content:'';
	display: inline-block;
	vertical-align: middle;
	background-size: 500px 500px !important;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
	p.browser.chrome::before {
		background: url('../../images/sprite.png') no-repeat -120px -275px;
	}
	p.browser.edge::before {
		background: url('../../images/sprite.png') no-repeat -165px -275px;
	}
	p.browser.firefox::before {
		background: url('../../images/sprite.png') no-repeat -80px -275px;
	}
	p.browser.safari::before {
		background: url('../../images/sprite.png') no-repeat -40px -275px;
	}

p.comment {
	font-style: italic;
}

p.icon, #sideBar p.icon {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 14px
}
p.icon a::after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	background: url('../../images/sprite.png') no-repeat -45px -240px;
	background-size: 500px 500px;
	width: 7px;
	height: 12px;
	margin-left: 10px;
	-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;
	position: relative;
	top: -1px;
}
	p.icon.left a::after {
		float: left;
		display: block;
		margin-left: 0;
		margin-right: 10px;
		margin-top: 3px;
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
	}
	p.icon.right a::after {
		display: block;
		float: right;
		background: url('../../images/sprite.png') no-repeat 0 -235px;
		background-size: 500px 500px;
		margin-top: 3px;
	}
	p.icon a:hover::after {
		background: url('../../images/sprite.png') no-repeat -60px -240px;
		background-size: 500px 500px;
	}

p.lead {
	font-size: 1.15em;
}

p.social {
  margin: 6px 0 0;
  font-weight: 500;
}

p.social::before {
  content: '';
  display: block;
  float: left;
  margin: 0 10px 0;
  width: 24px;
  height: 24px;
  background-size: 500px 500px !important;
}

	p.social.fb::before  {
		background: url('../../images/sprite.png') no-repeat -295px 0;
	}
	p.social.li::before  {
		background: url('../../images/sprite.png') no-repeat -355px 0;
	}
	p.social.tw::before  {
		background: url('../../images/sprite.png') no-repeat -325px 0;
	}
p.subheading {
	display: inline-block;
	font-size: 90%;
	text-transform: uppercase;
	color: var(--colMid) !important;
	padding-bottom: 3px;
	border-bottom: 2px solid var(--colGreen);
}

em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
small {
	font-size: 85%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 1em;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 0;
}

blockquote {
	margin: 0 0 20px;
	padding: 0 0 5px 0;
	/*border-left: 8px solid #ddd;*/
}
blockquote:before {
  display: inline;
  color: var(--colGreen);
  content: "\201C";
  font-size: 5.5em !important;
  font-style: normal;
  line-height: 0;
  margin-right: 4px;
  vertical-align: -52px;
}
blockquote p {
  display: inline;
}
blockquote .footer {
	display: block;
	font-size: 0.8em !important;
	font-style: normal;
	text-transform: uppercase;
	color: var(--colGreen);
	margin: 10px 0 0 0 !important;
}

blockquote .footer a, blockquote .footer a:visited, blockquote .footer a:visited {
	color: var(--colGreen);
}

hr {
	display: block;
	border: solid var(--colPale);
	border-width: 0 0 1px;
	clear: both;
	padding-top: 30px;
	margin: 0 10px 50px;
	height: 0;
}

.column hr, .columns hr {
	margin: 0 0 50px;
}

	#searchResults hr, hr.narrow {
		padding-top: 4px;
		margin-bottom: 28px;
	}
	hr.mid {
		padding-top: 16px;
		margin-bottom: 40px;
	}

hr.mini {
	border: none;
	clear: both;
	width: 180px;
	height: 5px;
	margin: 35px auto 48px !important;
	padding: 0;
	background: url(/images/hr-mini.png) 0 0 no-repeat;
	background-size: 180px 5px;
}

	#featureWrap hr.mini {
		margin: 35px auto !important;
	}
	
.highcharts-contextmenu hr, .accordion .accSection hr {
	padding-top: 10px;
	margin-bottom: 10px;
}

h1 + hr {
	width: 34%;
	border-width:3px;
	padding: 0;
	border-radius: 3px;
}




/* #Links
================================================== */

a {
	color: var(--colGreen);
	font-size: inherit;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-o-transition: all 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
a:hover {
	color: var(--colDark);
}
p a, li a {
	line-height: inherit;
	font-weight: 500;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 30px;
}
ul {
	list-style: none
}
ol {
	list-style: decimal;
}
ol, ul {
	margin-left: 30px;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
	/*font-size: 90%;*/
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	margin-bottom: 3px;
}

ul li::before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: inline-block;
  color: var(--colGreen);
  font-size: 20px;
	margin-left: -20px;
	margin-right: 10px;
}

/* alphabet */

ul.alphabet, ul.alphabet li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.alphabet.small {
	margin-left: 0;
}

ul.alphabet li {
	float: left;
	margin: 0 3px 3px 0;
}

ul.alphabet li a {
	font-size: 1em;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	padding: 11px 16px 10px;
	width: 11px;
	background: var(--colLight);
	color: var(--colDark);
	text-align: center;
	border-radius: 5px; 
}

ul.alphabet li a:hover {
	background: var(--colMid);
	color: #fff;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
}

ul.alphabet li a.off {
	background: var(--colLight);
	color: var(--colMid);
}
ul.alphabet li a.off:hover {
	background: var(--colLight);
	color: var(--colMid);
	box-shadow: none;
}

/* pagination */

ul.pagination {
	margin: 0 0 10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

ul.pagination li {
	font-size: 1em;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	border-radius: 5px;
	min-width: 32px;
	min-height: 32px;
	line-height: 31px;
	box-sizing: border-box;
	text-align: center;
}

ul.pagination li:before {
  content: '';
  display: none;
}

ul.pagination li.nobg {
	color: var(--colDark);
	margin-right: 20px;
}

ul.pagination li.disabled, ul.pagination li.selected {
	display: inline-block;
}

ul.pagination li.selected {
	background: var(--colDark);
	color: #fff;
}

	ul.pagination li a, ul.pagination li span.off {
		display: inline-block;
		background: var(--colGreen);
		color: #fff;
		min-width: 32px;
		min-height: 32px;
		border-radius: 5px;
		padding: 0 10px;
		box-sizing: border-box
	}

	ul.pagination li span.off {
		background: var(--colPale);
		color: var(--colLight);
	}

ul.pagination li a:hover {
	background: var(--colPale);
	color: var(--colDark);
}

/* linklist */

ul.linklist,
ul.doclist,
ul.ticklist {
	margin: 0 0 25px;
	list-style: none;
}

ul.linklist li {
	margin-bottom: 8px;
}

ul.linklist li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 0;
	margin-right: 10px;
}

	ul.linklist li.cat::before {
		background: url('../../images/sprite.png') -333px -175px;
		background-size: 500px 500px;
	}
        .virtual.aucItem ul.linklist li.cat::before {
		    background: url('../../images/sprite.png') -333px -200px;
		    background-size: 500px 500px;
	    }
	ul.linklist li.email::before {
		background: url('../../images/sprite.png') no-repeat -225px -175px;
		background-size: 500px 500px;
	}
	ul.linklist li.email.account::before {
		background: url('../../images/sprite.png') no-repeat -220px -320px;
		background-size: 500px 500px;
		width: 32px;
		height: 32px;
		margin-right: 5px;
		margin-top: 5px;
	}
	ul.linklist li.fax::before {
		background: url('../../images/sprite.png') no-repeat -200px -175px;
		background-size: 500px 500px;
	}
        .virtual.aucItem ul.linklist li.fax::before {
		    background: url('../../images/sprite.png') no-repeat -200px -200px;
		    background-size: 500px 500px;
	    }
	ul.linklist li.link::before {
		background: url('../../images/sprite.png') no-repeat -310px -175px;
		background-size: 500px 500px;
	}
	ul.linklist li.live::before {
		background: url('../../images/sprite.png') -358px -175px;
		background-size: 500px 500px;
	}
        .virtual.aucItem ul.linklist li.live::before {
            background: url('../../images/sprite.png') -358px -200px;
            background-size: 500px 500px;
        }
    ul.linklist li.live.beta {
        background: var(--colGreen);
        border-radius: 2px;
        padding-right: 6px;
        width: auto;
        display: inline-block;
    }
	ul.linklist li.pdf::before {
		background: url('../../images/sprite.png') no-repeat -115px -320px;
		background-size: 500px 500px;
		width: 32px;
		height: 32px;
		margin-right: 5px;
		margin-top: 5px;
	}
	ul.linklist li.tel::before {
		background: url('../../images/sprite.png') no-repeat -35px -175px;
		background-size: 500px 500px;
	}
	ul.linklist li.tick::before {
		background: url('../../images/sprite.png') no-repeat -283px -175px;
		background-size: 500px 500px;
	}

    ul.linklist li.live.beta a {
        color: #fff;
    }
	
ul.doclist {
	float: right;
	margin-bottom: 15px
}

ul.doclist li {
	float: right;
	display: block;
	margin-left: 15px;
	font-size: 13px;
	line-height: 24px;
}

ul.doclist li:last-child {
	margin-left: 0;
}

ul.doclist li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
	
	ul.doclist li.csv a::before {
		content: "";
		background: url('../../images/sprite.png') no-repeat -80px -320px;
		background-size: 500px 500px;
	}
	ul.doclist li.digital a::before {
		background: url('../../images/sprite.png') no-repeat 0 -270px;
		background-size: 333px 333px;
		margin-right: 5px;
	}
	ul.doclist li.pdf a::before {
		content: "";
		background: url('../../images/sprite.png') no-repeat -115px -320px;
		background-size: 500px 500px;
	}
	ul.doclist li.print a::before {
		content: "";
		background: url('../../images/sprite.png') no-repeat -150px -320px;
		background-size: 500px 500px;
	}
	ul.doclist li.search a::before {
		content: "";
		background: url('../../images/sprite.png') no-repeat -185px -320px;
		background-size: 500px 500px;
	}
	ul.doclist li.tcbg a::before {
		background: url('../../images/sprite.png') no-repeat -30px -270px;
		background-size: 333px 333px;
		margin-right: 5px;
	}
	ul.doclist li.xls a::before {
		content: "";
		background: url('../../images/sprite.png') no-repeat -45px -320px;
		background-size: 500px 500px;
	}
	
ul.doclist li.digital a,
ul.doclist li.tcbg a {
	color: var(--colDark);
	font-size: 0.75em;
}

ul.ticklist {
	margin-bottom: 20px;
}
ul.ticklist li {
	position: relative;
	padding-left: 42px;
	margin: 0 0 15px;
	font-size: clamp(1.1em,2vw,1.4em);
	text-align: left !important;
}
	ul.ticklist li::before {
		position: absolute;
		left: 20px;
		top: 0;
		display: block;
		content: '';
		background: url('/images/icons/tick.svg') 0 0 no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
	}


/* tab navigation */

ul.tabNavigation {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-bottom: 1px solid var(--colGreen);
}

ul.tabNavigation li {
  float: left;
  margin: 4px 10px -1px 0;
  padding: 0;
	list-style: none;
}

	ul.tabNavigation li:last-child {
		margin: 4px 0 -1px 0;
	}

	ul.tabNavigation li a {
		display: block;
		padding: 0.5rem 0.75rem;
		background-color: var(--colPale);
		color: var(--colDark);
		border: 1px solid var(--colPale);
		border-bottom: 1px solid var(--colGreen);
		text-decoration: none;
		font-size: 1rem;
		border-radius: 5px 5px 0 0
	}

ul.tabNavigation li a:hover {
  background-color: #fff;
  border: 1px solid var(--colGreen);
  border-bottom: 1px solid #fff;
  color: var(--colGreen);
}

ul.tabNavigation li a.selected {
  background-color: var(--colGreen);
  border: 1px solid var(--colGreen);
  border-bottom: 1px solid var(--colGreen);
  color: #fff;
}

ul.tabNavigation li a:focus {
  outline: 0;
}


ul.doclist li::before, ul.tabNavigation li::before {
	display: none;
}

/* sitemap */

ul.sitemap {
	margin: 0;
}

	ul.sitemap, ul.sitemap ul {
		margin-left: 30px;
		list-style: none;
		padding: 0;
	}

		ul.sitemap li {
			position: relative;
			list-style: none;
			margin: 0;
			padding: 0;
			line-height: 30px;
		}

			ul.sitemap li:before {
				position: absolute;
				left: -5px;
				top: 0px;
				content: '';
				display: block;
				border-left: 1px solid var(--colLight);
				height: 15px;
				border-bottom: 1px solid var(--colLight);
				width: 20px;
			}

			ul.sitemap li:after {
				position: absolute;
				left: -25px;
				bottom: -7px;
				content: '';
				display: block;
				border-left: 1px solid var(--colLight);
				height: 100%;
			}

			ul.sitemap li.root {
				margin: 0px 0px 0px -30px;
			}

				ul.sitemap li.root:before {
					display: none;
				}

				ul.sitemap li.root:after {
					display: none;
				}

			ul.sitemap li:last-child:after {
				display: none;
			}



/* #Images
================================================== */

img.scale {
	width: auto;
	max-width: 100%;
	height: auto;
	line-height: 0;
	margin-bottom: 20px;
	display: block
}

img.insetL, img.insetR {
	max-width: calc(50% - 15px);
	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;
}

img.stars {
	max-width: 145px
}

img.sponsor {
	max-width: 100px;
	float: right;
	padding-left: 20px !important;
	background: #fff;
}

img.autoArrow {
	width: 29px;
	margin: 0 auto 20px;
}

/*video {
  width: 100%    !important;
  height: auto   !important;
}*/

img.portrait {
  border-radius: 50%; 
}

figure {
	line-height: 1px;
	margin-bottom: 20px;
}

figure img.scale {
	margin: 0;
}
	figcaption {
		display: block;
		background: #eee;
		padding: 10px;
		box-sizing: border-box;
		line-height: 37px;
	}
	figcaption a.button {
		float: right;
		margin-bottom: 0;
		margin-left: 5px;
	}



/* #Buttons
================================================== */

label.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"], .button:visited {
	font-family: 'Lexend', sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	text-align: center;
	background: var(--colGreen);
	border: none;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 30px;
	min-height: 40px;
	line-height: 1;
	padding: 1rem;
	transition: all 0.2s ease-out;
	border-radius: 5px;
	-webkit-appearance: none;
	min-width: 36px;
	box-sizing: border-box;
}
label.button.off, a.button.off, input[type="submit"].off, input[type=submit]:disabled, input[type="button"].off, .infoGrid a.button.off, .infoGrid input[type="submit"].off {
	background: var(--colMid) !important;
}
label.button.anti, a.button.anti, input[type="submit"].anti, input[type="button"].anti, .infoGrid a.button.anti, .infoGrid input[type="submit"].anti {
	background: #f30;
}
label.button.losing, a.button.losing, input[type="submit"].losing, input[type="button"].losing, .infoGrid a.button.losing, .infoGrid input[type="submit"].losing {
	background: #c00;
}
label.button.alt, a.button.alt, input[type="submit"].alt, input[type="button"].alt, .infoGrid a.button.alt, .infoGrid input[type="submit"].alt {
	background: var(--colDark);
}
label.button.minor, a.button.minor, input[type="submit"].minor, input[type="button"].minor, .infoGrid a.button.minor, .infoGrid input[type="submit"].minor {
	background: var(--colLight);
}
label.button.bg-blue, a.button.bg-blue, input[type="submit"].bg-blue, input[type="button"].bg-blue, .infoGrid a.button.bg-blue, .infoGrid input[type="submit"].bg-blue {
	background: var(--colBlue);
}
label.button.bg-green, a.button.green, input[type="submit"].bg-green, input[type="button"].bg-green, .infoGrid a.button.bg-green, .infoGrid input[type="submit"].bg-green {
	background: var(--colGreen);
}
label.button.bg-orange, a.button.bg-orange, input[type="submit"].bg-orange, input[type="button"].bg-orange, .infoGrid a.button.bg-orange, .infoGrid input[type="submit"].bg-orange {
	background: var(--colOrange);
}
label.button.bg-white, a.button.bg-white, input[type="submit"].bg-white, input[type="button"].bg-white, .infoGrid a.button.bg-white, .infoGrid input[type="submit"].bg-white {
	background: #fff;
	color: var(--colGreen)
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #000;
	color: #fff;
	text-decoration: none !important; 
}
a.button:active,  button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background: #333; 
}
a.button.disabled:hover, button.disabled:hover, input.disabled:hover, input[type="submit"].disabled:hover, input[type="reset"].disabled]:hover, input[type="button"].disabled:hover {
	color: #999 !important;
	background-color: #ddd !important;
}
label.button.lg, a.button.lg,  button.lg,  input[type="submit"].lg,  input[type="reset"].lg,  input[type="button"].lg, .button:visited.lg {
	font-size: 16px;
	line-height: 35px !important;
    border-radius: 24px; 
    -moz-border-radius: 24px; 
    -webkit-border-radius: 24px;
}
a.button.icon {
	padding: 6px !important;
	min-width: 24px;
	width: 24px;
	height: 24px;
}
	a.button.icon.image {
		background: var(--colGreen) url(../../../images/sprite.png) -389px -169px no-repeat;
		background-size: 500px 500px;
	}
	a.button.icon.image:hover {
		background: #000 url(../../../images/sprite.png) -389px -169px no-repeat;
		background-size: 500px 500px;
	}
	a.button.icon.download {
		background: #ec1b23 url('../../images/sprite.png') no-repeat -424px -169px;
		background-size: 500px 500px;
	}
	a.button.icon.download:hover {
		background: #000 url('../../images/sprite.png') no-repeat -424px -169px;
		background-size: 500px 500px;
	}


a.button.full-width,  button.full-width,  input[type="submit"].full-width,  input[type="reset"].full-width,  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	height: 36px;
	line-height: 0 !important;
}*/

.matchLabel {
	margin-left: 180px !important
}

.matchLabelH {
	margin-top: 43px
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,  input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}


/* #Forms
================================================== */

form {
	margin-bottom: 0;
}
form.panel {
	padding: 19px;
	border: 1px solid var(--colMid);
	background: var(--colLight);
}
p.successBox {
	background: var(--colGreen);
	color: #fff !important;
	padding: 15px;
	box-sizing: border-box;
	margin-right: 0;
	line-height: 20px;
}

p.successBox::before {
	content: "";
	display: block;
	float: left;
	background: url('../../images/sprite.png') no-repeat -30px -480px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-top: 2px;
	filter: brightness(0) invert(1);
}

p.errorBox {
	background: #c00;
	color: #fff !important;
	padding: 15px;
	box-sizing: border-box;
	margin-right: 0;
	line-height: 20px;
}

	p.errorBox::before {
		content: "";
		display: block;
		float: left;
		background: url('../../images/sprite.png') no-repeat 0 -480px;
		background-size: 500px 500px;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		filter: brightness(0) invert(1);
	}
.g-recaptcha div {
    margin: 0 auto 20px;
}
fieldset {
	/*margin-bottom: 20px;*/
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
	font-family: 'Lexend', sans-serif;
	font-size: 1rem;
	border: 1px solid var(--colLight);
	padding: 0.75rem 1rem;
	outline: none;
	color: var(--colDark);
	margin: 0 0 10px;
	width: 300px;
	max-width: 100%;
	display: inline-block;
	background: #fff;
	height: 50px;
	line-height: normal;
	text-overflow: ellipsis !important;
	border-radius: 5px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

	input[type="text"].full-width,
	input[type="number"].full-width,
	input[type="password"].full-width,
	input[type="email"].full-width,
	input[type="tel"].full-width,
	textarea.full-width, select.full-width {
		width: 100%;
	}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input:focus {
	-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) !important;
}

textarea {
	min-height: 236px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 22px;
}
    textarea.narrow {
	    min-height: 136px !important;
    }
label, legend {
	float: left;
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	padding: 6px 0;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8px;
	color: #000;
	width: 180px;
}

select {
	-webkit-appearance: none;
	width: 300px;
	background: #fff url('../../images/selectBox-arrow.png') center right no-repeat;
	background-size: 15px 6px;
	/*height: 40px;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

label.full-width, select.full-width {
	width: 100% !important;
}
label.forCheck {
	width: 100%;
	padding-top: 10px;
	padding-left: 24px;
	display: inline-block;
	margin: 0 0 10px;
	box-sizing: border-box;
}
label.green {
	padding: 7px 0 8px;
}	
label.short {
	width: auto !important;
	padding-right: 10px;
	box-sizing: border-box;
}
label.account {
	display: inline-block;
	float: none;
	width: auto !important;
	min-width: 180px;
	margin-bottom: 0;
}
label.button {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
input.short, select.short {
	width: 65px !important;
}
input.short.offer, input.damage {
	width: 90px !important;
}
input[type="text"].chosen, select.chosen { 
	color: #fff;
	background-color: #80c3a3;
}
input.toSide {
	width: 49.5% !important;
}
input.disabled, select.disabled, #searchBoxes select.disabled { 
	color: var(--colMid) !important;
	background-color: var(--colLight) !important;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 0;
	margin-right: 7px;
}
form label.forCheck input[type=checkbox] {
	margin-left: -24px;
	margin-bottom: 0 !important;
}
input.error, select.error, input.input-validation-error, select.input-validation-error, label.button.input-validation-error {
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(204, 0, 0, 1);
	-moz-box-shadow:    inset 0px 0px 1px 0px rgba(204, 0, 0, 1);
	box-shadow:         inset 0px 0px 1px 0px rgba(204, 0, 0, 1);
	background-color: #fcc
}

label.button.input-validation-error {
	color: #c00
}

input.datePicker {
	background: url('../../../images/i-date.png') right 50% no-repeat;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    var(--colMid);
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    var(--colMid);
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    var(--colMid);
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    var(--colMid);
}
input:placeholder-shown { /* Standard */
  color:    var(--colMid);
}

input.chosen::-webkit-input-placeholder { 
	color: #fff !important;
}
input.chosen:-moz-placeholder, input.chosen::-moz-placeholder, input.chosen:placeholder-shown { 
	color: #fff !important;
	opacity:  1;
}
.six .g-recaptcha {
    display: inline-block;
}


/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
	border-left: 1px solid var(--colLight);
}

.infogrid th, .infogrid td {
	font-size: 0.9em;
	padding: 10px;
	border-right: 1px solid var(--colLight);
	line-height: 1.25;
}

.infogrid tr {
	border-bottom: 1px solid var(--colLight);
	background: #fff;
}
	.infogrid tr.noTh {
		border-top: 1px solid var(--colLight);
	}
	.infogrid tr:nth-child(even) {
		background-color: #fafafa;
	}

.infogrid th {
	background: var(--colDark);
	color: #fff;
	padding: 0 8px;
	border-right: 1px solid var(--colMid);
	height: 40px
}
	.infogrid th.right {
		text-align: right;
	}
	.infogrid th.center {
		text-align: center;
	}
	.infogrid th.headerSK {
		cursor: pointer;
	}
	.infogrid th.damageImg {
		width: 180px
	}
	.infogrid th.headerSortUp { 
        background: var(--colGreen) url('../../images/arrow-desc.png') right 50% no-repeat; 
	} 
	.infogrid th.headerSortDown { 
        background: var(--colGreen) url('../../images/arrow-asc.png') right 50% no-repeat; 
	}
	.infogrid th.hasLink { 
	    padding: 0px !important;
	}
    .infogrid th a {
        display: block;
	    color: #fff;
        padding: 8px;
        vertical-align: middle;
    }
    .infogrid th.headerSortUp a, .infogrid th.headerSortDown a {
        padding-right: 25px;
    }
    .infogrid th a:hover {
        text-decoration: none !important;
        color: #999;
    }

.infogrid td {
	border-bottom: 1px solid var(--colLight);
}

.infogrid td .extras {
	display: inline-block;
	margin-top: 5px;
	/*-ms-word-break: break-all;
  	word-break: break-all;*/
}

.infogrid.export td  {
	-ms-word-break: break-all;
    word-break: break-all;
}

.infogrid tr.winning td {
	background: #e7f2e8;
}

.infogrid tr.losing td {
	background: rgba(204,0,0,0.1)
}
	.infogrid tr.losing td a {
		color: #c00;
	}

.infogrid img {
	margin-bottom: 5px;
}
.infogrid img.assured {
	float: right;
	width: 80px;
	margin: 0 0 5px 10px;
}

.infogrid a {
	/*display: inline-block;*/
}

.infogrid a:hover {
	text-decoration: underline;
}

	.infogrid a.button {
		font-size: 13px;
		line-height: 21px !important;
		color: #fff !important;
		padding: 7px 6px 6px;
		height: 36px;
		min-height: 36px;
		min-width: 36px;
		margin: 0;
		text-decoration: none;
	}
	.infogrid a.button:hover {
		color: #fff;
		background: #000;
	}

.infogrid span.banner {
    background: rgba(0,135,71,0.8);
    display: block;
    width: 180px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    position: absolute
}


/* auction schedule */

table.aucgrid {
    margin-bottom: 40px;
}

.aucgrid th, .aucgrid td {
	font-family: 'Lexend', sans-serif;
	font-size: 14px;
	padding: 8px;
	border-right: 1px solid #a0caad;
	line-height: 20px;
	background: #e7f2e8;
}

.aucgrid tr {
	background: #fff;
    border: none;
}

.aucgrid th {
	background: #222;
	color: #fff;
	text-align: left;
	border-right: 1px solid #555;
}
	.aucgrid th.right {
		text-align: right;
	}
	.aucgrid th.center {
		text-align: center;
	}

.aucgrid td {
	text-align: center;
	border-bottom: 1px solid #a0caad;
	border-top: none;
}

.aucgrid th:last-child, .aucgrid td:last-child {
	border-right: none;
}

.aucgrid td.location {
	font-weight: 500;
	color: var(--colGreen);
	text-align: left;
}

.aucgrid td.auction {
	padding: 0;
}

.aucgrid td.auction a {
	font-weight: 500;
	background: #6baf80;
	color: #fff;
	display: block;
    padding: 8px;
}
	.aucgrid td.auction.live a::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 14px;
		background: url('../../images/sprite.png') no-repeat -65px -140px;
		background-size: 500px 500px;
		margin-left: 6px;
		margin-top: -3px;
	}

.aucgrid td.current.auction a {
	background: var(--colGreen);
}

.aucgrid td.current.auction.live a {
	background: #941300;
}

.aucgrid td.auction a:hover {
	background: #444 !important;
}

.aucgrid td.current.auction.live a:hover {
	background: #470900 !important;
}

.aucgrid tr.dealerDirect td {
	background: #333;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid #333 !important;
}

.aucgrid tr.digital td {
    color: #fff;
    border-right: 1px solid #f08f60 !important;
    border-bottom: 1px solid #f08f60 !important;
    background-color: #fadac9;
}
    .aucgrid tr.digital td.auction a {
        background: #f3a57f;
    }
    .aucgrid tr.digital td.auction.current a {
        background: #e06c00;
    }
    /*.aucgrid tr.digital td.auction a:hover {
        background: #f3a57f;
    }*/
.aucgrid tr.digital td.location {
    color: #e06c00;
}
.aucgrid tr td.location::before {
	float: left;
	margin-right: 5px;
	content: "";
	width: 20px;
	height: 20px;
	background: url('../../images/i-auction.png') no-repeat 0 0;
	background-size: 20px 20px;
}
.aucgrid tr.digital.digital td.location::before {
    background: url('../../images/i-elive.png') no-repeat 0 0;
    background-size: 20px 20px;
}
.aucgrid tr.digital.exchange td.location::before {
    background: url('../../images/i-exchange.png') no-repeat 0 0;
    background-size: 20px 20px;
}
.aucgrid tr.digital td.comingSoon {
	color: #fff;
	background-color: #b95800;
}

.aucgrid tr td.comingSoon span {
	display: block;
}

.aucgrid tr td.comingSoon span::before {
	content: "";
	width: 13px;
	height: 20px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	background: url('../../images/sprite.png') no-repeat -470px -175px;
	background-size: 500px 500px;
	margin-top: -2px;
}

.aucgrid tr.dealerDirect td.comingSoon span::before {
	background: url('../../images/sprite.png') no-repeat -470px -215px;
	background-size: 500px 500px;
	width: 14px;
}

/* rating grid */

table.rategrid {
	margin-bottom: 25px;
}

.rategrid th, .rategrid td {
	padding: 15px 10px;
	border-bottom: 1px solid var(--colGreenLight);
	font-size: 15px;
	line-height: 23px;
}

.rategrid th {
	border-bottom: none;
	background: var(--colGreen);
	color: #fff;
}

.rategrid th.left {
	text-align: left;
}

.rategrid td.grade {
	text-align: center;
	color: var(--colGreen);
	border-bottom: 1px solid #90c09e;
	font-weight: 600;
}

.rategrid td.grade span {
	border: 2px solid var(--colGreenLight);
	width: 32px;
	height: 32px;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
	display: block;
	line-height: 32px;
}

.rategrid input, .rategrid a {
	margin-bottom: 0;
}



/* #Misc
================================================== */

.twoCol {
	column-count: 2;
	column-gap: 20px;
}
.threeCol {
	column-count: 3;
	column-gap: 20px;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-12 {
	margin-bottom: 12px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-0 {
	margin-right: 0 !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}
.flo-n {
	float: none !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.vAlign {
	position: relative;
	top: 45%;
	transform: translateY(-45%);
}

.mob-only, .mob-only-p, .mob-only-all, .tab-only-p, .hidden {
	display: none !important;
}

.loader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255, 0.5) url('../../images/preload.gif') 50% 50% no-repeat;
}

.divider {
	margin: 0 8px;
	color: var(--colMid);
}
	.infogrid .divider {
		margin: 0 5px;
	}

::selection {
	background: var(--colGreen); /* Safari */
	color: #fff;
}
::-moz-selection {
	background: var(--colGreen); /* Firefox */
	color: #fff;
}

.blue {
	color: var(--colBlue) !important;
}
.green, .win {
	color: var(--colGreen) !important;
}
.orange {
	color: var(--colOrange) !important;
}
.white {
	color: #fff !important;
}

.lose {
	color: #c00 !important;
}
.digital {
    color: #e06c00;
}
.hilight {
	font-weight: 400;
	color: #ac1420 !important;
}
.lolight,
.date {
	color: var(--colLight);
	font-size: 0.875em;
}
.noBorder {
    border: none;
}
.disclaimer {
	font-size: 13px;
	line-height: 23px;
	color: var(--colMid);
}
.rules {
	font-size: 14px;
	line-height: 23px;
	color: var(--colDark);
}

.large {
	font-weight: 600
	font-size: 18px;
	line-height: inherit;
}

.mandatory {
	font-weight: 500;
	font-size: 1.1em;
	color: #c00;
}

/*  Cookie law  */

#cookie-law {
    max-width: 100%;
    background: var(--colGreen); 
    margin: 0;
	position: relative;
	z-index: 100;
}
 
#cookie-law p { 
    padding: 15px 20px; 
    font-size: 14px; 
    color: #fff; 
    margin: 0;
}

#cookie-law a { 
    color: #fff;
	text-decoration: underline; 
}

#cookie-law a.close-cookie-banner { 
    position: absolute;
	right: 20px;
	top: 15px;
}


/* add this */

.addthis_toolbox a {
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
}
	.addthis_toolbox a .aticon-twitter  {
		background: url('../../images/sprite.png') no-repeat 0 -43px;
		background-size: 500px 500px !important;
	}
	.addthis_toolbox a .aticon-facebook  {
		background: url('../../images/sprite.png') no-repeat -36px -43px;
		background-size: 500px 500px !important;
	}
	.addthis_toolbox a .aticon-linkedin  {
		background: url('../../images/sprite.png') no-repeat -72px -43px;
		background-size: 500px 500px !important;
	}
	.addthis_toolbox a .aticon-google_plusone_share  {
		background: url('../../images/sprite.png') no-repeat -152px -232px;
		background-size: 500px 500px !important;
	}
	.addthis_toolbox a .aticon-email  {
		background: url('../../images/sprite.png') no-repeat -188px -232px;
		background-size: 500px 500px !important;
	}
		.addthis_toolbox a .aticon-twitter:hover {
			background: url('../../images/sprite.png') no-repeat 0 -75px;
		}
		.addthis_toolbox a .aticon-facebook:hover {
			background: url('../../images/sprite.png') no-repeat -36px -75px;
		}
		.addthis_toolbox a .aticon-linkedin:hover {
			background: url('../../images/sprite.png') no-repeat -72px -75px;
		}
		.addthis_toolbox a .aticon-google_plusone_share:hover {
			background: url('../../images/sprite.png') no-repeat -152px -264px;
		}
		.addthis_toolbox a .aticon-email:hover {
			background: url('../../images/sprite.png') no-repeat -188px -264
			px;
		}
	
	.addthis_toolbox a .at4-icon  {
			width: 32px !important;
			height: 32px !important;
			-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;
	}

.grecaptcha-badge {
	z-index: 201;
	bottom: calc(50% - 30px) !important;
}
#ot-sdk-btn-floating.ot-floating-button button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* one trust overrides */
#onetrust-banner-sdk .ot-cat-header,
#onetrust-policy-text,
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-banner-sdk .ot-bnr-save-handler {
	font-size: 1em !important;
}
#onetrust-policy-title {
	font-size: 1.25rem !important;
}
#onetrust-banner-sdk .ot-cat-lst {
	max-height: 170px !important;
}
.ot-cat-lst li::before {
	display: none;
}
#onetrust-reject-all-handler {
	background-color: #ffffff !important;
	color: #14a98b !important;
}
#onetrust-banner-sdk.otCenterRounded,
#onetrust-banner-sdk.otChoicesBnr {
	top: 50% !important;
	transform: translateY(-50%) !important;
}