/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* #Reset & Basics 
================================================== */

/*html {
	overflow: hidden;
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*overflow-y: hidden;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #Basic Styles
================================================== */

body {
	background: #fff;
	font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}

/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	line-height: 34px;
}
h2 {
	font-size: 22px;
	line-height: 32px;
	color: #777;
}	
h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	color: #222;
}
h4 {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	margin-bottom: 0;
}
h5 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.subheader {
	color: #777;
}

p {
	margin-bottom: 25px;
	word-wrap: break-word;
}

p.lead {
	font-size: 17px;
	line-height: 27px;
}

em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
small {
	font-size: 85%;
	line-height: 85%;
}

/* rules */

hr {
	display: block;
	border: dashed #ddd;
	border-width: 0 0 1px;
	clear: both;
	padding-top: 30px;
	margin: 0 10px 50px;
	height: 0;
}

.column hr, .columns hr {
	margin: 0 0 50px;
}

	hr.narrow {
		padding-top: 0px;
		margin-bottom: 30px;
	}

hr.mini {
	border: solid #c7c7c7;
	border-width: 3px 0 0 !important;
	clear: both;
	width: 80px;
	margin: 50px auto 52px !important;
	padding: 0;
}




/* #Links
================================================== */

a {
	color: #DF7F48;
	font-size: inherit;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 30px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal;
}
ol, ul {
	margin-left: 40px;
}

ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
	/*font-size: 90%;*/
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 22px;
	margin-bottom: 3px;
}


/* linklist */

ul.linklist {
	margin: 0 0 30px;
	list-style: none;
}

ul.linklist li {
	line-height: 28px;
}
	ul.linklist li span {
		float: left;
		margin-top: 6px;
		margin-right: 12px;
	}
	ul.linklist li.dx span {
		background: url('../images/sprite.png') no-repeat -117px -133px;
		background-size: 500px 500px;
		width: 17px;
		height: 11px;
		margin-top: 8px;
	}

/* #Images and video
================================================== */

img.scale {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

/* #Buttons
================================================== */

.button,  button,  input[type="submit"],  input[type="reset"],  input[type="button"], .button:visited {
	font-size: 15px;
	background: #53A93F !important;
	border: 1px solid #4A9838;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 16px !important;
	height: 16px;
	padding: 12px 16px 13px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	-webkit-appearance: none;
}
.button:hover,  button:hover,  input[type="submit"]:hover,  input[type="reset"]:hover,  input[type="button"]:hover {
	background: #000 !important;
	color: #fff;
	border: 1px solid #000;
}
.button.full-width,  button.full-width,  input[type="submit"].full-width,  input[type="reset"].full-width,  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	height: 37px;
	line-height: 1px !important;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,  input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
}
.infogrid th, .infogrid td {
	padding: 10px 8px;
	border-right: 1px solid #bbb;
	font-size: 15px;
	line-height: 20px;
}
.infogrid tr {
	border-bottom: 1px solid #bbb;
	background: #fcfcfc;
}
	.infogrid tr:hover {
		background: #777;
		color: #fff;
	}
	.infogrid tr:hover a {
		color: #fff;
	}
	tr:nth-child(even) {
		background-color: #eee;
	}
.infogrid th {
	background: #222;
	border-right: 1px solid #555;
	color: #fff;
	text-align: left;
}
	.infogrid th.right {
		text-align: right;
	}
	.infogrid th.center {
		text-align: center;
	}
	.infogrid.tablesorter th.header {
		background: #222 url(../images/table-noSort.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header:hover {
		background-color: #5da4da !important;
		cursor: pointer;
	}
	.infogrid.tablesorter th.header.headerSortUp {
		background: #222 url(../images/table-asc.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header.headerSortDown {
		background: #222 url(../images/table-desc.png) right 50% no-repeat;
	}
.infogrid td {
	border-bottom: 1px solid #bbb;
}
.infogrid td:first-child {
	border-left: 1px solid #bbb;
}

.infogrid tr.empty td {
	border: none;
    background: #fff !important;
}
.infogrid a {
	color: #333;
	display: block;
}
.infogrid a.button {
	font-size: 13px;
	margin-bottom: 0;
	color: #fff !important;
	padding: 7px 5px 5px 5px;
}
.infogrid a.button.disabled {
	background: #ccc !important;
	color: #666 !important;
	cursor: default;
}
.infogrid a.button.contact {
	background: #777 !important;
	color: #fff;
}
.infogrid a.button.contact:hover {
	background: #222 !important;
	color: #fff;
}



/* #Misc
================================================== */

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-12 {
	margin-bottom: 12px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-30 {
	margin-right: 30px !important;
}

.ml-10 {
	margin-left: 10px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-30 {
	margin-left: 30px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}
.flo-n {
	float: none !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.mob-only, .mob-only-p, .mob-only-all, .inline-only-p, .hidden {
	display: none;
}

.divider {
	margin: 0 10px;
	color: #888;
}

::selection {
	background: #df7f48; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #df7f48; /* Firefox */
	color: #fff;
}

.date,
.disclaimer {
	font-size: 13px !important;
	line-height: 23px !important;
	color: #777;
}