@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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; }

html {
	width: 100%;
	height: 100%;
	overflow: hidden; }

body {
	background: #eee;
	color: #000;
	font-family: "Lato", "Ubuntu", sans-serif;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	overflow: hidden;
	background-image:url('/image/ch/clearinghouse2.jpg');
	background-size:3360px 1050px;
}

p, pre {
	margin-bottom: 16px; }

pre {
	padding: 10px;
	background: #fff;
	white-space: pre-wrap; }

code {
	font-family: "Ubuntu Mono", monospace;
	padding: 0 2px;
	background: #f2e2ea;
}

h1, h2, h3, h4 {
	font-family: "PT Serif", serif;
	font-weight: normal;
	color:#771c1b;
 }

a {
	text-decoration: underline;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #50444a;
	border-bottom-color: #ab939f;
}

h2, h2 a {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 16px;
	background: #50444a;
	color: #f2e2ea;
	padding: 10px; }

a:hover {
	color: #771c1b;
	border-bottom-color: #72626a; }

.inner {
	width: 510px;
	padding: 20px;
	margin: 60px auto;
	position: relative;
	background: white;
	color: #72626A;
	border-radius: .25em / .25em;
}

.panel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: auto;
}

.nav {
	width: 620px;
	height: 25px;
	padding: 10px;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 50%;
	margin-left: -320px;
	background: #fff;
	color: #000;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; }
	.about-visible .nav {
		color: #771c1b; }
		.about-visible .nav .nav-about, .about-visible .nav a:hover, .about-visible .nav a:focus {
			background: #771c1b; color: white; }
	.filters-visible .nav {
		color: #626a72; }
		.filters-visible .nav .nav-started, .filters-visible .nav a:hover, .filters-visible .nav a:focus {
			background: #626a72; }
	.click-tracking-visible .nav {
		color: #6a6272; }
		.click-tracking-visible .nav .nav-shortcuts, .click-tracking-visible .nav a:hover, .click-tracking-visible .nav a:focus {
			background: #6a6272; }
	.webservice-visible .nav {
		color: #72626a; }
		.webservice-visible .nav .nav-webservice, .webservice-visible .nav a:hover, .webservice-visible .nav a:focus {
			background: #72626a; }
	.nav h1 {
		float: left;
		font-size: 24px;
		line-height: 1; }
	.nav ul {
		float: right;
		list-style: none; }
	.nav li {
		float: left;
		padding: 0 5px; }
	.nav a {
		display: block;
		line-height: 2;
		color: #fff;
		background: #000;
		text-decoration: none;
		font-size: 12px;
		padding: 0 5px; }
		.about-visible .nav a {
			background: #E0D873;
			color: #555; }
		.filters-visible .nav a {
			background: #939fab;
			color: #fff; }
		.click-tracking-visible .nav a {
			background: #9f93ab;
			color: #fff; }
		.webservice-visible .nav a {
			background: #ab939f;
			color: #fff; }

.header {
	float: left;
	font-size: 12px;
	line-height: 1;
	margin: 10px 0 0 10px; }

.about {
	left: 0;
 }
	.about .inner {
	width: 720px;
	position: absolute;
	left: 45%;
	top: 60px;
	margin: 0 0 0 -310px;
	padding: 20px;
}

.about-nav-wrapper {
	-webkit-transition: right 1000ms ease-in-out;
	-moz-transition: right 1000ms ease-in-out;
	-o-transition: right 1000ms ease-in-out;
	-ms-transition: right 1000ms ease-in-out;
	transition: right 1000ms ease-in-out;
	position: fixed;
	z-index: 6;
	top: 54px;
	right: -120px;
	/* bottom: 24px; */
	overflow: auto;
	font-size: 12px;
	line-height: 2;
	padding: 6px 0 0 6px; }
	.about-nav-wrapper ul {
		list-style: none; }
	.about-nav-wrapper li {
		background: #fff; }
	.about-nav-wrapper ul a {
		text-decoration: none;
		display: block;
		padding: 2px 8px; }
	.about-nav-wrapper ul ul a {
		padding-left: 16px; }
	.about-nav-wrapper .active, .about-nav-wrapper a:hover, .about-nav-wrapper a:focus {
		background: #f2e2ea; }

.about-nav {
	width: 120px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
	.about-nav > li > a {
		font-size: 14px;
		color: #50444a; }

.about-visible .about-nav-wrapper,
.click-tracking-visible .about-nav-wrapper,
.webservice-visible .about-nav-wrapper,
.filters-visible .about-nav-wrapper,
.privacy-visible .about-nav-wrapper,
.inline-images-visible .about-nav-wrapper {
		right: 0; }

.ad-nav-wrapper {
	-webkit-transition: left 1000ms ease-in-out;
	-moz-transition: left 1000ms ease-in-out;
	-o-transition: left 1000ms ease-in-out;
	-ms-transition: left 1000ms ease-in-out;
	transition: left 1000ms ease-in-out;
	position: fixed;
	z-index: 6;
	top: 54px;
	left: -170px;
	padding: 6px 0 0 6px;
	overflow:hidden; }

.inline-images-visible .ad-nav-wrapper, .single-visible .ad-nav-wrapper {
		left: 0; }

.single {
	left: 0;
 }

.single .inner {
	width: 750px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin: 0 0 0 -375px;
	padding: 20px;
}

.single-nav-wrapper {
	-webkit-transition: right 1000ms ease-in-out;
	-moz-transition: right 1000ms ease-in-out;
	-o-transition: right 1000ms ease-in-out;
	-ms-transition: right 1000ms ease-in-out;
	transition: right 1000ms ease-in-out;
	position: fixed;
	z-index: 6;
	top: 54px;
	right: -120px;
	bottom: 24px;
	overflow: auto;
	font-size: 12px;
	line-height: 2;
	padding: 6px 0 0 6px; }
	.single-visible .single-nav-wrapper {
		right: 0; }
	.single-nav-wrapper ul {
		list-style: none; }
	.single-nav-wrapper li {
		background: #fff; }
	.single-nav-wrapper ul a {
		text-decoration: none;
		display: block;
		padding: 2px 8px; }
	.single-nav-wrapper ul ul a {
		padding-left: 16px; }
	.single-nav-wrapper .active, .single-nav-wrapper a:hover, .single-nav-wrapper a:focus {
		background: #f2e2ea; }

.single-nav {
	width: 120px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
	.single-nav > li > a {
		font-size: 14px;
		color: #50444a; }

.faq {
	margin-top: 32px; }
	.faq > h2 {
		background: #771c1b;
		color: #fff;
		width: 120px;
		font-size: 18px;
		margin: 0 auto;
		text-align: center; }
	.faq ul {
		list-style: none;
		width: 618px;
		overflow: hidden; }
	.faq li {
		float: left;
		width: 134px;
		font-size: 12px;
		padding: 10px; 
		word-wrap: break-word;}
	.faq p {
		margin: 0; }
	.faq h3 {
		margin: 0;
		font-size: 16px;
	 color:#771c1b;}
		.faq h3:before {
			padding-right: 8px; }

.filters {
	left: 100%;
 }

.click-tracking {
	left: 200%;
}

.click-tracking .inner {
		position: absolute;
		width: 520px;
		margin: 0 0 0 -260px;
		left: 50%;
		top: 60px;
		padding: 20px;	}

.webservice {
	left: 300%;
}

.privacy {
	left: 400%;
	color: #72626a; }
	.privacy .inner {
		width: 610px;
		padding: 0 120px 0 10px;
		margin: 0 auto;
		position: relative; }
	.privacy .inner {
	width: 510px;
	padding: 20px;
	margin: 60px auto;
	position: relative;
	background: white;
	}

.inline-images {
	left: 500%;
	color: #72626a; }
	.inline-images .inner {
		width: 610px;
		padding: 0 120px 0 10px;
		margin: 0 auto;
		position: relative; }
	.inline-images .inner {
	width: 510px;
	padding: 20px;
	margin: 60px auto;
	position: relative;
	background: white;
	}

.params {
	margin: -12px 0 16px 0;
	list-style: none; }
	.params > li {
		display: block;
		background: #f2e2ea;
		color: #72626a;
		padding: 5px 10px;
		margin-bottom: 4px; }
	.params h3 {
		font-size: 16px;
		float: left;
		min-width: 80px;
		padding-right: 20px; }
	.params dl {
		display: block;
		overflow: hidden; }
	.params dt {
		float: left; }
		.params dt:after {
			content: ':';
			padding-right: 5px; }
	.params dd {
		display: block;
		overflow: hidden; }

.options-list dt {
	color: #50444a; }
.options-list dd {
	padding-left: 10px; }

.option-type, .option-default {
	font-size: 12px; }

.fn {
	color: #111; }

.kw {
	color: #a33; }

.str {
	color: #3a3; }

.cm {
	color: #33a; }

.key {
	color: #939; }

a.anchor {
	display: block; position: relative; top: -80px; visibility: hidden;
}

.greybox
{
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	color: #333333;
	padding: 10px;
	overflow:hidden;
}
.bluebox
{
	background-color: #eceff6;
	border: 1px solid #d4dae8;
	color: #333333;
	padding: 10px;
	overflow: hidden;
}

.bluebox code { background: none; }

.errorbox
{
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	color: #333333;
	padding: 10px;
	font-size: 13px;
	overflow: hidden;
}

/*----- Tabs -----*/
.tabs {
	width: 100%;
}
 
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after
{
	display: block;
	clear: both;
	content: '';
}

.tab-links li
{
	margin: 0px 5px;
	float: left;
	list-style: none;
}

.tab-links a
{
	padding: 9px 15px;
	display: inline-block;
	border-radius: .5em .5em 0 0 / .5em;
	background: #b57691;
	font-size: 16px;
	font-weight: 400;
	color: #f2e2ea;
	transition:all linear 0.15s;
}

.tab-links a:hover {
	background:#36142f;
	text-decoration:none;
}

li.active a, li.active a:hover
{
	background: #36142f;
	color: #f2e2ea;
}

/*----- Content of Tabs ----- */
.tab
{
	display: none;
}

.tab.active
{
	display: block;
}
