/* =================================================================== */
/* 
/*  Refresh v2.0 Base Stylesheet
/*  url:styleshout.com
/*  08-25-2014
/*
/* =================================================================== */

/* 
/* Reset - normalize.css v3.0.1 | MIT License | git.io/normalize
/* =================================================================== */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

/* 
/* Basic Setup Styles - Top Elements
/* =================================================================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 62.5%;
}
body {
	font-weight: normal;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

/* 
/* typography
====================================================================== */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
	line-height: 1.2;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 11px 0 24px;
	height: 0;
}
em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 17px;
}
ul.square {
	list-style: square;
}
ul.circle {
	list-style: circle;
}
ul.disc {
	list-style: disc;
}
ul li {
	padding-left: 4px;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 6px 0 6px 17px;
}

/* links
---------------------------------------------------------------------- */
a {
	text-decoration: none;
	line-height: inherit;
}
a img {
	border: none;
}
a:focus {
	outline: none;
}
p a, p a:visited {
	line-height: inherit;
}

/* 
/* Media
/* =================================================================== */
img, video, embed, object {
	max-width: 100%;
	height: auto;
}
object, embed {
	height: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
}

/* 
/* Grid
===================================================================== */
.wrap {
	width: 97%;
	max-width: 980px;
	margin: 0 auto;
}
.ie .row {
	width: 980px;
}
.narrow .row {
	max-width: 980px;
}

/* nested rows */
.row .row {
	width: auto;
	max-width: none;
	margin: 0 -18px;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}

/* columns */
.column, .columns {
	position: relative;
	padding: 0 18px;
	min-height: 1px;
	float: left;
}
.column.centered, .columns.centered {
	float: none;
	margin: 0 auto;
}
.row.collapsed > .column, .row.collapsed > .columns, .column.collapsed, .columns.collapsed {
	padding: 0;
}
[class*="column"] + [class*="column"]:last-child {
	float: right;
}
[class*="column"] + [class*="column"].end {
	float: right;
}

/* column widths */
.one, .row .one {
	width: 8.33333%;
}
.two, .row .two {
	width: 16.66667%;
}
.three, .row .three {
	width: 25%;
}
.four, .row .four {
	width: 33.33333%;
}
.five, .row .five {
	width: 41.66667%;
}
.six, .row .six {
	width: 50%;
}
.seven, .row .seven {
	width: 58.33333%;
}
.eight, .row .eight {
	width: 66.66667%;
}
.nine, .row .nine {
	width: 75%;
}
.ten .row .ten {
	width: 83.33333%;
}
.eleven, .row .eleven {
	width: 91.66667%;
}
.twelve, .row .twelve {
	width: 100%;
}

/* offsets */
.row .offset-1 {
	margin-left: 8.33333%;
}
.row .offset-2 {
	margin-left: 16.66667%;
}
.row .offset-3 {
	margin-left: 25%;
}
.row .offset-4 {
	margin-left: 33.33333%;
}
.row .offset-5 {
	margin-left: 41.66667%;
}
.row .offset-6 {
	margin-left: 50%;
}
.row .offset-7 {
	margin-left: 58.33333%;
}
.row .offset-8 {
	margin-left: 66.66667%;
}
.row .offset-9 {
	margin-left: 75%;
}
.row .offset-10 {
	margin-left: 83.33333%;
}
.row .offset-11 {
	margin-left: 91.66667%;
}

/* block grids
--------------------------------------------------------------------- */
.bgrid-sixths [class*="column"] {
	width: 16.66667%;
}
.bgrid-quarters [class*="column"] {
	width: 25%;
}
.bgrid-thirds [class*="column"] {
	width: 33.33333%;
}
.bgrid-halves [class*="column"] {
	width: 50%;
}
[class*="bgrid"] [class*="column"] + [class*="column"]:last-child {
	float: left;
}

/* Left clearing for block grid columns - columns that changes width in
different screen sizes. Allows columns with different heights to align
properly.
--------------------------------------------------------------------- */
.first {
	clear: left;
}

/* first column in default screen */
.s-first {
	clear: none;
}

/* first column in smaller screens */
/* smaller screens
--------------------------------------------------------------- */
@media only screen and (max-width:900px) {
	/* block grids on small screens */
	.s-bgrid-sixths [class*="column"] {
		width: 16.66667%;
	}
	.s-bgrid-quarters [class*="column"] {
		width: 25%;
	}
	.s-bgrid-thirds [class*="column"] {
		width: 33.33333%;
	}
	.s-bgrid-halves [class*="column"] {
		width: 50%;
	}
	
	/* block grids left clearing */
	.first {
		clear: none;
	}
	.s-first {
		clear: left;
	}
}

/* screenwidth less than 768px - mobile/smaller tablets
--------------------------------------------------------------- */
@media only screen and (max-width:767px) {
	.wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.column, .columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
		padding: 0 30px;
	}
	.row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row .row {
		width: auto;
		max-width: none;
		margin: 0 -30px;
		padding-left: 0;
		padding-right: 0;
	}
	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}
	[class*="bgrid"] [class*="column"] + [class*="column"]:last-child {
		float: none;
	}
	
	/* Offsets */
	.row .offset-1 {
		margin-left: 0%;
	}
	.row .offset-2 {
		margin-left: 0%;
	}
	.row .offset-3 {
		margin-left: 0%;
	}
	.row .offset-4 {
		margin-left: 0%;
	}
	.row .offset-5 {
		margin-left: 0%;
	}
	.row .offset-6 {
		margin-left: 0%;
	}
	.row .offset-7 {
		margin-left: 0%;
	}
	.row .offset-8 {
		margin-left: 0%;
	}
	.row .offset-9 {
		margin-left: 0%;
	}
	.row .offset-10 {
		margin-left: 0%;
	}
	.row .offset-11 {
		margin-left: 0%;
	}
}

/* screenwidth less than or equal 480px - mobile wide
--------------------------------------------------------------- */
@media only screen and (max-width:480px) {
	.wrap {
		width: auto;
	}
	.row {
		padding-left: 0;
		padding-right: 0;
	}
}

/* larger screens
--------------------------------------------------------------- */
@media screen and (min-width:1200px) {
	.wide .wrap {
		max-width: 1180px;
	}
}

/* 
/* MISC
===================================================================== */
/* Clearing - (http://nicolasgallagher.com/micro-clearfix-hack/
--------------------------------------------------------------------- */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}

/* Misc Helper Styles
--------------------------------------------------------------------- */
.hidden {
	display: none;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 12px !important;
}
.add-bottom {
	margin-bottom: 24px !important;
}
.no-border {
	border: none;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.align-center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}