@charset "utf-8";
/* CSS Document */

/* Styles written by Jacob Bearce | jacob@weblinxinc.com | jacob@bearce.me */

/* fonts */

@import url("https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic");

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #242424;
	font-family: "Adobe Garamond Pro", "adobe-garamond-pro", serif;
}

h1 {
	font-size: 28px;
	margin: 0 0 12px;
}

.home h1 {
	color: #A0A0A0;
	font-size: 35px;
}

@media screen and (max-width: 639px) {
	.home h1 {
		font-size: 18px;
		margin-bottom: 6px;
	}
}

h2 {
	font-size: 24px;
	margin: 0 0 10px;
}

.home h2 {
	color: #A0A0A0;
	font-size: 35px;
	margin-bottom: 12px;
}

@media screen and (max-width: 639px) {
	.home h2 {
		font-size: 18px;
		margin-bottom: 6px;
	}
}

h3 {
	font-size: 20px;
	margin: 0 0 8px;
}

h4 {
	font-size: 18px;
	margin: 0 0 6px;
}

h5 {
	font-size: 16px;
	margin: 0 0;
}

h6 {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 26px;
	margin: 0;
	text-transform: uppercase;
}

/* text */

input,
label,
ol,
p,
.select,
select,
table,
textarea,
ul {
	color: #1E1E1E;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 30px;
}

@media screen and (max-width: 639px) {
	input,
	label,
	ol,
	p,
	.select,
	select,
	table,
	textarea,
	ul {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 15px;
	}
}

label {
	color: #A0A0A0;
}

ol {
}

	ol li {
	}

	ol ol, ol ul {
		margin-bottom: 0;
	}

p {
}

table {
	display: table;
	width: 100%;
}

	table td,
	table th {
		border-bottom: 1px solid #393939;
		padding: 10px 0 2px;
		text-align: left;
		vertical-align: top;
	}

	@media screen and (max-width: 767px) {
		table.special td,
		table.special th {
			display: block;
			width: 100%;
		}

		table.special td {
			padding-top: 0;
		}

		table.special th {
			border-bottom: 0;
			padding-bottom: 0;
		}
	}

	table tr:last-child td,
	table tr:last-child th {
		border-bottom: 0;
	}

	table thead td,
	table th {
		font-family: "Adobe Garamond Pro", "adobe-garamond-pro", serif;
		font-size: 20px;
		font-weight: bold;
	}

@media (max-width: 639px) {
	:not(.listings) > table:not(.special) {
		border-collapse: collapse;
		border-spacing: 0;
		display: block;
		overflow-x: auto;
		position: relative;
		width: 100%;
		/* css3 */
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

		:not(.listings) > table:not(.special) thead {
			white-space: nowrap;
			min-width: 100%;
			width: auto;
		}

		:not(.listings) > table:not(.special) tbody {
			min-width: 100%;
			white-space: nowrap;
			width: auto;
		}
}

ul {
	list-style: none;
	padding: 0;
}

	ul li {
		padding: 7px 0 7px 10px;
		position: relative;
	}

	@media screen and (max-width: 639px) {
		ul li {
			padding-bottom: 4px;
			padding-top: 4px;
		}
	}

		ul li:before {
			content: "\00BB";
			left: 0;
			position: absolute;
			top: 6px;
		}

		@media screen and (max-width: 639px) {
			ul li:before {
				top: 3px;
			}
		}

	ul ul, ul ol {
		margin-bottom: 0;
	}

/* formatting */

a {
	color: #FF1900;
	text-decoration: none;
	/* css3 */
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

a:hover {
	color: #FF7566;
}

em,
i {
}

q {
}

strike {
}

b,
strong {
}

u {
}

/* forms */

::-webkit-input-placeholder {
	color: #A0A0A0;
	font-style: italic;
}

:-moz-placeholder {
	color: #A0A0A0;
	font-style: italic;
}

::-moz-placeholder {
	color: #A0A0A0;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #A0A0A0;
	font-style: italic;
}

.placeholder {
	color: #A0A0A0;
	font-style: italic;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
	background: #FF1900;
	border: 0;
	color: #FFF;
	display: inline-block;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 6px 10px;
	text-transform: uppercase;
	/* css3 */
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: background 0.25s;
	transition: background 0.25s;
}

@media screen and (max-width: 639px) {
	button,
	input[type=button],
	input[type=reset],
	input[type=submit],
	.button {
		/* css3 */
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
	background: #FF7566;
	color: #FFF;
}

input[type=checkbox],
input[type=radio] {
	left: -999em;
	position: absolute;
}

	input[type=checkbox] + label,
	input[type=radio] + label {
		position: relative;
		padding-left: 22px;
	}

	input[type=checkbox] + label:before,
	input[type=radio] + label:before {
		background: #FFF;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 8px;
		border: 1px solid #CACACA;
		content: "\0020";
		display: block;
		float: left;
		height: 16px;
		left: 1px;
		position: absolute;
		top: 5px;
		width: 16px;
	}

	@media screen and (max-width: 639px) {
		input[type=checkbox] + label:before,
		input[type=radio] + label:before {
			top: -1px;
		}
	}

	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 {
		border-radius: 8px;
	}

	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 #cACACA;
	box-sizing: border-box;
	display: block;
	line-height: normal;
	margin: 0 0 10px;
	outline: none;
	padding: 10px 12px 11px;
	text-overflow: ellipsis;
	width: 100%;
}

::placeholder {
    font-style: normal;
}

@media screen and (max-width: 639px) {
	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 {
	}
}

label {
	display: block;
	margin: 0 0 10px;
}

label:hover {
	cursor: pointer;
}

.select {
	background-image: url("../img/icon-select.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding: 0;
}

.select:hover {
	cursor: pointer;
}

	.select select {
		background: transparent;
		border: 0;
		box-sizing: content-box;
		display: block;
		margin: 0;
		outline: none;
		padding: 5px 2px;
		text-indent: 0.01px;
    	text-overflow: "";
		width: 100%;
		/* css3 */
		-webkit-appearance: none;
		-mozappearance: 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 {
	border: 1px solid #393939;
	margin: 0 0 30px;
	padding: 15px;
}

@media screen and (max-width: 639px) {
	blockquote {
		margin-bottom: 15px;
	}
}

	blockquote > *:last-child {
		margin-bottom: 0 !important;
	}

hr {
	border: 0;
	border-bottom: 1px solid #393939;
	margin: 0 0 30px;
}

@media screen and (max-width: 639px) {
	hr {
		margin-bottom: 15px;
	}
}
