/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */

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,
input, textarea, keygen, select, button,
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;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

[hidden] {
	display: none;
}


/* Universal Grid Classes (DO NOT EDIT)
----------------------------------------------- */

.row{width:100%;float:left}.grid-0{display: none;visibility:hidden;}.grid-1{width:5.83333333333%}.grid-2{width:14.1666666667%}.grid-3{width:22.5%}.grid-4{width:30.8333333333%}.grid-5{width:39.1666666667%}.grid-6{width:47.5%}.grid-7{width:55.8333333333%}.grid-8{width:64.1666666667%}.grid-9{width:72.5%}.grid-10{width:80.8333333333%}.grid-11{width:89.1666666667%}.grid-12{width:97.5%}.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{margin-left:1.25%;margin-right:1.25%;float:left;display:block}.alpha{margin-left:0}.omega{margin-right:0}.container{max-width:960px;margin:0px auto}


/* General Styles
----------------------------------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

::selection,
::-moz-selection {
	background: #FFFFAF;
}


/* Primary Font Styles
----------------------------------------------- */
body#tinymce {
	margin: 10px;
	min-height: auto;
}

body {
	font-size: 0.8125em; /* 13px */
	line-height: 1.5;
	background: #FFF;
	-webkit-tap-highlight-color: #FFFFAF;
}

body, input, textarea {
	color: #444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

.site-title .text {
	font-family: 'Droid Serif', 'Georgia', serif;
}

pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
}


/* Primary Link Styles
----------------------------------------------- */

a {
	text-decoration: none;
	color: #BB372F;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #777777;
}


/* Heading Styles
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #404040;
	font-weight: 700;
}

h1 {
	font-size: 2em;
    margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
	font-size: 1.0769em;
	line-height: 1.333;
	margin-bottom: 1.5em;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #E5E5E5;
}

h4 {
	font-weight: 400;
    font-size: 1.17em;
    margin: 1em 0;
}

h5 {
    font-size: 1em;
    margin: 1.33em 0;
}

h6 {
	color: #BFBFBF;
	text-transform: uppercase;
    font-size: 1em;
    margin: 1.33em 0;
}


/* Paragraph & List Styles
----------------------------------------------- */

p {
	margin: 0 0 1.5em 0;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	margin: 0 0 1.5em;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
}
ul.square {
    list-style-type: square;
}
ul.circle {
    list-style-type: circle;
}
ul.no-bullet {
    list-style-type: none;
}

ul ul, ol ul {
	list-style-type: circle;
}

ol, ul ol, ol ol ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 0.555em 0 1em;
	padding: 0 0 0 1.2em;
}

dt {
	font-size: 1.076em;
	font-weight: 700;
}

dd {
	margin-bottom: 0.769em;
}


/* Media Styles
----------------------------------------------- */

img::selection,
img::-moz-selection {
  background: transparent;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

img[class="align"],
img[class*="wp-image-"] {
  height: auto;
}

.video-player {
	overflow: hidden;
	margin: 0 0 1.5em;
	padding: 8px;
	border: 1px solid #e5e5e5;
	background: #ffffff url(../images/loader-light.gif) center center no-repeat;
}

object, embed, iframe {
	max-width: 100%;
}

.video-player object,
.video-player embed,
.video-player iframe {
	display: block;
}

#googlemap img, #googlemap embed, #googlemap object,
#map_canvas img, #map_canvas embed, #map_canvas object,
.map_canvas img, .map_canvas embed, .map_canvas object {
	max-width: none !important;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* Alignment Styles
----------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
    display: inline;
    float: right;
	margin-left: 1em;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignright,
img.aligncenter {
    margin-bottom: 1em;
}


/* Field Styles
----------------------------------------------- */
select {
	max-width: 100%;
	border: 1px solid;
}

input, textarea {
	outline: none;
}

input[type=text],
input[type=url],
input[type=email],
input[type=phone],
input[type=number],
input[type=file],
input[type=password],
textarea {
	padding: 8px 10px 8px 10px;
	color: #999999;
	border: 1px solid #e5e5e5;
	background: #ffffff url(../images/hatch.png) repeat;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05) inset;
	-moz-transition: border .2s linear, box-shadow .2s linear;
	-webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
}

input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=phone]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=password]:focus,
textarea:focus {
	color: #666666;
	border-color: #cccccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
}


/* Table Styles
----------------------------------------------- */

.table-container {
	overflow: hidden;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout:fixed;
}

caption, th, tfoot {
	color: #404040;
}

caption {
	font-weight: 700;
	font-size: 1.230em; /* 16px */
	line-height: 1.166; /* 18px */
	padding-bottom: 0.625em; /* 10px */
}

tfoot {
	font-style: italic;
}

th {
	font-weight: 700;
}

th, td {
	border-bottom-width: 1px;
	padding: 0.5em 0.5em 0.5em 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}


/* Typography Styles
----------------------------------------------- */

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
	font-style: inherit;
	font-weight: bold;
	line-height: inherit;
}

blockquote {
	min-height: 25px; /* allow enough hight for background image to fully show */
	background: url(images/quote.png) top left no-repeat;
	margin-bottom: 0.769em; /* 10px */
	padding-left: 3.07em; /* 40px */
	font-style: italic;
}

blockquote:before,
blockquote:after {
	content: "";
}

blockquote cite {
	margin-left: 0.384em; /* 5px */
	display: inline-block;
	font-style: normal;
}

blockquote > p {
	padding-top: 0.384em; /* 5px */
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

q q:before {
	content: open-quote;
}

q q:after {
	content: close-quote;
}

address {
	font-style: normal;
}

em, i, cite, dfn {
	font-style: italic;
	font-weight: inherit;
	line-height: inherit;
}

hr {
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0 0 1.5em 0;
	border: none;
	border-bottom: 1px dashed #e5e5e5;
}

ins {
	text-decoration: none;
}

abbr[title], acronym[title], ins[title] {
    border-bottom: 1px dotted;
	cursor: help;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 90%;
}

mark, .highlight {
	background: #ffff00;
}

strike, del {
	color: #93250d;
	text-decoration: line-through;
}

pre, code, kbd, samp {
	font-size: 1em;
}

pre {
	padding: 1em;
	margin-bottom: 1.5em;
	text-shadow: none;
	background: #ffffff;
	border: 1px solid whiteSmoke;
	overflow: hidden;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

small, sub, sup {
	font-size: 85%;
	color: #ababab;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Button Styles
----------------------------------------------- */

.button {
	margin-right: 5px;
	margin-bottom: 5px;
}

.page-numbers,
.infinite-loader,
#infinite-handle span,
input[type="submit"],
.site-main button,
.site-main .button,
.site-main .page-links a,
.reply a,
#pagination a {
	background: #EAEAEA;
	border: 1px solid #ABABAB;
	color: #707070;
	text-shadow: 0 2px 1px rgba(255,255,255,0.35);
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	outline: none;
	padding: 3px 8px 4px 8px;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	background: -moz-linear-gradient(top, #EFEFEF, #D8D8D8) #D8D8D8;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D8D8D8)) #D8D8D8;
	background: linear-gradient(top, #EFEFEF, #D8D8D8) #D8D8D8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	-webkit-font-smoothing: antialiased;
}

input[type="submit"]:hover,
.site-main button:hover,
.site-main .button:hover,
.site-main .page-links a:hover,
.reply a:hover,
#pagination a:hover {
	cursor: pointer;
	background: #F1F1F1;
	background: -moz-linear-gradient(top, #F6F6F6, #e5e5e5) #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#e5e5e5)) #e5e5e5;
	background: linear-gradient(top, #F6F6F6, #e5e5e5) #e5e5e5;
}

input[type="submit"].alt,
.site-main button.alt,
.site-main .button.alt {
	color: #e5e5e5;
	border-color: #222222;
	background: -moz-linear-gradient(top, #707070, #444444) #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#444444)) #444444;
	background: linear-gradient(top, #707070, #444444) #444444;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 1px rgba(255, 255, 255, .3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 1px rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 1px rgba(255, 255, 255, .3) inset;
	-webkit-font-smoothing: antialiased;
}

input[type="submit"].alt:hover,
.site-main .button.alt:hover {
	color: #ffffff;
	background: #707070;
	background: -moz-linear-gradient(top, #999999, #707070) #707070;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#707070)) #707070;
	background: linear-gradient(top, #999999, #707070) #707070;
}


/* Helpers (Non-Semantic)
----------------------------------------------- */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.group:before,
.group:after {
	content: " ";
	display: table;
}

.group:after {
	clear: both;
}

.round {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.centered {
	float: none;
	margin: 0 auto;
}

.preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 white;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rotate {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

@-o-keyframes rotate {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

@keyframes rotate {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
