@import url("//fonts.googleapis.com/css?family=PT+Serif:400,400italic|Open+Sans:400,300,700|Playfair+Display:400,700");
@import url("//fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700");
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 91043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	background: none !important;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.relative {
	position: relative;
}

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

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

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

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

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

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

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: #f6f6f6;
	color: #000;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

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 {
	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 !important;
	visibility: hidden;
}

.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 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 71.25rem;
}

.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 {
	width: auto;
	margin-left: -0.1875rem;
	margin-right: -0.1875rem;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
}

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

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

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

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

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

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

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

[class*="column"]+[class*="column"].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: 4.16667%;
		right: auto;
	}
	.small-pull-1 {
		position: relative;
		right: 4.16667%;
		left: auto;
	}
	.small-push-2 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.small-pull-2 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.small-push-3 {
		position: relative;
		left: 12.5%;
		right: auto;
	}
	.small-pull-3 {
		position: relative;
		right: 12.5%;
		left: auto;
	}
	.small-push-4 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.small-pull-4 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.small-push-5 {
		position: relative;
		left: 20.83333%;
		right: auto;
	}
	.small-pull-5 {
		position: relative;
		right: 20.83333%;
		left: auto;
	}
	.small-push-6 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.small-pull-6 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.small-push-7 {
		position: relative;
		left: 29.16667%;
		right: auto;
	}
	.small-pull-7 {
		position: relative;
		right: 29.16667%;
		left: auto;
	}
	.small-push-8 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.small-pull-8 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.small-push-9 {
		position: relative;
		left: 37.5%;
		right: auto;
	}
	.small-pull-9 {
		position: relative;
		right: 37.5%;
		left: auto;
	}
	.small-push-10 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.small-pull-10 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.small-push-11 {
		position: relative;
		left: 45.83333%;
		right: auto;
	}
	.small-pull-11 {
		position: relative;
		right: 45.83333%;
		left: auto;
	}
	.small-push-12 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.small-pull-12 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.small-push-13 {
		position: relative;
		left: 54.16667%;
		right: auto;
	}
	.small-pull-13 {
		position: relative;
		right: 54.16667%;
		left: auto;
	}
	.small-push-14 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.small-pull-14 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.small-push-15 {
		position: relative;
		left: 62.5%;
		right: auto;
	}
	.small-pull-15 {
		position: relative;
		right: 62.5%;
		left: auto;
	}
	.small-push-16 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.small-pull-16 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.small-push-17 {
		position: relative;
		left: 70.83333%;
		right: auto;
	}
	.small-pull-17 {
		position: relative;
		right: 70.83333%;
		left: auto;
	}
	.small-push-18 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.small-pull-18 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.small-push-19 {
		position: relative;
		left: 79.16667%;
		right: auto;
	}
	.small-pull-19 {
		position: relative;
		right: 79.16667%;
		left: auto;
	}
	.small-push-20 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.small-pull-20 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.small-push-21 {
		position: relative;
		left: 87.5%;
		right: auto;
	}
	.small-pull-21 {
		position: relative;
		right: 87.5%;
		left: auto;
	}
	.small-push-22 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.small-pull-22 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.small-push-23 {
		position: relative;
		left: 95.83333%;
		right: auto;
	}
	.small-pull-23 {
		position: relative;
		right: 95.83333%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.1875rem;
		padding-right: 0.1875rem;
		float: left;
	}
	.small-1 {
		width: 4.16667%
	}
	.small-2 {
		width: 8.33333%
	}
	.small-3 {
		width: 12.5%
	}
	.small-4 {
		width: 16.66667%
	}
	.small-5 {
		width: 20.83333%
	}
	.small-6 {
		width: 25%
	}
	.small-7 {
		width: 29.16667%
	}
	.small-8 {
		width: 33.33333%
	}
	.small-9 {
		width: 37.5%
	}
	.small-10 {
		width: 41.66667%
	}
	.small-11 {
		width: 45.83333%
	}
	.small-12 {
		width: 50%
	}
	.small-13 {
		width: 54.16667%
	}
	.small-14 {
		width: 58.33333%
	}
	.small-15 {
		width: 62.5%
	}
	.small-16 {
		width: 66.66667%
	}
	.small-17 {
		width: 70.83333%
	}
	.small-18 {
		width: 75%
	}
	.small-19 {
		width: 79.16667%
	}
	.small-20 {
		width: 83.33333%
	}
	.small-21 {
		width: 87.5%
	}
	.small-22 {
		width: 91.66667%
	}
	.small-23 {
		width: 95.83333%
	}
	.small-24 {
		width: 100%
	}
	.small-offset-0 {
		margin-left: 0% !important;
	}
	.small-offset-1 {
		margin-left: 4.16667% !important;
	}
	.small-offset-2 {
		margin-left: 8.33333% !important;
	}
	.small-offset-3 {
		margin-left: 12.5% !important;
	}
	.small-offset-4 {
		margin-left: 16.66667% !important;
	}
	.small-offset-5 {
		margin-left: 20.83333% !important;
	}
	.small-offset-6 {
		margin-left: 25% !important;
	}
	.small-offset-7 {
		margin-left: 29.16667% !important;
	}
	.small-offset-8 {
		margin-left: 33.33333% !important;
	}
	.small-offset-9 {
		margin-left: 37.5% !important;
	}
	.small-offset-10 {
		margin-left: 41.66667% !important;
	}
	.small-offset-11 {
		margin-left: 45.83333% !important;
	}
	.small-offset-12 {
		margin-left: 50% !important;
	}
	.small-offset-13 {
		margin-left: 54.16667% !important;
	}
	.small-offset-14 {
		margin-left: 58.33333% !important;
	}
	.small-offset-15 {
		margin-left: 62.5% !important;
	}
	.small-offset-16 {
		margin-left: 66.66667% !important;
	}
	.small-offset-17 {
		margin-left: 70.83333% !important;
	}
	.small-offset-18 {
		margin-left: 75% !important;
	}
	.small-offset-19 {
		margin-left: 79.16667% !important;
	}
	.small-offset-20 {
		margin-left: 83.33333% !important;
	}
	.small-offset-21 {
		margin-left: 87.5% !important;
	}
	.small-offset-22 {
		margin-left: 91.66667% !important;
	}
	.small-offset-23 {
		margin-left: 95.83333% !important;
	}
	.small-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.small-centered,
	.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.small-uncentered,
	.columns.small-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.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;
	}
}

@media only screen and (min-width: 641px) {
	.medium-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.medium-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.medium-push-1 {
		position: relative;
		left: 4.16667%;
		right: auto;
	}
	.medium-pull-1 {
		position: relative;
		right: 4.16667%;
		left: auto;
	}
	.medium-push-2 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.medium-pull-2 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.medium-push-3 {
		position: relative;
		left: 12.5%;
		right: auto;
	}
	.medium-pull-3 {
		position: relative;
		right: 12.5%;
		left: auto;
	}
	.medium-push-4 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.medium-pull-4 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.medium-push-5 {
		position: relative;
		left: 20.83333%;
		right: auto;
	}
	.medium-pull-5 {
		position: relative;
		right: 20.83333%;
		left: auto;
	}
	.medium-push-6 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.medium-pull-6 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.medium-push-7 {
		position: relative;
		left: 29.16667%;
		right: auto;
	}
	.medium-pull-7 {
		position: relative;
		right: 29.16667%;
		left: auto;
	}
	.medium-push-8 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.medium-pull-8 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.medium-push-9 {
		position: relative;
		left: 37.5%;
		right: auto;
	}
	.medium-pull-9 {
		position: relative;
		right: 37.5%;
		left: auto;
	}
	.medium-push-10 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.medium-pull-10 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.medium-push-11 {
		position: relative;
		left: 45.83333%;
		right: auto;
	}
	.medium-pull-11 {
		position: relative;
		right: 45.83333%;
		left: auto;
	}
	.medium-push-12 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.medium-pull-12 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.medium-push-13 {
		position: relative;
		left: 54.16667%;
		right: auto;
	}
	.medium-pull-13 {
		position: relative;
		right: 54.16667%;
		left: auto;
	}
	.medium-push-14 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.medium-pull-14 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.medium-push-15 {
		position: relative;
		left: 62.5%;
		right: auto;
	}
	.medium-pull-15 {
		position: relative;
		right: 62.5%;
		left: auto;
	}
	.medium-push-16 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.medium-pull-16 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.medium-push-17 {
		position: relative;
		left: 70.83333%;
		right: auto;
	}
	.medium-pull-17 {
		position: relative;
		right: 70.83333%;
		left: auto;
	}
	.medium-push-18 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.medium-pull-18 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.medium-push-19 {
		position: relative;
		left: 79.16667%;
		right: auto;
	}
	.medium-pull-19 {
		position: relative;
		right: 79.16667%;
		left: auto;
	}
	.medium-push-20 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.medium-pull-20 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.medium-push-21 {
		position: relative;
		left: 87.5%;
		right: auto;
	}
	.medium-pull-21 {
		position: relative;
		right: 87.5%;
		left: auto;
	}
	.medium-push-22 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.medium-pull-22 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.medium-push-23 {
		position: relative;
		left: 95.83333%;
		right: auto;
	}
	.medium-pull-23 {
		position: relative;
		right: 95.83333%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.1875rem;
		padding-right: 0.1875rem;
		float: left;
	}
	.medium-1 {
		width: 4.16667%
	}
	.medium-2 {
		width: 8.33333%
	}
	.medium-3 {
		width: 12.5%
	}
	.medium-4 {
		width: 16.66667%
	}
	.medium-5 {
		width: 20.83333%
	}
	.medium-6 {
		width: 25%
	}
	.medium-7 {
		width: 29.16667%
	}
	.medium-8 {
		width: 33.33333%
	}
	.medium-9 {
		width: 37.5%
	}
	.medium-10 {
		width: 41.66667%
	}
	.medium-11 {
		width: 45.83333%
	}
	.medium-12 {
		width: 50%
	}
	.medium-13 {
		width: 54.16667%
	}
	.medium-14 {
		width: 58.33333%
	}
	.medium-15 {
		width: 62.5%
	}
	.medium-16 {
		width: 66.66667%
	}
	.medium-17 {
		width: 70.83333%
	}
	.medium-18 {
		width: 75%
	}
	.medium-19 {
		width: 79.16667%
	}
	.medium-20 {
		width: 83.33333%
	}
	.medium-21 {
		width: 87.5%
	}
	.medium-22 {
		width: 91.66667%
	}
	.medium-23 {
		width: 95.83333%
	}
	.medium-24 {
		width: 100%
	}
	.medium-offset-0 {
		margin-left: 0% !important;
	}
	.medium-offset-1 {
		margin-left: 4.16667% !important;
	}
	.medium-offset-2 {
		margin-left: 8.33333% !important;
	}
	.medium-offset-3 {
		margin-left: 12.5% !important;
	}
	.medium-offset-4 {
		margin-left: 16.66667% !important;
	}
	.medium-offset-5 {
		margin-left: 20.83333% !important;
	}
	.medium-offset-6 {
		margin-left: 25% !important;
	}
	.medium-offset-7 {
		margin-left: 29.16667% !important;
	}
	.medium-offset-8 {
		margin-left: 33.33333% !important;
	}
	.medium-offset-9 {
		margin-left: 37.5% !important;
	}
	.medium-offset-10 {
		margin-left: 41.66667% !important;
	}
	.medium-offset-11 {
		margin-left: 45.83333% !important;
	}
	.medium-offset-12 {
		margin-left: 50% !important;
	}
	.medium-offset-13 {
		margin-left: 54.16667% !important;
	}
	.medium-offset-14 {
		margin-left: 58.33333% !important;
	}
	.medium-offset-15 {
		margin-left: 62.5% !important;
	}
	.medium-offset-16 {
		margin-left: 66.66667% !important;
	}
	.medium-offset-17 {
		margin-left: 70.83333% !important;
	}
	.medium-offset-18 {
		margin-left: 75% !important;
	}
	.medium-offset-19 {
		margin-left: 79.16667% !important;
	}
	.medium-offset-20 {
		margin-left: 83.33333% !important;
	}
	.medium-offset-21 {
		margin-left: 87.5% !important;
	}
	.medium-offset-22 {
		margin-left: 91.66667% !important;
	}
	.medium-offset-23 {
		margin-left: 95.83333% !important;
	}
	.medium-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.medium-centered,
	.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.medium-uncentered,
	.columns.medium-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.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;
	}
	.push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.push-1 {
		position: relative;
		left: 4.16667%;
		right: auto;
	}
	.pull-1 {
		position: relative;
		right: 4.16667%;
		left: auto;
	}
	.push-2 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.pull-2 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.push-3 {
		position: relative;
		left: 12.5%;
		right: auto;
	}
	.pull-3 {
		position: relative;
		right: 12.5%;
		left: auto;
	}
	.push-4 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.pull-4 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.push-5 {
		position: relative;
		left: 20.83333%;
		right: auto;
	}
	.pull-5 {
		position: relative;
		right: 20.83333%;
		left: auto;
	}
	.push-6 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.pull-6 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.push-7 {
		position: relative;
		left: 29.16667%;
		right: auto;
	}
	.pull-7 {
		position: relative;
		right: 29.16667%;
		left: auto;
	}
	.push-8 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.pull-8 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.push-9 {
		position: relative;
		left: 37.5%;
		right: auto;
	}
	.pull-9 {
		position: relative;
		right: 37.5%;
		left: auto;
	}
	.push-10 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.pull-10 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.push-11 {
		position: relative;
		left: 45.83333%;
		right: auto;
	}
	.pull-11 {
		position: relative;
		right: 45.83333%;
		left: auto;
	}
	.push-12 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.pull-12 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.push-13 {
		position: relative;
		left: 54.16667%;
		right: auto;
	}
	.pull-13 {
		position: relative;
		right: 54.16667%;
		left: auto;
	}
	.push-14 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.pull-14 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.push-15 {
		position: relative;
		left: 62.5%;
		right: auto;
	}
	.pull-15 {
		position: relative;
		right: 62.5%;
		left: auto;
	}
	.push-16 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.pull-16 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.push-17 {
		position: relative;
		left: 70.83333%;
		right: auto;
	}
	.pull-17 {
		position: relative;
		right: 70.83333%;
		left: auto;
	}
	.push-18 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.pull-18 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.push-19 {
		position: relative;
		left: 79.16667%;
		right: auto;
	}
	.pull-19 {
		position: relative;
		right: 79.16667%;
		left: auto;
	}
	.push-20 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.pull-20 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.push-21 {
		position: relative;
		left: 87.5%;
		right: auto;
	}
	.pull-21 {
		position: relative;
		right: 87.5%;
		left: auto;
	}
	.push-22 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.pull-22 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.push-23 {
		position: relative;
		left: 95.83333%;
		right: auto;
	}
	.pull-23 {
		position: relative;
		right: 95.83333%;
		left: auto;
	}
}

@media only screen and (min-width: 1025px) {
	.large-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.large-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.large-push-1 {
		position: relative;
		left: 4.16667%;
		right: auto;
	}
	.large-pull-1 {
		position: relative;
		right: 4.16667%;
		left: auto;
	}
	.large-push-2 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.large-pull-2 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.large-push-3 {
		position: relative;
		left: 12.5%;
		right: auto;
	}
	.large-pull-3 {
		position: relative;
		right: 12.5%;
		left: auto;
	}
	.large-push-4 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.large-pull-4 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.large-push-5 {
		position: relative;
		left: 20.83333%;
		right: auto;
	}
	.large-pull-5 {
		position: relative;
		right: 20.83333%;
		left: auto;
	}
	.large-push-6 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.large-pull-6 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.large-push-7 {
		position: relative;
		left: 29.16667%;
		right: auto;
	}
	.large-pull-7 {
		position: relative;
		right: 29.16667%;
		left: auto;
	}
	.large-push-8 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.large-pull-8 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.large-push-9 {
		position: relative;
		left: 37.5%;
		right: auto;
	}
	.large-pull-9 {
		position: relative;
		right: 37.5%;
		left: auto;
	}
	.large-push-10 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.large-pull-10 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.large-push-11 {
		position: relative;
		left: 45.83333%;
		right: auto;
	}
	.large-pull-11 {
		position: relative;
		right: 45.83333%;
		left: auto;
	}
	.large-push-12 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.large-pull-12 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.large-push-13 {
		position: relative;
		left: 54.16667%;
		right: auto;
	}
	.large-pull-13 {
		position: relative;
		right: 54.16667%;
		left: auto;
	}
	.large-push-14 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.large-pull-14 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.large-push-15 {
		position: relative;
		left: 62.5%;
		right: auto;
	}
	.large-pull-15 {
		position: relative;
		right: 62.5%;
		left: auto;
	}
	.large-push-16 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.large-pull-16 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.large-push-17 {
		position: relative;
		left: 70.83333%;
		right: auto;
	}
	.large-pull-17 {
		position: relative;
		right: 70.83333%;
		left: auto;
	}
	.large-push-18 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.large-pull-18 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.large-push-19 {
		position: relative;
		left: 79.16667%;
		right: auto;
	}
	.large-pull-19 {
		position: relative;
		right: 79.16667%;
		left: auto;
	}
	.large-push-20 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.large-pull-20 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.large-push-21 {
		position: relative;
		left: 87.5%;
		right: auto;
	}
	.large-pull-21 {
		position: relative;
		right: 87.5%;
		left: auto;
	}
	.large-push-22 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.large-pull-22 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.large-push-23 {
		position: relative;
		left: 95.83333%;
		right: auto;
	}
	.large-pull-23 {
		position: relative;
		right: 95.83333%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.1875rem;
		padding-right: 0.1875rem;
		float: left;
	}
	.large-1 {
		width: 4.16667%
	}
	.large-2 {
		width: 8.33333%
	}
	.large-3 {
		width: 12.5%
	}
	.large-4 {
		width: 16.66667%
	}
	.large-5 {
		width: 20.83333%
	}
	.large-6 {
		width: 25%
	}
	.large-7 {
		width: 29.16667%
	}
	.large-8 {
		width: 33.33333%
	}
	.large-9 {
		width: 37.5%
	}
	.large-10 {
		width: 41.66667%
	}
	.large-11 {
		width: 45.83333%
	}
	.large-12 {
		width: 50%
	}
	.large-13 {
		width: 54.16667%
	}
	.large-14 {
		width: 58.33333%
	}
	.large-15 {
		width: 62.5%
	}
	.large-16 {
		width: 66.66667%
	}
	.large-17 {
		width: 70.83333%
	}
	.large-18 {
		width: 75%
	}
	.large-19 {
		width: 79.16667%
	}
	.large-20 {
		width: 83.33333%
	}
	.large-21 {
		width: 87.5%
	}
	.large-22 {
		width: 91.66667%
	}
	.large-23 {
		width: 95.83333%
	}
	.large-24 {
		width: 100%
	}
	.large-offset-0 {
		margin-left: 0% !important;
	}
	.large-offset-1 {
		margin-left: 4.16667% !important;
	}
	.large-offset-2 {
		margin-left: 8.33333% !important;
	}
	.large-offset-3 {
		margin-left: 12.5% !important;
	}
	.large-offset-4 {
		margin-left: 16.66667% !important;
	}
	.large-offset-5 {
		margin-left: 20.83333% !important;
	}
	.large-offset-6 {
		margin-left: 25% !important;
	}
	.large-offset-7 {
		margin-left: 29.16667% !important;
	}
	.large-offset-8 {
		margin-left: 33.33333% !important;
	}
	.large-offset-9 {
		margin-left: 37.5% !important;
	}
	.large-offset-10 {
		margin-left: 41.66667% !important;
	}
	.large-offset-11 {
		margin-left: 45.83333% !important;
	}
	.large-offset-12 {
		margin-left: 50% !important;
	}
	.large-offset-13 {
		margin-left: 54.16667% !important;
	}
	.large-offset-14 {
		margin-left: 58.33333% !important;
	}
	.large-offset-15 {
		margin-left: 62.5% !important;
	}
	.large-offset-16 {
		margin-left: 66.66667% !important;
	}
	.large-offset-17 {
		margin-left: 70.83333% !important;
	}
	.large-offset-18 {
		margin-left: 75% !important;
	}
	.large-offset-19 {
		margin-left: 79.16667% !important;
	}
	.large-offset-20 {
		margin-left: 83.33333% !important;
	}
	.large-offset-21 {
		margin-left: 87.5% !important;
	}
	.large-offset-22 {
		margin-left: 91.66667% !important;
	}
	.large-offset-23 {
		margin-left: 95.83333% !important;
	}
	.large-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.large-centered,
	.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.large-uncentered,
	.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.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;
	}
	.push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.push-1 {
		position: relative;
		left: 4.16667%;
		right: auto;
	}
	.pull-1 {
		position: relative;
		right: 4.16667%;
		left: auto;
	}
	.push-2 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.pull-2 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.push-3 {
		position: relative;
		left: 12.5%;
		right: auto;
	}
	.pull-3 {
		position: relative;
		right: 12.5%;
		left: auto;
	}
	.push-4 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.pull-4 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.push-5 {
		position: relative;
		left: 20.83333%;
		right: auto;
	}
	.pull-5 {
		position: relative;
		right: 20.83333%;
		left: auto;
	}
	.push-6 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.pull-6 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.push-7 {
		position: relative;
		left: 29.16667%;
		right: auto;
	}
	.pull-7 {
		position: relative;
		right: 29.16667%;
		left: auto;
	}
	.push-8 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.pull-8 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.push-9 {
		position: relative;
		left: 37.5%;
		right: auto;
	}
	.pull-9 {
		position: relative;
		right: 37.5%;
		left: auto;
	}
	.push-10 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.pull-10 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.push-11 {
		position: relative;
		left: 45.83333%;
		right: auto;
	}
	.pull-11 {
		position: relative;
		right: 45.83333%;
		left: auto;
	}
	.push-12 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.pull-12 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.push-13 {
		position: relative;
		left: 54.16667%;
		right: auto;
	}
	.pull-13 {
		position: relative;
		right: 54.16667%;
		left: auto;
	}
	.push-14 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.pull-14 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.push-15 {
		position: relative;
		left: 62.5%;
		right: auto;
	}
	.pull-15 {
		position: relative;
		right: 62.5%;
		left: auto;
	}
	.push-16 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.pull-16 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.push-17 {
		position: relative;
		left: 70.83333%;
		right: auto;
	}
	.pull-17 {
		position: relative;
		right: 70.83333%;
		left: auto;
	}
	.push-18 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.pull-18 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.push-19 {
		position: relative;
		left: 79.16667%;
		right: auto;
	}
	.pull-19 {
		position: relative;
		right: 79.16667%;
		left: auto;
	}
	.push-20 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.pull-20 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.push-21 {
		position: relative;
		left: 87.5%;
		right: auto;
	}
	.pull-21 {
		position: relative;
		right: 87.5%;
		left: auto;
	}
	.push-22 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.pull-22 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.push-23 {
		position: relative;
		left: 95.83333%;
		right: auto;
	}
	.pull-23 {
		position: relative;
		right: 95.83333%;
		left: auto;
	}
}

@media only screen and (min-width: 1441px) {
	.xlarge-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.xlarge-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.xlarge-push-1 {
		position: relative;
		left: 4.16667%;
		right: auto;
	}
	.xlarge-pull-1 {
		position: relative;
		right: 4.16667%;
		left: auto;
	}
	.xlarge-push-2 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.xlarge-pull-2 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.xlarge-push-3 {
		position: relative;
		left: 12.5%;
		right: auto;
	}
	.xlarge-pull-3 {
		position: relative;
		right: 12.5%;
		left: auto;
	}
	.xlarge-push-4 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.xlarge-pull-4 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.xlarge-push-5 {
		position: relative;
		left: 20.83333%;
		right: auto;
	}
	.xlarge-pull-5 {
		position: relative;
		right: 20.83333%;
		left: auto;
	}
	.xlarge-push-6 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.xlarge-pull-6 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.xlarge-push-7 {
		position: relative;
		left: 29.16667%;
		right: auto;
	}
	.xlarge-pull-7 {
		position: relative;
		right: 29.16667%;
		left: auto;
	}
	.xlarge-push-8 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.xlarge-pull-8 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.xlarge-push-9 {
		position: relative;
		left: 37.5%;
		right: auto;
	}
	.xlarge-pull-9 {
		position: relative;
		right: 37.5%;
		left: auto;
	}
	.xlarge-push-10 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.xlarge-pull-10 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.xlarge-push-11 {
		position: relative;
		left: 45.83333%;
		right: auto;
	}
	.xlarge-pull-11 {
		position: relative;
		right: 45.83333%;
		left: auto;
	}
	.xlarge-push-12 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.xlarge-pull-12 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.xlarge-push-13 {
		position: relative;
		left: 54.16667%;
		right: auto;
	}
	.xlarge-pull-13 {
		position: relative;
		right: 54.16667%;
		left: auto;
	}
	.xlarge-push-14 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.xlarge-pull-14 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.xlarge-push-15 {
		position: relative;
		left: 62.5%;
		right: auto;
	}
	.xlarge-pull-15 {
		position: relative;
		right: 62.5%;
		left: auto;
	}
	.xlarge-push-16 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.xlarge-pull-16 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.xlarge-push-17 {
		position: relative;
		left: 70.83333%;
		right: auto;
	}
	.xlarge-pull-17 {
		position: relative;
		right: 70.83333%;
		left: auto;
	}
	.xlarge-push-18 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.xlarge-pull-18 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.xlarge-push-19 {
		position: relative;
		left: 79.16667%;
		right: auto;
	}
	.xlarge-pull-19 {
		position: relative;
		right: 79.16667%;
		left: auto;
	}
	.xlarge-push-20 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.xlarge-pull-20 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.xlarge-push-21 {
		position: relative;
		left: 87.5%;
		right: auto;
	}
	.xlarge-pull-21 {
		position: relative;
		right: 87.5%;
		left: auto;
	}
	.xlarge-push-22 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.xlarge-pull-22 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.xlarge-push-23 {
		position: relative;
		left: 95.83333%;
		right: auto;
	}
	.xlarge-pull-23 {
		position: relative;
		right: 95.83333%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.1875rem;
		padding-right: 0.1875rem;
		float: left;
	}
	.xlarge-1 {
		width: 4.16667%
	}
	.xlarge-2 {
		width: 8.33333%
	}
	.xlarge-3 {
		width: 12.5%
	}
	.xlarge-4 {
		width: 16.66667%
	}
	.xlarge-5 {
		width: 20.83333%
	}
	.xlarge-6 {
		width: 25%
	}
	.xlarge-7 {
		width: 29.16667%
	}
	.xlarge-8 {
		width: 33.33333%
	}
	.xlarge-9 {
		width: 37.5%
	}
	.xlarge-10 {
		width: 41.66667%
	}
	.xlarge-11 {
		width: 45.83333%
	}
	.xlarge-12 {
		width: 50%
	}
	.xlarge-13 {
		width: 54.16667%
	}
	.xlarge-14 {
		width: 58.33333%
	}
	.xlarge-15 {
		width: 62.5%
	}
	.xlarge-16 {
		width: 66.66667%
	}
	.xlarge-17 {
		width: 70.83333%
	}
	.xlarge-18 {
		width: 75%
	}
	.xlarge-19 {
		width: 79.16667%
	}
	.xlarge-20 {
		width: 83.33333%
	}
	.xlarge-21 {
		width: 87.5%
	}
	.xlarge-22 {
		width: 91.66667%
	}
	.xlarge-23 {
		width: 95.83333%
	}
	.xlarge-24 {
		width: 100%
	}
	.xlarge-offset-0 {
		margin-left: 0% !important;
	}
	.xlarge-offset-1 {
		margin-left: 4.16667% !important;
	}
	.xlarge-offset-2 {
		margin-left: 8.33333% !important;
	}
	.xlarge-offset-3 {
		margin-left: 12.5% !important;
	}
	.xlarge-offset-4 {
		margin-left: 16.66667% !important;
	}
	.xlarge-offset-5 {
		margin-left: 20.83333% !important;
	}
	.xlarge-offset-6 {
		margin-left: 25% !important;
	}
	.xlarge-offset-7 {
		margin-left: 29.16667% !important;
	}
	.xlarge-offset-8 {
		margin-left: 33.33333% !important;
	}
	.xlarge-offset-9 {
		margin-left: 37.5% !important;
	}
	.xlarge-offset-10 {
		margin-left: 41.66667% !important;
	}
	.xlarge-offset-11 {
		margin-left: 45.83333% !important;
	}
	.xlarge-offset-12 {
		margin-left: 50% !important;
	}
	.xlarge-offset-13 {
		margin-left: 54.16667% !important;
	}
	.xlarge-offset-14 {
		margin-left: 58.33333% !important;
	}
	.xlarge-offset-15 {
		margin-left: 62.5% !important;
	}
	.xlarge-offset-16 {
		margin-left: 66.66667% !important;
	}
	.xlarge-offset-17 {
		margin-left: 70.83333% !important;
	}
	.xlarge-offset-18 {
		margin-left: 75% !important;
	}
	.xlarge-offset-19 {
		margin-left: 79.16667% !important;
	}
	.xlarge-offset-20 {
		margin-left: 83.33333% !important;
	}
	.xlarge-offset-21 {
		margin-left: 87.5% !important;
	}
	.xlarge-offset-22 {
		margin-left: 91.66667% !important;
	}
	.xlarge-offset-23 {
		margin-left: 95.83333% !important;
	}
	.xlarge-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.xlarge-centered,
	.columns.xlarge-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.xlarge-uncentered,
	.columns.xlarge-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.xlarge-centered:last-child,
	.columns.xlarge-centered:last-child {
		float: none;
	}
	.column.xlarge-uncentered:last-child,
	.columns.xlarge-uncentered:last-child {
		float: left;
	}
	.column.xlarge-uncentered.opposite,
	.columns.xlarge-uncentered.opposite {
		float: right;
	}
}

@media only screen and (min-width: 120.063em) {
	.xxlarge-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.xxlarge-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.xxlarge-push-1 {
		position: relative;
		left: 4.16667%;
		right: auto;
	}
	.xxlarge-pull-1 {
		position: relative;
		right: 4.16667%;
		left: auto;
	}
	.xxlarge-push-2 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.xxlarge-pull-2 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.xxlarge-push-3 {
		position: relative;
		left: 12.5%;
		right: auto;
	}
	.xxlarge-pull-3 {
		position: relative;
		right: 12.5%;
		left: auto;
	}
	.xxlarge-push-4 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.xxlarge-pull-4 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.xxlarge-push-5 {
		position: relative;
		left: 20.83333%;
		right: auto;
	}
	.xxlarge-pull-5 {
		position: relative;
		right: 20.83333%;
		left: auto;
	}
	.xxlarge-push-6 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.xxlarge-pull-6 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.xxlarge-push-7 {
		position: relative;
		left: 29.16667%;
		right: auto;
	}
	.xxlarge-pull-7 {
		position: relative;
		right: 29.16667%;
		left: auto;
	}
	.xxlarge-push-8 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.xxlarge-pull-8 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.xxlarge-push-9 {
		position: relative;
		left: 37.5%;
		right: auto;
	}
	.xxlarge-pull-9 {
		position: relative;
		right: 37.5%;
		left: auto;
	}
	.xxlarge-push-10 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.xxlarge-pull-10 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.xxlarge-push-11 {
		position: relative;
		left: 45.83333%;
		right: auto;
	}
	.xxlarge-pull-11 {
		position: relative;
		right: 45.83333%;
		left: auto;
	}
	.xxlarge-push-12 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.xxlarge-pull-12 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.xxlarge-push-13 {
		position: relative;
		left: 54.16667%;
		right: auto;
	}
	.xxlarge-pull-13 {
		position: relative;
		right: 54.16667%;
		left: auto;
	}
	.xxlarge-push-14 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.xxlarge-pull-14 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.xxlarge-push-15 {
		position: relative;
		left: 62.5%;
		right: auto;
	}
	.xxlarge-pull-15 {
		position: relative;
		right: 62.5%;
		left: auto;
	}
	.xxlarge-push-16 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.xxlarge-pull-16 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.xxlarge-push-17 {
		position: relative;
		left: 70.83333%;
		right: auto;
	}
	.xxlarge-pull-17 {
		position: relative;
		right: 70.83333%;
		left: auto;
	}
	.xxlarge-push-18 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.xxlarge-pull-18 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.xxlarge-push-19 {
		position: relative;
		left: 79.16667%;
		right: auto;
	}
	.xxlarge-pull-19 {
		position: relative;
		right: 79.16667%;
		left: auto;
	}
	.xxlarge-push-20 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.xxlarge-pull-20 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.xxlarge-push-21 {
		position: relative;
		left: 87.5%;
		right: auto;
	}
	.xxlarge-pull-21 {
		position: relative;
		right: 87.5%;
		left: auto;
	}
	.xxlarge-push-22 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.xxlarge-pull-22 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.xxlarge-push-23 {
		position: relative;
		left: 95.83333%;
		right: auto;
	}
	.xxlarge-pull-23 {
		position: relative;
		right: 95.83333%;
		left: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.1875rem;
		padding-right: 0.1875rem;
		float: left;
	}
	.xxlarge-1 {
		width: 4.16667%
	}
	.xxlarge-2 {
		width: 8.33333%
	}
	.xxlarge-3 {
		width: 12.5%
	}
	.xxlarge-4 {
		width: 16.66667%
	}
	.xxlarge-5 {
		width: 20.83333%
	}
	.xxlarge-6 {
		width: 25%
	}
	.xxlarge-7 {
		width: 29.16667%
	}
	.xxlarge-8 {
		width: 33.33333%
	}
	.xxlarge-9 {
		width: 37.5%
	}
	.xxlarge-10 {
		width: 41.66667%
	}
	.xxlarge-11 {
		width: 45.83333%
	}
	.xxlarge-12 {
		width: 50%
	}
	.xxlarge-13 {
		width: 54.16667%
	}
	.xxlarge-14 {
		width: 58.33333%
	}
	.xxlarge-15 {
		width: 62.5%
	}
	.xxlarge-16 {
		width: 66.66667%
	}
	.xxlarge-17 {
		width: 70.83333%
	}
	.xxlarge-18 {
		width: 75%
	}
	.xxlarge-19 {
		width: 79.16667%
	}
	.xxlarge-20 {
		width: 83.33333%
	}
	.xxlarge-21 {
		width: 87.5%
	}
	.xxlarge-22 {
		width: 91.66667%
	}
	.xxlarge-23 {
		width: 95.83333%
	}
	.xxlarge-24 {
		width: 100%
	}
	.xxlarge-offset-0 {
		margin-left: 0% !important;
	}
	.xxlarge-offset-1 {
		margin-left: 4.16667% !important;
	}
	.xxlarge-offset-2 {
		margin-left: 8.33333% !important;
	}
	.xxlarge-offset-3 {
		margin-left: 12.5% !important;
	}
	.xxlarge-offset-4 {
		margin-left: 16.66667% !important;
	}
	.xxlarge-offset-5 {
		margin-left: 20.83333% !important;
	}
	.xxlarge-offset-6 {
		margin-left: 25% !important;
	}
	.xxlarge-offset-7 {
		margin-left: 29.16667% !important;
	}
	.xxlarge-offset-8 {
		margin-left: 33.33333% !important;
	}
	.xxlarge-offset-9 {
		margin-left: 37.5% !important;
	}
	.xxlarge-offset-10 {
		margin-left: 41.66667% !important;
	}
	.xxlarge-offset-11 {
		margin-left: 45.83333% !important;
	}
	.xxlarge-offset-12 {
		margin-left: 50% !important;
	}
	.xxlarge-offset-13 {
		margin-left: 54.16667% !important;
	}
	.xxlarge-offset-14 {
		margin-left: 58.33333% !important;
	}
	.xxlarge-offset-15 {
		margin-left: 62.5% !important;
	}
	.xxlarge-offset-16 {
		margin-left: 66.66667% !important;
	}
	.xxlarge-offset-17 {
		margin-left: 70.83333% !important;
	}
	.xxlarge-offset-18 {
		margin-left: 75% !important;
	}
	.xxlarge-offset-19 {
		margin-left: 79.16667% !important;
	}
	.xxlarge-offset-20 {
		margin-left: 83.33333% !important;
	}
	.xxlarge-offset-21 {
		margin-left: 87.5% !important;
	}
	.xxlarge-offset-22 {
		margin-left: 91.66667% !important;
	}
	.xxlarge-offset-23 {
		margin-left: 95.83333% !important;
	}
	.xxlarge-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.xxlarge-centered,
	.columns.xxlarge-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.xxlarge-uncentered,
	.columns.xxlarge-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.xxlarge-centered:last-child,
	.columns.xxlarge-centered:last-child {
		float: none;
	}
	.column.xxlarge-uncentered:last-child,
	.columns.xxlarge-uncentered:last-child {
		float: left;
	}
	.column.xxlarge-uncentered.opposite,
	.columns.xxlarge-uncentered.opposite {
		float: right;
	}
}

button,
.button {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 0.375rem;
	padding-right: 0.75rem;
	padding-bottom: 0.4375rem;
	padding-left: 0.75rem;
	font-size: 1.125rem;
	background-color: #AD9340;
	border-color: #8a7633;
	color: #fff;
	transition: background-color 300ms ease-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #8a7633;
}

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

button.secondary,
.button.secondary {
	background-color: #AD9340;
	border-color: #8a7633;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
	background-color: #8a7633;
}

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-top: 1.125rem;
	padding-right: 2.25rem;
	padding-bottom: 1.1875rem;
	padding-left: 2.25rem;
	font-size: 1.25rem;
}

button.small,
.button.small {
	padding-top: 0.875rem;
	padding-right: 1.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.75rem;
	font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
	padding-top: 0.625rem;
	padding-right: 1.25rem;
	padding-bottom: 0.6875rem;
	padding-left: 1.25rem;
	font-size: 0.6875rem;
}

button.expand,
.button.expand {
	padding-right: 0;
	padding-left: 0;
	width: 100%
}

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

button.right-align,
.button.right-align {
	text-align: right;
	padding-right: 0.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: #AD9340;
	border-color: #8a7633;
	color: #fff;
	cursor: default;
	opacity: 0.7;
	box-shadow: none;
}

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: #8a7633;
}

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: #AD9340;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
	background-color: #AD9340;
	border-color: #8a7633;
	color: #fff;
	cursor: default;
	opacity: 0.7;
	box-shadow: none;
}

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: #8a7633;
}

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: #AD9340;
}

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

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;
	cursor: default;
	opacity: 0.7;
	box-shadow: none;
}

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;
	cursor: default;
	opacity: 0.7;
	box-shadow: none;
}

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;
	cursor: default;
	opacity: 0.7;
	box-shadow: none;
}

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: 641px) {
	button,
	.button {
		display: inline-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: 640px) {
	.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: 641px) and (max-width: 1024px) {
	.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: 641px) {
	.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: 1025px) and (max-width: 1440px) {
	.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: 1025px) {
	.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: 1441px) and (max-width: 1920px) {
	.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: 1441px) {
	.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;
	}
}

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

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

a:hover,
a:focus {
	color: #000;
}

a img {
	border: none;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	color: #6f6f6f;
	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: 0.2rem;
	margin-bottom: 0.5rem;
}

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

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

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

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

code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #333;
	background-color: #e9e0c3;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd0a4;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

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

ul {
	margin-left: 1.1rem;
}

ul.no-bullet {
	margin-left: 0;
}

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

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;
}

ul.no-bullet {
	list-style: none;
}

ol {
	margin-left: 1.4rem;
}

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

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

dl dd {
	margin-bottom: 0.75rem;
}

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

abbr {
	text-transform: none;
}

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

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

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

blockquote cite:before {
	content: "\2014 \0020"
}

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: 0.625rem 0.75rem;
}

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

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

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

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

@media only screen and (min-width: 641px) {
	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;
	}
}

.print-only {
	display: none !important;
}

@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: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.hide-on-print {
		display: none !important;
	}
	.print-only {
		display: block !important;
	}
	.hide-for-print {
		display: none !important;
	}
	.show-for-print {
		display: inherit !important;
	}
}

@media only screen {
	.show-for-small-only,
	.show-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.hide-for-small-only,
	.hide-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.visible-for-small-only,
	.visible-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.hidden-for-small-only,
	.hidden-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.show-for-small-only,
	table.show-for-small-up,
	table.show-for-small,
	table.show-for-small-down,
	table.hide-for-medium-only,
	table.hide-for-medium-up,
	table.hide-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.show-for-small-only,
	thead.show-for-small-up,
	thead.show-for-small,
	thead.show-for-small-down,
	thead.hide-for-medium-only,
	thead.hide-for-medium-up,
	thead.hide-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.show-for-small-only,
	tbody.show-for-small-up,
	tbody.show-for-small,
	tbody.show-for-small-down,
	tbody.hide-for-medium-only,
	tbody.hide-for-medium-up,
	tbody.hide-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.show-for-small-only,
	tr.show-for-small-up,
	tr.show-for-small,
	tr.show-for-small-down,
	tr.hide-for-medium-only,
	tr.hide-for-medium-up,
	tr.hide-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row !important;
	}
	th.show-for-small-only,
	.cart-subtotal td.show-for-small-only,
	.order-total td.show-for-small-only,
	td.show-for-small-only,
	th.show-for-small-up,
	.cart-subtotal td.show-for-small-up,
	.order-total td.show-for-small-up,
	td.show-for-small-up,
	th.show-for-small,
	.cart-subtotal td.show-for-small,
	.order-total td.show-for-small,
	td.show-for-small,
	th.show-for-small-down,
	.cart-subtotal td.show-for-small-down,
	.order-total td.show-for-small-down,
	td.show-for-small-down,
	th.hide-for-medium-only,
	.cart-subtotal td.hide-for-medium-only,
	.order-total td.hide-for-medium-only,
	td.hide-for-medium-only,
	th.hide-for-medium-up,
	.cart-subtotal td.hide-for-medium-up,
	.order-total td.hide-for-medium-up,
	td.hide-for-medium-up,
	th.hide-for-medium,
	.cart-subtotal td.hide-for-medium,
	.order-total td.hide-for-medium,
	td.hide-for-medium,
	th.show-for-medium-down,
	.cart-subtotal td.show-for-medium-down,
	.order-total td.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	.cart-subtotal td.hide-for-large-only,
	.order-total td.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	.cart-subtotal td.hide-for-large-up,
	.order-total td.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	.cart-subtotal td.hide-for-large,
	.order-total td.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	.cart-subtotal td.show-for-large-down,
	.order-total td.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	.cart-subtotal td.hide-for-xlarge-only,
	.order-total td.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	.cart-subtotal td.hide-for-xlarge-up,
	.order-total td.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	.cart-subtotal td.hide-for-xlarge,
	.order-total td.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	.cart-subtotal td.show-for-xlarge-down,
	.order-total td.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	.cart-subtotal td.hide-for-xxlarge-only,
	.order-total td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	.cart-subtotal td.hide-for-xxlarge-up,
	.order-total td.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	.cart-subtotal td.hide-for-xxlarge,
	.order-total td.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	.cart-subtotal td.show-for-xxlarge-down,
	.order-total td.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}

@media only screen and (min-width: 641px) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.show-for-medium-only,
	table.show-for-medium-up,
	table.show-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.show-for-medium-only,
	thead.show-for-medium-up,
	thead.show-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.show-for-medium-only,
	tbody.show-for-medium-up,
	tbody.show-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.show-for-medium-only,
	tr.show-for-medium-up,
	tr.show-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row !important;
	}
	th.hide-for-small-only,
	.cart-subtotal td.hide-for-small-only,
	.order-total td.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	.cart-subtotal td.show-for-small-up,
	.order-total td.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	.cart-subtotal td.hide-for-small,
	.order-total td.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	.cart-subtotal td.hide-for-small-down,
	.order-total td.hide-for-small-down,
	td.hide-for-small-down,
	th.show-for-medium-only,
	.cart-subtotal td.show-for-medium-only,
	.order-total td.show-for-medium-only,
	td.show-for-medium-only,
	th.show-for-medium-up,
	.cart-subtotal td.show-for-medium-up,
	.order-total td.show-for-medium-up,
	td.show-for-medium-up,
	th.show-for-medium,
	.cart-subtotal td.show-for-medium,
	.order-total td.show-for-medium,
	td.show-for-medium,
	th.show-for-medium-down,
	.cart-subtotal td.show-for-medium-down,
	.order-total td.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	.cart-subtotal td.hide-for-large-only,
	.order-total td.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	.cart-subtotal td.hide-for-large-up,
	.order-total td.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	.cart-subtotal td.hide-for-large,
	.order-total td.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	.cart-subtotal td.show-for-large-down,
	.order-total td.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	.cart-subtotal td.hide-for-xlarge-only,
	.order-total td.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	.cart-subtotal td.hide-for-xlarge-up,
	.order-total td.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	.cart-subtotal td.hide-for-xlarge,
	.order-total td.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	.cart-subtotal td.show-for-xlarge-down,
	.order-total td.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	.cart-subtotal td.hide-for-xxlarge-only,
	.order-total td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	.cart-subtotal td.hide-for-xxlarge-up,
	.order-total td.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	.cart-subtotal td.hide-for-xxlarge,
	.order-total td.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	.cart-subtotal td.show-for-xxlarge-down,
	.order-total td.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}

@media only screen and (min-width: 1025px) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.show-for-large-only,
	table.show-for-large-up,
	table.show-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.show-for-large-only,
	thead.show-for-large-up,
	thead.show-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.show-for-large-only,
	tbody.show-for-large-up,
	tbody.show-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.show-for-large-only,
	tr.show-for-large-up,
	tr.show-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row !important;
	}
	th.hide-for-small-only,
	.cart-subtotal td.hide-for-small-only,
	.order-total td.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	.cart-subtotal td.show-for-small-up,
	.order-total td.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	.cart-subtotal td.hide-for-small,
	.order-total td.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	.cart-subtotal td.hide-for-small-down,
	.order-total td.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	.cart-subtotal td.hide-for-medium-only,
	.order-total td.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	.cart-subtotal td.show-for-medium-up,
	.order-total td.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	.cart-subtotal td.hide-for-medium,
	.order-total td.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	.cart-subtotal td.hide-for-medium-down,
	.order-total td.hide-for-medium-down,
	td.hide-for-medium-down,
	th.show-for-large-only,
	.cart-subtotal td.show-for-large-only,
	.order-total td.show-for-large-only,
	td.show-for-large-only,
	th.show-for-large-up,
	.cart-subtotal td.show-for-large-up,
	.order-total td.show-for-large-up,
	td.show-for-large-up,
	th.show-for-large,
	.cart-subtotal td.show-for-large,
	.order-total td.show-for-large,
	td.show-for-large,
	th.show-for-large-down,
	.cart-subtotal td.show-for-large-down,
	.order-total td.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	.cart-subtotal td.hide-for-xlarge-only,
	.order-total td.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	.cart-subtotal td.hide-for-xlarge-up,
	.order-total td.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	.cart-subtotal td.hide-for-xlarge,
	.order-total td.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	.cart-subtotal td.show-for-xlarge-down,
	.order-total td.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	.cart-subtotal td.hide-for-xxlarge-only,
	.order-total td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	.cart-subtotal td.hide-for-xxlarge-up,
	.order-total td.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	.cart-subtotal td.hide-for-xxlarge,
	.order-total td.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	.cart-subtotal td.show-for-xxlarge-down,
	.order-total td.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}

@media only screen and (min-width: 1441px) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.show-for-xlarge-only,
	table.show-for-xlarge-up,
	table.show-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.show-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.show-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.show-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.show-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.show-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.show-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row !important;
	}
	th.hide-for-small-only,
	.cart-subtotal td.hide-for-small-only,
	.order-total td.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	.cart-subtotal td.show-for-small-up,
	.order-total td.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	.cart-subtotal td.hide-for-small,
	.order-total td.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	.cart-subtotal td.hide-for-small-down,
	.order-total td.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	.cart-subtotal td.hide-for-medium-only,
	.order-total td.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	.cart-subtotal td.show-for-medium-up,
	.order-total td.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	.cart-subtotal td.hide-for-medium,
	.order-total td.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	.cart-subtotal td.hide-for-medium-down,
	.order-total td.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	.cart-subtotal td.hide-for-large-only,
	.order-total td.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	.cart-subtotal td.show-for-large-up,
	.order-total td.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	.cart-subtotal td.hide-for-large,
	.order-total td.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	.cart-subtotal td.hide-for-large-down,
	.order-total td.hide-for-large-down,
	td.hide-for-large-down,
	th.show-for-xlarge-only,
	.cart-subtotal td.show-for-xlarge-only,
	.order-total td.show-for-xlarge-only,
	td.show-for-xlarge-only,
	th.show-for-xlarge-up,
	.cart-subtotal td.show-for-xlarge-up,
	.order-total td.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.show-for-xlarge,
	.cart-subtotal td.show-for-xlarge,
	.order-total td.show-for-xlarge,
	td.show-for-xlarge,
	th.show-for-xlarge-down,
	.cart-subtotal td.show-for-xlarge-down,
	.order-total td.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	.cart-subtotal td.hide-for-xxlarge-only,
	.order-total td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	.cart-subtotal td.hide-for-xxlarge-up,
	.order-total td.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	.cart-subtotal td.hide-for-xxlarge,
	.order-total td.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	.cart-subtotal td.show-for-xxlarge-down,
	.order-total td.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}

@media only screen and (min-width: 120.063em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.hide-for-xlarge-only,
	.show-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-xlarge-only,
	.hide-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-xlarge-only,
	.visible-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.visible-for-xlarge-only,
	.hidden-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-down {
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.hide-for-xlarge-only,
	table.show-for-xlarge-up,
	table.hide-for-xlarge,
	table.hide-for-xlarge-down,
	table.show-for-xxlarge-only,
	table.show-for-xxlarge-up,
	table.show-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.hide-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-down,
	thead.show-for-xxlarge-only,
	thead.show-for-xxlarge-up,
	thead.show-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-down,
	tbody.show-for-xxlarge-only,
	tbody.show-for-xxlarge-up,
	tbody.show-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.hide-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-down,
	tr.show-for-xxlarge-only,
	tr.show-for-xxlarge-up,
	tr.show-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row !important;
	}
	th.hide-for-small-only,
	.cart-subtotal td.hide-for-small-only,
	.order-total td.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	.cart-subtotal td.show-for-small-up,
	.order-total td.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	.cart-subtotal td.hide-for-small,
	.order-total td.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	.cart-subtotal td.hide-for-small-down,
	.order-total td.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	.cart-subtotal td.hide-for-medium-only,
	.order-total td.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	.cart-subtotal td.show-for-medium-up,
	.order-total td.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	.cart-subtotal td.hide-for-medium,
	.order-total td.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	.cart-subtotal td.hide-for-medium-down,
	.order-total td.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	.cart-subtotal td.hide-for-large-only,
	.order-total td.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	.cart-subtotal td.show-for-large-up,
	.order-total td.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	.cart-subtotal td.hide-for-large,
	.order-total td.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	.cart-subtotal td.hide-for-large-down,
	.order-total td.hide-for-large-down,
	td.hide-for-large-down,
	th.hide-for-xlarge-only,
	.cart-subtotal td.hide-for-xlarge-only,
	.order-total td.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.show-for-xlarge-up,
	.cart-subtotal td.show-for-xlarge-up,
	.order-total td.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.hide-for-xlarge,
	.cart-subtotal td.hide-for-xlarge,
	.order-total td.hide-for-xlarge,
	td.hide-for-xlarge,
	th.hide-for-xlarge-down,
	.cart-subtotal td.hide-for-xlarge-down,
	.order-total td.hide-for-xlarge-down,
	td.hide-for-xlarge-down,
	th.show-for-xxlarge-only,
	.cart-subtotal td.show-for-xxlarge-only,
	.order-total td.show-for-xxlarge-only,
	td.show-for-xxlarge-only,
	th.show-for-xxlarge-up,
	.cart-subtotal td.show-for-xxlarge-up,
	.order-total td.show-for-xxlarge-up,
	td.show-for-xxlarge-up,
	th.show-for-xxlarge,
	.cart-subtotal td.show-for-xxlarge,
	.order-total td.show-for-xxlarge,
	td.show-for-xxlarge,
	th.show-for-xxlarge-down,
	.cart-subtotal td.show-for-xxlarge-down,
	.order-total td.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}

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

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

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

thead.hide-for-landscape,
thead.show-for-portrait {
	display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
	display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
	display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
.cart-subtotal td.hide-for-landscape,
.order-total td.hide-for-landscape,
th.show-for-portrait,
.cart-subtotal td.show-for-portrait,
.order-total td.show-for-portrait {
	display: table-cell !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;
	}
	table.show-for-landscape,
	table.hide-for-portrait {
		display: table !important;
	}
	thead.show-for-landscape,
	thead.hide-for-portrait {
		display: table-header-group !important;
	}
	tbody.show-for-landscape,
	tbody.hide-for-portrait {
		display: table-row-group !important;
	}
	tr.show-for-landscape,
	tr.hide-for-portrait {
		display: table-row !important;
	}
	td.show-for-landscape,
	td.hide-for-portrait,
	th.show-for-landscape,
	.cart-subtotal td.show-for-landscape,
	.order-total td.show-for-landscape,
	th.hide-for-portrait,
	.cart-subtotal td.hide-for-portrait,
	.order-total td.hide-for-portrait {
		display: table-cell !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;
	}
	table.show-for-portrait,
	table.hide-for-landscape {
		display: table !important;
	}
	thead.show-for-portrait,
	thead.hide-for-landscape {
		display: table-header-group !important;
	}
	tbody.show-for-portrait,
	tbody.hide-for-landscape {
		display: table-row-group !important;
	}
	tr.show-for-portrait,
	tr.hide-for-landscape {
		display: table-row !important;
	}
	td.show-for-portrait,
	td.hide-for-landscape,
	th.show-for-portrait,
	.cart-subtotal td.show-for-portrait,
	.order-total td.show-for-portrait,
	th.hide-for-landscape,
	.cart-subtotal td.hide-for-landscape,
	.order-total td.hide-for-landscape {
		display: table-cell !important;
	}
}

.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;
}

table.hide-for-touch {
	display: table !important;
}

.touch table.show-for-touch {
	display: table !important;
}

thead.hide-for-touch {
	display: table-header-group !important;
}

.touch thead.show-for-touch {
	display: table-header-group !important;
}

tbody.hide-for-touch {
	display: table-row-group !important;
}

.touch tbody.show-for-touch {
	display: table-row-group !important;
}

tr.hide-for-touch {
	display: table-row !important;
}

.touch tr.show-for-touch {
	display: table-row !important;
}

td.hide-for-touch {
	display: table-cell !important;
}

.touch td.show-for-touch {
	display: table-cell !important;
}

th.hide-for-touch,
.cart-subtotal td.hide-for-touch,
.order-total td.hide-for-touch {
	display: table-cell !important;
}

.touch th.show-for-touch,
.touch .cart-subtotal td.show-for-touch,
.cart-subtotal .touch td.show-for-touch,
.touch .order-total td.show-for-touch,
.order-total .touch td.show-for-touch {
	display: table-cell !important;
}

@media print {
	.show-for-print {
		display: block;
	}
	.hide-for-print {
		display: none;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print,
	.cart-subtotal td.show-for-print,
	.order-total td.show-for-print {
		display: table-cell !important;
	}
}

.side-nav {
	display: block;
	margin: 0;
	padding: 0.875rem 0;
	list-style-type: none;
	list-style-position: inside;
	font-family: "Open Sans", Arial, sans-serif;
}

.side-nav li {
	margin: 0 0 0 0;
	font-size: 1.25rem;
	font-weight: normal;
}

.side-nav li a:not(.button) {
	display: block;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
}


/*
.side-nav li.active>a:first-child:not(.button) {
    color: #000;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}*/

.side-nav li.divider {
	border-top: 1px solid;
	height: 0;
	padding: 0;
	list-style: none;
	border-top-color: #fff;
}

.side-nav li.heading {
	color: #4d4d4d;
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
	background: #fff;
	z-index: 50;
	min-width: 100%;
	padding: 0 !important;
}

[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
	margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
	margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
	line-height: 1.8em;
}

.inline-list {
	margin: 0 auto 1.0625rem auto;
	margin-left: -1.375rem;
	margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.inline-list>li {
	list-style: none;
	float: left;
	margin-left: 1.375rem;
	display: block;
}

.inline-list>li>* {
	display: block;
}

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

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

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

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

@media only screen {
	.small-block-grid-1>li {
		width: 100%;
		list-style: none;
	}
	.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-1>li:nth-of-type(1n) {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.small-block-grid-2>li {
		width: 50%;
		list-style: none;
	}
	.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-2>li:nth-of-type(2n+1) {
		padding-left: 0rem;
		padding-right: 0.1875rem;
	}
	.small-block-grid-2>li:nth-of-type(2n) {
		padding-left: 0.1875rem;
		padding-right: 0rem;
	}
	.small-block-grid-3>li {
		width: 33.33333%;
		list-style: none;
	}
	.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-3>li:nth-of-type(3n+1) {
		padding-left: 0rem;
		padding-right: 0.25rem;
	}
	.small-block-grid-3>li:nth-of-type(3n+2) {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}
	.small-block-grid-3>li:nth-of-type(3n) {
		padding-left: 0.25rem;
		padding-right: 0rem;
	}
	.small-block-grid-4>li {
		width: 25%;
		list-style: none;
	}
	.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-4>li:nth-of-type(4n+1) {
		padding-left: 0rem;
		padding-right: 0.28125rem;
	}
	.small-block-grid-4>li:nth-of-type(4n+2) {
		padding-left: 0.09375rem;
		padding-right: 0.1875rem;
	}
	.small-block-grid-4>li:nth-of-type(4n+3) {
		padding-left: 0.1875rem;
		padding-right: 0.09375rem;
	}
	.small-block-grid-4>li:nth-of-type(4n) {
		padding-left: 0.28125rem;
		padding-right: 0rem;
	}
	.small-block-grid-5>li {
		width: 20%;
		list-style: none;
	}
	.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-5>li:nth-of-type(5n+1) {
		padding-left: 0rem;
		padding-right: 0.3rem;
	}
	.small-block-grid-5>li:nth-of-type(5n+2) {
		padding-left: 0.075rem;
		padding-right: 0.225rem;
	}
	.small-block-grid-5>li:nth-of-type(5n+3) {
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}
	.small-block-grid-5>li:nth-of-type(5n+4) {
		padding-left: 0.225rem;
		padding-right: 0.075rem;
	}
	.small-block-grid-5>li:nth-of-type(5n) {
		padding-left: 0.3rem;
		padding-right: 0rem;
	}
	.small-block-grid-6>li {
		width: 16.66667%;
		list-style: none;
	}
	.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-6>li:nth-of-type(6n+1) {
		padding-left: 0rem;
		padding-right: 0.3125rem;
	}
	.small-block-grid-6>li:nth-of-type(6n+2) {
		padding-left: 0.0625rem;
		padding-right: 0.25rem;
	}
	.small-block-grid-6>li:nth-of-type(6n+3) {
		padding-left: 0.125rem;
		padding-right: 0.1875rem;
	}
	.small-block-grid-6>li:nth-of-type(6n+4) {
		padding-left: 0.1875rem;
		padding-right: 0.125rem;
	}
	.small-block-grid-6>li:nth-of-type(6n+5) {
		padding-left: 0.25rem;
		padding-right: 0.0625rem;
	}
	.small-block-grid-6>li:nth-of-type(6n) {
		padding-left: 0.3125rem;
		padding-right: 0rem;
	}
	.small-block-grid-7>li {
		width: 14.28571%;
		list-style: none;
	}
	.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-7>li:nth-of-type(7n+1) {
		padding-left: 0rem;
		padding-right: 0.32143rem;
	}
	.small-block-grid-7>li:nth-of-type(7n+2) {
		padding-left: 0.05357rem;
		padding-right: 0.26786rem;
	}
	.small-block-grid-7>li:nth-of-type(7n+3) {
		padding-left: 0.10714rem;
		padding-right: 0.21429rem;
	}
	.small-block-grid-7>li:nth-of-type(7n+4) {
		padding-left: 0.16071rem;
		padding-right: 0.16071rem;
	}
	.small-block-grid-7>li:nth-of-type(7n+5) {
		padding-left: 0.21429rem;
		padding-right: 0.10714rem;
	}
	.small-block-grid-7>li:nth-of-type(7n+6) {
		padding-left: 0.26786rem;
		padding-right: 0.05357rem;
	}
	.small-block-grid-7>li:nth-of-type(7n) {
		padding-left: 0.32143rem;
		padding-right: 0rem;
	}
	.small-block-grid-8>li {
		width: 12.5%;
		list-style: none;
	}
	.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-8>li:nth-of-type(8n+1) {
		padding-left: 0rem;
		padding-right: 0.32813rem;
	}
	.small-block-grid-8>li:nth-of-type(8n+2) {
		padding-left: 0.04688rem;
		padding-right: 0.28125rem;
	}
	.small-block-grid-8>li:nth-of-type(8n+3) {
		padding-left: 0.09375rem;
		padding-right: 0.23438rem;
	}
	.small-block-grid-8>li:nth-of-type(8n+4) {
		padding-left: 0.14063rem;
		padding-right: 0.1875rem;
	}
	.small-block-grid-8>li:nth-of-type(8n+5) {
		padding-left: 0.1875rem;
		padding-right: 0.14063rem;
	}
	.small-block-grid-8>li:nth-of-type(8n+6) {
		padding-left: 0.23438rem;
		padding-right: 0.09375rem;
	}
	.small-block-grid-8>li:nth-of-type(8n+7) {
		padding-left: 0.28125rem;
		padding-right: 0.04688rem;
	}
	.small-block-grid-8>li:nth-of-type(8n) {
		padding-left: 0.32813rem;
		padding-right: 0rem;
	}
	.small-block-grid-9>li {
		width: 11.11111%;
		list-style: none;
	}
	.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-9>li:nth-of-type(9n+1) {
		padding-left: 0rem;
		padding-right: 0.33333rem;
	}
	.small-block-grid-9>li:nth-of-type(9n+2) {
		padding-left: 0.04167rem;
		padding-right: 0.29167rem;
	}
	.small-block-grid-9>li:nth-of-type(9n+3) {
		padding-left: 0.08333rem;
		padding-right: 0.25rem;
	}
	.small-block-grid-9>li:nth-of-type(9n+4) {
		padding-left: 0.125rem;
		padding-right: 0.20833rem;
	}
	.small-block-grid-9>li:nth-of-type(9n+5) {
		padding-left: 0.16667rem;
		padding-right: 0.16667rem;
	}
	.small-block-grid-9>li:nth-of-type(9n+6) {
		padding-left: 0.20833rem;
		padding-right: 0.125rem;
	}
	.small-block-grid-9>li:nth-of-type(9n+7) {
		padding-left: 0.25rem;
		padding-right: 0.08333rem;
	}
	.small-block-grid-9>li:nth-of-type(9n+8) {
		padding-left: 0.29167rem;
		padding-right: 0.04167rem;
	}
	.small-block-grid-9>li:nth-of-type(9n) {
		padding-left: 0.33333rem;
		padding-right: 0rem;
	}
	.small-block-grid-10>li {
		width: 10%;
		list-style: none;
	}
	.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-10>li:nth-of-type(10n+1) {
		padding-left: 0rem;
		padding-right: 0.3375rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+2) {
		padding-left: 0.0375rem;
		padding-right: 0.3rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+3) {
		padding-left: 0.075rem;
		padding-right: 0.2625rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+4) {
		padding-left: 0.1125rem;
		padding-right: 0.225rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+5) {
		padding-left: 0.15rem;
		padding-right: 0.1875rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+6) {
		padding-left: 0.1875rem;
		padding-right: 0.15rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+7) {
		padding-left: 0.225rem;
		padding-right: 0.1125rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+8) {
		padding-left: 0.2625rem;
		padding-right: 0.075rem;
	}
	.small-block-grid-10>li:nth-of-type(10n+9) {
		padding-left: 0.3rem;
		padding-right: 0.0375rem;
	}
	.small-block-grid-10>li:nth-of-type(10n) {
		padding-left: 0.3375rem;
		padding-right: 0rem;
	}
	.small-block-grid-11>li {
		width: 9.09091%;
		list-style: none;
	}
	.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-11>li:nth-of-type(11n+1) {
		padding-left: 0rem;
		padding-right: 0.34091rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+2) {
		padding-left: 0.03409rem;
		padding-right: 0.30682rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+3) {
		padding-left: 0.06818rem;
		padding-right: 0.27273rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+4) {
		padding-left: 0.10227rem;
		padding-right: 0.23864rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+5) {
		padding-left: 0.13636rem;
		padding-right: 0.20455rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+6) {
		padding-left: 0.17045rem;
		padding-right: 0.17045rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+7) {
		padding-left: 0.20455rem;
		padding-right: 0.13636rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+8) {
		padding-left: 0.23864rem;
		padding-right: 0.10227rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+9) {
		padding-left: 0.27273rem;
		padding-right: 0.06818rem;
	}
	.small-block-grid-11>li:nth-of-type(11n+10) {
		padding-left: 0.30682rem;
		padding-right: 0.03409rem;
	}
	.small-block-grid-11>li:nth-of-type(11n) {
		padding-left: 0.34091rem;
		padding-right: 0rem;
	}
	.small-block-grid-12>li {
		width: 8.33333%;
		list-style: none;
	}
	.small-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
	.small-block-grid-12>li:nth-of-type(12n+1) {
		padding-left: 0rem;
		padding-right: 0.34375rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+2) {
		padding-left: 0.03125rem;
		padding-right: 0.3125rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+3) {
		padding-left: 0.0625rem;
		padding-right: 0.28125rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+4) {
		padding-left: 0.09375rem;
		padding-right: 0.25rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+5) {
		padding-left: 0.125rem;
		padding-right: 0.21875rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+6) {
		padding-left: 0.15625rem;
		padding-right: 0.1875rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+7) {
		padding-left: 0.1875rem;
		padding-right: 0.15625rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+8) {
		padding-left: 0.21875rem;
		padding-right: 0.125rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+9) {
		padding-left: 0.25rem;
		padding-right: 0.09375rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+10) {
		padding-left: 0.28125rem;
		padding-right: 0.0625rem;
	}
	.small-block-grid-12>li:nth-of-type(12n+11) {
		padding-left: 0.3125rem;
		padding-right: 0.03125rem;
	}
	.small-block-grid-12>li:nth-of-type(12n) {
		padding-left: 0.34375rem;
		padding-right: 0rem;
	}
}

@media only screen and (min-width: 641px) {
	.medium-block-grid-1>li {
		width: 100%;
		list-style: none;
	}
	.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-1>li:nth-of-type(1n) {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.medium-block-grid-2>li {
		width: 50%;
		list-style: none;
	}
	.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-2>li:nth-of-type(2n+1) {
		padding-left: 0rem;
		padding-right: 0.1875rem;
	}
	.medium-block-grid-2>li:nth-of-type(2n) {
		padding-left: 0.1875rem;
		padding-right: 0rem;
	}
	.medium-block-grid-3>li {
		width: 50%;
		list-style: none;
	}
	.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-3>li:nth-of-type(3n+1) {
		padding-left: 0rem;
		padding-right: 0.25rem;
	}
	.medium-block-grid-3>li:nth-of-type(3n+2) {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}
	.medium-block-grid-3>li:nth-of-type(3n) {
		padding-left: 0.25rem;
		padding-right: 0rem;
	}
	.medium-block-grid-4>li {
		width: 25%;
		list-style: none;
	}
	.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-4>li:nth-of-type(4n+1) {
		padding-left: 0rem;
		padding-right: 0.28125rem;
	}
	.medium-block-grid-4>li:nth-of-type(4n+2) {
		padding-left: 0.09375rem;
		padding-right: 0.1875rem;
	}
	.medium-block-grid-4>li:nth-of-type(4n+3) {
		padding-left: 0.1875rem;
		padding-right: 0.09375rem;
	}
	.medium-block-grid-4>li:nth-of-type(4n) {
		padding-left: 0.28125rem;
		padding-right: 0rem;
	}
	.medium-block-grid-5>li {
		width: 20%;
		list-style: none;
	}
	.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-5>li:nth-of-type(5n+1) {
		padding-left: 0rem;
		padding-right: 0.3rem;
	}
	.medium-block-grid-5>li:nth-of-type(5n+2) {
		padding-left: 0.075rem;
		padding-right: 0.225rem;
	}
	.medium-block-grid-5>li:nth-of-type(5n+3) {
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}
	.medium-block-grid-5>li:nth-of-type(5n+4) {
		padding-left: 0.225rem;
		padding-right: 0.075rem;
	}
	.medium-block-grid-5>li:nth-of-type(5n) {
		padding-left: 0.3rem;
		padding-right: 0rem;
	}
	.medium-block-grid-6>li {
		width: 16.66667%;
		list-style: none;
	}
	.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-6>li:nth-of-type(6n+1) {
		padding-left: 0rem;
		padding-right: 0.3125rem;
	}
	.medium-block-grid-6>li:nth-of-type(6n+2) {
		padding-left: 0.0625rem;
		padding-right: 0.25rem;
	}
	.medium-block-grid-6>li:nth-of-type(6n+3) {
		padding-left: 0.125rem;
		padding-right: 0.1875rem;
	}
	.medium-block-grid-6>li:nth-of-type(6n+4) {
		padding-left: 0.1875rem;
		padding-right: 0.125rem;
	}
	.medium-block-grid-6>li:nth-of-type(6n+5) {
		padding-left: 0.25rem;
		padding-right: 0.0625rem;
	}
	.medium-block-grid-6>li:nth-of-type(6n) {
		padding-left: 0.3125rem;
		padding-right: 0rem;
	}
	.medium-block-grid-7>li {
		width: 14.28571%;
		list-style: none;
	}
	.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-7>li:nth-of-type(7n+1) {
		padding-left: 0rem;
		padding-right: 0.32143rem;
	}
	.medium-block-grid-7>li:nth-of-type(7n+2) {
		padding-left: 0.05357rem;
		padding-right: 0.26786rem;
	}
	.medium-block-grid-7>li:nth-of-type(7n+3) {
		padding-left: 0.10714rem;
		padding-right: 0.21429rem;
	}
	.medium-block-grid-7>li:nth-of-type(7n+4) {
		padding-left: 0.16071rem;
		padding-right: 0.16071rem;
	}
	.medium-block-grid-7>li:nth-of-type(7n+5) {
		padding-left: 0.21429rem;
		padding-right: 0.10714rem;
	}
	.medium-block-grid-7>li:nth-of-type(7n+6) {
		padding-left: 0.26786rem;
		padding-right: 0.05357rem;
	}
	.medium-block-grid-7>li:nth-of-type(7n) {
		padding-left: 0.32143rem;
		padding-right: 0rem;
	}
	.medium-block-grid-8>li {
		width: 12.5%;
		list-style: none;
	}
	.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-8>li:nth-of-type(8n+1) {
		padding-left: 0rem;
		padding-right: 0.32813rem;
	}
	.medium-block-grid-8>li:nth-of-type(8n+2) {
		padding-left: 0.04688rem;
		padding-right: 0.28125rem;
	}
	.medium-block-grid-8>li:nth-of-type(8n+3) {
		padding-left: 0.09375rem;
		padding-right: 0.23438rem;
	}
	.medium-block-grid-8>li:nth-of-type(8n+4) {
		padding-left: 0.14063rem;
		padding-right: 0.1875rem;
	}
	.medium-block-grid-8>li:nth-of-type(8n+5) {
		padding-left: 0.1875rem;
		padding-right: 0.14063rem;
	}
	.medium-block-grid-8>li:nth-of-type(8n+6) {
		padding-left: 0.23438rem;
		padding-right: 0.09375rem;
	}
	.medium-block-grid-8>li:nth-of-type(8n+7) {
		padding-left: 0.28125rem;
		padding-right: 0.04688rem;
	}
	.medium-block-grid-8>li:nth-of-type(8n) {
		padding-left: 0.32813rem;
		padding-right: 0rem;
	}
	.medium-block-grid-9>li {
		width: 11.11111%;
		list-style: none;
	}
	.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-9>li:nth-of-type(9n+1) {
		padding-left: 0rem;
		padding-right: 0.33333rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n+2) {
		padding-left: 0.04167rem;
		padding-right: 0.29167rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n+3) {
		padding-left: 0.08333rem;
		padding-right: 0.25rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n+4) {
		padding-left: 0.125rem;
		padding-right: 0.20833rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n+5) {
		padding-left: 0.16667rem;
		padding-right: 0.16667rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n+6) {
		padding-left: 0.20833rem;
		padding-right: 0.125rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n+7) {
		padding-left: 0.25rem;
		padding-right: 0.08333rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n+8) {
		padding-left: 0.29167rem;
		padding-right: 0.04167rem;
	}
	.medium-block-grid-9>li:nth-of-type(9n) {
		padding-left: 0.33333rem;
		padding-right: 0rem;
	}
	.medium-block-grid-10>li {
		width: 10%;
		list-style: none;
	}
	.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-10>li:nth-of-type(10n+1) {
		padding-left: 0rem;
		padding-right: 0.3375rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+2) {
		padding-left: 0.0375rem;
		padding-right: 0.3rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+3) {
		padding-left: 0.075rem;
		padding-right: 0.2625rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+4) {
		padding-left: 0.1125rem;
		padding-right: 0.225rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+5) {
		padding-left: 0.15rem;
		padding-right: 0.1875rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+6) {
		padding-left: 0.1875rem;
		padding-right: 0.15rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+7) {
		padding-left: 0.225rem;
		padding-right: 0.1125rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+8) {
		padding-left: 0.2625rem;
		padding-right: 0.075rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n+9) {
		padding-left: 0.3rem;
		padding-right: 0.0375rem;
	}
	.medium-block-grid-10>li:nth-of-type(10n) {
		padding-left: 0.3375rem;
		padding-right: 0rem;
	}
	.medium-block-grid-11>li {
		width: 9.09091%;
		list-style: none;
	}
	.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-11>li:nth-of-type(11n+1) {
		padding-left: 0rem;
		padding-right: 0.34091rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+2) {
		padding-left: 0.03409rem;
		padding-right: 0.30682rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+3) {
		padding-left: 0.06818rem;
		padding-right: 0.27273rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+4) {
		padding-left: 0.10227rem;
		padding-right: 0.23864rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+5) {
		padding-left: 0.13636rem;
		padding-right: 0.20455rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+6) {
		padding-left: 0.17045rem;
		padding-right: 0.17045rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+7) {
		padding-left: 0.20455rem;
		padding-right: 0.13636rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+8) {
		padding-left: 0.23864rem;
		padding-right: 0.10227rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+9) {
		padding-left: 0.27273rem;
		padding-right: 0.06818rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n+10) {
		padding-left: 0.30682rem;
		padding-right: 0.03409rem;
	}
	.medium-block-grid-11>li:nth-of-type(11n) {
		padding-left: 0.34091rem;
		padding-right: 0rem;
	}
	.medium-block-grid-12>li {
		width: 8.33333%;
		list-style: none;
	}
	.medium-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
	.medium-block-grid-12>li:nth-of-type(12n+1) {
		padding-left: 0rem;
		padding-right: 0.34375rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+2) {
		padding-left: 0.03125rem;
		padding-right: 0.3125rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+3) {
		padding-left: 0.0625rem;
		padding-right: 0.28125rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+4) {
		padding-left: 0.09375rem;
		padding-right: 0.25rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+5) {
		padding-left: 0.125rem;
		padding-right: 0.21875rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+6) {
		padding-left: 0.15625rem;
		padding-right: 0.1875rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+7) {
		padding-left: 0.1875rem;
		padding-right: 0.15625rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+8) {
		padding-left: 0.21875rem;
		padding-right: 0.125rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+9) {
		padding-left: 0.25rem;
		padding-right: 0.09375rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+10) {
		padding-left: 0.28125rem;
		padding-right: 0.0625rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n+11) {
		padding-left: 0.3125rem;
		padding-right: 0.03125rem;
	}
	.medium-block-grid-12>li:nth-of-type(12n) {
		padding-left: 0.34375rem;
		padding-right: 0rem;
	}
}

@media only screen and (min-width: 1025px) {
	.large-block-grid-1>li {
		width: 100%;
		list-style: none;
	}
	.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-1>li:nth-of-type(1n) {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.large-block-grid-2>li {
		width: 50%;
		list-style: none;
	}
	.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-2>li:nth-of-type(2n+1) {
		padding-left: 0rem;
		padding-right: 0.1875rem;
	}
	.large-block-grid-2>li:nth-of-type(2n) {
		padding-left: 0.1875rem;
		padding-right: 0rem;
	}
	.large-block-grid-3>li {
		width: 33.33333%;
		list-style: none;
	}
	.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-3>li:nth-of-type(3n+1) {
		padding-left: 0rem;
		padding-right: 0.25rem;
	}
	.large-block-grid-3>li:nth-of-type(3n+2) {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}
	.large-block-grid-3>li:nth-of-type(3n) {
		padding-left: 0.25rem;
		padding-right: 0rem;
	}
	.large-block-grid-4>li {
		width: 25%;
		list-style: none;
	}
	.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-4>li:nth-of-type(4n+1) {
		padding-left: 0rem;
		padding-right: 0.28125rem;
	}
	.large-block-grid-4>li:nth-of-type(4n+2) {
		padding-left: 0.09375rem;
		padding-right: 0.1875rem;
	}
	.large-block-grid-4>li:nth-of-type(4n+3) {
		padding-left: 0.1875rem;
		padding-right: 0.09375rem;
	}
	.large-block-grid-4>li:nth-of-type(4n) {
		padding-left: 0.28125rem;
		padding-right: 0rem;
	}
	.large-block-grid-5>li {
		width: 20%;
		list-style: none;
	}
	.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-5>li:nth-of-type(5n+1) {
		padding-left: 0rem;
		padding-right: 0.3rem;
	}
	.large-block-grid-5>li:nth-of-type(5n+2) {
		padding-left: 0.075rem;
		padding-right: 0.225rem;
	}
	.large-block-grid-5>li:nth-of-type(5n+3) {
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}
	.large-block-grid-5>li:nth-of-type(5n+4) {
		padding-left: 0.225rem;
		padding-right: 0.075rem;
	}
	.large-block-grid-5>li:nth-of-type(5n) {
		padding-left: 0.3rem;
		padding-right: 0rem;
	}
	.large-block-grid-6>li {
		width: 16.66667%;
		list-style: none;
	}
	.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-6>li:nth-of-type(6n+1) {
		padding-left: 0rem;
		padding-right: 0.3125rem;
	}
	.large-block-grid-6>li:nth-of-type(6n+2) {
		padding-left: 0.0625rem;
		padding-right: 0.25rem;
	}
	.large-block-grid-6>li:nth-of-type(6n+3) {
		padding-left: 0.125rem;
		padding-right: 0.1875rem;
	}
	.large-block-grid-6>li:nth-of-type(6n+4) {
		padding-left: 0.1875rem;
		padding-right: 0.125rem;
	}
	.large-block-grid-6>li:nth-of-type(6n+5) {
		padding-left: 0.25rem;
		padding-right: 0.0625rem;
	}
	.large-block-grid-6>li:nth-of-type(6n) {
		padding-left: 0.3125rem;
		padding-right: 0rem;
	}
	.large-block-grid-7>li {
		width: 14.28571%;
		list-style: none;
	}
	.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-7>li:nth-of-type(7n+1) {
		padding-left: 0rem;
		padding-right: 0.32143rem;
	}
	.large-block-grid-7>li:nth-of-type(7n+2) {
		padding-left: 0.05357rem;
		padding-right: 0.26786rem;
	}
	.large-block-grid-7>li:nth-of-type(7n+3) {
		padding-left: 0.10714rem;
		padding-right: 0.21429rem;
	}
	.large-block-grid-7>li:nth-of-type(7n+4) {
		padding-left: 0.16071rem;
		padding-right: 0.16071rem;
	}
	.large-block-grid-7>li:nth-of-type(7n+5) {
		padding-left: 0.21429rem;
		padding-right: 0.10714rem;
	}
	.large-block-grid-7>li:nth-of-type(7n+6) {
		padding-left: 0.26786rem;
		padding-right: 0.05357rem;
	}
	.large-block-grid-7>li:nth-of-type(7n) {
		padding-left: 0.32143rem;
		padding-right: 0rem;
	}
	.large-block-grid-8>li {
		width: 12.5%;
		list-style: none;
	}
	.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-8>li:nth-of-type(8n+1) {
		padding-left: 0rem;
		padding-right: 0.32813rem;
	}
	.large-block-grid-8>li:nth-of-type(8n+2) {
		padding-left: 0.04688rem;
		padding-right: 0.28125rem;
	}
	.large-block-grid-8>li:nth-of-type(8n+3) {
		padding-left: 0.09375rem;
		padding-right: 0.23438rem;
	}
	.large-block-grid-8>li:nth-of-type(8n+4) {
		padding-left: 0.14063rem;
		padding-right: 0.1875rem;
	}
	.large-block-grid-8>li:nth-of-type(8n+5) {
		padding-left: 0.1875rem;
		padding-right: 0.14063rem;
	}
	.large-block-grid-8>li:nth-of-type(8n+6) {
		padding-left: 0.23438rem;
		padding-right: 0.09375rem;
	}
	.large-block-grid-8>li:nth-of-type(8n+7) {
		padding-left: 0.28125rem;
		padding-right: 0.04688rem;
	}
	.large-block-grid-8>li:nth-of-type(8n) {
		padding-left: 0.32813rem;
		padding-right: 0rem;
	}
	.large-block-grid-9>li {
		width: 11.11111%;
		list-style: none;
	}
	.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-9>li:nth-of-type(9n+1) {
		padding-left: 0rem;
		padding-right: 0.33333rem;
	}
	.large-block-grid-9>li:nth-of-type(9n+2) {
		padding-left: 0.04167rem;
		padding-right: 0.29167rem;
	}
	.large-block-grid-9>li:nth-of-type(9n+3) {
		padding-left: 0.08333rem;
		padding-right: 0.25rem;
	}
	.large-block-grid-9>li:nth-of-type(9n+4) {
		padding-left: 0.125rem;
		padding-right: 0.20833rem;
	}
	.large-block-grid-9>li:nth-of-type(9n+5) {
		padding-left: 0.16667rem;
		padding-right: 0.16667rem;
	}
	.large-block-grid-9>li:nth-of-type(9n+6) {
		padding-left: 0.20833rem;
		padding-right: 0.125rem;
	}
	.large-block-grid-9>li:nth-of-type(9n+7) {
		padding-left: 0.25rem;
		padding-right: 0.08333rem;
	}
	.large-block-grid-9>li:nth-of-type(9n+8) {
		padding-left: 0.29167rem;
		padding-right: 0.04167rem;
	}
	.large-block-grid-9>li:nth-of-type(9n) {
		padding-left: 0.33333rem;
		padding-right: 0rem;
	}
	.large-block-grid-10>li {
		width: 10%;
		list-style: none;
	}
	.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-10>li:nth-of-type(10n+1) {
		padding-left: 0rem;
		padding-right: 0.3375rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+2) {
		padding-left: 0.0375rem;
		padding-right: 0.3rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+3) {
		padding-left: 0.075rem;
		padding-right: 0.2625rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+4) {
		padding-left: 0.1125rem;
		padding-right: 0.225rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+5) {
		padding-left: 0.15rem;
		padding-right: 0.1875rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+6) {
		padding-left: 0.1875rem;
		padding-right: 0.15rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+7) {
		padding-left: 0.225rem;
		padding-right: 0.1125rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+8) {
		padding-left: 0.2625rem;
		padding-right: 0.075rem;
	}
	.large-block-grid-10>li:nth-of-type(10n+9) {
		padding-left: 0.3rem;
		padding-right: 0.0375rem;
	}
	.large-block-grid-10>li:nth-of-type(10n) {
		padding-left: 0.3375rem;
		padding-right: 0rem;
	}
	.large-block-grid-11>li {
		width: 9.09091%;
		list-style: none;
	}
	.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-11>li:nth-of-type(11n+1) {
		padding-left: 0rem;
		padding-right: 0.34091rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+2) {
		padding-left: 0.03409rem;
		padding-right: 0.30682rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+3) {
		padding-left: 0.06818rem;
		padding-right: 0.27273rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+4) {
		padding-left: 0.10227rem;
		padding-right: 0.23864rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+5) {
		padding-left: 0.13636rem;
		padding-right: 0.20455rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+6) {
		padding-left: 0.17045rem;
		padding-right: 0.17045rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+7) {
		padding-left: 0.20455rem;
		padding-right: 0.13636rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+8) {
		padding-left: 0.23864rem;
		padding-right: 0.10227rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+9) {
		padding-left: 0.27273rem;
		padding-right: 0.06818rem;
	}
	.large-block-grid-11>li:nth-of-type(11n+10) {
		padding-left: 0.30682rem;
		padding-right: 0.03409rem;
	}
	.large-block-grid-11>li:nth-of-type(11n) {
		padding-left: 0.34091rem;
		padding-right: 0rem;
	}
	.large-block-grid-12>li {
		width: 8.33333%;
		list-style: none;
	}
	.large-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
	.large-block-grid-12>li:nth-of-type(12n+1) {
		padding-left: 0rem;
		padding-right: 0.34375rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+2) {
		padding-left: 0.03125rem;
		padding-right: 0.3125rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+3) {
		padding-left: 0.0625rem;
		padding-right: 0.28125rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+4) {
		padding-left: 0.09375rem;
		padding-right: 0.25rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+5) {
		padding-left: 0.125rem;
		padding-right: 0.21875rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+6) {
		padding-left: 0.15625rem;
		padding-right: 0.1875rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+7) {
		padding-left: 0.1875rem;
		padding-right: 0.15625rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+8) {
		padding-left: 0.21875rem;
		padding-right: 0.125rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+9) {
		padding-left: 0.25rem;
		padding-right: 0.09375rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+10) {
		padding-left: 0.28125rem;
		padding-right: 0.0625rem;
	}
	.large-block-grid-12>li:nth-of-type(12n+11) {
		padding-left: 0.3125rem;
		padding-right: 0.03125rem;
	}
	.large-block-grid-12>li:nth-of-type(12n) {
		padding-left: 0.34375rem;
		padding-right: 0rem;
	}
}

.alert-box {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-weight: normal;
	margin-bottom: 1.25rem;
	position: relative;
	padding: 0.875rem 1.5rem 0.875rem 0.875rem;
	font-size: 0.875rem;
	transition: opacity 300ms ease-out;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.alert-box .close {
	font-size: 1.375rem;
	padding: 9px 6px 4px;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -0.6875rem;
	right: 0.25rem;
	color: #333;
	opacity: 0.3;
	background: inherit;
}

.alert-box .close:hover,
.alert-box .close:focus {
	opacity: 0.5;
}

.alert-box.radius {
	border-radius: 3px;
}

.alert-box.round {
	border-radius: 1000px;
}

.alert-box.success {
	background-color: #43AC6A;
	border-color: #3a945b;
	color: #fff;
}

.alert-box.alert {
	background-color: #f04124;
	border-color: #de2d0f;
	color: #fff;
}

.alert-box.secondary {
	background-color: #AD9340;
	border-color: #957e37;
	color: #fff;
}

.alert-box.warning {
	background-color: #f08a24;
	border-color: #de770f;
	color: #fff;
}

.alert-box.info {
	background-color: #a0d3e8;
	border-color: #74bfdd;
	color: #3b3216;
}

.alert-box.alert-close {
	opacity: 0;
}

form {
	margin: 0 0 1rem;
}

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

form .row .row .column,
form .row .row .columns {
	padding: 0 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: 0.5rem;
}

label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	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: 0.5625rem 0;
}

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

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

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

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

.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[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;
	-webkit-border-radius: 0px;
	background-color: #fff;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

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 {
	box-shadow: 0 0 5px #000;
	border-color: #000;
}

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: #000;
	outline: none;
}

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[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[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 {
	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 {
	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 {
	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 {
	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;
	-webkit-border-radius: 0px;
}

textarea[rows] {
	height: auto;
}

textarea {
	max-width: 100%
}

select {
	-webkit-appearance: none !important;
	-webkit-border-radius: 0px;
	background-color: #666;
	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: #000;
	padding: 0.5rem;
	font-size: 0.875rem;
	font-family: "Open Sans", Arial, sans-serif;
	color: rgba(0, 0, 0, 0.75);
	line-height: normal;
	border-radius: 0;
	height: 2.3125rem;
}

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

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

select:hover {
	background-color: #636363;
	border-color: #000;
}

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

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: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

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

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

fieldset legend {
	font-weight: bold;
	background: #fff;
	padding: 0 0.1875rem;
	margin: 0;
	margin-left: -0.1875rem;
}

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

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

span.error,
small.error {
	display: block;
	padding: 0.375rem 0.5625rem 0.5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	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;
	padding: 0.375rem 0.5625rem 0.5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	background: #f04124;
	color: #fff;
}

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

.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:641px)/";
	width: 641px;
}

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

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

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

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

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

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

.top-bar {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #fff;
	margin-bottom: 0;
}

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

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

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

.top-bar input {
	height: 1.8rem;
	padding-top: .35rem;
	padding-bottom: .35rem;
	font-size: 0.75rem;
}

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

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

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

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

.top-bar .name h1 {
	line-height: 50px;
	font-size: 1.0625rem;
	margin: 0;
}

.top-bar .name h1 a {
	font-weight: normal;
	color: #fff;
	width: 75%;
	display: block;
	padding: 0 16.66667px;
}

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

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

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

.top-bar .toggle-topbar.menu-icon a {
	height: 34px;
	line-height: 33px;
	padding: 0 41.66667px 0 16.66667px;
	color: #000;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.top-bar-section ul li>a.button {
	font-size: 1.0625rem;
	padding-right: 16.66667px;
	padding-left: 16.66667px;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

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

.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: #AD9340;
	border-color: #8a7633;
	color: #fff;
}

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

.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>button {
	font-size: 1.0625rem;
	padding-right: 16.66667px;
	padding-left: 16.66667px;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

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

.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: #AD9340;
	border-color: #8a7633;
	color: #fff;
}

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

.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:hover:not(.has-form)>a {
	background-color: #555;
	background: #272727;
	color: #fff;
}

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

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

.top-bar-section .has-form {
	padding: 16.66667px;
}

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

.top-bar-section .has-dropdown>a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
	border-left-style: solid;
	margin-right: 16.66667px;
	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 {
	display: block;
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
	position: absolute !important;
	width: 100%
}

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

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

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

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

.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 16.66667px;
}

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

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

.js-generated {
	display: block;
}

@media only screen and (min-width: 641px) {
	.top-bar {
		background: #fff;
		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 {
		width: auto;
	}
	.top-bar input,
	.top-bar .button,
	.top-bar button {
		font-size: 0.875rem;
		position: relative;
		top: 7px;
	}
	.top-bar.expanded {
		background: #fff;
	}
	.contain-to-grid .top-bar {
		max-width: 71.25rem;
		margin: 0 auto;
		margin-bottom: 0;
	}
	.top-bar-section {
		transition: none 0 0;
		left: 0 !important;
	}
	.top-bar-section ul {
		width: auto;
		height: auto !important;
		display: inline;
	}
	.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: #272727;
		color: #fff;
	}
	.top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 16.66667px;
		line-height: 50px;
		background: #fff;
	}
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		background-color: #555;
		background: #272727;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		padding: 0 16.66667px;
		line-height: 50px;
		color: #fff;
		background: #000;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button):hover {
		background: #000;
		color: #fff;
	}
	.top-bar-section .has-dropdown>a {
		padding-right: 36.66667px !important;
	}
	.top-bar-section .has-dropdown>a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
		border-top-style: solid;
		margin-top: -2.5px;
		top: 25px;
	}
	.top-bar-section .has-dropdown.moved {
		position: relative;
	}
	.top-bar-section .has-dropdown.moved>.dropdown {
		display: block;
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.top-bar-section .has-dropdown.hover>.dropdown,
	.top-bar-section .has-dropdown.not-click:hover>.dropdown {
		display: block;
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		position: absolute !important;
	}
	.top-bar-section .has-dropdown>a:focus+.dropdown {
		display: block;
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		position: absolute !important;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
		border: none;
		content: "\00bb";
		top: 1rem;
		margin-top: -1px;
		right: 5px;
		line-height: 1.2;
	}
	.top-bar-section .dropdown {
		left: 0;
		top: auto;
		background: transparent;
		min-width: 100%
	}
	.top-bar-section .dropdown li a {
		color: #fff;
		line-height: 50px;
		white-space: nowrap;
		padding: 12px 16.66667px;
		background: #333;
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
		color: #fff;
		background: #333;
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
		color: #fff;
		background-color: #555;
		background: #272727;
	}
	.top-bar-section .dropdown li label {
		white-space: nowrap;
		background: #333;
	}
	.top-bar-section .dropdown li .dropdown {
		left: 100%;
		top: 0;
	}
	.top-bar-section>ul>.divider,
	.top-bar-section>ul>[role="separator"] {
		border-bottom: none;
		border-top: none;
		border-right: solid 1px #7a7a7a;
		clear: none;
		height: 50px;
		width: 0;
	}
	.top-bar-section .has-form {
		background: #fff;
		padding: 0 16.66667px;
		height: 50px;
	}
	.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: #272727;
		color: #fff;
	}
	.no-js .top-bar-section ul li:active>a {
		background: #000;
		color: #fff;
	}
	.no-js .top-bar-section .has-dropdown:hover>.dropdown {
		display: block;
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		position: absolute !important;
	}
	.no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
		display: block;
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
		position: absolute !important;
	}
}

.sub-nav {
	display: block;
	width: auto;
	overflow: hidden;
	margin-bottom: 0;
	padding-top: 0.25rem;
}

.sub-nav dt {
	text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
	float: left;
	display: inline;
	margin-left: 1rem;
	margin-bottom: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	font-size: 0.75rem;
	color: #999;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
	text-decoration: none;
	color: #999;
	padding: 0;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
	color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
	border-radius: 3px;
	font-weight: normal;
	background: #000;
	padding: 0;
	cursor: default;
	color: #fff;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
	background: #000;
}

ul.pagination, .woocommerce-pagination ul {
	display: block;
	min-height: 1.5rem;
	margin-left: -0.3125rem;
	text-align: center;
}

ul.pagination li, .woocommerce-pagination li {
	height: 1.5rem;
	color: #AD9340;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}

ul.pagination li a, .woocommerce-pagination li a,
ul.pagination li button, .woocommerce-pagination li button {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #AD9340;
	background: none;
	border-radius: 3px;
	font-weight: normal;
	font-size: 1em;
	line-height: inherit;
	transition: background-color 300ms ease-out;
}

ul.pagination li:hover a, .woocommerce-pagination li:hover a,
ul.pagination li a:focus, .woocommerce-pagination li a:focus,
ul.pagination li:hover button, .woocommerce-pagination li:hover button,
ul.pagination li button:focus, .woocommerce-pagination li button:focus {
	background: #e6e6e6;
}

ul.pagination li.unavailable a, .woocommerce-pagination li.unavailable a,
ul.pagination li.unavailable button, .woocommerce-pagination li.unavailable button {
	cursor: default;
	color: #999;
}

ul.pagination li.unavailable:hover a, .woocommerce-pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus, .woocommerce-pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button, .woocommerce-pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus, .woocommerce-pagination li.unavailable button:focus {
	background: transparent;
}

ul.pagination li.current a, .woocommerce-pagination li span.current,
ul.pagination li.current button, .woocommerce-pagination li span.current button {
	background: #AD9340;
	color: #fff;
	font-weight: bold;
	cursor: default;
	padding: 1px 7px;
}

ul.pagination li.current a:hover, .woocommerce-pagination li span.current a:hover,
ul.pagination li.current a:focus, .woocommerce-pagination li span.current a:focus,
ul.pagination li.current button:hover, .woocommerce-pagination li span.current button:hover, 
ul.pagination li.current button:focus, .woocommerce-pagination li span.current button:focus {
	background: #000;
}

ul.pagination li, .woocommerce-pagination li {
	display: inline-block;
}

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

.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}

.nogutter-class {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 71.25rem;
}

.nogutter-class:before,
.nogutter-class:after {
	content: " ";
	display: table;
}

.nogutter-class:after {
	clear: both;
}

.nogutter-class .nogutter-class-6 {
	padding-left: 0;
	padding-right: 0;
	width: 31%;
	float: left;
}

@media only screen and (max-width: 640px) {
	.nogutter-class .nogutter-class-6 {
		padding-left: 0;
		padding-right: 0;
		width: 50%;
		float: left;
	}
}

.nogutter-class .nogutter-class-12 {
	padding-left: 0;
	padding-right: 0;
	width: 50%;
	float: left;
}

@media only screen and (max-width: 640px) {
	.nogutter-class .nogutter-class-12.zonemenu {
		width: 100%
	}
}

@media only screen and (max-width: 640px) {
	.nogutter-class .nogutter-class-12.collections,
	.nogutter-class .nogutter-class-12.woo-thumbs,
	.nogutter-class .nogutter-class-12.half-banner,
	.nogutter-class .nogutter-class-12.full-banner {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		float: left;
	}
}

.nogutter-class .nogutter-class-12.half-banner {
	padding-left: 0;
	padding-right: 0;
	width: 50%;
	float: left;
}

.nogutter-class .nogutter-class-24 {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	float: left;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 640px) {
	.small-block-grid-1>li: nth-of-type(1n) {
		padding: 2.5% 5%
	}
}

figure {
	margin: 0;
	padding: 0;
}

figcaption {
	margin-bottom: 1.25rem;
	margin-top: 0.625rem;
	color: #6f6f6f;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 0.4375rem 1.5rem 0.4375rem 0;
}

.wp-caption.alignleft {
	margin: 0.4375rem 0.875rem 0.4375rem 0;
}

blockquote.alignright,
img.alignright {
	margin: 0.4375rem 0 0.4375rem 1.5rem;
}

.top-bar-container,
.tab-bar {
	margin-bottom: 2rem;
}

#wpadminbar {
	position: fixed !important;
}

.serif {
	font-family: "PT Serif", Georgia, serif;
}

.white {
	color: #fff;
}

.main-title-noborder,
.main-title-noborder-small,
.main-title,
.page-title {
	font-family: "PT Serif", Georgia, serif;
	color: black;
	width: 70%;
	margin-right: auto;
	margin-bottom: 2.125rem;
	margin-left: auto;
}

@media only screen and (min-width: 1025px) {
	.main-title-noborder,
	.main-title-noborder-small,
	.main-title,
	.page-title {
		font-size: 3rem;
	}
}

.main-title-noborder-small {
	width: 100%
}

@media only screen and (min-width: 1025px) {
	.main-title-noborder-small {
		font-size: 2.25rem;
	}
}

.main-title {
	border-bottom: 1px solid #878787;
}

@media only screen and (min-width: 1025px) {
	.main-title {
		padding-bottom: 1.5rem;
	}
}

#content {
	font-family: "PT Serif", Georgia, serif;
	color: #878787;
}

.notebook {
	font-family: "PT Serif", Georgia, serif;
	font-size: 1.25rem;
	font-style: italic;
	color: #ccc;
	margin-bottom: 1.25rem;
	background: url("../assets/img/bg-notebook-title.png") no-repeat 50% 50%;
	width: 100%
}

.notebook .bg {
	background-color: #f6f6f6;
	padding: 0 0.75rem;
}

.italic-text {
	color: #878787;
	font-family: "PT Serif", Georgia, serif;
	font-style: italic;
	font-size: 1.5rem;
}

.shop-name {
	font-size: 2rem;
	color: #fff;
	background: #AD9340;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #272727;
}

.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: #202020;
}

@media only screen and (min-width: 641px) {
	footer.row {
		margin-top: 3.75rem;
	}
}

.thumb {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.banner-archive {
	height: 12.5rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	overflow: hidden;
	position: relative;
}

.centered img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.thumb-page img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

#homepage-hero {
	background: url("http://foundation.zurb.com/assets/img/marquee-stars.svg") repeat scroll 0 0 #074E68;
	padding: 1.25rem 0;
	margin: -2rem 0 2rem;
	position: relative;
	text-align: left;
	height: auto;
}

#homepage-hero h1 a,
#homepage-hero h4 {
	color: #fff;
}

#homepage-hero .floatingyeti img {
	max-width: 30%;
	position: absolute;
	right: 6.25rem;
}

#homepage-hero .download {
	margin-top: 1.25rem;
}

.archive .archive-title {
	margin-bottom: 1.875rem;
}

.archive .post {
	height: 37.5rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.25rem;
}

@media only screen and (max-width: 640px) {
	.archive .post {
		height: auto;
		padding-bottom: 3.125rem;
	}
}

.archive .post-title {
	font-size: 1.5rem;
	font-family: "PT Serif", Georgia, serif;
}

.archive time {
	font-size: 0.875rem;
	color: #AD9340;
	font-style: italic;
}

.archive .readmore {
	position: absolute;
	bottom: 0;
	right: 0px;
}

.single .page-title {
	width: 100%
}

.single time {
	font-size: 0.875rem;
	color: #AD9340;
	font-style: italic;
}

.tags {
	font-family: "PT Serif", Georgia, serif;
	font-size: 0.875rem;
}

.tags a {
	color: #AD9340;
}

.container {
	padding-bottom: 3.125rem;
}

#banner {
	height: 18.75rem;
	width: 100%;
	background: url("../assets/img/fake/cover.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 641px) {
	#banner {
		height: 100%
	}
}

#banner .trame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../assets/img/trame-bg.png") top center;
	background-attachment: fixed;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	#banner .trame {
		height: 18.75rem;
	}
}

#banner .baseline {
	margin: 0 0 3.4375rem;
	position: relative;
	z-index: 10;
	line-height: 3.5rem;
}

@media only screen and (min-width: 641px) {
	#banner .baseline {
		padding: 30% 0 0;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	#banner .baseline {
		padding: 50% 0 0;
	}
}

@media only screen and (max-width: 640px) {
	#banner .baseline {
		padding: 15% 0 0;
		font-size: 1.5rem;
		line-height: 1.875rem;
	}
}

#banner .button {
	position: relative;
	z-index: 10;
}

.collections,
.half-banner,
.full-banner {
	height: 11.875rem;
	overflow: hidden;
	position: relative;
}

.collections a:hover,
.half-banner a:hover,
.full-banner a:hover {
	color: #ccc;
}

.collections img,
.half-banner img,
.full-banner img {
	position: absolute;
	top: 0;
	margin: auto auto;
	min-height: 100%
}

@media only screen and (min-width: 1025px) {
	.collections,
	.half-banner,
	.full-banner {
		height: 20rem;
	}
	.collections img,
	.half-banner img,
	.full-banner img {
		min-height: 100%
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.collections,
	.half-banner,
	.full-banner {
		height: 13.75rem;
		min-height: 100%
	}
}

.half-banner {
	height: 7.5rem;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.half-banner {
		height: 11.875rem;
	}
}

@media only screen and (min-width: 1025px) {
	.half-banner {
		height: 22.5rem;
	}
}

.full-banner {
	height: 11.875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.full-banner {
		height: 19.375rem;
		min-height: 100%
	}
}

@media only screen and (min-width: 1025px) {
	.full-banner {
		height: 28.75rem;
	}
}

.cat-title {
	position: absolute;
	bottom: 0;
	z-index: 10;
	font-size: 1.75rem;
	padding-left: 3.25rem;
	padding-bottom: 2rem;
}

@media only screen and (min-width: 641px) {
	.cat-title {
		font-size: 2.1875rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.cat-title {
		font-size: 1.75rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
}

.logo {
	text-align: center;
}

.logo img {
	max-width: 105px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.logo {
		padding-right: 1rem;
	}
}

.content-landing .entry,
.content-landing .bloc-shop {
	padding-top: 2.1875rem;
	padding-bottom: 1.875rem;
}

.content-landing .entry p,
.content-landing .bloc-shop p {
	font-size: 1rem;
	line-height: 1.25rem;
}

@media only screen and (min-width: 641px) {
	.content-landing .entry,
	.content-landing .bloc-shop {
		padding-top: 4.375rem;
		padding-bottom: 2.1875rem;
	}
	.content-landing .entry p,
	.content-landing .bloc-shop p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}

.content-landing .entry .rkerr-button,
.content-landing .bloc-shop .rkerr-button,
.content-landing .entry .rkerr-button-reverse,
.content-landing .bloc-shop .rkerr-button-reverse {
	margin-top: 1.875rem;
}

.bloc-shop {
	padding-top: 2.8125rem;
	padding-bottom: 0 !important;
}

@media only screen and (max-width: 640px) {
	.bloc-shop h2,
	.bloc-shop h3,
	.bloc-shop .shop-name {
		font-size: 1rem !important;
	}
}

@media only screen and (min-width: 641px) {
	.bloc-shop {
		padding-top: 2.8125rem;
		padding-bottom: 2.1875rem;
	}
}

@media only screen and (max-width: 640px) {
	.shop-name {
		font-size: 1rem !important;
	}
}

.shop-list {
	margin-bottom: 1.25rem;
}

@media only screen and (max-width: 640px) {
	.shop-list {
		border-bottom: 1px dotted #888;
	}
}

.bannervideo {
	position: relative;
	height: 36.25rem;
}

.bannervideo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.bannervideo .launchvid {
	display: block;
	width: 9.375rem;
	height: 9.375rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	outline: none;
}

.bannervideo .launchvid img {
	width: 100%;
	height: 100%
}

.top-bar-container {
	margin-bottom: 0;
}

.name {
	height: 3.125rem;
	line-height: 3.125rem;
}

.name img {
	height: 2.1875rem;
}

.top-bar-section ul li {
	border-bottom: 1px solid #555;
}

.top-bar-section ul li>a {
	text-transform: uppercase;
}

.basket {
	height: 3.125rem;
	line-height: 3.125rem;
	font-weight: 700;
}

.basket a {
	text-transform: uppercase;
	height: 3.125rem;
	line-height: 3.125rem;
	font-weight: 400;
}

.magellan {
	text-transform: uppercase;
}
.wooitems.first {
	padding-top: 12.9375rem;
}

.countbasket {
	font-size: 1rem;
	color: #FFF;
	display: block;
	float: right;
	width: 1.5rem;
	height: 1.5rem;
	background: #AD9340;
	text-align: center;
	border-radius: 1rem;
	margin-left: 5px;
}

.side-nav li.tools {
	text-transform: lowercase;
	font-weight: 300;
	font-size: 0.75rem;
}

.side-nav li.wooitemslight,
.side-nav li.wooitems {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.875rem;
}

.side-nav li.wooitems {
	font-weight: 700;
}

.side-nav li.double-dotted {
	background: url("../assets/img/double-dotted.png") repeat-x bottom left;
	padding-bottom: 0.8125rem;
	margin-bottom: 0.625rem;
}

.side-nav li.single-dotted {
	background: url("../assets/img/single-dotted.png") repeat-x bottom left;
	padding-bottom: 0.8125rem;
	margin-bottom: 0.625rem;
}

.side-nav li.lang a {
	width: 70%;
	background: url("../assets/img/switch-lang.png") no-repeat center right;
}

.side-nav li.lang a:hover {
	background: url("../assets/img/switch-lang.png") no-repeat center right;
}

.rkerr-button-medium {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 0.375rem;
	padding-right: 0.75rem;
	padding-bottom: 0.4375rem;
	padding-left: 0.75rem;
	font-size: 1.125rem;
	background-color: #AD9340;
	border-color: #8a7633;
	color: #fff;
	transition: background-color 300ms ease-out;
	width: 12.0625rem;
}

.rkerr-button-medium:hover,
.rkerr-button-medium:focus {
	background-color: #8a7633;
}

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

.rkerr-button,
.rkerr-button-reverse {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.0625rem;
}

.rkerr-button-reverse {
	background: #FFF;
	color: #AD9340;
	outline: 1px solid #AD9340;
	height: 2.1875rem;
	margin-top: 0.0625rem;
}

.recalculate {
	margin-right: 1.875rem;
}

.page-title {
	margin: 0;
}

.page-title.cat-prodtitle {
	width: 100%
}

.infos-product {
	width: 100%;
	height: 100%;
	background: url("../assets/img/bg-panel-product.png") top center;
	padding:0;
	padding-bottom: 1.5rem;
}
.infos-product h3 {
	font-size: 1.1rem;
}
.infos-product .cats-mini-desc p {
	padding: 0 0 0.375rem 0;
	margin: 0;
	line-height: 1rem;
	font-size: 0.9375rem !important;
}
.infos-product .minithumb {
	width: 12.5rem;
	height: 12.5rem;
	margin: 0 auto;
}


@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.infos-product .minithumb {
		width: 7.5rem;
		height: 7.5rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.infos-product .minithumb {
		width: 5rem;
		height: 5rem;
	}
}

@media only screen and (min-width: 1025px) {
	.infos-product .minithumb {
		width: 11.25rem;
		height: 11.25rem;
	}
}

.infos-product .cats-mini-desc {
	font-style: italic;
	font-family: "PT Serif", Georgia, serif;
	color: #878787;
	font-size: 0.9375rem;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.infos-product .cats-mini-desc p {
		padding: 0.375rem 0 0.1875rem;
		font-size: 0.75rem !important;
	}
}

.products a {
	display: block;
	position: relative;
}

.products li a:hover .infos-product {
	opacity: 1;
	transition: opacity .3s ease;
}

.products .price {
	font-weight: 300;
}

.menu {
	text-align: center;
	list-style-type: none;
	width: 80%;
	margin: 0 auto;
}

.menu>li {
	margin-top: 2.5rem;
	font-size: 1.625rem;
}

@media only screen and (max-width: 640px) {
	.menu>li {
		margin-bottom: 2.5rem;
	}
}

@media only screen and (min-width: 1025px) {
	.menu>li {
		font-size: 2.5rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.menu>li {
		margin-top: 1.25rem;
	}
}

.menu>li a {
	border-bottom: 1px solid #AAA;
	display: block;
	padding-bottom: 0.9375rem;
}

.menu .sub-menu {
	list-style-type: none;
	margin: 0.9375rem 0 0 0;
	padding: 0;
}

.menu .sub-menu li {
	font-size: 1.375rem;
	margin: 0;
	padding: 0;
}

.menu .sub-menu li a {
	border: none;
	padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
	.menu .sub-menu li {
		font-size: 2rem;
	}
}

.visuel1row,
.visuel2rows {
	height: 7.8125rem;
	overflow: hidden;
	position: relative;
}

.visuel1row img,
.visuel2rows img {
	position: absolute;
	margin: auto auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 100%
}

@media only screen and (min-width: 1025px) {
	.visuel1row,
	.visuel2rows {
		height: 21.875rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.visuel1row,
	.visuel2rows {
		height: 15.625rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.visuel1row,
	.visuel2rows {
		height: 13.75rem;
	}
}

.visuel2rows {
	height: 15.625rem;
}

.visuel2rows.banner-bottom {
	min-width: 100%
}

@media only screen and (min-width: 1025px) {
	.visuel2rows {
		height: 43.75rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.visuel2rows {
		height: 31.25rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	.visuel2rows {
		height: 27.5rem;
	}
}

.filters {
	margin-bottom: 0;
	padding-top: 1.5625rem;
}

.filters li {
	font-size: 0.875rem;
	text-align: center;
	padding-right: 0.625rem;
}

.mininav {
	background: rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	width: 100%;
	text-align: right;
	height: 1.875rem;
	line-height: 1.875rem;
	position: absolute;
	z-index: 100;
	padding-right: 20px;
}

.mininav a {
	margin-top: 9px;
	display: block;
	width: 11px;
	height: 11px;
	background: url("../assets/img/next-prev.png") no-repeat top left;
	float: right;
	padding-right: 20px;
}

.mininav .next {
	background: url("../assets/img/next-prev.png") no-repeat top right;
}

.mininav .posted_in {
	float: right;
	font-size: 0.75rem;
	padding-right: 20px;
}

.mininav .posted_in a {
	background: none;
	float: none;
	display: inline;
	padding-right: 0;
}

.products-listing {
	margin-top: 1.25rem;
}

.products-listing .medium-block-grid-3>li {
	height: 50%
}

.products-listing .large-block-grid-3>li {
	height: 33.33%
}

.products-listing .large-block-grid-3>li:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.product .summary .panel-product {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1.5625rem 2.5rem;
}

.product .main-image {
	height: 40.625rem;
	position: relative;
	overflow: hidden;
}

.product .main-image .attachment-shop_single {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	max-height: 100%;
	max-width: none;
}

@media only screen and (min-width: 641px) {
	.product .main-image {
		height: 40.625rem;
	}
}

.isScarf1 img {
	padding: 5px;
}

.product .woo-thumbs {
	height: 250px;
	position: relative;
	overflow: hidden;
}

.product .woo-thumbs .attachment-shop_thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

@media only screen and (min-width: 1025px) {
	.product .woo-thumbs {
		height: 350px;
	}
}

.product_title {
	font-family: "PT Serif", Georgia, serif;
	font-size: 1.625rem;
	line-height: 1.625rem;
}

.product .entry,
.product .bloc-shop {
	padding-top: 4.375rem;
	padding-bottom: 2.1875rem;
}

.product .entry p.serif,
.product .bloc-shop p.serif {
	family: "PT Serif", Georgia, serif !important;
	color: #878787;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.product .entry .rkerr-button,
.product .bloc-shop .rkerr-button,
.product .entry .rkerr-button-reverse,
.product .bloc-shop .rkerr-button-reverse {
	margin-top: 1.875rem;
}

.panel-product .pr-desc,
.panel-product .pr-excerpt {
	border-bottom: 1px solid #000;
	margin-bottom: 1.25rem;
}

.panel-product .pr-desc p,
.panel-product .pr-excerpt p {
	font-size: 0.75rem !important;
}

.variations {
    margin-bottom: 15px;
}
.variations select {
    margin-bottom: 0.5rem;
    background: none;
}
.variations .label {
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
}

.panel-product .pr-excerpt {
	margin: 0;
	border: none;
}

.panel-product .pr-excerpt p {
	padding: 0;
	margin: 0;
}

.panel-product .shop_attributes {
	text-transform: lowercase;
	font-size: 1rem;
}

.panel-product .shop_attributes p {
	padding: 0;
	margin: 0;
}

.panel-product .amount {
	font-size: 1.625rem;
	font-weight: 300;
}

.panel-product .stock.in-stock {
	display: none;
}

.panel-product .share {
	font-size: 0.75rem;
	font-style: italic;
}

.panel-product .share a {
	color: #000;
}

.panel-product .share a:hover {
	color: #878787;
}

.mini-error {
	display: block;
	font-size: 1rem;
	text-align: center;
	margin: 20px 0;
	background: #40AE34;
	padding: 10px;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	.related li: nth-child(n+2) {
		display: none;
	}
}

.shop_table {
	margin-top: 4.375rem;
}

.shop_table th,
.shop_table .cart-subtotal td,
.cart-subtotal .shop_table td,
.shop_table .order-total td,
.order-total .shop_table td {
	font-weight: 300;
	border-bottom: 1px solid #000;
	padding-bottom: 1.125rem;
}

.shop_table th.last,
.shop_table .cart-subtotal td.last,
.cart-subtotal .shop_table td.last,
.shop_table .order-total td.last,
.order-total .shop_table td.last {
	border: none;
}

.shop_table td {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	vertical-align: middle;
	border-bottom: 1px dotted #000;
}

.shop_table td.last {
	border: none;
}

.shop_table td p {
	font-size: 0.75rem;
	padding: 0;
	margin: 0;
}

.shop_table td .backorder_notification {
	color: #AD9340;
}

.shop_table td .name {
	font-family: "PT Serif", Georgia, serif;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.shop_table td .shop_attributes p {
	margin: 0;
	padding: 0;
}

.shop_table td .shop_attributes td {
	margin: 0;
	padding: 0;
}

.shop_table .product-remove a {
	display: block;
	margin: 0 auto;
	height: 1.3125rem;
	line-height: 1.3125rem;
	text-indent: -5000px;
	background: url("../assets/img/delete.png") no-repeat top center;
}

.shop_table .shop_attributes td {
	border: none;
}

.shop_table .product-thumbnail img {
	width: 5.875rem;
	height: 5.875rem;
}

.shop_table .shipping td {
	border-bottom-style: solid;
}

.shop_table .shipping td:last-child {
	border: none;
}

.cart_totals td {
	text-align: left;
}

.cart-subtotal {
	color: #878787;
	text-transform: uppercase;
}

.cart-subtotal th,
.cart-subtotal td {
	padding-top: 1.5625rem;
	padding-bottom: 2.1875rem;
}

.order-total {
	text-transform: uppercase;
}

.order-total th,
.order-total td {
	padding-bottom: 1.5625rem;
}

.buttonzone {
	border-top: 1px solid #000;
	padding-top: 1.5625rem;
}

#customer_details {
	margin-bottom: 2.8125rem;
}

.required {
	color: #C00;
}

.woocommerce-error {
	margin: 0 0 0 1.25rem;
	font-size: 0.875rem;
}

.review_order {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.review_order td {
	padding: 0.9375rem;
}

.review_order th,
.review_order .cart-subtotal td,
.cart-subtotal .review_order td,
.review_order .order-total td,
.order-total .review_order td {
	padding: 0.9375rem;
}

.review_order .product-name {
	text-align: left;
}

.review_order .cart-subtotal {
	text-align: right;
}

.review_order .order-total {
	text-align: right;
}

.review_order .shipping {
	text-align: right;
	font-weight: 300;
}

.review_order .shipping .text-left {
	text-align: right !important;
}

.review_order .product-total {
	text-align: right;
}

.review_order .cart-subtotal td {
	text-align: right;
}

.create-account {
	color: #fff;
}

#payment {
	margin-top: 1.25rem;
}

#payment ul {
	list-style-type: none;
}

#payment ul.payment_methods {
	list-style-type: none;
}

.form-coords {
	margin-top: 1.875rem;
}

.woocommerce-shipping-fields {
	margin-top: 4.6875rem;
}

.quantity input {
	width: 40px;
	float: left;
    text-align: center;
	height: 1.875rem;
	line-height: 1.875rem;
}

.quantity .minus,
.quantity .plus {
	background: none;
	color: #AD9340;
	font-size: 1.25rem;
	border: none;
	outline: none;
	cursor: pointer;
}

.my_account_orders,
.order_details {
	margin-top: 0;
	margin-bottom: 2.5rem;
	width: 100%
}

.my_account_orders td,
.order_details td {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-align: center;
}

#toolbar h3 {
	color: #041c2c;
	font-size: 1.2rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	#toolbar {
		height: 4.1875rem;
	}
}

@media only screen and (min-width: 641px) {
	#toolbar {
		margin-top: 1.875rem;
	}
}

@media only screen and (min-width: 1025px) {
	#toolbar {
		font-size: 0.75rem;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		height: 4.1875rem;
	}
}

#toolbar .signup {
	text-align: center;
}

#toolbar .inline-list>li {
	height: 2.1875rem;
	line-height: 2.1875rem;
	margin-left: 0;
	text-align: center;
}

@media only screen and (min-width: 641px) {
	#toolbar .inline-list>li {
		margin-left: 1rem;
	}
}

@media only screen and (min-width: 1025px) {
	#toolbar .inline-list>li {
		height: 4.1875rem;
		line-height: 4.1875rem;
	}
}

@media only screen and (max-width: 640px) {
	#toolbar .inline-list>li {
		width: 50%
	}
}

#toolbar ul {
	height: 4.1875rem;
	line-height: 4.1875rem;
	font-size: 0.6875rem;
	margin-left: 0;
	color: #fff;
}

#toolbar ul a {
	color: #ccc;
}


/*
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    #toolbar ul {
    height: 2.1875rem;
    line-height: 2.1875rem;
}
}*/

#toolbar label {
	color: #041c2c;
	text-align: center;
	text-transform: uppercase;
	height: 3.0rem;
	line-height: 1rem;
}

#toolbar input[type="text"],
#toolbar input[type="email"] {
	line-height: 1.375rem;
	height: 2.2rem;
	font-size: 0.95rem;
	padding: 0.4375rem;
	margin-top: 0.625rem;
	margin-bottom: 0.3125rem;
	background: #e6e6e6;
	border: none;
	color: #041c2c;
	box-shadow: none;
	font-weight: 300;
	font-style: italic;
}

@media only screen and (min-width: 1025px) {
	#toolbar input[type="text"].newsletter-input-class {
		margin-top: 1.4375rem;
		margin-bottom: 1rem;
	}
}

#toolbar .postfix.button {
	line-height: 2.2rem;
	height: 2.2rem;
	background: #b3a369;
	border: none;
	margin-top: 0.625rem;
	margin-bottom: 0.3125rem;
	padding-bottom: 1.25rem;
	color: #fff;
}

#toolbar .wpcf7-response-output {
	clear: both;
	margin-bottom: 10px;
	color: #fff;
}

.container-footer-nav {
	background: #041c2c;
	border-top: solid 5px #b3a369;
	margin-top: 1rem;
}
.footer-nav {
	list-style-type: none;
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	padding: 0 10px;
}

.footer-nav li,
.footer-nav li a {
	text-transform: none;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
.container-footer-nav .textwidget {
	margin-top: 6px;
}
.container-footer-nav .textwidget p {
	color: #fff;
	font-size: 11px;
	text-transform: none;
}
#toolbar .container-footer-nav .textwidget p input {
	display: inline-block;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}
.container-footer-nav .textwidget p input.wpcf7-email {
	width: 50%;
}
.container-footer-nav .textwidget p input.wpcf7-submit {
	width: 20%;
	text-transform: none;
}
#toolbar .credits {
	margin-left: 1.375rem;
	color: #ccc;
}

.madein {
	color: #000;
}

.sub-nav {
	height: 2.625rem;
	line-height: 2.625rem;
}

.sub-nav li {
	width: 33.3333333333333%;
	margin-left: 0;
	text-align: center;
	font-style: italic;
	height: 2.625rem;
	line-height: 2.625rem;
}

.sticky {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}

[data-magellan-expedition-clone] {
	visibility: hidden;
}

.magellan.fixed {
	min-width: 25% !important;
	width: 25% !important;
	padding-left: 0.1875rem !important;
	padding-right: 0.1875rem !important;
}

.viewportdebug {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #C00;
	color: #fff;
	font-weight: "PT Serif", Georgia, serif;
	z-index: 10000;
	width: 25%;
	height: 1rem;
	overflow: hidden;
}

.viewportdebug li {
	font-size: 0.625rem;
}

.top-bar .toggle-topbar.menu-icon a span {
	box-shadow: none;
}

.top-bar.expanded .toggle-topbar a span {
	box-shadow: none;
}

.chosen {
	background: #000;
	color: #FFF !important;
}

.chosen a {
	color: #FFF !important;
}

form {
	padding: 0;
	margin: 0 0;
}

.banner-bottom {
	height: auto;
}

@media only screen and (max-width: 640px) {
	.product.product-cat-ties .main-image .attachment-shop_single,
	.product.product-cat-cravates .main-image .attachment-shop_single {
		left: -40% !important;
	}
}

.bx-wrapper {
	margin: 0 !important;
	z-index: 9999;
}

#content .bx-wrapper {
	z-index: 10;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
}

.bx-wrapper .bx-viewport {
	border: none !important;
	box-shadow: none !important;
	left: 0 !important;
}

.bx-pager.bx-default-pager {
	display: none;
}

.logo>div {
	margin-left: 0 !important;
}

.overlay {
	display: none;
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998
}

.nav-container {
	position: relative;
	z-index: 9999;
	background: #fff;
}

.nav-container * {
	z-index: 9999;
}

.f-nav {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
/* this make our menu fixed top */

.top-menu-bleu {
	background: #041c2c;
}
.top-menu-bleu ul {
    font-size: 0.9em;
}
.top-menu-bleu .top-bar-container {
	padding-top: 5px;
}

.top-menu-bleu .inline-list {
	margin-bottom: 5px;
	margin-left: 0;
}

.top-menu-bleu .inline-list li {
	margin-left: 0.5rem;
}
.top-menu-bleu .inline-list li.menu-item {
	margin-left: 1rem;
}


.top-menu-bleu .inline-list li:first-child {
	margin-left: 0;
}

.top-menu-bleu .top-bar-menu.right .yellow a {
	color: #f3d04f;
}

.top-menu-bleu .top-bar-menu.right.inline-list li {
	margin-left: 4rem;
	color: #fff;
}
.top-menu-bleu .top-bar-menu.right.inline-list li.wpml-ls-item {
	padding-left: 4px;
}
.top-menu-bleu .top-bar-menu.right.inline-list li:last-child {
	font-weight: 700;
	margin-left: 0.2rem;
}

.top-menu-bleu .top-bar-menu.right.inline-list li:last-child a {
	display: inline-block;
	font-weight: 400;
}

.top-menu-bleu img {
	max-width: 75%;
}

.top-menu-bleu a {
	color: #fff;
	font-weight: 300;
}

.top-menu-bleu .top-bar-menu.right.inline-list .langFR::after,
.top-bar-container.show-for-small-only .basket .langFR::after {
	content: " / EN"
}

.top-menu-bleu .top-bar-menu.right.inline-list .langEN::before,
.top-bar-container.show-for-small-only .basket .langEN::before {
	content: "FR / "
}

.jmp-mainmenu {
	padding-top: 20px;
	padding-bottom: 10px;
	background: #fff;
}

.jmp-mainmenu .columns {
	position: static;
}

.jmp-mainmenu .side-nav {
	padding-top: 15px;
	padding-left: 0;
	text-align: center;
}

.jmp-mainmenu .side-nav>li {
	display: inline-block;
	width: auto;
	font-size: 0.95rem;
	padding: 0 15px 15px 10px;
}

.jmp-mainmenu .side-nav>li a {
	color: #041c2c;
}

.jmp-mainmenu .side-nav>li>a {
	border-bottom: solid 3px #f6f6f6;
    text-transform: none;
    font-size: 1.2em
}

.jmp-mainmenu .side-nav>li:hover>a {
	border-bottom: solid 3px #b3a369;
}

.jmp-mainmenu .side-nav .container-sub-menu {
	display: none;
	position: absolute;
	margin-top: 25px;
	left: 0;
	width: 100%;
	background: #041c2c;
	z-index: 1000;
}

.jmp-mainmenu .side-nav #menu-item-28 .container-sub-menu .row,
.jmp-mainmenu .side-nav #menu-item-134 .container-sub-menu .row {
	background: url(../assets/img/submenu-RK.png) no-repeat 100% 0;
	height: 250px;
}

.jmp-mainmenu .side-nav #menu-item-3572 .container-sub-menu .row,
.jmp-mainmenu .side-nav #menu-item-4245 .container-sub-menu .row {
	background: url(../assets/img/submenu-women.png) no-repeat 100% 0;
	height: 250px;
}

.jmp-mainmenu .side-nav #menu-item-3576 .container-sub-menu .row,
.jmp-mainmenu .side-nav #menu-item-3598 .container-sub-menu .row {
	background: url(../assets/img/submenu-men.png) no-repeat 100% 0;
	height: 250px;
}

.jmp-mainmenu .side-nav #menu-item-28 .container-sub-menu .sub-menu,
.jmp-mainmenu .side-nav #menu-item-3572 .container-sub-menu .sub-menu {
	padding-left: 3%;
}

.jmp-mainmenu .side-nav .container-sub-menu .row {
	margin: 0px auto;
	max-width: 71.25rem;
	padding-left: 3.5%;
	padding-top: 0;
	list-style-type: none;
}

.jmp-mainmenu .side-nav .container-sub-menu a {
	color: #fff;
	display: inline;
	font-weight: 700;
}

.jmp-mainmenu .side-nav .container-sub-menu li {
	padding-top: 0.8rem;
}

.jmp-mainmenu .side-nav .container-sub-menu li h2 {
	color: #fff;
	font-size: 2rem;
	text-transform: none;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}

.jmp-mainmenu .side-nav .container-sub-menu li h2 i {
	font-size: 1.5rem;
}

.jmp-mainmenu .side-nav .container-sub-menu a:hover,
.jmp-mainmenu .side-nav .container-sub-menu li.active a {
	border-bottom: solid 2px #fff;
}

.jmp-mainmenu .side-nav>li:hover .container-sub-menu {
	display: block;
}

.yellow,
.yellow a {
	color: #b3a369;
}

.italic {
	font-style: italic;
}

.featured-products li h4 {
	font-size: 1em;
	padding: 0 5px;
	text-align: center;
}
.featured-products li p {
	padding: 0 5px;
	text-align: center;
	margin-bottom: 0;
}
.featured-products li p a {
	font-size: 0.8em;
}
.home-top-blocks a,
.home-top-blocks p,
.home-top-blocks p a {
	color: #041c2c;
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif;
}

.home-top-blocks .medium-8 {
	padding: 0 0.5rem;
}

.home-top-blocks .medium-8:first-child {
	padding-left: 0;
	padding-right: 1rem;
}

.home-top-blocks .medium-8:last-child {
	padding-right: 0;
	padding-left: 1rem;
}

.home-top-blocks .medium-8 p {
	margin-bottom: 0.6rem;
}

.home-top-blocks .medium-8 img {
	width: 100%;
	margin-top: 30px;
}

.home-top-blocks .medium-8 .lookbook img {
	margin-top: 0;
}

section.container {
	/*padding-top: 20px;*/
}

.home-sep {
	border-bottom: solid 2px #dad9e0;
	margin: 0 30%;
	margin-bottom: 30px;
}

.jmp-single-product .row,
.row .woocommerce .row {
	width: 100%;
}


/**** new about RK ***/

#topbanner,
#bottombanner {
	position: relative;
}

#topbanner .title {
	position: absolute;
	top: 3%;
	width: 100%;
	text-align: center;
}

#topbanner .title h1,
#bottombanner .quote h2 {
	color: #fff;
	font-size: 1.5rem;
}

#topbanner .title a img {
	width: 10%;
}

#bottombanner {
	margin-top: 4em;
}

#bottombanner .quote {
	color: #000;
}

#bottombanner .quote h2 {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 1.5rem;
	color: #000;
}

#bottombanner .quote p {
	text-transform: uppercase;
	font-family: "Open Sans";
	font-weight: 700;
	color: #000;
}

#bottombanner .quote p strong {
	color: #b3a369;
}

.rkcontent h2 {
	color: #041c2c;
	font-family: "Open Sans";
	font-size: 2rem;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1.5em;
	line-height: 1;
}

.bottomcontent .rkcontent h2 {
	text-align: left;
}

.rkcontent h2 strong {
	font-family: 'Playfair Display', serif;
	color: #b3a369;
	font-size: 4rem;
	display: block;
}

/*
.rkcontent p {
	color: #999;
}
*/

.rkcontent p strong {
	color: #000;
	font-weight: normal;
}

#bottomcontent {
	position: relative;
}


/******* MADE TO ORDER ******/

a.command {
	line-height: 2.2rem;
	height: 2.2rem;
	background: #b3a369;
	border: none;
	margin-top: 1.625rem;
	margin-bottom: 0.3125rem;
	color: #fff;
	padding: 0.7rem 3rem;
}

.row.ateliers {
	position: relative;
}

.row.surmesure {
	margin-top: 2rem;
	padding-bottom: 2rem;
	background: #f4f4f4;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

.surmesure input[type="text"],
.surmesure input[type="email"] {
	line-height: 1.375rem;
	height: 2.2rem;
	font-size: 0.95rem;
	padding: 0.4375rem;
	margin-top: 0.625rem;
	margin-bottom: 0.3125rem;
	background: #e6e6e6;
	border: none;
	color: #041c2c;
	box-shadow: none;
	font-weight: 300;
	font-style: italic;
}

.surmesure textarea {
	font-size: 0.95rem;
	padding: 0.4375rem;
	margin-top: 0.625rem;
	margin-bottom: 0.3125rem;
	background: #e6e6e6;
	border: none;
	color: #041c2c;
	box-shadow: none;
	font-weight: 300;
	font-style: italic;
}

.page-template-page-made2order .wpcf7-submit {
	width: 100%;
	background-color: #B3A369;
	margin-top: 1rem;
}

.page-template-page-made2order .wpcf7-response-output {
	clear: both;
	width: 300px;
	margin: auto;
}

.page-template-page-made2order #toolbar,
.page-template-page-made2order .container-footer-nav {
	margin-top: 0;
}

.page-template-page-made2order #toolbar .clearfix {
	display: none;
}

.page-template-page-made2order .bg-tissus {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-image 1s ease;
}

.page-template-page-made2order .row.tissus {
	position: relative;
	z-index: 2;
}

.page-template-page-made2order .row.tissus h2,
.page-template-page-made2order .row.tissus h2 strong,
.page-template-page-made2order .row.tissus p {
	color: #fff;
}

.page-template-page-made2order #filtre {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
	filter: alpha(opacity=70);
}

.page-template-page-made2order .linktomouseover .tissusthumb {
	padding-top: 0.1875rem;
	padding-bottom: 0.1875rem;
}

.page-template-page-press h2 {
	text-align: left;
}

.page-template-page-press .rkcontent a {
	color: #999;
	text-decoration: underline;
}

.page-template-page-press .logospress {
	background: #f4f4f4;
	padding: 2em 0;
}

.page-template-page-press .logospress img {
	height: 73px;
	width: auto;
}

@media only screen and (min-width: 641px) {
	#topbanner .title {
		top: 25%;
	}
	#topbanner .title h1 {
		font-size: 2.125rem;
	}
	#topbanner .title a img {
		width: auto;
	}
	.rkcontent h2 {
		font-size: 3rem;
	}
	.rkcontent h2 strong {
		font-size: 6rem;
	}
	#bottombanner .quote,
	#bottombanner .quote h2,
	#bottombanner .quote p {
		color: #fff;
	}
	#bottombanner .quote {
		position: absolute;
		top: 0%;
		text-align: center;
		left: 0;
	}
	#bottombanner .quote h2 {
		font-size: 2.5rem;
	}
}

@media only screen and (min-width: 769px) {
	#topbanner .title {
		top: 40%;
	}
	#bottombanner .quote {
		top: 20%;
	}
}

@media only screen and (min-width: 1025px) {
	#bottombanner .quote {
		margin-left: -25%;
		left: 50%;
	}
	#bottomillustration {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 55%;
	}
	#ateliersillustration {
		position: absolute;
		bottom: 0px;
		right: 100px;
		width: 42%;
	}
}


/*** new catalogue  ****/

#catabanner {
	margin-top: -2%;
	text-align: center;
}

.wooc_sclist {
	text-align: center;
}

.wooc_sclist li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0.8em 0.8em 0px;
}

.wooc_sclist li a {
	color: #999;
	font-family: "Open Sans";
	font-weight: 700;
}

.wooc_sclist li a:hover,
.wooc_sclist li a.active {
	border-bottom: solid 2px #B3A369;
	color: #fff;
}

.filters {
	margin-left: 1.1rem;
}

@media screen and (max-width: 1140px) {
	.nav-container>div,
	#content .row {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 641px) {
	#toolbar ul {
		line-height: 2.1875rem;
	}
	.footer-nav li a {
		font-size: 16px;
	}
}

.home-top-blocks .medium-12 {
	padding: 0 0.8em;
}

.home-top-blocks .medium-12 p:first-child {
	margin-bottom: 0.25rem;
}

.cart-collaterals .wc-proceed-to-checkout {
	display: none;
}

input.button {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.0625rem;
}

.bxslider li div {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}

.bxslider li div h3,
.bxslider li div a {
	color: #fff;
}
.bxslider .button, .homeblock .button {
	border: solid 1px #fff;
	background: none;
	color: #fff;
}
.homeblock {
	position: relative;
	margin-bottom: 1.5em;
}

.homeblock a.centerlink {
	position: absolute;
	top: 50%;
	left: 50%;
	/* à 50%/50% du parent référent */
	transform: translate(-50%, -50%);
	/* décalage de 50% de sa propre taille */
}
/***** sidebarwidget attributes filter yith *****/
.yith-wcan-select {
	list-style-type: none;
}
.yith-wcan-select-wrapper {
/*	max-width: none !important;*/
}
.yith-wcan-select-wrapper ul {
	margin-left: 0 !important;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.flex-control-thumbs {
	list-style-type: none;
}
.flex-control-thumbs li {
	float: left;
	margin: 1rem 0.5rem;
}
.flex-control-thumbs img {
	width: 50px;
}
.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
}
.woocommerce-MyAccount-navigation li {
	display: inline-block;
	padding: 0 0.5rem;
}
.woocommerce-MyAccount-navigation li a {
	font-size: 0.8rem;
	text-decoration: underline;
}
.woocommerce-MyAccount-navigation li:first-child {
	padding-left: 0;
}

.woocommerce-account .col-1, .woocommerce-account .col-2 {
	float: left;
	width: 50%;
	padding: 10px 10px 10px 0;
}
.woocommerce-account .col-2 {
	padding: 10px 0 10px 10px;
}

.woocommerce-order-received .shop_table th {
	padding-top: 1.5rem !important;
	padding-bottom: 2rem !important;
	padding-right: 10px;
}
.single-product .related.products h2, .single-product .upsells.products h2 {
	text-align: center;
    font-size: 1.5rem;
}
.home h2 {
	font-size: 1.5em;
	margin: 1em;
}
.breadcrumb {
	padding: 0.5em 0;
}
.breadcrumb br.brreplace {
   display: none;
}
section.container {
  padding-bottom: 0;
}
/******* MADE TO ORDER 2017 ********/
.tissus .thumb {
    margin-top: 0;
}
.single-tissus .wpcf7-select {
    background-color: #fff;
}
.single-tissus span.wpcf7-list-item {
    margin-left: 0
}
/*
.yith-woocommerce-ajax-product-filter strong {
	line-height: 16px;
	margin: 15px 0;
	margin-right: 10px;
	padding: 10px 0;
}
.yith-woocommerce-ajax-product-filter strong, .yith-woocommerce-ajax-product-filter a.yit-wcan-select-open {
	display: block !important;
	float: left;
}*/

.page-template-page-appointment .rkcontent {
    float: left;
    padding: 2%;
}
.page-template-page-appointment .wpcf7-textarea {
    height: 172px;
}

.page-template-page-tailoring .rkcontent {
    float: left;
    padding: 1%;
}
/*
.page-template-page-tailoring .rkcontent article {
    height: 381px;
}
*/
.page-template-page-tailoring .rkcontent p {
    text-align: justify
}
.page-template-page-tailoring .rkcontent article header {
    display: none;
}


.grecaptcha-badge { 
    visibility: hidden;
}