/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

#_hj-f5b2a1eb-9b07_action_skip {
	display:none;
}

html { 
	background: #E5E5E5;
	color: #404040;
	margin: 0; 
	padding: 0;
	font-family: Montserrat,Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#cookiebanner{
	text-align: left;
    background-color: #00ADA8;
	color: white;
	font-size:0.9em;
	font-weight:450;
	padding:12px;
}
#cookiebanner a{
	text-align: center;
	color: white;
	text-decoration: underline;
}

#sitewrap{
	margin: 0 auto;
	width: 1000px;
}

input {
	background: #FFFFFF;
	/* #CCCCCC */
	padding-top:1px;
	padding-bottom:1px;
	border: 1px solid #999;
	border-radius: 2px;

}

select {
	background: #FFFFFF;
	/* #CCCCCC */
	border: 1px solid #999;
	border-radius: 2px;

}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;

	background: #00ADA8;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 2px;

  }



h1 { font-size: 1.8em; padding-bottom: 20px;}
h2 { font-size: 2.9em; }
ol li { list-style-type: decimal; margin: 5px 0;}
a { color: #00ADA8; text-decoration: none;  }
a:hover { color: #00ADA8; }
em { font-style: oblique; }
.right { float: right; }
a.twitter, a.twitter:hover { 
	background: url(/images/twitter.gif) no-repeat; 
	display: block; 
	outline: none;
	height: 63px;
	width: 143px;
	text-indent: -9999px;
	}

a#app_store {
	background:url(/images/iphone/app-store.png) no-repeat 0 0;
	width:135px;
	height:40px;
	display:block;
	text-indent:-9999px;
/*	position:absolute;
	top: 55px;
	left: 700px;*/
/*	position:relative;
	right: 100px;
	top: 0px;*/
	float: right;
	margin: 30px 13px 0 0;
	text-decoration:none !important;
	
}

#banner { 
	margin-top: 30px;
	margin-bottom: 10px;

	}
	#banner a { 
		text-decoration: none;
		border-bottom: none;
	}
	#banner a:hover { 
		text-decoration:none
	}

#banner-logo{
	display:inline-block;
}

#banner-by{
	display:inline-block;
	padding-left: 10px;
	margin-bottom: -5px;
}

#banner-by img{
	width: 120px;
}
	
#banner-ad { 
	float: right;
	height: 76px;
	width: 445px;
	margin-top: 5px;
	border: 1px solid #aaa;
}
#banner-ad img { display: block; }

.accent { color: #2773b1; }
.blue 	{ color: #2767B1;}
.red 	{ color: red; }
.grey 	{ color: #666666; }
.shadow { text-shadow: 1px 1px 1px #aaa; }
.center	{ text-align: center; }
.small	{ font-size: 0.8em; }

li > a { color: #666666; text-decoration: none; }

ul li a.tab { 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	outline: none;
	padding: 4px 8px 2px; 
}

#nav {
	position: relative;
}

#nav ul, #content-nav ul { 
	list-style-type: none; 
	position: relative;
	margin-bottom: 2px;
}
#nav ul { 
	width: 690px; 
	margin-bottom: 15px ;
	font-size: 0.9em;
	font-weight: 500;
}
#content-nav ul { display: inline-block; }

#nav ul li, #content-nav ul li { display: inline; padding-right:10px;  position: relative; }
#nav ul li { z-index: 0; }
#nav ul li.active { z-index: 2; }

#nav ul li a:hover { 
	background: transparent;
	border: none;
	text-decoration: none; 
}

#nav ul li.active a, #nav ul li.active a:hover { 
	padding-bottom: 2px;
	color: #00ADA8;
	text-decoration: none;
}

#menu {
	background: #00ADA8;
	clear: both;
	position: relative;
	width: 990px;
	z-index: 1;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height:20px;
	margin-bottom: 10px;
	margin-left: -20px;
}

#menu ul li { 
	display: inline; 
	padding-right:10px;  
	position: relative; 
}

#menu ul li a {
	color: white;
	text-decoration: none;
	opacity: 0.6;
	text-align: center;
}

#menu ul li.active a, #menu ul a:hover{
	color: white;
	text-decoration: none;
	text-shadow:0px 0px 1px white;
	opacity: 1;
}

/* safari hack to make top menu tabs behave */
@media screen and (-webkit-min-device-pixel-ratio:0){
#nav ul li.active a, #nav ul li.active a:hover { padding-bottom: 3px; }
input[type=number] { width: 70px; }
}
/* end safari hack */


#content-nav {  
	border-bottom: 1px solid #E8E8E8;
}
	#content-nav ul { 
		width: 780px; 
		margin-bottom:10px;
		}
		#content-nav ul li { z-index: 3; }
		#content-nav ul li.active { position: relative; z-index: 6;}
			#content-nav ul li a {
				color: #a0a0a0;
				font-size: 0.9em;
				font-weight: 500;
				padding-bottom: 9px;
			}
			#content-nav ul li a:hover { 
				text-decoration: none; 
				padding-bottom: 9px;
			}
			#content-nav ul li.active a { 
				color: #666666; 
				text-decoration: none;
				border-bottom: 2px solid #00ADA8;
    			padding-bottom: 9px;
			}
			#content-nav a:hover { 
				color: #666666; 
				text-decoration: none;
				border-bottom: 2px solid #00ADA8;
    			padding-bottom: 9px;
			}

#wrapper {
	background: #FFFFFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	clear: both;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 0 20px 0;
	padding: 0px 20px 20px;
	position: relative;
	min-height: 500px;
	width: 960px;
	z-index: 1;
}


/* Card - Shadow - Default */



#content {
	background: #FFF;
	min-height: 400px;
	width: 920px;
	margin: 0 auto;
	padding: 20px 0px 20px 20px;
	position: relative;
	z-index: 4;
}

	#content a { 
		color: #00ADA8; 
		text-decoration: none; 
		border: none;
	}
	#content a:hover {  
		font-weight: 600;
	}

#add { 
/*	border-right: 1px solid #d3d3d3; */
	float: left; 
	min-height: 400px; 
	padding-right: 20px;
	width: 560px; 
}

#result {
	font-size: 1.3em;
	width: 560px; }
	
#result > p { padding: 10px 20px;}

#result-header { font-size: 1.8em; padding-bottom: 10px; }

#result-header a { 
		float: right; 
		color: #999999;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 23px;
		margin: 11px 9px 0 0 ;
		padding-right:10px;
		outline: none;
	}
	#result-header a:hover{
		color: #666666
	}
	

#add-more { 
	text-align: center;
	margin: 20px auto 0;
	width: 30%;
	font-size: 0.8em;
	line-height: 1.5em;
}

	#add-more a { 
		border: 1px solid #00ADA8;
		padding: 8px 16px;
		text-decoration: none;
		margin: 4px 2px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		display: block; 
		color: #00ADA8;
		outline: none; 
	}
	#add-more a:hover {  
		background: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		font-weight: bold;
		color: #00ADA8;
	}

#quantity-wrapper #add-more { 
	line-height: 1.6em;
	font-size: 0.8em;
	width: 100%;
	margin-top: 0px;
}
	#quantity-wrapper #add-more a { 
		border: none;
		border-top: 1px solid #00ADA8;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		display: block; 
		color: #00ADA8;
		outline: none; 
		}
	#quantity-wrapper #add-more a:hover { 
		background: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		font-weight: bold;
		color: #00ADA8;
	 }


#quantity-wrapper { 
	background: #EEF7F7;
	border: 1px solid #00ADA8;
	color: #666666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-border-radius: 2px;
	margin: 20px auto 40px;  
	text-align: center;
	width: 250px; 

	
}

div.quantity-wrapper { 
	background: #EEF7F7;
	border: 1px solid #00ADA8;
	color: #666666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-border-radius: 2px;
	margin: 20px auto 40px;  
	text-align: center;
	width: 250px; 
}

div.quantity { min-width: 200px; text-align: center; }
div.quantity > p {  margin: 5px 0; min-width: 200px; }

#agent-header { 
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	color: white; 
	font-size: 0.8em; 
	min-width: 200px;
	padding: 2px;
	background: #00ADA8;
	border: 1px solid #00ADA8;
	box-sizing: border-box;
	border-radius: 2px;
}
#quantity { min-width: 200px; text-align: center; }
	#quantity > p {  margin: 5px 0; min-width: 200px; }

#quantity-wrapper.neg { background: #FF9999; border: 2px solid #FF0000; color: #333; }
	#quantity-wrapper.neg #agent-header { background: #FF0000; color: #FFF; }

#adverts { float: right; width: 315px; color: #ababab; padding-left: 25px; margin-top: 10px;}
	.button-ad { 
		border: 5px solid #999;
		color: #666;
		width: 115px; 
		height: 115px; 
		background: #ccc; 
		line-height: 115px;
		float: left; 
		margin: 10px;
		text-align: center;
	}
	.button-ad:hover { background: #ccc; color: #444; border: 5px solid #777 !important;}
	.wide-button { padding-left: 10px; text-align: center; }
	#ad-email-link { padding-top: 10px; }

	

.wide-context-banner { width: 468px; margin: 0px auto 0; padding-top: 30px;}
.thin-context-banner { width: 234px; margin: 0 auto; }

/*#tagline { 
	background: url(/images/tagline.png) no-repeat;
	font-family: Georgia, serif; 
	height: 118px;
	margin: 30px auto 50px;
	text-align: center; 
	text-indent: -9999px;
	width: 850px;
}*/

#taglinewrap {
	border: 1px solid;
	padding: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(245, 245, 245, 0.1) 100%);
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 2px;
}

#tagline {
	display: inline-block;
	width:220px;
	font-family: Montserrat;
	font-size: 1.7em;
	color: #666666;
	line-height: 1.5em;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 1px;
}

#calculator {
	width: 270px;
	display: inline-block;
}
#calculator img {
		max-width: 100%;
		max-height: 100%;
}

.dark { color: #4488aa; text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;}


#downloads {
	color: #666666;
	font-size: 1.3em;
	line-height: 0.8em;
}

#downloads ul {
	padding: 20px 0px 0px; 
}

#downloads ul li {
	width:275px;
	padding:5px;
	margin-bottom:10px;
	font-weight:300; 
	font-size: 0.65em; 
	box-sizing: border-box;
}

#downloads ul li.pdf:before {
	content: "\f1c1"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	width: 1.3em; 
	font-size: 2.0em; 
}

#downloads ul li a{
	color: #666666;
	text-decoration: underline;
}

#downloads ul li .left {
	text-align: left;
}

#downloads ul li .right {
	text-align: left; float right;

}

#action {
	
	font-size: 1.3em;
	text-align: center;
	line-height: 1.5em;
	color: #00ADA8;
	margin-top: 30px;
	margin-bottom: 30px;

}
	#action ul { 
		
		text-shadow: rgba(245, 245, 245, 1) 0px 1px; 
		padding: 20px 0px 0px; 
/*		width: 50%; */
	}
	#action ul li {
	
		width:275px;
		padding:5px;
		margin-bottom:10px;
		font-weight:300; 
		font-size: 0.8em; 

		background: #EEF7F7;
		border: 1px solid rgba(0, 173, 168, 0.2);
		box-sizing: border-box;
		box-shadow: 0px 1px 4px rgba(0, 173, 168, 0.12);
		border-radius: 2px;

	}
	ul#left { text-align: center; }
	ul#right {text-align: center; float: right; }
	#action ul li a { color: #00ADA8; 
		display: list-item;
		list-style-type: none;}
	#action ul li a:hover { font-weight:600; }
	
#sub-tag { margin: 50px 0 0 0; font-size: 1.2em; text-align: center;}
	#sub-top { 
		background: #2773B1; 
		color: #bbb; 
		padding: 5px; 
		border: 1px solid #255f8f;
		text-shadow: rgba(36, 81, 117, 0.6) 0px -1px;
	}
	#sub-bot { 
		background: #bbb; 
		color: #2773B1; 
		padding: 5px; 
		border: 1px solid #888; 
		border-top: 1px solid #c0c0c0;
		text-shadow: rgba(210, 210, 210, 1) 0px 1px;
	}

#badge { 
	margin: 20px auto;
	width: 608px;
	height: 228px;
	padding-bottom: 0px;
	text-indent: -9999px;
}
#badge a {
	background: url(/images/badge-sprite.png) no-repeat 0 0;
	display: block;
	outline: none;
	padding-bottom: 0px;
	height: 234px;
	width: 613px;
}
	#badge a:hover {
		background: url(/images/badge-sprite.png) no-repeat 0 -234px;
		border-bottom: none;
}

#asterisk {
	background: url(/images/asterisk.png) no-repeat;
	margin-top: 62px;
	text-indent: -9999px;
}

form > p, #form > p { margin: 20px 0; clear: left;}
p.unclear { clear: none !important; }
form > p label, #form > p label { 
	float: left; 
	font-size: 1em; 
	padding-right: 20px; 
	text-align: right; 
	width: 150px;
}


div.conversion label { 
	float: left; 
	font-size: 1em; 
	padding-right: 20px; 
	text-align: right; 
	width: 150px;
}

div.conversion .row { 
	margin: 20px 0;
	clear: left;
}

div.trial { padding-left: 170px; font-size: 1.2em; }
ol#trial { font-size: 0.8em; margin-top: 20px; }
div.trial a { font-size: 0.8em; }

table#trial { margin: 20px auto; }
table#trial th { 
	border-bottom: 1px solid #666; 	
	font-weight: bold; 
	padding: 0 0 5px 30px; 
	text-align: right; 
}
table#trial th.thin { width: 70px; }
table#trial th.wide { width: 110px; }
table#trial tr td { color: #525252; text-align: right; padding: 7px 4px; } 
table#trial tr.shaded { background: #EEF7F7;}
table#trial tr.total { border-top: 1px solid #666; }

div.referm > p { line-height: 1.3em; font-size: 0.95em;}
span.step { 
	background: #EEF7F7; 
	border: 1px solid #00ADA8; 
	font-size: 0.8em; 
	padding: 2px 4px; 
}

a.meta_show, a.meta_hide { display: block; float: right; margin-right:20px; }
.meta { display: none; }
.meta, .answer { border-left: 2px solid #aaa; padding-left: 20px; }
	.meta p { font-size: 14px; line-height: 20px; padding: 10px 0; text-align: justify; }

.answer { margin-left: 20px; }
	.answer > p { margin-bottom: 20px; font-size: 18px; line-height: 22px; text-align: justify; }
	.answer .meta { display: block; border-left: 1px solid #bbb; margin-left: 10px; }
	.answer .meta p { margin-bottom: 10px; padding: none; }
	.answer h1 { padding: 10px 0 5px 0; }
	
a.faq, a.faq:active { 
	border: 1px solid #fff;
	display: block; 
	text-align: right; 
	margin-top: 10px; 
	outline: none; 
	padding-right: 10px;
	}


#clear { clear: both; }
p#ph { width: 300px; margin: 20px auto }
p#left, p#right { text-align: center; width: 279px;}
p#left input, p#right input { margin-bottom: 15px; }
p#left { float: left; border-right: 1px dashed #c0c0c0;}
p#right { float: right; }
span.output { font-size: 1.2em; }

a#feedback { 
	background: url(/images/feedback.png) 0 0 no-repeat;
	cursor: pointer;
	position: fixed; 
	left: 0; 
	margin-top: 125px; 
	outline: none;
	height: 100px; 
	width: 30px; 
}

a#feedback:hover { background: url(/images/feedback.png) -30px 0 no-repeat; border: none; }

#footer { height: 50px; width: 100%; text-align: center; font-size: 14px; 
}

#footer a { 
	color: inherit;
	text-decoration: none; border-bottom: none; 
}
#footer a:hover { 
	text-decoration: none; border-bottom: none; 
}

#footerleft {
	display: block;
	float: left;
}

#footerleft a:hover {
	display: block;
	float: left;
	color:  #00ADA8;
}


#footermid {
	display: inline;
}

#footerright {
	display: block;
	float: right;
}

#footerright span {
	padding-left:10px;
	font-size:25px;
	color:#666666;
}

#heroku-link { 
	background: url(/images/heroku.png) no-repeat; 
	display: inline-block;
	text-indent: -9999px;
	height: 31px;
	width: 88px;
	margin-top: -10px;
}
a#heroku-link:hover { background: url(/images/heroku.png) no-repeat;}

#error { font-family: Montserrat; text-align: center; }
#code { font-size: 7em;  font-weight: bold; color: #FFF; -webkit-text-stroke: 1px #aaa; margin: 20px 0;}
#explain { font-size: 4em; color: #00ADA8; margin: 40px 0; }
#redirect { font-size: 2em; margin: 50px 0; }

.error { 
	color: #D40d0d;
	background: #F1B9B9;
	border: 1px solid #d40d0d;
	margin: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
}

#js-warn { 
	background: #D40d0d; 
	color: #FFF; 
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-botder-bottom-left-radius: 5px;
	padding-bottom: 3px;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

div#mso2 { float: left; }

#iphone-back { display: none; }

#slider-wrapper { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	margin: 0px 20px 0 0;
	width: 900px;
}
#slider { 
	height: 550px; 
	width: 800px; 
	overflow: hidden; 
	margin: 0 auto; 
}
#slider ul, #slider li { 
	list-style-image: none; 
	list-style-type: none; 
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#slider li { overflow: hidden; height: 550px; width: 800px; }
#slider img { display: block; margin: 0 auto; width: 800px; }
#nextBtn, #prevBtn { 
	display: block;
	height: 25px;
	width: 25px;
	top: 283px;
	left: 20px;
	position: absolute;
	text-indent: -9999px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
#nextBtn { left: 895px;}
	
span#nextBtn a, span#prevBtn a { 
	display: block;
	width: 25px;
	height: 24px;
	outline: none;
	position: relative; 
}

span#prevBtn a { background: url(/images/iphone/btnSprite.png) 0 -25px no-repeat;  }
span#prevBtn a:hover { background: url(/images/iphone/btnSprite.png) -25px -25px no-repeat; }
span#prevBtn a:active { background: url(/images/iphone/btnSprite.png) -50px -25px no-repeat; }

span#nextBtn a { background: url(/images/iphone/btnSprite.png) 0 0 no-repeat; }
span#nextBtn a:hover { background: url(/images/iphone/btnSprite.png) -25px 0 no-repeat; }
span#nextBtn a:active { background: url(/images/iphone/btnSprite.png) -50px 0 no-repeat; }

input.conversion[type=number], input.temperature[type=number] { width: 150px; text-align: right;}
sup { font-size: 0.8em; vertical-align: top;}
.units { color: #999; }

span.note { color: #808080; }
p.note { background: #d3d3d3; padding: 10px; border: 1px dashed #888;}

#copper-popup { position: relative; }
#copper-info { margin-left: 170px; width: 390px; color: #888; position: absolute; top: -5px; font-size: 0.8em;}

a#app_store:hover { text-decoration: none !important; border-bottom:none; }

#banner-image {
	height: 76px;
	width: 445px;
}

.changelog-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.changelog-date {
	display: inline-block;
	color: #00ADA8;
	font-size: 15px;
	font-weight: bold;
}

.changelog-title {
	padding-left: 10px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.changelog-body {
	padding-left: 108px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#join-btn {
    z-index: 100;
    position: absolute;
    margin-top: -82px;
    margin-left: 780px;
    width: 200px;
    text-align: right;
}

#join {
	display: none;
	max-width: 450px;
	max-height: 600px;
	width: 90%;
	height: 90%;
	background-color: white;
	z-index: 9999;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
}

#batman {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position:absolute; 
    top:0; 
    left:0; 
    bottom:0; 
	right:0;
	z-index: 1000;
}

#iframe {
	width: 100%;
	height: 100%;
    border: 0;
}

.close:before {
	content: '✕';
}

.close {
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	top: 10px;
	right: 10px;
	z-index: 999999;
}