/*
* 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
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
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: 16px/24px  Helvetica, sans-serif;
font-weight:400;
color: #222;
-webkit-font-smoothing:antialiased
-webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
color: #000;
font-family: 'Open Sans', sans-serif;
font-weight: 600; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 26px; line-height: 34px; margin-bottom: 15px;}
h2 { font-size: 20px; line-height: 31px; margin-bottom: 13px; }
h3 { font-size: 20px; line-height: 27px; margin-bottom: 13px; }
h4 { font-size: 16px; line-height: 30px; margin-bottom: 4px;}
h5 { font-size: 15px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

.subheader { color: #222; font-size:20px; margin-bottom:20px; font-weight:400}

.page-title h1 { margin:0; color: #FFF; font-size: 13px; text-transform:uppercase}
.sidebar h2 {color: #000; margin-bottom: 6px}
.sidebar h3 {background: #444; padding: 13px; text-align: center; color: #FFF; font-size: 18px; text-transform:uppercase; margin-bottom: 6px}
.bottom h4 {color:white; font-size: 16px; text-transform:uppercase; font-family:'Open Sans', sans-serif; line-height: 23px; margin-bottom: 8px}
.sidebar-list h2 {font-size: 16px; line-height: 24px; background:#7498A8; color:#FFF; text-align:center; padding: 10px 0; text-transform:uppercase}
p.title {color: #444;}



p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }
.sidebar img {margin-bottom:10px}

em { font-style: italic; }
strong { font-weight: bold; color: #000; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 14px; line-height: 26px; color: #999; font-style: normal; }
blockquote {margin: 0 0 10px 0; padding: 10px 15px 0 0px;  }
blockquote cite { display: block; font-size: 12px; color: #2F8EAE; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }


hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 15px 0; height: 0; }


/* #Links
================================================== */
a { color: #658E9F; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #729ca4; text-decoration: none;}
p a, p a:visited { line-height: inherit; }



/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;   }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 21px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }



/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #58595b;
border-color: #58595b; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #7498a8;
border-color: #58595b; }

.button-sm,
button-sm,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 24px;
padding: 0 15px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 400;
line-height: 24px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }



/* #Images
================================================== */

img.scale-with-grid {
max-width: 100%;
height: auto; }





/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.half-bottom-top { margin-bottom: 10px !important; margin-top: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.add-top { margin-top: 20px !important; }
.half-top { margin-top: 10px !important; }