@charset "utf-8";
/* CSS Document */

/* Styles written by Jacob Bearce | jacob@weblinxinc.com | jacob@bearce.me */

/* fonts */

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic");

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

h1,
h2 {
	color: #39B54A;
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 0 5px;
	margin-bottom: 0.16666666666666666666666666666667em;
}

h2 {
	color: #464646;
}

h3,
h4 {
	color: #39B54A;
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0 0 5px;
	margin-bottom: 0.19230769230769230769230769230769em;
}

h4 {
	color: #464646;
}

h5,
h6 {
	color: #39B54A;
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 5px;
	margin-bottom: 0.22727272727272727272727272727273em;
}

h6 {
	color: #464646;
}

/* text */

input,
label,
ol,
p,
.select,
select,
table,
textarea,
ul {
	color: #464646;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: normal;
	margin: 0 0 16px;
	margin-bottom: 1em;
}

ol {
	padding-left: 24px;
}

	ol li {
	}

	ol ol, ol ul {
		margin-bottom: 0;
	}

p {
}

table {
	display: table;
}

@media (max-width: 639px) {
	table {
		display: block;
		overflow: auto;
		padding-bottom: 1px;
		width: 100%;
		/* css3 */
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}

	table td,
	table th {
		border: 1px solid #1E86BB;
		padding: 4px 6px;
		vertical-align: top;
	}

	@media screen and (max-width: 639px) {
		table td,
		table th {
			min-width: 200px;
		}
	}

	table thead td,
	table th {
		background: #ABCDEF;
		color: #1E86BB;
	}

ul {
	padding-left: 24px;
}

	ul li {
	}

	ul ul, ul ol {
		margin-bottom: 0;
	}

/* formatting */

a {
	color: #1E86BB;
	text-decoration: none;
	/* css3 */
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

a:hover {
	color: #26ABED;
}

em,
i {
}

q {
}

strike {
}

b,
strong {
}

u {
}

/* forms */

::-webkit-input-placeholder {
	color: #464646;
}

:-moz-placeholder {
	color: #464646;
}

::-moz-placeholder {
	color: #464646;
}

:-ms-input-placeholder {
	color: #464646;
}

.placeholder {
	color: #464646;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
	background: url("../img/background-button.png") left top repeat-x #1A82B7;
	background-size: 1px 100%;
	border: 3px solid #03699D;
	color: #FFF;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 16px;
	margin-bottom: 1em;
	padding: 7px 10px;
	/* css3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03699D), color-stop(100%, #1A82B7));
	background: -webkit-linear-gradient(top, #03699D 0%, #1A82B7 100%);
	background: -moz-linear-gradient(top, #03699D 0%, #1A82B7 100%);
	background: -ms-linear-gradient(top, #03699D 0%, #1A82B7 100%);
	background: linear-gradient(to bottom, #03699D 0%, #1A82B7 100%);
}

button.green,
input[type=button].green,
input[type=reset].green,
input[type=submit].green,
.button.green {
	background-color: #36B347;
	background-image: url("../img/background-button-green.png");
	border-color: #049217;
	/* css3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049217), color-stop(100%, #36b347));
	background: -webkit-linear-gradient(top, #049217 0%, #36b347 100%);
	background: -moz-linear-gradient(top, #049217 0%, #36b347 100%);
	background: -ms-linear-gradient(top, #049217 0%, #36b347 100%);
	background: linear-gradient(to bottom, #049217 0%, #36b347 100%);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
	color: #FFF;
	/* css3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1A82B7), color-stop(100%, #03699D));
	background: -webkit-linear-gradient(top, #1A82B7 0%, #03699D 100%);
	background: -moz-linear-gradient(top, #1A82B7 0%, #03699D 100%);
	background: -ms-linear-gradient(top, #1A82B7 0%, #03699D 100%);
	background: linear-gradient(to bottom, #1A82B7 0%, #03699D 100%);
}

button.green:hover,
input[type=button].green:hover,
input[type=reset].green:hover,
input[type=submit].green:hover,
.button.green:hover {
	/* css3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36b347), color-stop(100%, #049217));
	background: -webkit-linear-gradient(top, #36b347 0%, #049217 100%);
	background: -moz-linear-gradient(top, #36B347 0%, #049217 100%);
	background: -ms-linear-gradient(top, #36b347 0%, #049217 100%);
	background: linear-gradient(to bottom, #36b347 0%, #049217 100%);
}

input[type=checkbox],
input[type=radio] {
	left: -999em;
	position: absolute;
}

	input[type=checkbox] + label,
	input[type=radio] + label {
		position: relative;
		padding: 8px 0 7px 46px;
	}

	input[type=checkbox] + label:before,
	input[type=radio] + label:before {
		background: #FFF;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 16px;
		border: 1px solid #1E86BB;
		content: "\0020";
		display: block;
		float: left;
		height: 36px;
		left: 1px;
		position: absolute;
		top: 1px;
		width: 36px;
	}

	input[type=checkbox] + label:hover:before,
	input[type=radio] + label:hover:before {
		cursor: pointer;
	}

	input[type=checkbox]:checked + label:before {
		background-image: url("../img/icon-checkbox.png");
	}

	input[type=radio] + label:before {
		/* css3 */
		-webkit-border-radius: 18px;
		border-radius: 18px;
	}

	input[type=radio]:checked + label:before {
		background-image: url("../img/icon-radio.png");
	}
	
	input[type=checkbox] + label:after,
	input[type=checkbox] + label:after {
		clear: both;
		content: "\0020";
		display: block;
		visibility: hidden;
		zoom: 1;
	}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
.select,
textarea {
	background: #FFF;
	border: 1px solid #1E86BB;
	box-sizing: border-box;
	display: block;
	margin: 0 0 10px;
	outline: none;
	padding: 6px 10px;
	text-overflow: ellipsis;
	width: 100%;
}

label {
	display: block;
	margin: 0 0 10px;
}

label:hover {
	cursor: pointer;
}

.select {
	background-image: url("../img/icon-select.png");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding: 0;
}

.select:hover {
	cursor: pointer;
}

	.select select {
		background: transparent;
		border: 0;
		display: block;
		margin: 0;
		outline: none;
		padding: 5px 7px;
		text-indent: 0.01px;
    	text-overflow: "";
		width: 100%;
		/* css3 */		
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.select select::-ms-expand {
		display: none;
	}

	.select select:hover {
		cursor: pointer;
	}

		.select select option {
			background: #FFF;
			color: #000;
		}

		.select select option:hover {
			backgrond: #DDD;
		}

textarea {
	max-width: 100%;
	min-height: 100px;
	min-width: 100%;
}

/* structural */

blockquote {
	margin: 0;
	padding: 0 60px;
}

@media screen and (max-width: 639px) {
	blockquote {
		padding-left: 20px;
		padding-right: 20px;
	}
}

	blockquote * {
		color: #1E86BB;
		font-weight: 700;
	}

hr {
	border: 0;
	border-bottom: 1px solid #1E86BB;
	margin: 0 0 16px;
	margin-bottom: 1rem;
}