@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Exo+2:800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
/*
Logo Blue = #0e76bc
Logo Green = #8dc63f
*/
* {
	box-sizing: border-box;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	background-color: #f5f5f9;
	color: #666;
	margin: 0;
}
/*
//
//  TEXT STYLES
//
*/
h1, h2, h3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
}
h1 {
	font-size: 30px;
}
h2 {
	margin-top: 5px;
}
a {
	color: #333;
}
.redbold {
	color: crimson;
	font-weight: 700;
}
.red {
	color: crimson;
}
.grayital {
	color: darkgray;
	font-style: italic;
}
.inabox {
	border: 1px solid #666;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #f5f5f9;
}
.quickstart {
	border: 3px solid #8dc63f;
	padding: 5px 15px;
	border-radius: 7px;
	background-color: #e8f1dc;
}
.account-heading {
	font-size: 20px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	color: #0e76bc;
}
.spaced-link {
	white-space: nowrap;
	margin: 3px 6px;
}
.spaced-link:hover {
	color: blue;
	font-weight: bold;
}
/*
//
//  PAGE AREAS
//
*/
header {
	background-color: white;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 0;
}
#content {
	text-align: center;
}
.account-row-box {
	max-width: 800px;
	margin: 10px;
	border-bottom: 1px solid #CCC;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: white;
	overflow: auto;
}
/*
//
//  DATA TABLE
//
*/
.data_table {
	width: 100%;
	border-collapse: separate; /* collapse or separate? */
	border-spacing: 0;
	/*overflow: hidden;*/
	table-layout: auto;
}
.data_table tr th, .data_table tr td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
.data_table tr th:first-child, .data_table tr td:first-child {
	border-left: 1px solid gray;
}
.data_table tr th {
	border-top: 1px solid gray;
}
.data_table th {
	padding: 2px 3px;
	background-color: #888;
	color: #eee;
	font-size: .85em;
}
.data_table th:first-child {
	border-top-left-radius: 5px;
}
.data_table th:last-child {
	border-top-right-radius: 5px;
}
.data_table td {
	padding: 2px 3px;
	background-color: #f5f5f9;
}
.data_table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
.data_table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
/*
//
//  SAMPLE TABLE
//
*/
.sample_table {
	border-spacing: 3px;
	table-layout: auto;
	margin: 10px;
	border-radius: 15px;
	width: 100%;
}
.sample_table td:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.sample_table td:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.sample_table td {
	padding: 5px 10px;
	background-color: #f5f5f9;
	text-align: center;
}
/*
//
//  INFO TABLE
//
*/
.info_table {
	border-radius: 10px;
	padding: 20px 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
.info_table td {
	padding: 3px 5px;
	background-color: #f5f5f9;
}
.info_table th {
	padding: 5px;
	background: #d0d0d9;
}
.info_table th {
	border-radius: 10px 10px 0 0;
}
.info_table tr:last-child td {
	border-radius: 0 0 10px 10px;
}
/*
//
//  BUTTONS & INPUT
//
*/
.big-gray-button {
	-webkit-appearance: none;
	border: 1px solid #666;
	color: white;
	border-radius: 7px;
	background-image: linear-gradient(#CCC, #999);
	font-weight: 700;
	padding: 6px 25px;
	/*text-shadow: 0px -1px #666;*/
	text-decoration: none;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
.big-gray-button:hover {
	background-image: linear-gradient(#BBB, #888);
}
.big-gray-button:active {
	transform: scale(0.97);
}
.big-blue-button {
	-webkit-appearance: none;
	border: 1px solid #3678b2;
	color: white;
	border-radius: 7px;
	background-image: linear-gradient(#78c0ff, #0e76bc); /* was (#83bee7, #3d8bd8) */
	font-weight: 700;
	padding: 6px 25px;
	text-decoration: none;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
.big-blue-button:hover {
	background-image: linear-gradient(#67a3cf, #2a6dae);
}
.big-blue-button:active {
	transform: scale(0.97);
}
input[type=text], input[type=password], input[type=email], textarea {
	-webkit-appearance: none;
	padding: 6px 10px;
	border: 1px solid #999;
	border-radius: 7px;
	/*box-sizing: border-box;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	background-color: #e4f4ff;
}
.select-css {
	display: block;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	line-height: 1.3;
	padding: 6px 30px 6px 10px; /* .6em 1.4em .5em .8em */
	/*width: 100%;
    max-width: 100%;
    box-sizing: border-box;*/
	margin: 0;
	border: 1px solid #999;
	/*box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);*/
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	/*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
	color: #222;
	outline: none;
}
.select-css option {
	font-weight: normal;
}
input[type='radio'] {
	transform: scale(1.3);
}
/*
//
//  TOOLTIPS
//
*/
.tooltip {
	position: relative;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: inherit;
}
.tooltip span {
	visibility: hidden;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
	width: 150px;
	margin-left: -75px;
	text-align: left;
	font-size: .9em;
	line-height: 18px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: .95;
	color: #222;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}
.tooltip:hover {
	border: 0; /* IE6 fix */
}
.tooltip:hover span {
	visibility: visible;
}
.tooltip span:before, .tooltip span:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}
.tooltip span:before {
	border-top-color: #ccc;
	bottom: -8px;
}
/*
//
//  POPUP FORMS
//
*/
#blackdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.67;
	z-index: 998;
	height: 100%;
	width: 100%;
}
#popup_table {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.popup_form {
	display: none;
	max-width: 650px;
	padding: 5px 20px 10px 20px;
	margin: 50px;
	background-color: white;
	border-radius: 5px;
	text-align: center;
}
/*
//
//  MOBILE STUFF
//
*/
/* MOBILE ONLY */
@media screen and (max-width: 700px) {
	.nomobile {
		display: none;
	}
	.mobile-center {
		text-align: center;
		padding-left: 0 !important;
	}
	.mobile-left {
		text-align: left;
	}
	.mobile-condensed {
		font-size: .75em;
	}
}
/* DESKTOP ONLY */
@media screen and (min-width: 701px) {
	.mobile {
		display: none;
	}
	.header-cell {
		width: 33.3%;
	}
	.mobile-left {
		text-align: center;
	}
}
.grecaptcha-badge {
	visibility: hidden;
}