/*# sourceMappingURL=foundation.css.map */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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, menu, 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-color: 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: .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: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	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;
	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: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

::-webkit-input-placeholder {
	color: #000 !important;
}

::-moz-placeholder {
	color: #000 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000 !important;
}

:-moz-placeholder {
	color: #000 !important;
}

.wp-caption {
	padding: .25rem;
}

.wp-caption img {
	max-width: 100%;
}

p.wp-caption-text {
	font-size: 90%;
	color: #555;
	padding: .625rem 0;
}

meta.foundation-version {
	font-family: "/5.5.3/";
}

meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0;
}

meta.foundation-mq-small-only {
	font-family: "/only screen and (max-width: 40em)/";
	width: 0;
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.0625em)/";
	width: 40.0625em;
}

meta.foundation-mq-medium-only {
	font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
	width: 40.0625em;
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.0625em)/";
	width: 64.0625em;
}

meta.foundation-mq-large-only {
	font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
	width: 64.0625em;
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.0625em)/";
	width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
	font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
	width: 90.0625em;
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.0625em)/";
	width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
	font-family: false;
}

html, body {
	height: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font-size: 100%;
}

body {
	background: #17bec4;
	color: #222;
	cursor: auto;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
}

a:hover {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

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

.left {
	float: left !important;
}

.right {
	float: right !important;
}

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

.clearfix:after {
	clear: both;
}

.hide {
	display: none;
}

.invisible {
	visibility: hidden;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
}

select {
	width: 100%;
}

.row {
	margin: 0 auto;
	max-width: 62.5rem;
	width: 100%;
}

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

.row:after {
	clear: both;
}

.row.collapse>.column, .row.collapse>.columns {
	padding-left: 0;
	padding-right: 0;
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.row .row {
	margin: 0 -.9375rem;
	max-width: none;
	width: auto;
}

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

.row .row:after {
	clear: both;
}

.row .row.collapse {
	margin: 0;
	max-width: none;
	width: auto;
}

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

.row .row.collapse:after {
	clear: both;
}

.column, .columns {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left;
}

.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child {
	float: right;
}

.column+.column.end, .columns+.column.end, .column+.columns.end, .columns+.columns.end {
	float: left;
}

@media only screen {
	.small-push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	
	.small-pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	
	.small-push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	
	.small-pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	
	.small-push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	
	.small-pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	
	.small-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	
	.small-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	
	.small-push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	
	.small-pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	
	.small-push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	
	.small-pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	
	.small-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	
	.small-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	
	.small-push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	
	.small-pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	
	.small-push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	
	.small-pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	
	.small-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	
	.small-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	
	.small-push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	
	.small-pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	
	.small-push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	
	.small-pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	
	.column, .columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}
	
	.small-1 {
		width: 8.3333333333%;
	}
	
	.small-2 {
		width: 16.6666666667%;
	}
	
	.small-3 {
		width: 25%;
	}
	
	.small-4 {
		width: 33.3333333333%;
	}
	
	.small-5 {
		width: 41.6666666667%;
	}
	
	.small-6 {
		width: 50%;
	}
	
	.small-7 {
		width: 58.3333333333%;
	}
	
	.small-8 {
		width: 66.6666666667%;
	}
	
	.small-9 {
		width: 75%;
	}
	
	.small-10 {
		width: 83.3333333333%;
	}
	
	.small-11 {
		width: 91.6666666667%;
	}
	
	.small-12 {
		width: 100%;
	}
	
	.small-offset-0 {
		margin-left: 0 !important;
	}
	
	.small-offset-1 {
		margin-left: 8.3333333333% !important;
	}
	
	.small-offset-2 {
		margin-left: 16.6666666667% !important;
	}
	
	.small-offset-3 {
		margin-left: 25% !important;
	}
	
	.small-offset-4 {
		margin-left: 33.3333333333% !important;
	}
	
	.small-offset-5 {
		margin-left: 41.6666666667% !important;
	}
	
	.small-offset-6 {
		margin-left: 50% !important;
	}
	
	.small-offset-7 {
		margin-left: 58.3333333333% !important;
	}
	
	.small-offset-8 {
		margin-left: 66.6666666667% !important;
	}
	
	.small-offset-9 {
		margin-left: 75% !important;
	}
	
	.small-offset-10 {
		margin-left: 83.3333333333% !important;
	}
	
	.small-offset-11 {
		margin-left: 91.6666666667% !important;
	}
	
	.small-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto;
	}
	
	.column.small-centered, .columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.column.small-uncentered, .columns.small-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.column.small-centered:last-child, .columns.small-centered:last-child {
		float: none;
	}
	
	.column.small-uncentered:last-child, .columns.small-uncentered:last-child {
		float: left;
	}
	
	.column.small-uncentered.opposite, .columns.small-uncentered.opposite {
		float: right;
	}
	
	.row.small-collapse>.column, .row.small-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.row.small-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.row.small-uncollapse>.column, .row.small-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}
}

@media only screen and (min-width: 40.0625em) {
	.medium-push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	
	.medium-pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	
	.medium-push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	
	.medium-pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	
	.medium-push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	
	.medium-pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	
	.medium-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	
	.medium-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	
	.medium-push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	
	.medium-pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	
	.medium-push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	
	.medium-pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	
	.medium-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	
	.medium-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	
	.medium-push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	
	.medium-pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	
	.medium-push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	
	.medium-pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	
	.medium-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	
	.medium-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	
	.medium-push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	
	.medium-pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	
	.medium-push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	
	.medium-pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	
	.column, .columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}
	
	.medium-1 {
		width: 8.3333333333%;
	}
	
	.medium-2 {
		width: 16.6666666667%;
	}
	
	.medium-3 {
		width: 25%;
	}
	
	.medium-4 {
		width: 33.3333333333%;
	}
	
	.medium-5 {
		width: 41.6666666667%;
	}
	
	.medium-6 {
		width: 50%;
	}
	
	.medium-7 {
		width: 58.3333333333%;
	}
	
	.medium-8 {
		width: 66.6666666667%;
	}
	
	.medium-9 {
		width: 75%;
	}
	
	.medium-10 {
		width: 83.3333333333%;
	}
	
	.medium-11 {
		width: 91.6666666667%;
	}
	
	.medium-12 {
		width: 100%;
	}
	
	.medium-offset-0 {
		margin-left: 0 !important;
	}
	
	.medium-offset-1 {
		margin-left: 8.3333333333% !important;
	}
	
	.medium-offset-2 {
		margin-left: 16.6666666667% !important;
	}
	
	.medium-offset-3 {
		margin-left: 25% !important;
	}
	
	.medium-offset-4 {
		margin-left: 33.3333333333% !important;
	}
	
	.medium-offset-5 {
		margin-left: 41.6666666667% !important;
	}
	
	.medium-offset-6 {
		margin-left: 50% !important;
	}
	
	.medium-offset-7 {
		margin-left: 58.3333333333% !important;
	}
	
	.medium-offset-8 {
		margin-left: 66.6666666667% !important;
	}
	
	.medium-offset-9 {
		margin-left: 75% !important;
	}
	
	.medium-offset-10 {
		margin-left: 83.3333333333% !important;
	}
	
	.medium-offset-11 {
		margin-left: 91.6666666667% !important;
	}
	
	.medium-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto;
	}
	
	.column.medium-centered, .columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.column.medium-uncentered, .columns.medium-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.column.medium-centered:last-child, .columns.medium-centered:last-child {
		float: none;
	}
	
	.column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
		float: left;
	}
	
	.column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
		float: right;
	}
	
	.row.medium-collapse>.column, .row.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.row.medium-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.row.medium-uncollapse>.column, .row.medium-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}
	
	.push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	
	.pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	
	.push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	
	.pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	
	.push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	
	.pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	
	.push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	
	.pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	
	.push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	
	.pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	
	.push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	
	.pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	
	.push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	
	.pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	
	.push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	
	.pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	
	.push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	
	.pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
}

@media only screen and (min-width: 64.0625em) {
	.large-push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	
	.large-pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	
	.large-push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	
	.large-pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	
	.large-push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	
	.large-pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	
	.large-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	
	.large-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	
	.large-push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	
	.large-pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	
	.large-push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	
	.large-pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	
	.large-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	
	.large-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	
	.large-push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	
	.large-pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	
	.large-push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	
	.large-pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	
	.large-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	
	.large-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	
	.large-push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	
	.large-pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	
	.large-push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	
	.large-pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	
	.column, .columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}
	
	.large-1 {
		width: 8.3333333333%;
	}
	
	.large-2 {
		width: 16.6666666667%;
	}
	
	.large-3 {
		width: 25%;
	}
	
	.large-4 {
		width: 33.3333333333%;
	}
	
	.large-5 {
		width: 41.6666666667%;
	}
	
	.large-6 {
		width: 50%;
	}
	
	.large-7 {
		width: 58.3333333333%;
	}
	
	.large-8 {
		width: 66.6666666667%;
	}
	
	.large-9 {
		width: 75%;
	}
	
	.large-10 {
		width: 83.3333333333%;
	}
	
	.large-11 {
		width: 91.6666666667%;
	}
	
	.large-12 {
		width: 100%;
	}
	
	.large-offset-0 {
		margin-left: 0 !important;
	}
	
	.large-offset-1 {
		margin-left: 8.3333333333% !important;
	}
	
	.large-offset-2 {
		margin-left: 16.6666666667% !important;
	}
	
	.large-offset-3 {
		margin-left: 25% !important;
	}
	
	.large-offset-4 {
		margin-left: 33.3333333333% !important;
	}
	
	.large-offset-5 {
		margin-left: 41.6666666667% !important;
	}
	
	.large-offset-6 {
		margin-left: 50% !important;
	}
	
	.large-offset-7 {
		margin-left: 58.3333333333% !important;
	}
	
	.large-offset-8 {
		margin-left: 66.6666666667% !important;
	}
	
	.large-offset-9 {
		margin-left: 75% !important;
	}
	
	.large-offset-10 {
		margin-left: 83.3333333333% !important;
	}
	
	.large-offset-11 {
		margin-left: 91.6666666667% !important;
	}
	
	.large-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto;
	}
	
	.column.large-centered, .columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.column.large-uncentered, .columns.large-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.column.large-centered:last-child, .columns.large-centered:last-child {
		float: none;
	}
	
	.column.large-uncentered:last-child, .columns.large-uncentered:last-child {
		float: left;
	}
	
	.column.large-uncentered.opposite, .columns.large-uncentered.opposite {
		float: right;
	}
	
	.row.large-collapse>.column, .row.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.row.large-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.row.large-uncollapse>.column, .row.large-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}
	
	.push-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	
	.pull-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	
	.push-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	
	.pull-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	
	.push-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	
	.pull-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	
	.push-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	
	.pull-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	
	.push-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	
	.pull-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	
	.push-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	
	.pull-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	
	.push-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	
	.pull-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	
	.push-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	
	.pull-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	
	.push-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	
	.pull-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
}

[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -.625rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
	content: " ";
	display: table;
}

[class*="block-grid-"]:after {
	clear: both;
}

[class*="block-grid-"]>li {
	display: block;
	float: left;
	height: auto;
	padding: 0 .625rem 1.25rem;
}

@media only screen {
	.small-block-grid-1>li {
		list-style: none;
		width: 100%;
	}
	
	.small-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}
	
	.small-block-grid-2>li {
		list-style: none;
		width: 50%;
	}
	
	.small-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}
	
	.small-block-grid-3>li {
		list-style: none;
		width: 33.3333333333%;
	}
	
	.small-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}
	
	.small-block-grid-4>li {
		list-style: none;
		width: 25%;
	}
	
	.small-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}
	
	.small-block-grid-5>li {
		list-style: none;
		width: 20%;
	}
	
	.small-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}
	
	.small-block-grid-6>li {
		list-style: none;
		width: 16.6666666667%;
	}
	
	.small-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}
	
	.small-block-grid-7>li {
		list-style: none;
		width: 14.2857142857%;
	}
	
	.small-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}
	
	.small-block-grid-8>li {
		list-style: none;
		width: 12.5%;
	}
	
	.small-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}
	
	.small-block-grid-9>li {
		list-style: none;
		width: 11.1111111111%;
	}
	
	.small-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}
	
	.small-block-grid-10>li {
		list-style: none;
		width: 10%;
	}
	
	.small-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}
	
	.small-block-grid-11>li {
		list-style: none;
		width: 9.0909090909%;
	}
	
	.small-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}
	
	.small-block-grid-12>li {
		list-style: none;
		width: 8.3333333333%;
	}
	
	.small-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	
	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

@media only screen and (min-width: 40.0625em) {
	.medium-block-grid-1>li {
		list-style: none;
		width: 100%;
	}
	
	.medium-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}
	
	.medium-block-grid-2>li {
		list-style: none;
		width: 50%;
	}
	
	.medium-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}
	
	.medium-block-grid-3>li {
		list-style: none;
		width: 33.3333333333%;
	}
	
	.medium-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}
	
	.medium-block-grid-4>li {
		list-style: none;
		width: 25%;
	}
	
	.medium-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}
	
	.medium-block-grid-5>li {
		list-style: none;
		width: 20%;
	}
	
	.medium-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}
	
	.medium-block-grid-6>li {
		list-style: none;
		width: 16.6666666667%;
	}
	
	.medium-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}
	
	.medium-block-grid-7>li {
		list-style: none;
		width: 14.2857142857%;
	}
	
	.medium-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}
	
	.medium-block-grid-8>li {
		list-style: none;
		width: 12.5%;
	}
	
	.medium-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}
	
	.medium-block-grid-9>li {
		list-style: none;
		width: 11.1111111111%;
	}
	
	.medium-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}
	
	.medium-block-grid-10>li {
		list-style: none;
		width: 10%;
	}
	
	.medium-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}
	
	.medium-block-grid-11>li {
		list-style: none;
		width: 9.0909090909%;
	}
	
	.medium-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}
	
	.medium-block-grid-12>li {
		list-style: none;
		width: 8.3333333333%;
	}
	
	.medium-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

@media only screen and (min-width: 64.0625em) {
	.large-block-grid-1>li {
		list-style: none;
		width: 100%;
	}
	
	.large-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}
	
	.large-block-grid-2>li {
		list-style: none;
		width: 50%;
	}
	
	.large-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}
	
	.large-block-grid-3>li {
		list-style: none;
		width: 33.3333333333%;
	}
	
	.large-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}
	
	.large-block-grid-4>li {
		list-style: none;
		width: 25%;
	}
	
	.large-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}
	
	.large-block-grid-5>li {
		list-style: none;
		width: 20%;
	}
	
	.large-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}
	
	.large-block-grid-6>li {
		list-style: none;
		width: 16.6666666667%;
	}
	
	.large-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}
	
	.large-block-grid-7>li {
		list-style: none;
		width: 14.2857142857%;
	}
	
	.large-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}
	
	.large-block-grid-8>li {
		list-style: none;
		width: 12.5%;
	}
	
	.large-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}
	
	.large-block-grid-9>li {
		list-style: none;
		width: 11.1111111111%;
	}
	
	.large-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}
	
	.large-block-grid-10>li {
		list-style: none;
		width: 10%;
	}
	
	.large-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}
	
	.large-block-grid-11>li {
		list-style: none;
		width: 9.0909090909%;
	}
	
	.large-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}
	
	.large-block-grid-12>li {
		list-style: none;
		width: 8.3333333333%;
	}
	
	.large-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	
	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

button, .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	background-color: #13abb8;
	border-color: #0f8993;
	color: #fff;
	transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: #0f8993;
}

button:hover, button:focus, .button:hover, .button:focus {
	color: #fff;
}

button.secondary, .button.secondary {
	background-color: #b73075;
	border-color: #92265e;
	color: #fff;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
	background-color: #92265e;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
	color: #fff;
}

button.success, .button.success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: #fff;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
	background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
	color: #fff;
}

button.alert, .button.alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: #fff;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
	background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
	color: #fff;
}

button.warning, .button.warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
	background-color: #cf6e0e;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
	color: #fff;
}

button.info, .button.info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
	background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
	color: #fff;
}

button.large, .button.large {
	padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
	font-size: 1.25rem;
}

button.small, .button.small {
	padding: .875rem 1.75rem .9375rem 1.75rem;
	font-size: .8125rem;
}

button.tiny, .button.tiny {
	padding: .625rem 1.25rem .6875rem 1.25rem;
	font-size: .6875rem;
}

button.expand, .button.expand {
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	padding-bottom: 1.0625rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

button.left-align, .button.left-align {
	text-align: left;
	text-indent: .75rem;
}

button.right-align, .button.right-align {
	text-align: right;
	padding-right: .75rem;
}

button.radius, .button.radius {
	border-radius: 3px;
}

button.round, .button.round {
	border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
	background-color: #13abb8;
	border-color: #0f8993;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: .7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #0f8993;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	color: #fff;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #13abb8;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
	background-color: #b73075;
	border-color: #92265e;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: .7;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #92265e;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	color: #fff;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #b73075;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: .7;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
	color: #fff;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #43ac6a;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: .7;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
	color: #fff;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: .7;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #cf6e0e;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
	color: #fff;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #f08a24;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333;
	box-shadow: none;
	cursor: default;
	opacity: .7;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
	background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
	color: #fff;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
	background-color: #a0d3e8;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

@media only screen and (min-width: 40.0625em) {
	button, .button {
		display: inline-block;
	}
}

.clearing-thumbs, [data-clearing] {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
	content: " ";
	display: table;
}

.clearing-thumbs:after, [data-clearing]:after {
	clear: both;
}

.clearing-thumbs li, [data-clearing] li {
	float: left;
	margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
	margin-right: 0;
}

.clearing-blackout {
	background: #333;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	left: 0;
}

.clearing-blackout .clearing-close {
	display: block;
}

.clearing-container {
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 998;
}

.clearing-touch-label {
	color: #aaa;
	font-size: .6em;
	left: 50%;
	position: absolute;
	top: 50%;
}

.visible-img {
	height: 95%;
	position: relative;
}

.visible-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-height: 100%;
	max-width: 100%;
}

.clearing-caption {
	background: #333;
	bottom: 0;
	color: #ccc;
	font-size: .875em;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 10px 30px 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
}

.clearing-close {
	color: #ccc;
	display: none;
	font-size: 30px;
	line-height: 1;
	padding-left: 20px;
	padding-top: 10px;
	z-index: 999;
}

.clearing-close:hover, .clearing-close:focus {
	color: #ccc;
}

.clearing-assembled .clearing-container {
	height: 100%;
}

.clearing-assembled .clearing-container .carousel>ul {
	display: none;
}

.clearing-feature li {
	display: none;
}

.clearing-feature li.clearing-featured-img {
	display: block;
}

@media only screen and (min-width: 40.0625em) {
	.clearing-main-prev, .clearing-main-next {
		height: 100%;
		position: absolute;
		top: 0;
		width: 40px;
	}
	
	.clearing-main-prev>span, .clearing-main-next>span {
		border: solid 12px;
		display: block;
		height: 0;
		position: absolute;
		top: 50%;
		width: 0;
	}
	
	.clearing-main-prev>span:hover, .clearing-main-next>span:hover {
		opacity: .8;
	}
	
	.clearing-main-prev {
		left: 0;
	}
	
	.clearing-main-prev>span {
		left: 5px;
		border-color: transparent;
		border-right-color: #ccc;
	}
	
	.clearing-main-next {
		right: 0;
	}
	
	.clearing-main-next>span {
		border-color: transparent;
		border-left-color: #ccc;
	}
	
	.clearing-main-prev.disabled, .clearing-main-next.disabled {
		opacity: .3;
	}
	
	.clearing-assembled .clearing-container .carousel {
		background: rgba(51, 51, 51, .8);
		height: 120px;
		margin-top: 10px;
		text-align: center;
	}
	
	.clearing-assembled .clearing-container .carousel>ul {
		display: inline-block;
		z-index: 999;
		height: 100%;
		position: relative;
		float: none;
	}
	
	.clearing-assembled .clearing-container .carousel>ul li {
		clear: none;
		cursor: pointer;
		display: block;
		float: left;
		margin-right: 0;
		min-height: inherit;
		opacity: .4;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 120px;
	}
	
	.clearing-assembled .clearing-container .carousel>ul li.fix-height img {
		height: 100%;
		max-width: none;
	}
	
	.clearing-assembled .clearing-container .carousel>ul li a.th {
		border: none;
		box-shadow: none;
		display: block;
	}
	
	.clearing-assembled .clearing-container .carousel>ul li img {
		cursor: pointer !important;
		width: 100% !important;
	}
	
	.clearing-assembled .clearing-container .carousel>ul li.visible {
		opacity: 1;
	}
	
	.clearing-assembled .clearing-container .carousel>ul li:hover {
		opacity: .8;
	}
	
	.clearing-assembled .clearing-container .visible-img {
		background: #333;
		height: 85%;
		overflow: hidden;
	}
	
	.clearing-close {
		padding-left: 0;
		padding-top: 0;
		position: absolute;
		top: 10px;
		right: 20px;
	}
}

form {
	margin: 0 0 1rem;
}

form .row .row {
	margin: 0 -.5rem;
}

form .row .row .column, form .row .row .columns {
	padding: 0 .5rem;
}

form .row .row.collapse {
	margin: 0;
}

form .row .row.collapse .column, form .row .row.collapse .columns {
	padding: 0;
}

form .row .row.collapse input {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
	padding-left: .5rem;
}

label {
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
}

label.right {
	float: none !important;
	text-align: right;
}

label.inline {
	margin: 0 0 1rem 0;
	padding: .5625rem 0;
}

label small {
	text-transform: capitalize;
	color: #676767;
}

.prefix, .postfix {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: .875rem;
	height: 2.3125rem;
	line-height: 2.3125rem;
	overflow: visible;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.postfix.button {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

.prefix.button {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

.prefix.button.radius {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.postfix.button.radius {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.prefix.button.round {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}

.postfix.button.round {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}

span.prefix, label.prefix {
	background: #f2f2f2;
	border-right: none;
	color: #333;
	border-color: #ccc;
}

span.postfix, label.postfix {
	background: #f2f2f2;
	border-left: none;
	color: #333;
	border-color: #ccc;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	display: block;
	font-family: inherit;
	font-size: .875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: .5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color .15s linear, background .15s linear;
	-moz-transition: border-color .15s linear, background .15s linear;
	-ms-transition: border-color .15s linear, background .15s linear;
	-o-transition: border-color .15s linear, background .15s linear;
	transition: border-color .15s linear, background .15s linear;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #999;
	outline: none;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
	background-color: #ddd;
	cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
	background-color: #ddd;
	cursor: default;
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
	border-radius: 3px;
}

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

textarea[rows] {
	height: auto;
}

textarea {
	max-width: 100%;
}

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fafafa;
	border-radius: 0;
	border-radius: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	color: rgba(0, 0, 0, .75);
	font-family: inherit;
	font-size: .875rem;
	line-height: normal;
	padding: .5rem;
	height: 2.3125rem;
}

select.nitro-lazy {
	background-image: none !important;
}

select::-ms-expand {
	display: none;
}

select.radius {
	border-radius: 3px;
}

select:focus {
	background-color: #f3f3f3;
	border-color: #999;
}

select:disabled {
	background-color: #ddd;
	cursor: default;
}

select[multiple] {
	height: auto;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 1rem 0;
}

input[type="checkbox"]+label, input[type="radio"]+label {
	display: inline-block;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

input[type="file"] {
	width: 100%;
}

fieldset {
	border: 1px solid #ddd;
	margin: 1.125rem 0;
	padding: 1.25rem;
}

fieldset legend {
	font-weight: bold;
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff;
}

[data-abide] span.error, [data-abide] small.error {
	display: none;
}

span.error, small.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff;
}

.error input, .error textarea, .error select {
	margin-bottom: 0;
}

.error input[type="checkbox"], .error input[type="radio"] {
	margin-bottom: 1rem;
}

.error label, .error label.error {
	color: #f04124;
}

.error small.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff;
}

.error>label>small {
	background: transparent;
	color: #676767;
	display: inline;
	font-size: 60%;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.error span.error-message {
	display: block;
}

input.error, textarea.error, select.error {
	margin-bottom: 0;
}

label.error {
	color: #f04124;
}

meta.foundation-mq-topbar {
	font-family: "/only screen and (min-width:51.25em)/";
	width: 51.25em;
}

.contain-to-grid {
	width: 100%;
	background: #13abb8;
}

.contain-to-grid .top-bar {
	margin-bottom: 0;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	left: 0;
}

.fixed.expanded:not(.top-bar) {
	height: auto;
	max-height: 100%;
	overflow-y: auto;
	width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
	margin-top: 2.8125rem;
	z-index: 98;
}

.top-bar {
	background: #13abb8;
	height: 2.8125rem;
	line-height: 2.8125rem;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.top-bar ul {
	list-style: none;
	margin-bottom: 0;
}

.top-bar .row {
	max-width: none;
}

.top-bar form, .top-bar input, .top-bar select {
	margin-bottom: 0;
}

.top-bar input, .top-bar select {
	font-size: .75rem;
	height: 1.75rem;
	padding-bottom: .35rem;
	padding-top: .35rem;
}

.top-bar .button, .top-bar button {
	font-size: .75rem;
	margin-bottom: 0;
	padding-bottom: .4125rem;
	padding-top: .4125rem;
}

@media only screen and (max-width: 40em) {
	.top-bar .button, .top-bar button {
		position: relative;
		top: -1px;
	}
}

.top-bar .title-area {
	margin: 0;
	position: relative;
}

.top-bar .name {
	font-size: 16px;
	height: 2.8125rem;
	margin: 0;
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
	font-size: 1.0625rem;
	line-height: 2.8125rem;
	margin: 0;
}

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 0 .9375rem;
	width: 75%;
}

.top-bar .toggle-topbar {
	position: absolute;
	right: 0;
	top: 0;
}

.top-bar .toggle-topbar a {
	color: #fff;
	display: block;
	font-size: .8125rem;
	font-weight: bold;
	height: 2.8125rem;
	line-height: 2.8125rem;
	padding: 0 .9375rem;
	position: relative;
	text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
	margin-top: -16px;
	top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
	color: #fff;
	height: 34px;
	line-height: 33px;
	padding: 0 2.5rem 0 .9375rem;
	position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	right: .9375rem;
	box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
	width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
	box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
	background: transparent;
	height: auto;
}

.top-bar.expanded .title-area {
	background: #13abb8;
}

.top-bar.expanded .toggle-topbar a {
	color: #888;
}

.top-bar.expanded .toggle-topbar a span::after {
	box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown, .top-bar.expanded .top-bar-section .dropdown {
		clip: initial;
	}
	
	.top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
		padding: 0;
	}
}

.top-bar-section {
	left: 0;
	position: relative;
	width: auto;
	transition: left 300ms ease-out;
}

.top-bar-section ul {
	display: block;
	font-size: 16px;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
	border-top: solid 1px #0a565c;
	clear: both;
	height: 1px;
	width: 100%;
}

.top-bar-section ul li {
	background: #333;
}

.top-bar-section ul li>a {
	color: #fff;
	display: block;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: .8125rem;
	font-weight: normal;
	padding-left: .9375rem;
	padding: 12px 0 12px .9375rem;
	text-transform: none;
	width: 100%;
}

.top-bar-section ul li>a.button {
	font-size: .8125rem;
	padding-left: .9375rem;
	padding-right: .9375rem;
	background-color: #13abb8;
	border-color: #0f8993;
	color: #fff;
}

.top-bar-section ul li>a.button:hover, .top-bar-section ul li>a.button:focus {
	background-color: #0f8993;
}

.top-bar-section ul li>a.button:hover, .top-bar-section ul li>a.button:focus {
	color: #fff;
}

.top-bar-section ul li>a.button.secondary {
	background-color: #b73075;
	border-color: #92265e;
	color: #fff;
}

.top-bar-section ul li>a.button.secondary:hover, .top-bar-section ul li>a.button.secondary:focus {
	background-color: #92265e;
}

.top-bar-section ul li>a.button.secondary:hover, .top-bar-section ul li>a.button.secondary:focus {
	color: #fff;
}

.top-bar-section ul li>a.button.success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: #fff;
}

.top-bar-section ul li>a.button.success:hover, .top-bar-section ul li>a.button.success:focus {
	background-color: #368a55;
}

.top-bar-section ul li>a.button.success:hover, .top-bar-section ul li>a.button.success:focus {
	color: #fff;
}

.top-bar-section ul li>a.button.alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: #fff;
}

.top-bar-section ul li>a.button.alert:hover, .top-bar-section ul li>a.button.alert:focus {
	background-color: #cf2a0e;
}

.top-bar-section ul li>a.button.alert:hover, .top-bar-section ul li>a.button.alert:focus {
	color: #fff;
}

.top-bar-section ul li>a.button.warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
}

.top-bar-section ul li>a.button.warning:hover, .top-bar-section ul li>a.button.warning:focus {
	background-color: #cf6e0e;
}

.top-bar-section ul li>a.button.warning:hover, .top-bar-section ul li>a.button.warning:focus {
	color: #fff;
}

.top-bar-section ul li>a.button.info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333;
}

.top-bar-section ul li>a.button.info:hover, .top-bar-section ul li>a.button.info:focus {
	background-color: #61b6d9;
}

.top-bar-section ul li>a.button.info:hover, .top-bar-section ul li>a.button.info:focus {
	color: #fff;
}

.top-bar-section ul li>button {
	font-size: .8125rem;
	padding-left: .9375rem;
	padding-right: .9375rem;
	background-color: #13abb8;
	border-color: #0f8993;
	color: #fff;
}

.top-bar-section ul li>button:hover, .top-bar-section ul li>button:focus {
	background-color: #0f8993;
}

.top-bar-section ul li>button:hover, .top-bar-section ul li>button:focus {
	color: #fff;
}

.top-bar-section ul li>button.secondary {
	background-color: #b73075;
	border-color: #92265e;
	color: #fff;
}

.top-bar-section ul li>button.secondary:hover, .top-bar-section ul li>button.secondary:focus {
	background-color: #92265e;
}

.top-bar-section ul li>button.secondary:hover, .top-bar-section ul li>button.secondary:focus {
	color: #fff;
}

.top-bar-section ul li>button.success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: #fff;
}

.top-bar-section ul li>button.success:hover, .top-bar-section ul li>button.success:focus {
	background-color: #368a55;
}

.top-bar-section ul li>button.success:hover, .top-bar-section ul li>button.success:focus {
	color: #fff;
}

.top-bar-section ul li>button.alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: #fff;
}

.top-bar-section ul li>button.alert:hover, .top-bar-section ul li>button.alert:focus {
	background-color: #cf2a0e;
}

.top-bar-section ul li>button.alert:hover, .top-bar-section ul li>button.alert:focus {
	color: #fff;
}

.top-bar-section ul li>button.warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
}

.top-bar-section ul li>button.warning:hover, .top-bar-section ul li>button.warning:focus {
	background-color: #cf6e0e;
}

.top-bar-section ul li>button.warning:hover, .top-bar-section ul li>button.warning:focus {
	color: #fff;
}

.top-bar-section ul li>button.info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333;
}

.top-bar-section ul li>button.info:hover, .top-bar-section ul li>button.info:focus {
	background-color: #61b6d9;
}

.top-bar-section ul li>button.info:hover, .top-bar-section ul li>button.info:focus {
	color: #fff;
}

.top-bar-section ul li:hover:not(.has-form)>a {
	background-color: #555;
	color: #fff;
	background: #119aa6;
}

.top-bar-section ul li.active>a {
	background: #13abb8;
	color: #fff;
}

.top-bar-section ul li.active>a:hover {
	background: #10939e;
	color: #fff;
}

.top-bar-section .has-form {
	padding: .9375rem;
}

.top-bar-section .has-dropdown {
	position: relative;
}

.top-bar-section .has-dropdown>a:after {
	border: inset 5px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent transparent rgba(255, 255, 255, .4);
	border-left-style: solid;
	margin-right: .9375rem;
	margin-top: -4.5px;
	position: absolute;
	top: 50%;
	right: 0;
}

.top-bar-section .has-dropdown.moved {
	position: static;
}

.top-bar-section .has-dropdown.moved>.dropdown {
	position: static !important;
	position: absolute !important;
	height: auto;
	width: auto;
	width: 100%;
	overflow: visible;
	clip: auto;
	display: block;
}

.top-bar-section .has-dropdown.moved>a:after {
	display: none;
}

.top-bar-section .dropdown {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	position: absolute;
	width: 1px;
	display: block;
	padding: 0;
	top: 0;
	z-index: 99;
	left: 100%;
}

.top-bar-section .dropdown li {
	height: auto;
	width: 100%;
}

.top-bar-section .dropdown li a {
	font-weight: normal;
	padding: 8px .9375rem;
}

.top-bar-section .dropdown li a.parent-link {
	font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
	color: #fff;
	display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
	background: none;
}

.top-bar-section .dropdown li.has-form {
	padding: 8px .9375rem;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
	top: auto;
}

.top-bar-section .dropdown label {
	color: #777;
	font-size: .625rem;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px .9375rem 2px;
	text-transform: uppercase;
}

.js-generated {
	display: block;
}

@media only screen and (min-width: 51.25em) {
	.top-bar {
		background: #13abb8;
		overflow: visible;
	}
	
	.top-bar:before, .top-bar:after {
		content: " ";
		display: table;
	}
	
	.top-bar:after {
		clear: both;
	}
	
	.top-bar .toggle-topbar {
		display: none;
	}
	
	.top-bar .title-area {
		float: left;
	}
	
	.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
		width: auto;
	}
	
	.top-bar input, .top-bar select, .top-bar .button, .top-bar button {
		font-size: .875rem;
		height: 1.75rem;
		position: relative;
		top: .53125rem;
	}
	
	.top-bar .has-form>.button, .top-bar .has-form>button {
		font-size: .875rem;
		height: 1.75rem;
		position: relative;
		top: .53125rem;
	}
	
	.top-bar.expanded {
		background: #13abb8;
	}
	
	.contain-to-grid .top-bar {
		margin: 0 auto;
		margin-bottom: 0;
		max-width: 62.5rem;
	}
	
	.top-bar-section {
		transition: none 0 0;
		left: 0 !important;
	}
	
	.top-bar-section ul {
		display: inline;
		height: auto !important;
		width: auto;
	}
	
	.top-bar-section ul li {
		float: left;
	}
	
	.top-bar-section ul li .js-generated {
		display: none;
	}
	
	.top-bar-section li.hover>a:not(.button) {
		background-color: #555;
		background: #119aa6;
		color: #fff;
	}
	
	.top-bar-section li:not(.has-form) a:not(.button) {
		background: #13abb8;
		line-height: 2.8125rem;
		padding: 0 .9375rem;
	}
	
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		background-color: #555;
		background: #119aa6;
	}
	
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		background: #13abb8;
		color: #fff;
		line-height: 2.8125rem;
		padding: 0 .9375rem;
	}
	
	.top-bar-section li.active:not(.has-form) a:not(.button):hover {
		background: #10939e;
		color: #fff;
	}
	
	.top-bar-section .has-dropdown>a {
		padding-right: 2.1875rem !important;
	}
	
	.top-bar-section .has-dropdown>a:after {
		border: inset 5px;
		content: "";
		display: block;
		height: 0;
		width: 0;
		border-color: rgba(255, 255, 255, .4) transparent transparent transparent;
		border-top-style: solid;
		margin-top: -2.5px;
		top: 1.40625rem;
	}
	
	.top-bar-section .has-dropdown.moved {
		position: relative;
	}
	
	.top-bar-section .has-dropdown.moved>.dropdown {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
		display: block;
	}
	
	.top-bar-section .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown.not-click:hover>.dropdown {
		position: static !important;
		position: absolute !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		display: block;
	}
	
	.top-bar-section .has-dropdown>a:focus+.dropdown {
		position: static !important;
		position: absolute !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		display: block;
	}
	
	.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
		border: none;
		content: "»";
		top: .1875rem;
		right: 5px;
	}
	
	.top-bar-section .dropdown {
		left: 0;
		background: transparent;
		min-width: 100%;
		top: auto;
	}
	
	.top-bar-section .dropdown li a {
		background: #119aa6;
		color: #fff;
		line-height: 2.8125rem;
		padding: 12px .9375rem;
		white-space: nowrap;
	}
	
	.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
		background: #119aa6;
		color: #fff;
	}
	
	.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
		background-color: #555;
		color: #fff;
		background: #0f8993;
	}
	
	.top-bar-section .dropdown li label {
		background: #333;
		white-space: nowrap;
	}
	
	.top-bar-section .dropdown li .dropdown {
		left: 100%;
		top: 0;
	}
	
	.top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
		border-right: solid 1px #17cddc;
		border-bottom: none;
		border-top: none;
		clear: none;
		height: 2.8125rem;
		width: 0;
	}
	
	.top-bar-section .has-form {
		background: #13abb8;
		height: 2.8125rem;
		padding: 0 .9375rem;
	}
	
	.top-bar-section .right li .dropdown {
		left: auto;
		right: 0;
	}
	
	.top-bar-section .right li .dropdown li .dropdown {
		right: 100%;
	}
	
	.top-bar-section .left li .dropdown {
		right: auto;
		left: 0;
	}
	
	.top-bar-section .left li .dropdown li .dropdown {
		left: 100%;
	}
	
	.no-js .top-bar-section ul li:hover>a {
		background-color: #555;
		background: #119aa6;
		color: #fff;
	}
	
	.no-js .top-bar-section ul li:active>a {
		background: #13abb8;
		color: #fff;
	}
	
	.no-js .top-bar-section .has-dropdown:hover>.dropdown {
		position: static !important;
		position: absolute !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		display: block;
	}
	
	.no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
		position: static !important;
		position: absolute !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		display: block;
	}
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

@media only screen and (max-width: 40em) {
	.small-only-text-left {
		text-align: left !important;
	}
	
	.small-only-text-right {
		text-align: right !important;
	}
	
	.small-only-text-center {
		text-align: center !important;
	}
	
	.small-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen {
	.small-text-left {
		text-align: left !important;
	}
	
	.small-text-right {
		text-align: right !important;
	}
	
	.small-text-center {
		text-align: center !important;
	}
	
	.small-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.medium-only-text-left {
		text-align: left !important;
	}
	
	.medium-only-text-right {
		text-align: right !important;
	}
	
	.medium-only-text-center {
		text-align: center !important;
	}
	
	.medium-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 40.0625em) {
	.medium-text-left {
		text-align: left !important;
	}
	
	.medium-text-right {
		text-align: right !important;
	}
	
	.medium-text-center {
		text-align: center !important;
	}
	
	.medium-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
	.large-only-text-left {
		text-align: left !important;
	}
	
	.large-only-text-right {
		text-align: right !important;
	}
	
	.large-only-text-center {
		text-align: center !important;
	}
	
	.large-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 64.0625em) {
	.large-text-left {
		text-align: left !important;
	}
	
	.large-text-right {
		text-align: right !important;
	}
	
	.large-text-center {
		text-align: center !important;
	}
	
	.large-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
	.xlarge-only-text-left {
		text-align: left !important;
	}
	
	.xlarge-only-text-right {
		text-align: right !important;
	}
	
	.xlarge-only-text-center {
		text-align: center !important;
	}
	
	.xlarge-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 90.0625em) {
	.xlarge-text-left {
		text-align: left !important;
	}
	
	.xlarge-text-right {
		text-align: right !important;
	}
	
	.xlarge-text-center {
		text-align: center !important;
	}
	
	.xlarge-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
	.xxlarge-only-text-left {
		text-align: left !important;
	}
	
	.xxlarge-only-text-right {
		text-align: right !important;
	}
	
	.xxlarge-only-text-center {
		text-align: center !important;
	}
	
	.xxlarge-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 120.0625em) {
	.xxlarge-text-left {
		text-align: left !important;
	}
	
	.xxlarge-text-right {
		text-align: right !important;
	}
	
	.xxlarge-text-center {
		text-align: center !important;
	}
	
	.xxlarge-text-justify {
		text-align: justify !important;
	}
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

a {
	color: #13abb8;
	line-height: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: #10939e;
}

a img {
	border: none;
}

p {
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}

p.lead {
	font-size: 1.31875rem;
	line-height: 1.6;
}

p aside {
	font-size: .875rem;
	font-style: italic;
	line-height: 1.35;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: .2rem;
	text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #6f6f6f;
	font-size: 60%;
	line-height: 0;
}

h1 {
	font-size: 2.125rem;
}

h2 {
	font-size: 1.6875rem;
}

h3 {
	font-size: 1.375rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

.subheader {
	line-height: 1.4;
	color: #6f6f6f;
	font-weight: normal;
	margin-top: .2rem;
	margin-bottom: .5rem;
}

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

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

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

small {
	font-size: 60%;
	line-height: inherit;
}

code {
	background-color: #eebdd6;
	border-color: #e59bc1;
	border-style: solid;
	border-width: 1px;
	color: #333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: .125rem .3125rem .0625rem;
}

ul, ol, dl {
	font-family: inherit;
	font-size: 1.1rem;
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1.25rem;
}

ul {
	margin-left: 1.1rem;
}

ul li ul, ul li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
	list-style: inherit;
}

ul.square {
	list-style-type: square;
	margin-left: 1.1rem;
}

ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem;
}

ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem;
}

ol {
	margin-left: 1.4rem;
}

ol li ul, ol li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

.no-bullet {
	list-style-type: none;
	margin-left: 0;
}

.no-bullet li ul, .no-bullet li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style: none;
}

dl dt {
	margin-bottom: .3rem;
	font-weight: bold;
}

dl dd {
	margin-bottom: .75rem;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	cursor: help;
}

abbr {
	text-transform: none;
}

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

blockquote {
	margin: 0 0 1.25rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: .8125rem;
	color: #555;
}

blockquote cite:before {
	content: "— ";
}

blockquote cite a, blockquote cite a:visited {
	color: #555;
}

blockquote, blockquote p {
	line-height: 1.6;
	color: #6f6f6f;
}

.vcard {
	display: inline-block;
	margin: 0 0 1.25rem 0;
	border: 1px solid #ddd;
	padding: .625rem .75rem;
}

.vcard li {
	margin: 0;
	display: block;
}

.vcard .fn {
	font-weight: bold;
	font-size: .9375rem;
}

.vevent .summary {
	font-weight: bold;
}

.vevent abbr {
	cursor: default;
	text-decoration: none;
	font-weight: bold;
	border: none;
	padding: 0 .0625rem;
}

@media only screen and (min-width: 40.0625em) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.4;
	}
	
	h1 {
		font-size: 2.75rem;
	}
	
	h2 {
		font-size: 2.3125rem;
	}
	
	h3 {
		font-size: 1.6875rem;
	}
	
	h4 {
		font-size: 1.4375rem;
	}
	
	h5 {
		font-size: 1.125rem;
	}
	
	h6 {
		font-size: 1rem;
	}
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .34in;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

.off-canvas-wrap {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}

.inner-wrap {
	position: relative;
	width: 100%;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
	content: " ";
	display: table;
}

.inner-wrap:after {
	clear: both;
}

.tab-bar {
	-webkit-backface-visibility: hidden;
	background: #333;
	color: #fff;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
	color: #fff;
	font-weight: bold;
	line-height: 2.8125rem;
	margin: 0;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
	font-size: 1.125rem;
}

.left-small {
	height: 2.8125rem;
	position: absolute;
	top: 0;
	width: 2.8125rem;
	border-right: solid 1px #1a1a1a;
	left: 0;
}

.right-small {
	height: 2.8125rem;
	position: absolute;
	top: 0;
	width: 2.8125rem;
	border-left: solid 1px #1a1a1a;
	right: 0;
}

.tab-bar-section {
	height: 2.8125rem;
	padding: 0 .625rem;
	position: absolute;
	text-align: center;
	top: 0;
}

.tab-bar-section.left {
	text-align: left;
}

.tab-bar-section.right {
	text-align: right;
}

.tab-bar-section.left {
	left: 0;
	right: 2.8125rem;
}

.tab-bar-section.right {
	left: 2.8125rem;
	right: 0;
}

.tab-bar-section.middle {
	left: 2.8125rem;
	right: 2.8125rem;
}

.tab-bar .menu-icon {
	color: #fff;
	display: block;
	height: 2.8125rem;
	padding: 0;
	position: relative;
	text-indent: 2.1875rem;
	transform: translate3d(0, 0, 0);
	width: 2.8125rem;
}

.tab-bar .menu-icon span::after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -.5rem;
	left: .90625rem;
	box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
	width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
	box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	background: #333;
	bottom: 0;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	transition: transform 500ms ease 0s;
	width: 15.625rem;
	z-index: 1001;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
	top: 0;
}

.left-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	background: #333;
	bottom: 0;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	transition: transform 500ms ease 0s;
	width: 15.625rem;
	z-index: 1001;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	right: 0;
	top: 0;
}

.right-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	background: #333;
	bottom: 0;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	transition: transform 500ms ease 0s;
	width: 15.625rem;
	width: 100%;
	z-index: 1001;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate(0, -100%);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	top: 0;
	height: 18.75rem;
}

.top-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	background: #333;
	bottom: 0;
	bottom: 0;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	transition: transform 500ms ease 0s;
	width: 15.625rem;
	width: 100%;
	z-index: 1001;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate(0, 100%);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	height: 18.75rem;
}

.bottom-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.off-canvas-list li label {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #999;
	display: block;
	font-size: .75rem;
	font-weight: bold;
	margin: 0;
	padding: .3rem .9375rem;
	text-transform: uppercase;
}

ul.off-canvas-list li a {
	border-bottom: 1px solid #262626;
	color: rgba(255, 255, 255, .7);
	display: block;
	padding: .6666666667rem;
	transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
	background: #242424;
}

ul.off-canvas-list li a:active {
	background: #242424;
}

.move-right>.inner-wrap {
	-webkit-transform: translate3d(15.625rem, 0, 0);
	-moz-transform: translate3d(15.625rem, 0, 0);
	-ms-transform: translate(15.625rem, 0);
	-o-transform: translate3d(15.625rem, 0, 0);
	transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.move-right .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.move-left>.inner-wrap {
	-webkit-transform: translate3d(-15.625rem, 0, 0);
	-moz-transform: translate3d(-15.625rem, 0, 0);
	-ms-transform: translate(-15.625rem, 0);
	-o-transform: translate3d(-15.625rem, 0, 0);
	transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.move-left .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.move-top>.inner-wrap {
	-webkit-transform: translate3d(0, -18.75rem, 0);
	-moz-transform: translate3d(0, -18.75rem, 0);
	-ms-transform: translate(0, -18.75rem);
	-o-transform: translate3d(0, -18.75rem, 0);
	transform: translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.move-top .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.move-bottom>.inner-wrap {
	-webkit-transform: translate3d(0, 18.75rem, 0);
	-moz-transform: translate3d(0, 18.75rem, 0);
	-ms-transform: translate(0, 18.75rem);
	-o-transform: translate3d(0, 18.75rem, 0);
	transform: translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.move-bottom .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu, .offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.offcanvas-overlap .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.offcanvas-overlap-left .right-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.offcanvas-overlap-left .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.offcanvas-overlap-right .left-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.offcanvas-overlap-right .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap-top .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.offcanvas-overlap-top .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap-bottom .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: background 300ms ease;
	-webkit-tap-highlight-color: transparent;
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1002;
}

@media only screen and (min-width: 40.0625em) {
	.offcanvas-overlap-bottom .exit-off-canvas:hover {
		background: rgba(255, 255, 255, .05);
	}
}

.no-csstransforms .left-off-canvas-menu {
	left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
	right: -15.625rem;
}

.no-csstransforms .top-off-canvas-menu {
	top: -18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu {
	bottom: -18.75rem;
}

.no-csstransforms .move-left>.inner-wrap {
	right: 15.625rem;
}

.no-csstransforms .move-right>.inner-wrap {
	left: 15.625rem;
}

.no-csstransforms .move-top>.inner-wrap {
	right: 18.75rem;
}

.no-csstransforms .move-bottom>.inner-wrap {
	left: 18.75rem;
}

.left-submenu {
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	background: #333;
	bottom: 0;
	box-sizing: content-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 15.625rem;
	height: 18.75rem;
	z-index: 1002;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.left-submenu * {
	-webkit-backface-visibility: hidden;
}

.left-submenu .back>a {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #999;
	font-weight: bold;
	padding: .3rem .9375rem;
	text-transform: uppercase;
	margin: 0;
}

.left-submenu .back>a:hover {
	background: #303030;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
}

.left-submenu .back>a:before {
	content: "«";
	margin-right: .5rem;
	display: inline;
}

.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.right-submenu {
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	background: #333;
	bottom: 0;
	box-sizing: content-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 15.625rem;
	height: 18.75rem;
	z-index: 1002;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	right: 0;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.right-submenu * {
	-webkit-backface-visibility: hidden;
}

.right-submenu .back>a {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #999;
	font-weight: bold;
	padding: .3rem .9375rem;
	text-transform: uppercase;
	margin: 0;
}

.right-submenu .back>a:hover {
	background: #303030;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
}

.right-submenu .back>a:after {
	content: "»";
	margin-left: .5rem;
	display: inline;
}

.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.top-submenu {
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	background: #333;
	bottom: 0;
	box-sizing: content-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	top: 0;
	width: 15.625rem;
	width: 100%;
	height: 18.75rem;
	z-index: 1002;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate(0, -100%);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.top-submenu * {
	-webkit-backface-visibility: hidden;
}

.top-submenu .back>a {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #999;
	font-weight: bold;
	padding: .3rem .9375rem;
	text-transform: uppercase;
	margin: 0;
}

.top-submenu .back>a:hover {
	background: #303030;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
}

.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
	-webkit-transform: translate3d(0, 0%, 0);
	-moz-transform: translate3d(0, 0%, 0);
	-ms-transform: translate(0, 0%);
	-o-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	background: #333;
	bottom: 0;
	bottom: 0;
	box-sizing: content-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 15.625rem;
	width: 100%;
	height: 18.75rem;
	z-index: 1002;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate(0, 100%);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.bottom-submenu * {
	-webkit-backface-visibility: hidden;
}

.bottom-submenu .back>a {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #999;
	font-weight: bold;
	padding: .3rem .9375rem;
	text-transform: uppercase;
	margin: 0;
}

.bottom-submenu .back>a:hover {
	background: #303030;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
}

.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
	-webkit-transform: translate3d(0, 0%, 0);
	-moz-transform: translate3d(0, 0%, 0);
	-ms-transform: translate(0, 0%);
	-o-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
	content: "»";
	margin-left: .5rem;
	display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
	content: "«";
	margin-right: .5rem;
	display: inline;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

figure {
	margin: 0;
	padding: 0;
}

figcaption {
	margin-bottom: 1.25rem;
	margin-top: .625rem;
	color: #6f6f6f;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.full-width {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

blockquote.alignleft, img.alignleft {
	margin: .4375rem 1.5rem .4375rem 0;
}

.wp-caption.alignleft {
	margin: .4375rem .875rem .4375rem 0;
}

blockquote.alignright, img.alignright {
	margin: .4375rem 0 .4375rem 1.5rem;
}

h4.template {
	color: #f04124;
	text-transform: uppercase;
	font-weight: bold;
}

.social-sharing-bar {
	display: block;
	margin: 50px auto 20px;
	width: 250px;
}

.apss-social-share.apss-theme-6 {
	margin: 5px 0px;
}

.apss-share-text {
	display: inline-block;
	margin: 15px 5px 0px 0px;
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.0625rem;
	color: #ec5eaa;
	opacity: 1;
	vertical-align: top;
}

.apss-theme-6 .apss-single-icon a {
	margin-left: 0px;
	padding: 0px 3px 0px 2px;
}

.apss-theme-6 .apss-single-icon a:before {
	border-radius: 50px;
	background-color: #b73075;
}

.apss-theme-6 .apss-single-icon a:hover:before {
	background-color: #ec5eaa;
}

.apss-theme-6 .apss-single-icon a .fa {
	color: #fff;
}

h4 {
	font-family: "Gloria Hallelujah", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.375rem;
	text-transform: uppercase;
}

h4.bundled_product_title {
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	text-transform: none;
}

i.btn-arrow {
	position: relative;
	margin: 0 auto -30px;
}

body.page-template-pwl-main input[type=submit].gform_button, body.single-product input[type=submit].gform_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-radius: 1.5625rem;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: .875rem 1.75rem .9375rem 1.75rem;
	font-size: .8125rem;
	font-size: 1rem;
	background-color: #13abb8;
	border-color: #0f8993;
	color: #fff;
	transition: background-color 300ms ease-out;
}

body.page-template-pwl-main input[type=submit].gform_button:hover, body.page-template-pwl-main input[type=submit].gform_button:focus, body.single-product input[type=submit].gform_button:hover, body.single-product input[type=submit].gform_button:focus {
	background-color: #0f8993;
}

body.page-template-pwl-main input[type=submit].gform_button:hover, body.page-template-pwl-main input[type=submit].gform_button:focus, body.single-product input[type=submit].gform_button:hover, body.single-product input[type=submit].gform_button:focus {
	color: #fff;
}

.light-blue-button {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 17px;
	background-color: #17bec4;
	color: #fff;
}

.light-blue-button:hover {
	background-color: #13abb8;
	color: #fff;
}

img[src*=smilies] {
	max-width: 1rem;
	max-height: 1rem;
}

.pwl-inner-wrap {
	margin: 0px auto;
	max-width: 1214px;
	padding-bottom: 6.5625rem;
	background-color: #fff;
}

.row {
	max-width: 100%;
}

body.page h1.entry-title {
	display: none;
}

.blue-scallop-wrap {
	margin: 0px auto;
	width: 1184px;
	max-width: 100%;
	height: 460px;
	padding-top: 49px;
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bluescallop.png");
	background-repeat: no-repeat;
	background-position: 53% top;
}

.blue-scallop-wrap.nitro-lazy {
	background-image: none !important;
}

.blue-scallop {
	margin: 0px auto;
	width: 940px;
	max-width: 100%;
	height: 381px;
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bumpywhite.png");
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
}

.blue-scallop.nitro-lazy {
	background-image: none !important;
}

.blue-scallop-image-link {
	display: block;
	margin: 0px auto;
	width: 240px;
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
	.blue-scallop-wrap, .blue-scallop {
		height: initial;
		padding-bottom: 40px;
	}
}

.blue-scallop .columns {
	text-align: center;
}

.blue-scallop h2 {
	margin: 25px 0px;
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.blue-splat-wrap {
	margin: 0px auto;
	width: 1184px;
	max-width: 100%;
	min-height: 1000px;
	padding-top: 70px;
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bg-blue.png");
	background-repeat: no-repeat;
	background-position: 25% top;
}

.blue-splat-wrap.nitro-lazy {
	background-image: none !important;
}

.blue-splat {
	margin: 0px auto;
	width: 940px;
	max-width: 100%;
	min-height: 855px;
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bumpywhite.png");
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
}

.blue-splat.nitro-lazy {
	background-image: none !important;
}

.pink-splat-wrap {
	margin: 0px auto -67px;
	width: 1184px;
	max-width: 100%;
	height: 550px;
	padding-top: 70px;
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bg-pink.png");
	background-repeat: no-repeat;
	background-position: 0% top;
}

.pink-splat-wrap.nitro-lazy {
	background-image: none !important;
}

.pink-splat {
	margin: 0px auto;
	width: 940px;
	max-width: 100%;
	height: 479px;
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bumpywhite.png");
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
}

.pink-splat.nitro-lazy {
	background-image: none !important;
}

.pink-splat .columns {
	padding: 20px 25px;
}

.pink-splat .columns h4 {
	font-size: 1.125rem;
}

@media only screen and (max-width: 1208px) {
	.blue-splat-wrap, .pink-splat-wrap {
		background-image: none;
	}
	
	.blue-splat-wrap.nitro-lazy, .pink-splat-wrap.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 1055px) {
	.blue-scallop-wrap {
		background-image: none;
	}
	
	.blue-scallop-wrap.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 980px) {
	.pink-splat-wrap {
		padding: 0px 15px;
	}
}

.home-intro {
	position: relative;
	min-height: 855px;
	padding: 15px 24px;
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	background: rgba(30, 20, 0, .05);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
}

.home-intro p {
	font-size: 1.125rem;
}

.home-intro .home-intro-image {
	max-width: inherit;
	margin-left: -97px;
	margin-top: -83px;
}

.home-intro .gform_wrapper, aside#sidebar .gform_wrapper {
	position: relative;
	max-width: 260px;
	height: 114px;
	padding: 1px 20px 0px;
	background-color: #17bec4;
}

.home-intro .gform_wrapper h3.gform_title, aside#sidebar .gform_wrapper h3.gform_title {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: #fff;
}

.home-intro .gform_wrapper input[type=text], aside#sidebar .gform_wrapper input[type=text] {
	position: absolute;
	left: 20px;
	top: 55px;
	width: 170px !important;
	height: 40px;
	padding: 2px 10px;
	border: none;
	box-shadow: none;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: .875rem;
}

.home-intro .gform_wrapper input[type=submit], aside#sidebar .gform_wrapper input[type=submit] {
	position: absolute;
	right: 20px;
	top: 55px;
	width: 50px;
	padding: 0px;
	border-radius: 0px;
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.5625rem !important;
	font-weight: bold;
	background-color: #287b85;
	text-align: center;
}

.home-intro .gform_wrapper li.gfield_error input[type=text], aside#sidebar .gform_wrapper li.gfield_error input[type=text] {
	border: none;
	background-color: #fdd;
}

.home-intro .gform_wrapper span.gfield_required, .home-intro .gform_wrapper .validation_error, .home-intro .gform_wrapper .validation_message, aside#sidebar .gform_wrapper span.gfield_required, aside#sidebar .gform_wrapper .validation_error, aside#sidebar .gform_wrapper .validation_message {
	display: none;
}

.home-intro .gform_wrapper li.gfield.gfield_error, aside#sidebar .gform_wrapper li.gfield.gfield_error {
	border-top: none !important;
	border-bottom: none !important;
	background-color: transparent !important;
}

.home-intro .widget_product_tag_cloud h6, .home-intro .related.products h2, aside#sidebar .widget_product_tag_cloud h6, aside#sidebar .related.products h2 {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.home-intro .related.products li, aside#sidebar .related.products li {
	width: 100%;
}

.home-intro .related.products h3, aside#sidebar .related.products h3 {
	margin: 0px;
	padding: 0px;
	color: #17bec4;
}

.home-intro .related.products span.price, .home-intro .related.products a.add_to_cart_button, aside#sidebar .related.products span.price, aside#sidebar .related.products a.add_to_cart_button {
	display: none;
}

#sbi_load {
	display: none !important;
}

.woocommerce nav.woocommerce-breadcrumb {
	display: none;
}

.product {
	margin: 0px auto;
	max-width: 940px;
}

.woocommerce h1.product_title.entry-title {
	margin: 30px 30px 10px 0px;
}

body.woocommerce.post-type-archive-product h1.page-title {
	display: none;
}

.woocommerce .lesson-preview h1.product_title.entry-title, .bundle-description h2 {
	display: none;
}

.woocommerce .bundle-listing .bundle_form .bundle_data .bundle_wrap .bundle_button input.input-text.qty.text, .woocommerce .bundle-listing .bundle_form .bundle_data .bundle_wrap .bundle_button button.bundle_add_to_cart_button {
	display: none;
}

body.single-product h2.component_title.product_title {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 28px;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	float: none;
}

body.woocommerce-cart .row aside#sidebar {
	display: none;
}

body.woocommerce-cart .row.collapse, body.woocommerce-checkout .row.collapse, .products-listing.row {
	margin: 0px auto;
	max-width: 940px;
}

.bundled_table_item, .bundled_table_item td {
	display: none;
}

.product_meta .posted_in {
	display: none;
}

.product_meta .tagged_as {
	display: inline-block;
	margin-bottom: 40px;
}

#woocommerce_eu_vat_compliance {
	border-top: 1px solid;
	float: left;
	margin: 20px 0 25px 0;
	padding-top: 20px;
	width: 100%;
}

body.single-product .woocommerce-message {
	margin: 90px 0px !important;
}

.addons-teaser-text {
	margin-bottom: 20px;
	padding: 15px 20px 5px;
	border: 1px solid #ccc;
	background: rgba(0, 0, 0, .05);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
}

.lifebook-package {
	margin: 30px 0px 20px;
	padding: 30px 0px 0px;
	border-top: 1px solid #ccc;
}

.lifebook-package h2 {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.5rem;
}

.lifebook-package p.lifebook-package-price {
	margin: 5px 0px;
	font-size: .875rem;
}

.lifebook-package p.lifebook-package-price.lifebook-package-uk-price {
	color: #13abb8;
}

.lifebook-package p.lifebook-package-price.lifebook-package-international-price {
	color: #ec5eaa;
}

.lifebook-package .lifebook-package-description {
	margin: 20px 0px;
	font-size: 1.0625rem;
}

.lifebook-package img {
	float: right;
	margin-left: 20px;
	max-width: 180px;
}

.lifebook-package:before, .lifebook-package:after {
	content: "";
	display: table;
}

.lifebook-package:after {
	clear: both;
}

body.woocommerce-cart .cart .button, body.woocommerce-cart .cart input.button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart form.cart button.single_add_to_cart_button {
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 1.0625rem;
	font-weight: normal;
	color: #fff;
	background-color: #17bec4;
}

body.woocommerce-cart .cart .button:hover, body.woocommerce-cart .cart input.button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart form.cart button.single_add_to_cart_button:hover {
	background-color: #13abb8;
}

body.woocommerce-checkout input#place_order.button.alt {
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 1.0625rem;
	font-weight: normal;
	color: #fff;
	background-color: #17bec4;
}

body.woocommerce-checkout input#place_order.button.alt:hover {
	background-color: #13abb8;
}

body.woocommerce-checkout ul.woocommerce-error {
	background: rgba(247, 247, 247, .9);
	z-index: 3;
}

body .woocommerce a.button, body .woocommerce button.button, body .woocommerce button.single_add_to_cart_button.alt.button, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce button.single_add_to_cart_button.alt.button {
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 1.0625rem;
	background-color: #17bec4;
}

body .woocommerce a.button:hover, body .woocommerce button.button:hover, body .woocommerce button.single_add_to_cart_button.alt.button:hover, body.woocommerce a.button:hover, body.woocommerce button.button:hover, body.woocommerce button.single_add_to_cart_button.alt.button:hover {
	background-color: #13abb8;
}

body .woocommerce ul.products li.product, body.woocommerce ul.products li.product {
	padding: 1.5em 15px 15px 15px;
	border-top: 0px;
	margin: 0 3.8% 1em 0;
}

body .woocommerce ul.products li.product a.add_to_cart_button, body.woocommerce ul.products li.product a.add_to_cart_button {
	width: 100%;
	text-align: center;
}

.product_gallery_thumbnails {
	margin: 0 0 20px 0;
}

.product_gallery_thumbnails .thumbnails.columns-5 {
	display: flex;
	flex-flow: row wrap;
}

.product_gallery_thumbnails .thumbnails.columns-5 a {
	display: block;
	flex: 1;
	float: left;
	margin: 1%;
	max-width: 20%;
}

.product_gallery_thumbnails .thumbnails.columns-5 a.first {
	margin: 1% 1% 1% 0;
}

.product_gallery_thumbnails .thumbnails.columns-5 a.last {
	margin: 1% 0 1% 1%;
}

.component_options_select option:disabled {
	display: none;
}

body.post-type-archive-product .woof_container_select {
	display: none;
}

body.tax-product_cat h1.page-title, body.post-type-archive-product h1.page-title {
	margin: 0px 0px 20px;
}

nav.pagination {
	clear: both;
	text-align: center;
}

nav.pagination h2 {
	display: none;
}

aside#sidebar .small-12.columns {
	padding: 15px;
}

aside#sidebar .small-12.columns .small-12.columns {
	padding: 0px;
}

aside#sidebar .small-12.columns .row.widget {
	margin: 0px;
}

aside#sidebar .gform_wrapper {
	margin-top: 0px;
}

aside#sidebar .gform_wrapper input[type=submit] {
	right: 15px;
}

aside#sidebar h6 {
	font-size: 1.375rem;
	font-weight: bold;
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
}

aside#sidebar .wp-tag-cloud {
	margin-left: 0px;
}

aside#sidebar .wp-tag-cloud li {
	list-style: none;
}

aside#sidebar .widget_calendar {
	display: none;
}

aside#sidebar .widget_calendar caption {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.375rem;
	font-weight: bold;
}

aside#sidebar .widget_calendar td {
	padding: 3px 6px;
}

aside#sidebar .widget_calendar td#today {
	font-weight: bold;
}

body.blog aside#sidebar .widget_calendar, body.archive aside#sidebar .widget_calendar {
	display: block;
}

body.archive aside#sidebar .widget_calendar {
	margin-top: 30px;
}

.home-top-boxes {
	padding: 30px 44px;
}

.home-top-boxes h4 {
	margin: 0px 0px 20px;
	text-align: center;
}

.home-top-box {
	position: relative;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	width: 249px;
	max-width: 100%;
}

.home-top-box img {
	width: 100%;
}

.home-top-box:nth-child(odd) {
	margin-right: 0px;
}

.home-top-box h2 {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	color: #17bec4;
}

.home-top-box h2 p {
	margin-bottom: 0px;
	font-size: 1.375rem;
}

.home-symbol {
	display: inline-block;
	position: relative;
	margin-right: 8px;
	width: 95px;
	height: 95px;
	text-align: center;
}

.home-symbol .rollover-symbol {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.home-symbol .rollover-symbol, .home-symbol .default-symbol {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.home-symbol:hover .default-symbol {
	opacity: 0;
}

.home-symbol:hover .rollover-symbol {
	opacity: 1;
}

section.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

section .blog_background {
	background-color: #fff;
}

body .featured_posts_block article.sticky {
	margin: 0 1%;
	width: 98%;
}

body .featured_posts_block article.sticky:first-of-type {
	margin: 0;
}

body .featured_posts_block article.sticky:last-of-type {
	margin: 0;
}

body .featured_posts_block article.sticky figure {
	display: block;
	width: 100%;
}

body .featured_posts_block article.sticky figure img {
	margin: 0px;
}

body .featured_posts_block article.sticky h3 {
	color: #13abb8;
}

body .featured_posts_block article.sticky:hover h3 {
	color: #10939e;
}

@media screen and (min-width: 768px) {
	body .featured_posts_block article.sticky {
		flex: 1;
		margin: 0 1%;
		width: auto;
	}
	
	body .featured_posts_block article.sticky:first-of-type {
		margin: 0;
	}
	
	body .featured_posts_block article.sticky:last-of-type {
		margin: 0;
	}
}

.flex.featured_posts_block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}

.flexslider {
	margin: 0 0 20px;
}

.flexslider li.slide .slide_block {
	float: left;
	background-color: #f8f8f3;
}

.flexslider li.slide .slide_block figure.slider_thumbnail {
	height: 300px;
	float: left;
	width: 450px;
}

.flexslider li.slide .slide_block section.slider_description {
	float: left;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	body.home.blue-splat-wrap, body.home.blue-splat, .home-intro {
		height: initial;
		min-height: initial;
		text-align: center;
	}
	
	.home-intro {
		text-align: left;
	}
	
	.home-intro .gform_wrapper {
		position: absolute;
		right: 40px;
		top: 30px;
		width: 260px;
	}
	
	.home-symbols {
		clear: both;
	}
}

@media only screen and (max-width: 980px) {
	.home-top-boxes {
		margin: 0px auto;
	}
	
	.home-top-box {
		display: inline-block;
		float: none;
	}
}

@media only screen and (max-width: 670px) {
	.home-intro .gform_wrapper {
		position: relative;
		right: initial;
		top: initial;
		max-width: 100%;
	}
}

@media only screen and (max-width: 350px) {
	.home-intro .gform_wrapper {
		height: initial;
	}
	
	.home-intro .gform_wrapper input[type=submit] {
		position: relative;
		right: initial;
		top: initial;
	}
	
	.home-intro .gform_wrapper input[type=text] {
		width: 83% !important;
	}
}

.home-popular-classes {
	position: relative;
	margin: 0px auto;
	width: 940px;
	max-width: 100%;
	text-align: center;
}

.home-popular-class-image {
	display: block;
	position: relative;
	width: 100%;
	height: 231px;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-popular-classes-heading {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.home-popular-classes-heading {
		margin-top: 60px;
	}
}

.home-popular-class {
	position: relative;
	float: left;
	margin-right: 2%;
	margin-top: 70px;
	width: 32%;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bumpywhite.png");
}

.home-popular-class.nitro-lazy {
	background-image: none !important;
}

.home-popular-class .tape-mark {
	position: absolute;
	left: 40px;
	top: -55px;
	z-index: 1;
}

.home-popular-class .home-popular-class-title, .home-popular-class .home-popular-class-title h3, .home-popular-class .home-popular-class-title p {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.375rem;
}

.home-popular-class .home-popular-class-title {
	color: #13abb8;
}

.home-popular-class p {
	color: #0d0d0d;
}

.home-popular-class .home-popular-class-price, .home-popular-class .home-popular-class-price p {
	font-size: .875rem;
	color: #2980b9;
}

.home-popular-class:nth-child(4) {
	margin-right: 0%;
}

.home-popular-class-text {
	padding: 15px;
	text-align: left;
}

.home-popular-classes-button {
	margin: 25px 0px 20px;
	clear: both;
	text-align: center;
}

@media only screen and (max-width: 830px) {
	.home-popular-class .tape-mark {
		left: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.home-popular-class .tape-mark {
		left: 5px;
	}
}

@media only screen and (max-width: 675px) {
	.home-popular-class .tape-mark {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.home-popular-class {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 370px) {
	.home-popular-class {
		padding-top: 0px;
	}
}

body.single-post .container .column, body.single-post .container .columns {
	padding: 0px;
}

@media only screen and (max-width: 980px) {
	body.blog .container {
		padding: 0px 20px;
	}
}

body.blog .post {
	float: left;
	width: 100%;
}

body.blog .post h2 {
	margin-top: 0px;
}

body.blog .post:nth-child(even) {
	margin-right: 10%;
}

@media only screen and (max-width: 670px) {
	body.blog .post {
		float: none;
		margin: 0%;
		width: 100%;
	}
}

body.blog .post.has-post-thumbnail img.attachment-post-thumbnail {
	margin-bottom: 20px;
}

body.single-post img.th.wp-post-image {
	margin-bottom: 15px;
}

.footer-social-fans i {
	display: inline-block;
	width: 45px;
	height: 45px;
	padding: 9px 11px;
	border-radius: 30px;
	font-size: 28px;
	color: #fff;
	background-color: #b73075;
	transition: all .6s;
}

.footer-social-fans i:hover {
	background-color: #ec5eaa;
}

.footer-social-fans i.fa-facebook {
	padding: 10px 14px;
}

.social-fan-count {
	margin-top: 22px;
	height: 50px;
	text-transform: uppercase;
	font-size: .875rem;
}

.social-fan-count a {
	float: left;
	margin-right: 8px;
}

.social-fan-count span.social-fan-count-number {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	color: #b73075;
}

.footer-social-fans {
	display: flex;
	flex-flow: row wrap;
}

.footer-social-fans h4 {
	width: 100%;
}

.footer-social-fans .social-fan-count {
	width: auto;
	flex: 1;
	margin: 0px;
}

@media only screen and (min-width: 64.0625em) {
	.footer-social-fans {
		display: block;
	}
	
	.footer-social-fans .social-fan-count {
		margin: 15px 0 0 10px;
	}
}

.aptf-single-tweet-wrapper {
	margin-top: 12px;
	padding: 9px 12px;
	font-size: 1.0625rem;
	font-weight: normal;
	background-color: #fff;
}

.aptf-single-tweet-wrapper .aptf-tweet-username {
	font-size: 1.0625rem;
}

.aptf-single-tweet-wrapper .aptf-tweet-content .aptf-tweet-name {
	font-weight: normal;
}

.aptf-tweet-date {
	display: none;
}

#sb_instagram img {
	border: 6px solid #fff;
}

.sbi_photo {
	margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
	.pink-splat-wrap, .pink-splat {
		height: initial;
	}
	
	.social-fan-count {
		margin-top: 10px;
		float: left;
		margin-right: 10%;
	}
	
	.social-fan-count a {
		margin-bottom: 5px;
	}
	
	.social-fan-count span {
		display: none;
	}
	
	.social-fan-count span.social-fan-count-number {
		display: inline;
	}
	
	.social-fan-count:last-child {
		margin-right: 0px;
	}
	
	.pink-splat .footer-social-instagram {
		padding: 20px 25px 70px;
	}
	
	#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
		width: initial;
	}
	
	#sb_instagram.sbi_col_2 #sbi_images .sbi_item a.sbi_photo {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 470px) {
	.social-fan-count {
		margin-right: 5%;
	}
}

@media only screen and (max-width: 360px) {
	.social-fan-count {
		margin-right: 3%;
	}
}

@media only screen and (max-width: 340px) {
	.footer-social-fans i {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}
}

body.single-post .row.collapse, body.blog .row.collapse, body.search .row.collapse, body.single-product .row.collapse, body.single-classes .row.collapse, body.error404 .inner-wrap .row, body.page-template-pwl-main .entry-content, body.page-template-page-my-classes .entry-content, body.page-template-testimonials .entry-content, body.page-template-publications .entry-content, body.archive .row.collapse, body.page-template-page-my-account-php .row.collapse, body.page-template-team .entry-content, body .row.collapse.page_title, body.gfur-activate .entry-content, section.product_filters {
	position: relative;
	margin: 40px auto 0px;
	width: 100%;
	max-width: 940px;
}

body .row.collapse.page_title {
	margin: 0 auto;
}

body.error404 aside#sidebar {
	display: none;
}

ul.pagination {
	clear: both;
	text-align: center;
}

ul.pagination li {
	display: inline;
}

@media only screen and (min-width: 1230px) {
	body.page-template-pwl-main .entry-content {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1100px) {
	body.page-template-pwl-main .entry-content {
		padding-right: 75px;
	}
}

.entry-content .gform_wrapper textarea.medium, .entry-content .gform_wrapper .top_label input.medium, .entry-content .gform_wrapper .top_label select.medium {
	width: 50%;
}

@media only screen and (max-width: 540px) {
	.entry-content .gform_wrapper textarea.medium, .entry-content .gform_wrapper .top_label input.medium, .entry-content .gform_wrapper .top_label select.medium {
		width: 100%;
	}
}

.team-member {
	margin-bottom: 40px;
	clear: both;
}

.team-member img.team-member-portrait {
	width: 184px;
	height: 184px;
}

.publication img {
	width: 240px;
}

.publication.book img {
	margin-bottom: 15px;
}

@media only screen and (max-width: 625px) {
	.publication img {
		margin: 15px 0px;
		float: none;
	}
}

blockquote {
	padding: 25px 10px;
	border-left: 10px solid #13abb8;
	background: #f9f9f9;
	quotes: "“" "“";
}

blockquote:before {
	content: open-quote;
	margin-right: .25em;
	vertical-align: -.4em;
	font-size: 4em;
	line-height: .1em;
	color: #13abb8;
}

blockquote p {
	display: inline;
}

.testimonial {
	margin: 15px 0px 40px;
}

body.single-classes .blue-splat-wrap .row.collapse, body.single-product .blue-splat-wrap .row.collapse, body.archive .blue-splat-wrap .row.collapse, body.page-template-page-my-account-php .blue-splat-wrap .row.collapse {
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bumpywhite.png");
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
}

body.single-classes .blue-splat-wrap .row.collapse.nitro-lazy, body.single-product .blue-splat-wrap .row.collapse.nitro-lazy, body.archive .blue-splat-wrap .row.collapse.nitro-lazy, body.page-template-page-my-account-php .blue-splat-wrap .row.collapse.nitro-lazy {
	background-image: none !important;
}

body.single-post .blue-splat-wrap, body.single-classes .blue-splat-wrap, body.single-product .blue-splat-wrap, body.archive .blue-splat-wrap, body.blog .blue-splat-wrap, body.page-template-page-my-account-php .blue-splat-wrap, body.page-template-pwl-main .blue-splat-wrap {
	padding-top: 25px;
	background-image: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/bg-blue-fade.png");
}

body.single-post .blue-splat-wrap.nitro-lazy, body.single-classes .blue-splat-wrap.nitro-lazy, body.single-product .blue-splat-wrap.nitro-lazy, body.archive .blue-splat-wrap.nitro-lazy, body.blog .blue-splat-wrap.nitro-lazy, body.page-template-page-my-account-php .blue-splat-wrap.nitro-lazy, body.page-template-pwl-main .blue-splat-wrap.nitro-lazy {
	background-image: none !important;
}

body.single-post aside#sidebar, body.single-post .class-content, body.single-post .course-by, body.single-classes aside#sidebar, body.single-classes .class-content, body.single-classes .course-by, body.single-product aside#sidebar, body.single-product .class-content, body.single-product .course-by, body.archive aside#sidebar, body.archive .class-content, body.archive .course-by, body.blog aside#sidebar, body.blog .class-content, body.blog .course-by, body.page-template-page-my-account-php aside#sidebar, body.page-template-page-my-account-php .class-content, body.page-template-page-my-account-php .course-by, body.page-template-pwl-main aside#sidebar, body.page-template-pwl-main .class-content, body.page-template-pwl-main .course-by {
	background: rgba(30, 20, 0, .05);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
}

body.single-post .class-banner, body.single-classes .class-banner, body.single-product .class-banner, body.archive .class-banner, body.blog .class-banner, body.page-template-page-my-account-php .class-banner, body.page-template-pwl-main .class-banner {
	margin-bottom: 20px;
}

body.single-post .no-banner-spacer, body.single-classes .no-banner-spacer, body.single-product .no-banner-spacer, body.archive .no-banner-spacer, body.blog .no-banner-spacer, body.page-template-page-my-account-php .no-banner-spacer, body.page-template-pwl-main .no-banner-spacer {
	height: 80px;
}

body.single-post h1, body.single-classes h1, body.single-product h1, body.archive h1, body.blog h1, body.page-template-page-my-account-php h1, body.page-template-pwl-main h1 {
	margin-bottom: 0px;
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.625rem;
	color: #17bec4;
}

body.single-post .class-content h2, body.single-classes .class-content h2, body.single-product .class-content h2, body.archive .class-content h2, body.blog .class-content h2, body.page-template-page-my-account-php .class-content h2, body.page-template-pwl-main .class-content h2 {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #17bec4;
}

body.single-post .class-price, body.single-classes .class-price, body.single-product .class-price, body.archive .class-price, body.blog .class-price, body.page-template-page-my-account-php .class-price, body.page-template-pwl-main .class-price {
	font-size: .875rem;
	color: #2980b9;
}

body.single-post .entry-content, body.single-classes .entry-content, body.single-product .entry-content, body.archive .entry-content, body.blog .entry-content, body.page-template-page-my-account-php .entry-content, body.page-template-pwl-main .entry-content {
	padding: 15px 30px;
}

body.single-post .breakdown-heading, body.single-classes .breakdown-heading, body.single-product .breakdown-heading, body.archive .breakdown-heading, body.blog .breakdown-heading, body.page-template-page-my-account-php .breakdown-heading, body.page-template-pwl-main .breakdown-heading {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	font-weight: 400;
}

body.single-post .class-content, body.single-classes .class-content, body.single-product .class-content, body.archive .class-content, body.blog .class-content, body.page-template-page-my-account-php .class-content, body.page-template-pwl-main .class-content {
	position: relative;
	padding: 15px;
}

body.single-post .class-tape-mark, body.single-post .class-content-tape-mark, body.single-classes .class-tape-mark, body.single-classes .class-content-tape-mark, body.single-product .class-tape-mark, body.single-product .class-content-tape-mark, body.archive .class-tape-mark, body.archive .class-content-tape-mark, body.blog .class-tape-mark, body.blog .class-content-tape-mark, body.page-template-page-my-account-php .class-tape-mark, body.page-template-page-my-account-php .class-content-tape-mark, body.page-template-pwl-main .class-tape-mark, body.page-template-pwl-main .class-content-tape-mark {
	position: absolute;
	z-index: 1;
}

body.single-post .class-tape-mark, body.single-classes .class-tape-mark, body.single-product .class-tape-mark, body.archive .class-tape-mark, body.blog .class-tape-mark, body.page-template-page-my-account-php .class-tape-mark, body.page-template-pwl-main .class-tape-mark {
	left: -60px;
	top: -45px;
}

body.single-post .class-content-tape-mark, body.single-classes .class-content-tape-mark, body.single-product .class-content-tape-mark, body.archive .class-content-tape-mark, body.blog .class-content-tape-mark, body.page-template-page-my-account-php .class-content-tape-mark, body.page-template-pwl-main .class-content-tape-mark {
	right: -60px;
	top: -50px;
}

body.single-post .tape-dodger, body.single-classes .tape-dodger, body.single-product .tape-dodger, body.archive .tape-dodger, body.blog .tape-dodger, body.page-template-page-my-account-php .tape-dodger, body.page-template-pwl-main .tape-dodger {
	position: relative;
	float: right;
	width: 130px;
	height: 25px;
}

body.single-post iframe, body.single-classes iframe, body.single-product iframe, body.archive iframe, body.blog iframe, body.page-template-page-my-account-php iframe, body.page-template-pwl-main iframe {
	max-width: 100%;
}

body.single-post .clearing-assembled, body.single-classes .clearing-assembled, body.single-product .clearing-assembled, body.archive .clearing-assembled, body.blog .clearing-assembled, body.page-template-page-my-account-php .clearing-assembled, body.page-template-pwl-main .clearing-assembled {
	margin-top: 20px;
}

body.single-post .clearing-assembled li, body.single-classes .clearing-assembled li, body.single-product .clearing-assembled li, body.archive .clearing-assembled li, body.blog .clearing-assembled li, body.page-template-page-my-account-php .clearing-assembled li, body.page-template-pwl-main .clearing-assembled li {
	padding-left: 0px;
}

body.single-post .course-by, body.single-classes .course-by, body.single-product .course-by, body.archive .course-by, body.blog .course-by, body.page-template-page-my-account-php .course-by, body.page-template-pwl-main .course-by {
	margin-top: 20px;
	padding: 15px;
}

body.single-post .course-by img, body.single-classes .course-by img, body.single-product .course-by img, body.archive .course-by img, body.blog .course-by img, body.page-template-page-my-account-php .course-by img, body.page-template-pwl-main .course-by img {
	max-width: 125px;
	border-radius: 50%;
}

body.single-post .course-by h2, body.single-classes .course-by h2, body.single-product .course-by h2, body.archive .course-by h2, body.blog .course-by h2, body.page-template-page-my-account-php .course-by h2, body.page-template-pwl-main .course-by h2 {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	font-weight: 600;
	color: #17bec4;
}

.woocommerce .woocommerce-message {
	border-top-color: #13abb8;
}

.woocommerce .woocommerce-message:before {
	color: #13abb8;
}

.woocommerce form.cart span.td-quantity-button {
	cursor: pointer;
	display: block;
	line-height: 37px;
	height: 37px;
	text-align: center;
	width: 37px;
}

.woocommerce form.cart .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce form.cart .quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

section.my_account_memberships {
	display: flex;
	flex-flow: row wrap;
}

section.my_account_memberships article.membership {
	margin: 0px;
	width: 100%;
}

section.my_account_memberships article.membership a {
	display: block;
	float: left;
	height: 100%;
	padding: 15px;
	width: 100%;
}

@media screen and (min-width: 940px) {
	section.my_account_memberships article.membership {
		margin: 0 1%;
		width: 32%;
	}
}

#wc-memberships-members-area .my-membership-tabs {
	display: none;
}

.woocommerce-tabs .tam_thumb {
	display: block;
	float: left;
}

.woocommerce-tabs .tam_says_quote {
	background: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/irene/images/thumb-tam.png") scroll top left no-repeat transparent;
	padding-left: 120px;
	min-height: 150px;
}

.woocommerce-tabs .tam_says_quote.nitro-lazy {
	background-image: none !important;
}

.woocommerce-tabs .tam_says_quote i.quote_open {
	background: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/irene/images/quote-open.png") scroll top left no-repeat transparent;
	float: left;
	height: 50px;
	text-align: left;
	width: 100%;
}

.woocommerce-tabs .tam_says_quote i.quote_open.nitro-lazy {
	background-image: none !important;
}

.woocommerce-tabs .tam_says_quote i.quote_close {
	background: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/optimized/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/irene/images/quote-close.png") scroll bottom right no-repeat transparent;
	float: left;
	height: 50px;
	text-align: right;
	width: 100%;
}

.woocommerce-tabs .tam_says_quote i.quote_close.nitro-lazy {
	background-image: none !important;
}

.justified-gallery .page-links {
	text-align: center;
	margin-top: 20px;
}

.justified-gallery .page-links .page-links-title {
	display: none;
}

#wpadminbar {
	position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
	margin-top: 2rem;
}

.social-and-account-wrap {
	background: #b73075;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .75);
}

.social-and-account-wrap .row.social-and-account {
	position: relative;
	max-width: 1214px;
}

.social-and-account-wrap .row.social-and-account .large-6.columns.text-right {
	padding-right: 10px;
}

.social-and-account-wrap .row.social-and-account .social-icons {
	padding: 5px;
	font-family: FontAwesome;
	color: #fff;
}

.social-and-account-wrap .row.social-and-account .social-icons i {
	display: inline-block;
	width: 33px;
	height: 33px;
	padding: 8px 10px;
	border-radius: 18px;
	font-size: 18px;
	background-color: #ec5eaa;
	transition: all .6s;
}

.social-and-account-wrap .row.social-and-account .social-icons i:hover {
	color: #ec5eaa;
	background-color: #fff;
}

.social-and-account-wrap .row.social-and-account .social-icons i.fa-facebook {
	padding: 8px 11px;
}

.social-and-account-wrap .row.social-and-account .social-icons i.fa-vimeo {
	padding: 8px;
}

.social-and-account-wrap .row.social-and-account .social-icons i.fa-youtube {
	padding: 8px 9px;
}

.social-and-account-wrap .row.social-and-account .social-icons .fa-flickr {
	padding: 8px 9px;
}

.social-and-account-wrap .row.social-and-account a, .social-and-account-wrap .row.social-and-account .button.small {
	font-size: .9375rem;
	font-weight: 400;
	color: #fff;
}

.social-and-account-wrap .row.social-and-account .button.small {
	margin: 6px 3px;
	padding: 6px 12px;
	border-radius: 15px;
}

@media only screen and (max-width: 745px) {
	.social-icons a {
		margin-right: 2px;
	}
	
	a.cart-contents {
		display: block;
	}
	
	.social-and-account-wrap {
		padding: 10px;
	}
}

@media only screen and (max-width: 640px) {
	.top-bar-buttons {
		padding-left: 3px;
	}
}

.top-repeater {
	position: relative;
	height: 100px;
	background-repeat: repeat-x;
	z-index: 1;
}

.big-header-image {
	pointer-events: none;
	position: absolute;
	right: 60px;
	top: 44px;
	z-index: 3;
}

.logo-and-big-image-wrap {
	z-index: 1;
}

.logo-and-big-image {
	margin: -100px auto 0px;
	position: relative;
	max-width: 1214px;
	padding-top: 128px;
	background-color: #fff;
}

.logo-and-big-image .logo {
	margin: 10px 0px 20px 70px;
}

@media only screen and (max-width: 1230px) {
	.logo-and-big-image {
		padding-top: 90px;
	}
	
	.logo-and-big-image .logo {
		margin-left: 0px;
	}
	
	.big-header-image {
		-webkit-transform: scale(.74);
		-moz-transform: scale(.74);
		-ms-transform: scale(.74);
		-o-transform: scale(.74);
		transform: scale(.74);
	}
	
	.big-header-image {
		right: -30px;
		top: 26px;
	}
	
	.logo-and-big-image .logo {
		padding-left: 1%;
	}
}

@media only screen and (max-width: 980px) {
	.big-header-image {
		display: none;
	}
}

.top-bar-container {
	background: #fff;
}

nav.top-bar {
	margin: 0px auto;
	max-width: 58.75rem !important;
}

nav.top-bar li, nav.top-bar li a {
	font-family: "Kalam", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	font-weight: 300;
}

nav.top-bar li a {
	padding: 0px 10px !important;
}

.top-bar-container, .tab-bar {
	margin-bottom: 2rem;
}

@media only screen and (max-width: 51.25em) {
	.top-bar-container .top-bar-left li.name, .tab-bar .top-bar-left li.name {
		padding-left: 3.125rem;
	}
	
	.top-bar-container .top-bar-left li.toggle-topbar a, .top-bar-container .top-bar-left li.menu-icon, .tab-bar .top-bar-left li.toggle-topbar a, .tab-bar .top-bar-left li.menu-icon {
		position: absolute;
		left: 0;
	}
	
	.top-bar-container .top-bar-right li.toggle-topbar a, .top-bar-container .top-bar-right li.menu-icon, .tab-bar .top-bar-right li.toggle-topbar a, .tab-bar .top-bar-right li.menu-icon {
		position: absolute;
		right: 0;
	}
}

.left-small {
	border-right: 0;
}

.right-small {
	border-left: 0;
}

.top-bar .name h1 a {
	font-weight: 500;
}

@media only screen and (min-width: 51.3125em) {
	.tab-bar {
		display: none;
	}
}

@media only screen and (max-width: 51.25em) {
	body.offcanvas .top-bar {
		display: none;
	}
}

#front-hero .marketing {
	margin: 0 auto;
	max-width: 62.5rem;
	width: 100%;
}

#front-hero .marketing:before, #front-hero .marketing:after {
	content: " ";
	display: table;
}

#front-hero .marketing:after {
	clear: both;
}

@media only screen {
	#front-hero {
		background: url("https://cdn-hjjon.nitrocdn.com/ZQCkSyJLhNyInBkSWNsnolpXLfsZjwtD/assets/images/source/rev-1306fab/www.willowing.org/wp-content/themes/WillowingArts/assets/images/demo/marquee-stars.svg") repeat scroll 0 0 #074e68;
		padding: 4.0625rem 0;
		margin: -2rem 0 2rem;
		position: relative;
		text-align: left;
	}
	
	#front-hero.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (min-width: 40.0625em) {
	#front-hero {
		height: 25rem;
		margin: -2rem 0 4.5rem;
	}
}

#front-hero #watch section {
	display: inline;
}

#front-hero #watch a {
	color: #b4c9d1;
	cursor: pointer;
	font-weight: 400;
	margin-right: 1.25rem;
}

#front-hero #watch a:hover {
	color: #fff;
}

#front-hero #watch #stargazers :before {
	content: "";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #b4c9d1;
	margin-right: .5rem;
}

#front-hero #watch #twitter :before {
	content: "";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #b4c9d1;
	margin-right: .5rem;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
	#front-hero .tagline {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left;
	}
}

@media screen and (min-width: 641px) and (max-width: 870px) {
	#front-hero .tagline {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 75%;
		float: left;
	}
}

@media screen and (min-width: 871px) {
	#front-hero .tagline {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 41.6666666667%;
		float: left;
	}
}

#front-hero h1 {
	font-weight: 500;
}

#front-hero h1 a, #front-hero h4 {
	color: #fff;
}

#front-hero .fpmock img {
	position: absolute;
	top: 1.3125rem;
}

@media screen and (max-width: 870px) {
	#front-hero .fpmock img {
		display: none;
	}
}

#front-hero .download {
	margin-top: 1.25rem;
}

@media only screen {
	#featured-hero {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin: -2rem 0 2rem;
		position: relative;
		height: 12.5rem;
	}
	
	.no-featured-image-set {
		height: 1rem !important;
	}
}

@media only screen and (min-width: 40.0625em) {
	#featured-hero {
		height: 25rem;
	}
}

#footer-container {
	margin: 0 auto;
	margin-top: 3.75rem;
	max-width: 100%;
	width: 100%;
}

#footer-container #footer {
	margin: 0 auto;
	max-width: 62.5rem;
	width: 100%;
}

#footer-container #footer:before, #footer-container #footer:after {
	content: " ";
	display: table;
}

#footer-container #footer:after {
	clear: both;
}

#footer-container #footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bottom-repeater {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 6.5625rem;
	text-align: center;
}

.bottom-links {
	margin-top: 60px;
}

.bottom-links a {
	padding: 0px 8px;
	color: #fff;
}

.woocommerce .button.small {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: .875rem 1.75rem .9375rem 1.75rem;
	font-size: .8125rem;
	background-color: #13abb8;
	border-color: #0f8993;
	color: #fff;
	transition: background-color 300ms ease-out;
}

.woocommerce .button.small:hover, .woocommerce .button.small:focus {
	background-color: #0f8993;
}

.woocommerce .button.small:hover, .woocommerce .button.small:focus {
	color: #fff;
}

.woocommerce a.button, .woocommerce button.button.alt {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: .875rem 1.75rem .9375rem 1.75rem;
	font-size: .8125rem;
	background-color: #43ac6a;
	border-color: #368a55;
	color: #fff;
	transition: background-color 300ms ease-out;
}

.woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus {
	background-color: #368a55;
}

.woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus {
	color: #fff;
}

.woocommerce button.single_add_to_cart_button.mnm_add_to_cart_button.button.alt.disabled {
	background-color: #43ac6a;
}

.woocommerce.archive ul.products {
	display: flex;
	flex-flow: row wrap;
}

.woocommerce.archive ul.products li.product {
	margin: 0px;
	padding: 0px;
	width: 25%;
}

.woocommerce.archive ul.products li.product figure.archive_featured_img {
	float: left;
	width: 100%;
}

.woocommerce.archive ul.products li.product section.archive_featured_descr {
	float: left;
	width: 100%;
}

.woocommerce.archive ul.products li.product section.archive_featured_link {
	clear: both;
	float: left;
	width: 100%;
}
