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

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

body {
	background-color: white;
	color: #222;
	cursor: default;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative; }

a:hover {
	cursor: pointer; }

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

object,
embed {
	height: 100%; }

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

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

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

select {
	width: 100%; }

/* Foundation */
.row {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 1000px;
	width: 100%;
	*zoom: 1; }
	.row:before, .row:after {
		content: " ";
		display: table; }
	.row:after {
		clear: both; }
	.row.collapse > .column,
	.row.collapse > .columns {
		float: left;
		padding-left: 0;
		padding-right: 0; }
	.row.collapse .row {
		margin-left: 0;
		margin-right: 0; }
	.row .row {
		margin-bottom: 0;
		/*margin-left: -0.625em;*/
		/*margin-right: -0.625em;*/
		margin-top: 0;
		max-width: none;
		width: auto;
		*zoom: 1; }
		.row .row:before, .row .row:after {
			content: " ";
			display: table; }
		.row .row:after {
			clear: both; }
		.row .row.collapse {
			margin: 0;
			max-width: none;
			width: auto;
			*zoom: 1; }
			.row .row.collapse:before, .row .row.collapse:after {
				content: " ";
				display: table; }
			.row .row.collapse:after {
				clear: both; }

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

/* Small Displays: less than 640px; */
@media only screen {
	.column.small-centered,
	.columns.small-centered {
		float: none;
		margin-left: auto;
		margin-right: auto; }

	.column.small-uncentered,
	.columns.small-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0; }

	.column.small-uncentered.opposite,
	.columns.small-uncentered.opposite {
		float: right; }

	.small-push-0 {
		left: 0%;
		right: auto; }

	.small-pull-0 {
		left: auto;
		right: 0%; }

	.small-push-1 {
		left: 8.33333%;
		right: auto; }

	.small-pull-1 {
		left: auto;
		right: 8.33333%; }

	.small-push-2 {
		left: 16.66667%;
		right: auto; }

	.small-pull-2 {
		left: auto;
		right: 16.66667%; }

	.small-push-3 {
		left: 25%;
		right: auto; }

	.small-pull-3 {
		left: auto;
		right: 25%; }

	.small-push-4 {
		left: 33.33333%;
		right: auto; }

	.small-pull-4 {
		left: auto;
		right: 33.33333%; }

	.small-push-5 {
		left: 41.66667%;
		right: auto; }

	.small-pull-5 {
		left: auto;
		right: 41.66667%; }

	.small-push-6 {
		left: 50%;
		right: auto; }

	.small-pull-6 {
		left: auto;
		right: 50%; }

	.small-push-7 {
		left: 58.33333%;
		right: auto; }

	.small-pull-7 {
		left: auto;
		right: 58.33333%; }

	.small-push-8 {
		left: 66.66667%;
		right: auto; }

	.small-pull-8 {
		left: auto;
		right: 66.66667%; }

	.small-push-9 {
		left: 75%;
		right: auto; }

	.small-pull-9 {
		left: auto;
		right: 75%; }

	.small-push-10 {
		left: 83.33333%;
		right: auto; }

	.small-pull-10 {
		left: auto;
		right: 83.33333%; }

	.small-push-11 {
		left: 91.66667%;
		right: auto; }

	.small-pull-11 {
		left: auto;
		right: 91.66667%; }

	.column,
	.columns {
		float: left;
		padding-left: 1.250em;
		padding-right: 1.250em;
		position: relative; }

	.small-1 {
		width: 8.33333%; }

	.small-2 {
		width: 16.66667%; }

	.small-3 {
		width: 25%; }

	.small-4 {
		width: 33.33333%; }

	.small-5 {
		width: 41.66667%; }

	.small-6 {
		width: 50%; }

	.small-7 {
		width: 58.33333%; }

	.small-8 {
		width: 66.66667%; }

	.small-9 {
		width: 75%; }

	.small-10 {
		width: 83.33333%; }

	.small-11 {
		width: 91.66667%; }

	.small-12 {
		width: 100%; }

	[class*="columns"] + [class*="columns"]:last-child {
		float: right; }

	[class*="columns"] + [class*="columns"].end {
		float: left; }

	.small-offset-0 {
		margin-left: 0% !important; }

	.small-offset-1 {
		margin-left: 8.33333% !important; }

	.small-offset-2 {
		margin-left: 16.66667% !important; }

	.small-offset-3 {
		margin-left: 25% !important; }

	.small-offset-4 {
		margin-left: 33.33333% !important; }

	.small-offset-5 {
		margin-left: 41.66667% !important; }

	.small-offset-6 {
		margin-left: 50% !important; }

	.small-offset-7 {
		margin-left: 58.33333% !important; }

	.small-offset-8 {
		margin-left: 66.66667% !important; }

	.small-offset-9 {
		margin-left: 75% !important; }

	.small-offset-10 {
		margin-left: 83.33333% !important; }

	.small-offset-11 {
		margin-left: 91.66667% !important; }

	.small-reset-order,
	.small-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto; }
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
	.column.medium-centered,
	.columns.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto; }

	.column.medium-uncentered,
	.columns.medium-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0; }

	.column.medium-uncentered.opposite,
	.columns.medium-uncentered.opposite {
		float: right; }

	.medium-push-0 {
		left: 0%;
		right: auto; }

	.medium-pull-0 {
		left: auto;
		right: 0%; }

	.medium-push-1 {
		left: 8.33333%;
		right: auto; }

	.medium-pull-1 {
		left: auto;
		right: 8.33333%; }

	.medium-push-2 {
		left: 16.66667%;
		right: auto; }

	.medium-pull-2 {
		left: auto;
		right: 16.66667%; }

	.medium-push-3 {
		left: 25%;
		right: auto; }

	.medium-pull-3 {
		left: auto;
		right: 25%; }

	.medium-push-4 {
		left: 33.33333%;
		right: auto; }

	.medium-pull-4 {
		left: auto;
		right: 33.33333%; }

	.medium-push-5 {
		left: 41.66667%;
		right: auto; }

	.medium-pull-5 {
		left: auto;
		right: 41.66667%; }

	.medium-push-6 {
		left: 50%;
		right: auto; }

	.medium-pull-6 {
		left: auto;
		right: 50%; }

	.medium-push-7 {
		left: 58.33333%;
		right: auto; }

	.medium-pull-7 {
		left: auto;
		right: 58.33333%; }

	.medium-push-8 {
		left: 66.66667%;
		right: auto; }

	.medium-pull-8 {
		left: auto;
		right: 66.66667%; }

	.medium-push-9 {
		left: 75%;
		right: auto; }

	.medium-pull-9 {
		left: auto;
		right: 75%; }

	.medium-push-10 {
		left: 83.33333%;
		right: auto; }

	.medium-pull-10 {
		left: auto;
		right: 83.33333%; }

	.medium-push-11 {
		left: 91.66667%;
		right: auto; }

	.medium-pull-11 {
		left: auto;
		right: 91.66667%; }

	.column,
	.columns {
		float: left;
		padding-left: 0.625em;
		padding-right: 0.625em;
		position: relative; }

	.medium-1 {
		width: 8.33333%; }

	.medium-2 {
		width: 16.66667%; }

	.medium-3 {
		width: 25%; }

	.medium-4 {
		width: 33.33333%; }

	.medium-5 {
		width: 41.66667%; }

	.medium-6 {
		width: 50%; }

	.medium-7 {
		width: 58.33333%; }

	.medium-8 {
		width: 66.66667%; }

	.medium-9 {
		width: 75%; }

	.medium-10 {
		width: 83.33333%; }

	.medium-11 {
		width: 91.66667%; }

	.medium-12 {
		width: 100%; }

	[class*="columns"] + [class*="columns"]:last-child {
		float: right; }

	[class*="columns"] + [class*="columns"].end {
		float: left; }

	.medium-offset-0 {
		margin-left: 0% !important; }

	.medium-offset-1 {
		margin-left: 8.33333% !important; }

	.medium-offset-2 {
		margin-left: 16.66667% !important; }

	.medium-offset-3 {
		margin-left: 25% !important; }

	.medium-offset-4 {
		margin-left: 33.33333% !important; }

	.medium-offset-5 {
		margin-left: 41.66667% !important; }

	.medium-offset-6 {
		margin-left: 50% !important; }

	.medium-offset-7 {
		margin-left: 58.33333% !important; }

	.medium-offset-8 {
		margin-left: 66.66667% !important; }

	.medium-offset-9 {
		margin-left: 75% !important; }

	.medium-offset-10 {
		margin-left: 83.33333% !important; }

	.medium-offset-11 {
		margin-left: 91.66667% !important; }

	.medium-reset-order,
	.medium-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto; }

	.push-0 {
		left: 0%;
		right: auto; }

	.pull-0 {
		left: auto;
		right: 0%; }

	.push-1 {
		left: 8.33333%;
		right: auto; }

	.pull-1 {
		left: auto;
		right: 8.33333%; }

	.push-2 {
		left: 16.66667%;
		right: auto; }

	.pull-2 {
		left: auto;
		right: 16.66667%; }

	.push-3 {
		left: 25%;
		right: auto; }

	.pull-3 {
		left: auto;
		right: 25%; }

	.push-4 {
		left: 33.33333%;
		right: auto; }

	.pull-4 {
		left: auto;
		right: 33.33333%; }

	.push-5 {
		left: 41.66667%;
		right: auto; }

	.pull-5 {
		left: auto;
		right: 41.66667%; }

	.push-6 {
		left: 50%;
		right: auto; }

	.pull-6 {
		left: auto;
		right: 50%; }

	.push-7 {
		left: 58.33333%;
		right: auto; }

	.pull-7 {
		left: auto;
		right: 58.33333%; }

	.push-8 {
		left: 66.66667%;
		right: auto; }

	.pull-8 {
		left: auto;
		right: 66.66667%; }

	.push-9 {
		left: 75%;
		right: auto; }

	.pull-9 {
		left: auto;
		right: 75%; }

	.push-10 {
		left: 83.33333%;
		right: auto; }

	.pull-10 {
		left: auto;
		right: 83.33333%; }

	.push-11 {
		left: 91.66667%;
		right: auto; }

	.pull-11 {
		left: auto;
		right: 91.66667%; }
}

/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
	.column.large-centered,
	.columns.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto; }

	.column.large-uncentered,
	.columns.large-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0; }

	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right; }

	.large-push-0 {
		left: 0%;
		right: auto; }

	.large-pull-0 {
		left: auto;
		right: 0%; }

	.large-push-1 {
		left: 8.33333%;
		right: auto; }

	.large-pull-1 {
		left: auto;
		right: 8.33333%; }

	.large-push-2 {
		left: 16.66667%;
		right: auto; }

	.large-pull-2 {
		left: auto;
		right: 16.66667%; }

	.large-push-3 {
		left: 25%;
		right: auto; }

	.large-pull-3 {
		left: auto;
		right: 25%; }

	.large-push-4 {
		left: 33.33333%;
		right: auto; }

	.large-pull-4 {
		left: auto;
		right: 33.33333%; }

	.large-push-5 {
		left: 41.66667%;
		right: auto; }

	.large-pull-5 {
		left: auto;
		right: 41.66667%; }

	.large-push-6 {
		left: 50%;
		right: auto; }

	.large-pull-6 {
		left: auto;
		right: 50%; }

	.large-push-7 {
		left: 58.33333%;
		right: auto; }

	.large-pull-7 {
		left: auto;
		right: 58.33333%; }

	.large-push-8 {
		left: 66.66667%;
		right: auto; }

	.large-pull-8 {
		left: auto;
		right: 66.66667%; }

	.large-push-9 {
		left: 75%;
		right: auto; }

	.large-pull-9 {
		left: auto;
		right: 75%; }

	.large-push-10 {
		left: 83.33333%;
		right: auto; }

	.large-pull-10 {
		left: auto;
		right: 83.33333%; }

	.large-push-11 {
		left: 91.66667%;
		right: auto; }

	.large-pull-11 {
		left: auto;
		right: 91.66667%; }

	.column,
	.columns {
		float: left;
		padding-left: 0.625em;
		padding-right: 0.625em;
		position: relative; }

	.large-1 {
		width: 8.33333%; }

	.large-2 {
		width: 16.66667%; }

	.large-3 {
		width: 25%; }

	.large-4 {
		width: 33.33333%; }

	.large-5 {
		width: 41.66667%; }

	.large-6 {
		width: 50%; }

	.large-7 {
		width: 58.33333%; }

	.large-8 {
		width: 66.66667%; }

	.large-9 {
		width: 75%; }

	.large-10 {
		width: 83.33333%; }

	.large-11 {
		width: 91.66667%; }

	.large-12 {
		width: 100%; }

	[class*="columns"] + [class*="columns"]:last-child {
		float: right; }

	[class*="columns"] + [class*="columns"].end {
		float: left; }

	.large-offset-0 {
		margin-left: 0% !important; }

	.large-offset-1 {
		margin-left: 8.33333% !important; }

	.large-offset-2 {
		margin-left: 16.66667% !important; }

	.large-offset-3 {
		margin-left: 25% !important; }

	.large-offset-4 {
		margin-left: 33.33333% !important; }

	.large-offset-5 {
		margin-left: 41.66667% !important; }

	.large-offset-6 {
		margin-left: 50% !important; }

	.large-offset-7 {
		margin-left: 58.33333% !important; }

	.large-offset-8 {
		margin-left: 66.66667% !important; }

	.large-offset-9 {
		margin-left: 75% !important; }

	.large-offset-10 {
		margin-left: 83.33333% !important; }

	.large-offset-11 {
		margin-left: 91.66667% !important; }

	.large-reset-order,
	.large-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto; }

	.push-0 {
		left: 0%;
		right: auto; }

	.pull-0 {
		left: auto;
		right: 0%; }

	.push-1 {
		left: 8.33333%;
		right: auto; }

	.pull-1 {
		left: auto;
		right: 8.33333%; }

	.push-2 {
		left: 16.66667%;
		right: auto; }

	.pull-2 {
		left: auto;
		right: 16.66667%; }

	.push-3 {
		left: 25%;
		right: auto; }

	.pull-3 {
		left: auto;
		right: 25%; }

	.push-4 {
		left: 33.33333%;
		right: auto; }

	.pull-4 {
		left: auto;
		right: 33.33333%; }

	.push-5 {
		left: 41.66667%;
		right: auto; }

	.pull-5 {
		left: auto;
		right: 41.66667%; }

	.push-6 {
		left: 50%;
		right: auto; }

	.pull-6 {
		left: auto;
		right: 50%; }

	.push-7 {
		left: 58.33333%;
		right: auto; }

	.pull-7 {
		left: auto;
		right: 58.33333%; }

	.push-8 {
		left: 66.66667%;
		right: auto; }

	.pull-8 {
		left: auto;
		right: 66.66667%; }

	.push-9 {
		left: 75%;
		right: auto; }

	.pull-9 {
		left: auto;
		right: 75%; }

	.push-10 {
		left: 83.33333%;
		right: auto; }

	.pull-10 {
		left: auto;
		right: 83.33333%; }

	.push-11 {
		left: 91.66667%;
		right: auto; }

	.pull-11 {
		left: auto;
		right: 91.66667%; }
}

/* Helper Classes */
/** floats */
.left {
	float: left; }

.right {
	float: right; }

/** text-align */
.text-left {
	text-align: left; }

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

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

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

/** text-transform */
.text-lower {
	text-transform: lowercase; }

.text-upper {
	text-transform: uppercase; }

.text-capital {
	text-transform: capitalize; }

@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.063em) 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.063em) {
	.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.063em) 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.063em) {
	.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.063em) 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.063em) {
	.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.063em) and (max-width: 99999999em) {
	.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.063em) {
	.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; }
}

/** clear */
.clearfix {
	*zoom: 1; }
	.clearfix:before, .clearfix:after {
		content: " ";
		display: table; }
	.clearfix:after {
		clear: both; }

/** visibility */
.hide {
	display: none; }

/** display */
.block {
	display: block !important; }
.inline-block {
	display: inline-block !important; }
.display-table {
	display: table !important; }
.display-table-cell {
	display: table-cell !important; }

/* Small Displays: less than 640px; */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
	display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
	display: none !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
	.hide-for-small,
	.hide-for-small-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-up,
	.show-for-medium-only,
	.hide-for-large,
	.hide-for-large-up,
	.hide-for-large-only,
	.hide-for-xlarge,
	.hide-for-xlarge-up,
	.hide-for-xlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge-only {
		display: inherit !important; }

	.show-for-small,
	.show-for-small-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-up,
	.hide-for-medium-only,
	.hide-for-large-down,
	.show-for-large,
	.show-for-large-up,
	.show-for-large-only,
	.show-for-xlarge,
	.show-for-xlarge-up,
	.show-for-xlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge-only {
		display: none !important; }
}

/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
	.hide-for-small,
	.hide-for-small-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.show-for-large,
	.show-for-large-up,
	.show-for-large-only,
	.hide-for-xlarge,
	.hide-for-xlarge-up,
	.hide-for-xlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge-only {
		display: inherit !important; }

	.show-for-small-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.hide-for-large,
	.hide-for-large-up,
	.hide-for-large-only,
	.show-for-xlarge,
	.show-for-xlarge-up,
	.show-for-xlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge-only {
		display: none !important; }
}

/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
	.hide-for-small,
	.hide-for-small-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.show-for-large-up,
	.hide-for-large-only,
	.show-for-xlarge,
	.show-for-xlarge-up,
	.show-for-xlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge-only {
		display: inherit !important; }

	.show-for-small-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-large,
	.show-for-large-only,
	.show-for-large-down,
	.hide-for-xlarge,
	.hide-for-xlarge-up,
	.hide-for-xlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge-only {
		display: none !important; }
}

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
	.hide-for-small,
	.hide-for-small-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.show-for-large-up,
	.hide-for-large-only,
	.hide-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xxlarge-up,
	.show-for-xxlarge-only {
		display: inherit !important; }

	.show-for-small-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-large,
	.show-for-large-only,
	.show-for-large-down,
	.hide-for-xlarge,
	.show-for-xlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge-only {
		display: none !important; }
}

/** orientation targeting */
.show-for-landscape,
.hide-for-portrait {
	display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
	display: none !important; }

@media only screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: inherit !important; }

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important; }
}

@media only screen and (orientation: portrait) {
	.show-for-portrait,
	.hide-for-landscape {
		display: inherit !important; }

	.hide-for-portrait,
	.show-for-landscape {
		display: none !important; }
}

/* Touch-enabled device targeting */
.show-for-touch {
	display: none !important; }
.hide-for-touch {
	display: inherit !important; }

.touch .show-for-touch {
	display: inherit !important; }
.touch .hide-for-touch {
	display: none !important; }

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