@charset "UTF-8";
.lime {
	color: #c5db3b
}

.dark-purple {
	color: #231a1e
}

#main-header #main-nav ul li a,
#home-slider .cta-text p {
	font-family: Bitter, serif;
	font-weight: 700;
	font-style: normal
}

.lime-button,
.gd-button,
#home-slider .cta-button,
.notebook .blog-entries .entry .date,
.details-link a,
.pagination,
.blog-entries .blog-entry .article-date p,
.blog-pagination p a,
.close-button {
	font-family: Luckiest Guy, cursive;
	font-weight: 400;
	font-style: normal
}

#home-slider .cta-button span {
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	font-style: normal
}

body p a,
footer.main-footer p,
.accordion-title {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	font-style: normal
}

.notebook .blog-entries .entry .article-preview a.link {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	font-style: italic
}

.image-replacement {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

span.amp {
	font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif!important;
	font-style: italic
}

.thumbnail {
	width: 100%
}

.valign-middle {
	display: table;
	height: rem-calc(375)
}

.valign-middle .columns {
	display: table-cell;
	vertical-align: middle
}

.valign-middle .columns,
.valign-middle [class*="column"]+[class*="column"]:last-child {
	float: none
}

#home-slider .slick-slide,
.inner-slider .slick-slide {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important
}

.inline-list {
	margin: 0;
	text-align: left
}

.inline-list li {
	display: inline-block
}

.centered-list {
	text-align: center
}

.centered-list li {
	display: inline-block
}

.lime-button,
.gd-button,
#home-slider .cta-button {
	background: #c5db3b;
	background: -moz-linear-gradient(top, #c5db3b 0, #8ab52d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5db3b), color-stop(100%, #8ab52d));
	background: -webkit-linear-gradient(top, #c5db3b 0, #8ab52d 100%);
	background: -o-linear-gradient(top, #c5db3b 0, #8ab52d 100%);
	background: -ms-linear-gradient(top, #c5db3b 0, #8ab52d 100%);
	background: linear-gradient(to bottom, #c5db3b 0, #8ab52d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5db3b', endColorstr='#8ab52d', GradientType=0);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: rem-calc(25);
	border-top: 1px solid #c5db3b;
	border-left: 1px solid #8ab52d;
	border-right: 1px solid #8ab52d;
	border-bottom: 1px solid #8ab52d
}

.lime-button:hover,
.gd-button:hover,
#home-slider .cta-button:hover {
	background: #cbdf4c;
	background: -moz-linear-gradient(top, #cbdf4c 0, #9ac03c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbdf4c), color-stop(100%, #9ac03c));
	background: -webkit-linear-gradient(top, #cbdf4c 0, #9ac03c 100%);
	background: -o-linear-gradient(top, #cbdf4c 0, #9ac03c 100%);
	background: -ms-linear-gradient(top, #cbdf4c 0, #9ac03c 100%);
	background: linear-gradient(to bottom, #cbdf4c 0, #9ac03c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5db3b', endColorstr='#8ab52d', GradientType=0)
}

.lime-button:active,
.gd-button:active,
#home-slider .cta-button:active,
.lime-button:focus,
.gd-button:focus,
#home-slider .cta-button:focus {
	background: #9ac03c;
	background: -moz-linear-gradient(top, #9ac03c 0, #cbdf4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9ac03c), color-stop(100%, #cbdf4c));
	background: -webkit-linear-gradient(top, #9ac03c 0, #cbdf4c 100%);
	background: -o-linear-gradient(top, #9ac03c 0, #cbdf4c 100%);
	background: -ms-linear-gradient(top, #9ac03c 0, #cbdf4c 100%);
	background: linear-gradient(to bottom, #9ac03c 0, #cbdf4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5db3b', endColorstr='#8ab52d', GradientType=0)
}

.lime-button {
	padding: 10px 35px;
	font-size: 30px!important
}

a.lime-button:hover,
a.lime-button:active,
a.lime-button:focus {
	color: #fff
}

.white {
	color: #fff
}

.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
	transform: translateY(100%)
}

.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
	transform: translateX(100%)
}

.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
	transform: translateY(-100%)
}

.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
	transform: translateX(-100%)
}

.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1
}

.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}

.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}

.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(.5);
	transition-property: transform, opacity;
	opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1
}

.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1
}

.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
	transform: scale(1.5);
	opacity: 0
}

.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
	transform: scale(.5);
	opacity: 0
}

.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(-.75turn);
	transition-property: transform, opacity;
	opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
	transform: rotate(0);
	opacity: 1
}

.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
	transform: rotate(.75turn);
	opacity: 0
}

.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(.75turn);
	transition-property: transform, opacity;
	opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
	transform: rotate(0);
	opacity: 1
}

.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
	transform: rotate(-.75turn);
	opacity: 0
}

.slow {
	transition-duration: 750ms!important
}

.fast {
	transition-duration: 250ms!important
}

.linear {
	transition-timing-function: linear!important
}

.ease {
	transition-timing-function: ease!important
}

.ease-in {
	transition-timing-function: ease-in!important
}

.ease-out {
	transition-timing-function: ease-out!important
}

.ease-in-out {
	transition-timing-function: ease-in-out!important
}

.bounce-in {
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}

.bounce-out {
	transition-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}

.short-delay {
	transition-delay: 300ms!important
}

.long-delay {
	transition-delay: 700ms!important
}

.shake {
	animation-name: shake-7
}

@keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		transform: translateX(7%)
	}
	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		transform: translateX(-7%)
	}
}

.spin-cw {
	animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn)
	}
	100% {
		transform: rotate(0)
	}
}

.spin-ccw {
	animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(1turn)
	}
}

.wiggle {
	animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
	40%,
	50%,
	60% {
		transform: rotate(7deg)
	}
	35%,
	45%,
	55%,
	65% {
		transform: rotate(-7deg)
	}
	0%,
	30%,
	70%,
	100% {
		transform: rotate(0)
	}
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	animation-duration: 500ms
}

.infinite {
	animation-iteration-count: infinite
}

.slow {
	animation-duration: 750ms!important
}

.fast {
	animation-duration: 250ms!important
}

.linear {
	animation-timing-function: linear!important
}

.ease {
	animation-timing-function: ease!important
}

.ease-in {
	animation-timing-function: ease-in!important
}

.ease-out {
	animation-timing-function: ease-out!important
}

.ease-in-out {
	animation-timing-function: ease-in-out!important
}

.bounce-in {
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}

.bounce-out {
	animation-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}

.bounce-in-out {
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}

.short-delay {
	animation-delay: 300ms!important
}

.long-delay {
	animation-delay: 700ms!important
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0
}

td,
th {
	padding: 0
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
	font-size: 15px;
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}

body {
	padding: 0;
	margin: 0;
	font-family: Open Sans, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background: #302429;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	width: 100%;
	border-radius: 0
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none!important
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1
}

.is-visible {
	display: block!important
}

.is-hidden {
	display: none!important
}

.row {
	max-width: 78.66667rem;
	margin-left: auto;
	margin-right: auto
}

.row:before,
.row:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.row:after {
	clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.row .row {
	margin-left: -.66667rem;
	margin-right: -.66667rem
}

@media screen and (min-width:40em) {
	.row .row {
		margin-left: -1rem;
		margin-right: -1rem
	}
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-left: .66667rem;
	padding-right: .66667rem
}

@media screen and (min-width:40em) {
	.column,
	.columns {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left
}

.column.row.row,
.row.row.columns {
	float: none
}

.row .column.row.row,
.row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0
}

.small-1 {
	width: 6.25%
}

.small-push-1 {
	position: relative;
	left: 6.25%
}

.small-pull-1 {
	position: relative;
	left: -6.25%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	width: 12.5%
}

.small-push-2 {
	position: relative;
	left: 12.5%
}

.small-pull-2 {
	position: relative;
	left: -12.5%
}

.small-offset-1 {
	margin-left: 6.25%
}

.small-3 {
	width: 18.75%
}

.small-push-3 {
	position: relative;
	left: 18.75%
}

.small-pull-3 {
	position: relative;
	left: -18.75%
}

.small-offset-2 {
	margin-left: 12.5%
}

.small-4 {
	width: 25%
}

.small-push-4 {
	position: relative;
	left: 25%
}

.small-pull-4 {
	position: relative;
	left: -25%
}

.small-offset-3 {
	margin-left: 18.75%
}

.small-5 {
	width: 31.25%
}

.small-push-5 {
	position: relative;
	left: 31.25%
}

.small-pull-5 {
	position: relative;
	left: -31.25%
}

.small-offset-4 {
	margin-left: 25%
}

.small-6 {
	width: 37.5%
}

.small-push-6 {
	position: relative;
	left: 37.5%
}

.small-pull-6 {
	position: relative;
	left: -37.5%
}

.small-offset-5 {
	margin-left: 31.25%
}

.small-7 {
	width: 43.75%
}

.small-push-7 {
	position: relative;
	left: 43.75%
}

.small-pull-7 {
	position: relative;
	left: -43.75%
}

.small-offset-6 {
	margin-left: 37.5%
}

.small-8 {
	width: 50%
}

.small-push-8 {
	position: relative;
	left: 50%
}

.small-pull-8 {
	position: relative;
	left: -50%
}

.small-offset-7 {
	margin-left: 43.75%
}

.small-9 {
	width: 56.25%
}

.small-push-9 {
	position: relative;
	left: 56.25%
}

.small-pull-9 {
	position: relative;
	left: -56.25%
}

.small-offset-8 {
	margin-left: 50%
}

.small-10 {
	width: 62.5%
}

.small-push-10 {
	position: relative;
	left: 62.5%
}

.small-pull-10 {
	position: relative;
	left: -62.5%
}

.small-offset-9 {
	margin-left: 56.25%
}

.small-11 {
	width: 68.75%
}

.small-push-11 {
	position: relative;
	left: 68.75%
}

.small-pull-11 {
	position: relative;
	left: -68.75%
}

.small-offset-10 {
	margin-left: 62.5%
}

.small-12 {
	width: 75%
}

.small-push-12 {
	position: relative;
	left: 75%
}

.small-pull-12 {
	position: relative;
	left: -75%
}

.small-offset-11 {
	margin-left: 68.75%
}

.small-13 {
	width: 81.25%
}

.small-push-13 {
	position: relative;
	left: 81.25%
}

.small-pull-13 {
	position: relative;
	left: -81.25%
}

.small-offset-12 {
	margin-left: 75%
}

.small-14 {
	width: 87.5%
}

.small-push-14 {
	position: relative;
	left: 87.5%
}

.small-pull-14 {
	position: relative;
	left: -87.5%
}

.small-offset-13 {
	margin-left: 81.25%
}

.small-15 {
	width: 93.75%
}

.small-push-15 {
	position: relative;
	left: 93.75%
}

.small-pull-15 {
	position: relative;
	left: -93.75%
}

.small-offset-14 {
	margin-left: 87.5%
}

.small-16 {
	width: 100%
}

.small-offset-15 {
	margin-left: 93.75%
}

.small-up-1>.column,
.small-up-1>.columns {
	width: 100%;
	float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
	float: left
}

.small-up-2>.column,
.small-up-2>.columns {
	width: 50%;
	float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
	clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
	float: left
}

.small-up-3>.column,
.small-up-3>.columns {
	width: 33.33333%;
	float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
	float: left
}

.small-up-4>.column,
.small-up-4>.columns {
	width: 25%;
	float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
	float: left
}

.small-up-5>.column,
.small-up-5>.columns {
	width: 20%;
	float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
	float: left
}

.small-up-6>.column,
.small-up-6>.columns {
	width: 16.66667%;
	float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
	float: left
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.small-collapse .row {
	margin-left: 0;
	margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-left: .66667rem;
	padding-right: .66667rem
}

.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left
}

@media screen and (min-width:40em) {
	.medium-1 {
		width: 6.25%
	}
	.medium-push-1 {
		position: relative;
		left: 6.25%
	}
	.medium-pull-1 {
		position: relative;
		left: -6.25%
	}
	.medium-offset-0 {
		margin-left: 0
	}
	.medium-2 {
		width: 12.5%
	}
	.medium-push-2 {
		position: relative;
		left: 12.5%
	}
	.medium-pull-2 {
		position: relative;
		left: -12.5%
	}
	.medium-offset-1 {
		margin-left: 6.25%
	}
	.medium-3 {
		width: 18.75%
	}
	.medium-push-3 {
		position: relative;
		left: 18.75%
	}
	.medium-pull-3 {
		position: relative;
		left: -18.75%
	}
	.medium-offset-2 {
		margin-left: 12.5%
	}
	.medium-4 {
		width: 25%
	}
	.medium-push-4 {
		position: relative;
		left: 25%
	}
	.medium-pull-4 {
		position: relative;
		left: -25%
	}
	.medium-offset-3 {
		margin-left: 18.75%
	}
	.medium-5 {
		width: 31.25%
	}
	.medium-push-5 {
		position: relative;
		left: 31.25%
	}
	.medium-pull-5 {
		position: relative;
		left: -31.25%
	}
	.medium-offset-4 {
		margin-left: 25%
	}
	.medium-6 {
		width: 37.5%
	}
	.medium-push-6 {
		position: relative;
		left: 37.5%
	}
	.medium-pull-6 {
		position: relative;
		left: -37.5%
	}
	.medium-offset-5 {
		margin-left: 31.25%
	}
	.medium-7 {
		width: 43.75%
	}
	.medium-push-7 {
		position: relative;
		left: 43.75%
	}
	.medium-pull-7 {
		position: relative;
		left: -43.75%
	}
	.medium-offset-6 {
		margin-left: 37.5%
	}
	.medium-8 {
		width: 50%
	}
	.medium-push-8 {
		position: relative;
		left: 50%
	}
	.medium-pull-8 {
		position: relative;
		left: -50%
	}
	.medium-offset-7 {
		margin-left: 43.75%
	}
	.medium-9 {
		width: 56.25%
	}
	.medium-push-9 {
		position: relative;
		left: 56.25%
	}
	.medium-pull-9 {
		position: relative;
		left: -56.25%
	}
	.medium-offset-8 {
		margin-left: 50%
	}
	.medium-10 {
		width: 62.5%
	}
	.medium-push-10 {
		position: relative;
		left: 62.5%
	}
	.medium-pull-10 {
		position: relative;
		left: -62.5%
	}
	.medium-offset-9 {
		margin-left: 56.25%
	}
	.medium-11 {
		width: 68.75%
	}
	.medium-push-11 {
		position: relative;
		left: 68.75%
	}
	.medium-pull-11 {
		position: relative;
		left: -68.75%
	}
	.medium-offset-10 {
		margin-left: 62.5%
	}
	.medium-12 {
		width: 75%
	}
	.medium-push-12 {
		position: relative;
		left: 75%
	}
	.medium-pull-12 {
		position: relative;
		left: -75%
	}
	.medium-offset-11 {
		margin-left: 68.75%
	}
	.medium-13 {
		width: 81.25%
	}
	.medium-push-13 {
		position: relative;
		left: 81.25%
	}
	.medium-pull-13 {
		position: relative;
		left: -81.25%
	}
	.medium-offset-12 {
		margin-left: 75%
	}
	.medium-14 {
		width: 87.5%
	}
	.medium-push-14 {
		position: relative;
		left: 87.5%
	}
	.medium-pull-14 {
		position: relative;
		left: -87.5%
	}
	.medium-offset-13 {
		margin-left: 81.25%
	}
	.medium-15 {
		width: 93.75%
	}
	.medium-push-15 {
		position: relative;
		left: 93.75%
	}
	.medium-pull-15 {
		position: relative;
		left: -93.75%
	}
	.medium-offset-14 {
		margin-left: 87.5%
	}
	.medium-16 {
		width: 100%
	}
	.medium-offset-15 {
		margin-left: 93.75%
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		width: 100%;
		float: left
	}
	.medium-up-1>.column:nth-of-type(1n),
	.medium-up-1>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-1>.column:nth-of-type(1n+1),
	.medium-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}
	.medium-up-1>.column:last-child,
	.medium-up-1>.columns:last-child {
		float: left
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		width: 50%;
		float: left
	}
	.medium-up-2>.column:nth-of-type(1n),
	.medium-up-2>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-2>.column:nth-of-type(2n+1),
	.medium-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}
	.medium-up-2>.column:last-child,
	.medium-up-2>.columns:last-child {
		float: left
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		width: 33.33333%;
		float: left
	}
	.medium-up-3>.column:nth-of-type(1n),
	.medium-up-3>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-3>.column:nth-of-type(3n+1),
	.medium-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}
	.medium-up-3>.column:last-child,
	.medium-up-3>.columns:last-child {
		float: left
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		width: 25%;
		float: left
	}
	.medium-up-4>.column:nth-of-type(1n),
	.medium-up-4>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-4>.column:nth-of-type(4n+1),
	.medium-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}
	.medium-up-4>.column:last-child,
	.medium-up-4>.columns:last-child {
		float: left
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		width: 20%;
		float: left
	}
	.medium-up-5>.column:nth-of-type(1n),
	.medium-up-5>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-5>.column:nth-of-type(5n+1),
	.medium-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}
	.medium-up-5>.column:last-child,
	.medium-up-5>.columns:last-child {
		float: left
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		width: 16.66667%;
		float: left
	}
	.medium-up-6>.column:nth-of-type(1n),
	.medium-up-6>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-6>.column:nth-of-type(6n+1),
	.medium-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}
	.medium-up-6>.column:last-child,
	.medium-up-6>.columns:last-child {
		float: left
	}
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.medium-collapse .row {
		margin-left: 0;
		margin-right: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}

@media screen and (min-width:64em) {
	.large-1 {
		width: 6.25%
	}
	.large-push-1 {
		position: relative;
		left: 6.25%
	}
	.large-pull-1 {
		position: relative;
		left: -6.25%
	}
	.large-offset-0 {
		margin-left: 0
	}
	.large-2 {
		width: 12.5%
	}
	.large-push-2 {
		position: relative;
		left: 12.5%
	}
	.large-pull-2 {
		position: relative;
		left: -12.5%
	}
	.large-offset-1 {
		margin-left: 6.25%
	}
	.large-3 {
		width: 18.75%
	}
	.large-push-3 {
		position: relative;
		left: 18.75%
	}
	.large-pull-3 {
		position: relative;
		left: -18.75%
	}
	.large-offset-2 {
		margin-left: 12.5%
	}
	.large-4 {
		width: 25%
	}
	.large-push-4 {
		position: relative;
		left: 25%
	}
	.large-pull-4 {
		position: relative;
		left: -25%
	}
	.large-offset-3 {
		margin-left: 18.75%
	}
	.large-5 {
		width: 31.25%
	}
	.large-push-5 {
		position: relative;
		left: 31.25%
	}
	.large-pull-5 {
		position: relative;
		left: -31.25%
	}
	.large-offset-4 {
		margin-left: 25%
	}
	.large-6 {
		width: 37.5%
	}
	.large-push-6 {
		position: relative;
		left: 37.5%
	}
	.large-pull-6 {
		position: relative;
		left: -37.5%
	}
	.large-offset-5 {
		margin-left: 31.25%
	}
	.large-7 {
		width: 43.75%
	}
	.large-push-7 {
		position: relative;
		left: 43.75%
	}
	.large-pull-7 {
		position: relative;
		left: -43.75%
	}
	.large-offset-6 {
		margin-left: 37.5%
	}
	.large-8 {
		width: 50%
	}
	.large-push-8 {
		position: relative;
		left: 50%
	}
	.large-pull-8 {
		position: relative;
		left: -50%
	}
	.large-offset-7 {
		margin-left: 43.75%
	}
	.large-9 {
		width: 56.25%
	}
	.large-push-9 {
		position: relative;
		left: 56.25%
	}
	.large-pull-9 {
		position: relative;
		left: -56.25%
	}
	.large-offset-8 {
		margin-left: 50%
	}
	.large-10 {
		width: 62.5%
	}
	.large-push-10 {
		position: relative;
		left: 62.5%
	}
	.large-pull-10 {
		position: relative;
		left: -62.5%
	}
	.large-offset-9 {
		margin-left: 56.25%
	}
	.large-11 {
		width: 68.75%
	}
	.large-push-11 {
		position: relative;
		left: 68.75%
	}
	.large-pull-11 {
		position: relative;
		left: -68.75%
	}
	.large-offset-10 {
		margin-left: 62.5%
	}
	.large-12 {
		width: 75%
	}
	.large-push-12 {
		position: relative;
		left: 75%
	}
	.large-pull-12 {
		position: relative;
		left: -75%
	}
	.large-offset-11 {
		margin-left: 68.75%
	}
	.large-13 {
		width: 81.25%
	}
	.large-push-13 {
		position: relative;
		left: 81.25%
	}
	.large-pull-13 {
		position: relative;
		left: -81.25%
	}
	.large-offset-12 {
		margin-left: 75%
	}
	.large-14 {
		width: 87.5%
	}
	.large-push-14 {
		position: relative;
		left: 87.5%
	}
	.large-pull-14 {
		position: relative;
		left: -87.5%
	}
	.large-offset-13 {
		margin-left: 81.25%
	}
	.large-15 {
		width: 93.75%
	}
	.large-push-15 {
		position: relative;
		left: 93.75%
	}
	.large-pull-15 {
		position: relative;
		left: -93.75%
	}
	.large-offset-14 {
		margin-left: 87.5%
	}
	.large-16 {
		width: 100%
	}
	.large-offset-15 {
		margin-left: 93.75%
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		width: 100%;
		float: left
	}
	.large-up-1>.column:nth-of-type(1n),
	.large-up-1>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-1>.column:nth-of-type(1n+1),
	.large-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}
	.large-up-1>.column:last-child,
	.large-up-1>.columns:last-child {
		float: left
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		width: 50%;
		float: left
	}
	.large-up-2>.column:nth-of-type(1n),
	.large-up-2>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-2>.column:nth-of-type(2n+1),
	.large-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}
	.large-up-2>.column:last-child,
	.large-up-2>.columns:last-child {
		float: left
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		width: 33.33333%;
		float: left
	}
	.large-up-3>.column:nth-of-type(1n),
	.large-up-3>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-3>.column:nth-of-type(3n+1),
	.large-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}
	.large-up-3>.column:last-child,
	.large-up-3>.columns:last-child {
		float: left
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		width: 25%;
		float: left
	}
	.large-up-4>.column:nth-of-type(1n),
	.large-up-4>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-4>.column:nth-of-type(4n+1),
	.large-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}
	.large-up-4>.column:last-child,
	.large-up-4>.columns:last-child {
		float: left
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		width: 20%;
		float: left
	}
	.large-up-5>.column:nth-of-type(1n),
	.large-up-5>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-5>.column:nth-of-type(5n+1),
	.large-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}
	.large-up-5>.column:last-child,
	.large-up-5>.columns:last-child {
		float: left
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		width: 16.66667%;
		float: left
	}
	.large-up-6>.column:nth-of-type(1n),
	.large-up-6>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-6>.column:nth-of-type(6n+1),
	.large-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}
	.large-up-6>.column:last-child,
	.large-up-6>.columns:last-child {
		float: left
	}
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.large-collapse .row {
		margin-left: 0;
		margin-right: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic;
	line-height: inherit
}

strong,
b {
	font-weight: 700;
	line-height: inherit
}

small {
	font-size: 70%;
	line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Luckiest Guy, cursive;
	font-weight: 400;
	font-style: normal;
	color: #c5db3b;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #231a1e;
	line-height: 0
}

h1 {
	font-size: 1.6rem
}

h2 {
	font-size: 1.33333rem
}

h3 {
	font-size: 1.26667rem
}

h4 {
	font-size: 1.2rem
}

h5 {
	font-size: 1.13333rem
}

h6 {
	font-size: 1.06667rem
}

@media screen and (min-width:40em) {
	h1 {
		font-size: 3.2rem
	}
	h2 {
		font-size: 2.46667rem
	}
	h3 {
		font-size: 2.13333rem
	}
	h4 {
		font-size: 1.66667rem
	}
	h5 {
		font-size: 1.33333rem
	}
	h6 {
		font-size: 1.26667rem
	}
}

a {
	color: #c5db3b;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer
}

a:hover,
a:focus {
	color: #b3ca25
}

a img {
	border: 0
}

hr {
	max-width: 78.66667rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #231a1e;
	border-left: 0;
	margin: 1.33333rem auto;
	clear: both
}

ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside
}

li {
	font-size: inherit
}

ul {
	list-style-type: disc;
	margin-left: 1.25rem
}

ol {
	margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700
}

blockquote {
	margin: 0 0 1rem;
	padding: .6rem 1.33333rem 0 1.26667rem;
	border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}

cite {
	display: block;
	font-size: .86667rem;
	color: #8a8a8a
}

cite:before {
	content: '\2014 \0020'
}

abbr {
	color: #fff;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a
}

code {
	font-family: Consolas, Liberation Mono, Courier, monospace;
	font-weight: 400;
	color: #231a1e;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: .13333rem .33333rem .06667rem
}

kbd {
	padding: .13333rem .26667rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Consolas, Liberation Mono, Courier, monospace
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a
}

.lead {
	font-size: 18.75px;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

.no-bullet {
	margin-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media screen and (min-width:40em) {
	.medium-text-left {
		text-align: left
	}
	.medium-text-right {
		text-align: right
	}
	.medium-text-center {
		text-align: center
	}
	.medium-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:64em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}

.show-for-print {
	display: none!important
}

@media print {
	* {
		background: transparent!important;
		color: black!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	.show-for-print {
		display: block!important
	}
	.hide-for-print {
		display: none!important
	}
	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 {
		display: table-cell!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	@page {
		margin: .5cm
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: .7em 1em;
	margin: 0 0 1rem;
	font-size: .9rem;
	background-color: #c5db3b;
	color: #fff
}

[data-whatinput=mouse] .button {
	outline: 0
}

.button:hover,
.button:focus {
	background-color: #b1c825;
	color: #fff
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .75rem
}

.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.button.primary {
	background-color: #c5db3b;
	color: #fff
}

.button.primary:hover,
.button.primary:focus {
	background-color: #a7bc23;
	color: #fff
}

.button.secondary {
	background-color: #231a1e;
	color: #fff
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #1c1518;
	color: #fff
}

.button.success {
	background-color: #83c657;
	color: #fff
}

.button.success:hover,
.button.success:focus {
	background-color: #66aa3a;
	color: #fff
}

.button.warning {
	background-color: #f8be38;
	color: #fff
}

.button.warning:hover,
.button.warning:focus {
	background-color: #eba608;
	color: #fff
}

.button.alert {
	background-color: #e74c48;
	color: #fff
}

.button.alert:hover,
.button.alert:focus {
	background-color: #d6211c;
	color: #fff
}

.button.hollow {
	border: 1px solid #c5db3b;
	color: #c5db3b
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #687516;
	color: #687516
}

.button.hollow.primary {
	border: 1px solid #c5db3b;
	color: #c5db3b
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #687516;
	color: #687516
}

.button.hollow.secondary {
	border: 1px solid #231a1e;
	color: #231a1e
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #120d0f;
	color: #120d0f
}

.button.hollow.success {
	border: 1px solid #83c657;
	color: #83c657
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #406a24;
	color: #406a24
}

.button.hollow.warning {
	border: 1px solid #f8be38;
	color: #f8be38
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #936805;
	color: #936805
}

.button.hollow.alert {
	border: 1px solid #e74c48;
	color: #e74c48
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #861412;
	color: #861412
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed;
	pointer-events: none
}

.button.dropdown:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	border-color: #fff transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: relative;
	top: .4em;
	float: right;
	margin-left: 1em;
	display: inline-block
}

.button.arrow-only:after {
	margin-left: 0;
	float: none;
	top: -.1em
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.53333rem;
	padding: .53333rem;
	border: 1px solid #171114;
	margin: 0 0 1.06667rem;
	font-family: inherit;
	font-size: 1rem;
	color: #fff;
	background-color: #231a1e;
	box-shadow: inset 0 0 0 rgba(10, 10, 10, 0);
	border-radius: 0;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
	border: 1px solid #171114;
	background-color: #231a1e;
	outline: none;
	box-shadow: 0 0 5px rgba(239, 239, 239, .13);
	transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input::placeholder,
textarea::placeholder {
	color: rgba(255, 255, 255, .5)
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #231a1e;
	cursor: default
}

[type=submit],
[type=button] {
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none
}

input[type=search] {
	box-sizing: border-box
}

[type=file],
[type=checkbox],
[type=radio] {
	margin: 0 0 1.06667rem
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	margin-left: .53333rem;
	margin-right: 1.06667rem;
	margin-bottom: 0;
	vertical-align: baseline
}

label>[type=checkbox],
label>[type=radio] {
	margin-right: .53333rem
}

[type=file] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: .93333rem;
	font-weight: 400;
	line-height: 1.8;
	color: #fff
}

label.middle {
	margin: 0 0 1.06667rem;
	padding: .6rem 0
}

.help-text {
	margin-top: -.53333rem;
	font-size: .86667rem;
	font-style: italic;
	color: #fff
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1.06667rem
}

.input-group>:first-child {
	border-radius: 0
}

.input-group>:last-child>* {
	border-radius: 0
}

.input-group-label,
.input-group-field,
.input-group-button {
	margin: 0;
	display: table-cell;
	vertical-align: middle
}

.input-group-label {
	text-align: center;
	padding: 0 1rem;
	background: #e6e6e6;
	color: #0a0a0a;
	border: 1px solid #cacaca;
	white-space: nowrap;
	width: 1%;
	height: 100%
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0;
	height: 2.6rem
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
	width: 1%
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
	margin: 0
}

.input-group .input-group-button {
	display: table-cell
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0
}

legend {
	margin-bottom: .53333rem;
	max-width: 100%
}

.fieldset {
	border: 1px solid #cacaca;
	padding: 1.33333rem;
	margin: 1.2rem 0
}

.fieldset legend {
	background: #302429;
	padding: 0 .2rem;
	margin: 0;
	margin-left: -.2rem
}

select {
	height: 2.53333rem;
	padding: .53333rem;
	border: 1px solid #171114;
	margin: 0 0 1.06667rem;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #fff;
	background-color: #231a1e;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill:rgb%28255,255,255%29"></polygon></svg>');
	background-size: 9px 6px;
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat
}

@media screen and (min-width:0\0) {
	select {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==)
	}
}

select:disabled {
	background-color: #231a1e;
	cursor: default
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto
}

.is-invalid-input:not(:focus) {
	background-color: rgba(231, 76, 72, .1);
	border-color: #e74c48
}

.is-invalid-label {
	color: #e74c48
}

.form-error {
	display: none;
	margin-top: -.53333rem;
	margin-bottom: 1.06667rem;
	font-size: .8rem;
	font-weight: 700;
	color: #e74c48
}

.form-error.is-visible {
	display: block
}

input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	margin-top: .45rem;
	margin-bottom: .45rem;
	border: 0;
	line-height: 1
}

input[type=range]:focus {
	outline: 0
}

input[type=range][disabled] {
	opacity: .25
}

input[type=range]::-webkit-slider-runnable-track {
	height: .5rem;
	background: #e6e6e6
}

input[type=range]::-webkit-slider-handle {
	-webkit-appearance: none;
	background: #c5db3b;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: -.45rem
}

input[type=range]::-moz-range-track {
	-moz-appearance: none;
	height: .5rem;
	background: #e6e6e6
}

input[type=range]::-moz-range-thumb {
	-moz-appearance: none;
	background: #c5db3b;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: -.45rem
}

input[type=range]::-ms-track {
	height: .5rem;
	background: #e6e6e6;
	color: transparent;
	border: 0;
	overflow: visible;
	border-top: .45rem solid #302429;
	border-bottom: .45rem solid #302429
}

input[type=range]::-ms-thumb {
	background: #c5db3b;
	width: 1.4rem;
	height: 1.4rem;
	border: 0
}

input[type=range]::-ms-fill-lower {
	background: #cacaca
}

input[type=range]::-ms-fill-upper {
	background: #e6e6e6
}

output {
	line-height: 1.4rem;
	vertical-align: middle;
	margin-left: .5em
}

.accordion {
	list-style-type: none;
	background: #231a1e;
	border: 1px solid #1b1417;
	border-bottom: 0;
	border-radius: 0;
	margin-left: 0
}

.accordion-title {
	display: block;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: .8rem;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #1b1417
}

.accordion-title:hover,
.accordion-title:focus {
	background-color: #302429
}

.accordion-title:before {
	content: '+';
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -.5rem
}

.is-active>.accordion-title:before {
	content: '–'
}

.accordion-content {
	padding: 1rem;
	display: none;
	border-bottom: 1px solid #1b1417;
	background-color: #231a1e
}

.badge {
	display: inline-block;
	padding: .3em;
	min-width: 2.1em;
	font-size: .6rem;
	text-align: center;
	border-radius: 50%;
	background: #c5db3b;
	color: #fff
}

.badge.secondary {
	background: #231a1e;
	color: #fff
}

.badge.success {
	background: #83c657;
	color: #fff
}

.badge.warning {
	background: #f8be38;
	color: #fff
}

.badge.alert {
	background: #e74c48;
	color: #fff
}

.breadcrumbs {
	list-style: none;
	margin: 0 0 1rem
}

.breadcrumbs:before,
.breadcrumbs:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.breadcrumbs:after {
	clear: both
}

.breadcrumbs li {
	float: left;
	color: #0a0a0a;
	font-size: .73333rem;
	cursor: default;
	text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
	color: #cacaca;
	content: "/";
	margin: 0 .75rem;
	position: relative;
	top: 1px;
	opacity: 1
}

.breadcrumbs a {
	color: #c5db3b
}

.breadcrumbs a:hover {
	text-decoration: underline
}

.breadcrumbs .disabled {
	color: #cacaca
}

.callout {
	margin: 0 0 1rem;
	padding: 1rem;
	border: 1px solid #231a1e;
	border-radius: 0;
	position: relative;
	color: #fff;
	background-color: #3d2d34
}

.callout>:first-child {
	margin-top: 0
}

.callout>:last-child {
	margin-bottom: 0
}

.callout.primary {
	background-color: #cbdf4f
}

.callout.secondary {
	background-color: #3d2d34
}

.callout.success {
	background-color: #8fcc68
}

.callout.warning {
	background-color: #f9c54c
}

.callout.alert {
	background-color: #e95e5a
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer
}

[data-whatinput=mouse] .close-button {
	outline: 0
}

.close-button:hover,
.close-button:focus {
	color: #0a0a0a
}

.menu {
	margin: 0;
	list-style-type: none
}

.menu>li {
	display: table-cell;
	vertical-align: middle
}

[data-whatinput=mouse] .menu>li {
	outline: 0
}

.menu>li>a {
	display: block;
	padding: .7rem 1rem;
	line-height: 1
}

.menu input,
.menu a,
.menu button {
	margin-bottom: 0
}

.menu>li>a img,
.menu>li>a i {
	vertical-align: middle
}

.menu>li>a i+span,
.menu>li>a img+span {
	vertical-align: middle
}

.menu>li>a img,
.menu>li>a i {
	margin-right: .25rem;
	display: inline-block
}

.menu>li {
	display: table-cell
}

.menu.vertical>li {
	display: block
}

@media screen and (min-width:40em) {
	.menu.medium-horizontal>li {
		display: table-cell
	}
	.menu.medium-vertical>li {
		display: block
	}
}

@media screen and (min-width:64em) {
	.menu.large-horizontal>li {
		display: table-cell
	}
	.menu.large-vertical>li {
		display: block
	}
}

.menu.simple li {
	line-height: 1;
	display: inline-block;
	margin-right: 1rem
}

.menu.simple a {
	padding: 0
}

.menu.align-right:before,
.menu.align-right:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.menu.align-right:after {
	clear: both
}

.menu.align-right>li {
	float: right
}

.menu.expanded {
	width: 100%;
	display: table;
	table-layout: fixed
}

.menu.expanded>li:first-child:last-child {
	width: 100%
}

.menu.icon-top>li>a {
	text-align: center
}

.menu.icon-top>li>a img,
.menu.icon-top>li>a i {
	display: block;
	margin: 0 auto .25rem
}

.menu.nested {
	margin-left: 1rem
}

.menu .active>a {
	color: #fff;
	background: #c5db3b
}

.menu-text {
	font-weight: 700;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: .7rem 1rem
}

.menu-centered {
	text-align: center
}

.menu-centered>.menu {
	display: inline-block
}

.no-js [data-responsive-menu] ul {
	display: none
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px
}

.menu-icon:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff
}

.menu-icon:hover:after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px
}

.menu-icon.dark:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover:after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.is-drilldown {
	position: relative;
	overflow: hidden
}

.is-drilldown li {
	display: block!important
}

.is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fff;
	transition: transform .15s linear
}

.is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
	transform: translateX(100%)
}

.is-drilldown-submenu-parent>a {
	position: relative
}

.is-drilldown-submenu-parent>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent #c5db3b;
	border-left-style: solid;
	border-right-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}

.js-drilldown-back>a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent #c5db3b transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem
}

.dropdown-pane {
	background-color: #302429;
	border: 1px solid #cacaca;
	border-radius: 0;
	display: block;
	font-size: 1rem;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10
}

.dropdown-pane.is-open {
	visibility: visible
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.large {
	width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 1.5rem;
	position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #c5db3b transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	margin-top: -2px
}

[data-whatinput=mouse] .dropdown.menu a {
	outline: 0
}

.no-js .dropdown.menu ul {
	display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}

.dropdown.menu.vertical>li.opens-left .is-dropdown-submenu {
	left: auto;
	right: 100%
}

.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu {
	right: auto;
	left: 100%
}

.dropdown.menu.vertical>li>a:after {
	right: 14px;
	margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #c5db3b transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}

.dropdown.menu.vertical>li.opens-right>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #c5db3b;
	border-left-style: solid;
	border-right-width: 0
}

@media screen and (min-width:40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%
	}
	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		padding-right: 1.5rem;
		position: relative
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #c5db3b transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px
	}
	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.medium-vertical>li.opens-left .is-dropdown-submenu {
		left: auto;
		right: 100%
	}
	.dropdown.menu.medium-vertical>li.opens-right .is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.medium-vertical>li>a:after {
		right: 14px;
		margin-top: -3px
	}
	.dropdown.menu.medium-vertical>li.opens-left>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #c5db3b transparent transparent;
		border-right-style: solid;
		border-left-width: 0
	}
	.dropdown.menu.medium-vertical>li.opens-right>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #c5db3b;
		border-left-style: solid;
		border-right-width: 0
	}
}

@media screen and (min-width:64em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%
	}
	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		padding-right: 1.5rem;
		position: relative
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #c5db3b transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px
	}
	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.large-vertical>li.opens-left .is-dropdown-submenu {
		left: auto;
		right: 100%
	}
	.dropdown.menu.large-vertical>li.opens-right .is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.large-vertical>li>a:after {
		right: 14px;
		margin-top: -3px
	}
	.dropdown.menu.large-vertical>li.opens-left>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #c5db3b transparent transparent;
		border-right-style: solid;
		border-left-width: 0
	}
	.dropdown.menu.large-vertical>li.opens-right>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #c5db3b;
		border-left-style: solid;
		border-right-width: 0
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	left: auto;
	right: 0
}

.is-dropdown-menu.vertical {
	width: 100px
}

.is-dropdown-menu.vertical.align-right {
	float: right
}

.is-dropdown-submenu-parent {
	position: relative
}

.is-dropdown-submenu-parent a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
	top: 100%
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}

.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	z-index: 1;
	background: #fff;
	border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
	right: 14px;
	margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #c5db3b transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #c5db3b;
	border-left-style: solid;
	border-right-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}

.is-dropdown-submenu>li {
	width: 100%
}

.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu,
.is-dropdown-submenu.js-dropdown-active {
	display: block
}

.flex-video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 1.06667rem;
	overflow: hidden
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-video.widescreen {
	padding-bottom: 56.25%
}

.flex-video.vimeo {
	padding-top: 0
}

.label {
	display: inline-block;
	padding: .33333rem .5rem;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: 0;
	background: #c5db3b;
	color: #fff
}

.label.secondary {
	background: #231a1e;
	color: #fff
}

.label.success {
	background: #83c657;
	color: #fff
}

.label.warning {
	background: #f8be38;
	color: #fff
}

.label.alert {
	background: #e74c48;
	color: #fff
}

.media-object {
	margin-bottom: 1rem;
	display: block
}

.media-object img {
	max-width: none
}

@media screen and (max-width:39.9375em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block
	}
	.media-object.stack-for-small .media-object-section img {
		width: 100%
	}
}

.media-object-section {
	display: table-cell;
	vertical-align: top
}

.media-object-section:first-child {
	padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}

.media-object-section.middle {
	vertical-align: middle
}

.media-object-section.bottom {
	vertical-align: bottom
}

html,
body {
	height: 100%
}

.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	transition: transform .5s ease
}

.off-canvas-wrapper-inner:before,
.off-canvas-wrapper-inner:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.off-canvas-wrapper-inner:after {
	clear: both
}

.off-canvas-content {
	min-height: 100%;
	background: #302429;
	transition: transform .5s ease;
	backface-visibility: hidden;
	z-index: 1;
	padding-bottom: .1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, .5)
}

.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .25);
	cursor: pointer;
	transition: background .5s ease
}

.off-canvas {
	position: absolute;
	background: #e6e6e6;
	z-index: -1;
	max-height: 100%;
	overflow-y: auto;
	transform: translateX(0)
}

[data-whatinput=mouse] .off-canvas {
	outline: 0
}

.off-canvas.position-left {
	left: -250px;
	top: 0;
	width: 250px
}

.is-open-left {
	transform: translateX(250px)
}

.off-canvas.position-right {
	right: -250px;
	top: 0;
	width: 250px
}

.is-open-right {
	transform: translateX(-250px)
}

@media screen and (min-width:40em) {
	.position-left.reveal-for-medium {
		left: 0;
		z-index: auto;
		position: fixed
	}
	.position-left.reveal-for-medium~.off-canvas-content {
		margin-left: 250px
	}
	.position-right.reveal-for-medium {
		right: 0;
		z-index: auto;
		position: fixed
	}
	.position-right.reveal-for-medium~.off-canvas-content {
		margin-right: 250px
	}
}

@media screen and (min-width:64em) {
	.position-left.reveal-for-large {
		left: 0;
		z-index: auto;
		position: fixed
	}
	.position-left.reveal-for-large~.off-canvas-content {
		margin-left: 250px
	}
	.position-right.reveal-for-large {
		right: 0;
		z-index: auto;
		position: fixed
	}
	.position-right.reveal-for-large~.off-canvas-content {
		margin-right: 250px
	}
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}

.pagination:before,
.pagination:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.pagination:after {
	clear: both
}

.pagination li {
	font-size: 1.2rem;
	margin-right: .33333rem;
	border-radius: 0;
	display: none
}

.pagination li:last-child,
.pagination li:first-child {
	display: inline-block
}

@media screen and (min-width:40em) {
	.pagination li {
		display: inline-block
	}
}

.pagination a,
.pagination button {
	color: #0a0a0a;
	display: block;
	padding: .2rem .66667rem;
	border-radius: 0
}

.pagination a:hover,
.pagination button:hover {
	background: rgba(255, 255, 255, 0)
}

.pagination .current {
	padding: .2rem .66667rem;
	background: #c5db3b;
	color: #fff;
	cursor: default
}

.pagination .disabled {
	padding: .2rem .66667rem;
	color: #cacaca;
	cursor: default
}

.pagination .disabled:hover {
	background: transparent
}

.pagination .ellipsis:after {
	content: '\2026';
	padding: .2rem .66667rem;
	color: #fff
}

.pagination-previous a:before,
.pagination-previous.disabled:before {
	content: '\00ab';
	display: inline-block;
	margin-right: .5rem
}

.pagination-next a:after,
.pagination-next.disabled:after {
	content: '\00bb';
	display: inline-block;
	margin-left: .5rem
}

.progress {
	background-color: #cacaca;
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0
}

.progress.primary .progress-meter {
	background-color: #c5db3b
}

.progress.secondary .progress-meter {
	background-color: #231a1e
}

.progress.success .progress-meter {
	background-color: #83c657
}

.progress.warning .progress-meter {
	background-color: #f8be38
}

.progress.alert .progress-meter {
	background-color: #e74c48
}

.progress-meter {
	position: relative;
	display: block;
	width: 0;
	height: 100%;
	background-color: #c5db3b
}

.progress-meter-text {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: .75rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap
}

progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background: #cacaca;
	border: 0
}

progress::-webkit-progress-bar {
	background: #cacaca;
	border-radius: 0
}

progress::-webkit-progress-value {
	background: #c5db3b;
	border-radius: 0
}

progress::-moz-progress-bar {
	background: #c5db3b;
	border-radius: 0
}

progress.primary {
	color: #c5db3b
}

progress.primary::-webkit-progress-value {
	background: #c5db3b
}

progress.primary::-moz-progress-bar {
	background: #c5db3b
}

progress.secondary {
	color: #231a1e
}

progress.secondary::-webkit-progress-value {
	background: #231a1e
}

progress.secondary::-moz-progress-bar {
	background: #231a1e
}

progress.success {
	color: #83c657
}

progress.success::-webkit-progress-value {
	background: #83c657
}

progress.success::-moz-progress-bar {
	background: #83c657
}

progress.warning {
	color: #f8be38
}

progress.warning::-webkit-progress-value {
	background: #f8be38
}

progress.warning::-moz-progress-bar {
	background: #f8be38
}

progress.alert {
	color: #e74c48
}

progress.alert::-webkit-progress-value {
	background: #e74c48
}

progress.alert::-moz-progress-bar {
	background: #e74c48
}

meter {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: 1rem;
	margin-bottom: 1rem;
	background: #cacaca;
	border: 0
}

meter::-webkit-meter-bar {
	background: #cacaca
}

meter::-webkit-meter-optimum-value {
	background: #83c657
}

meter::-webkit-meter-suboptimum-value {
	background: #f8be38
}

meter::-webkit-meter-even-less-good-value {
	background: #e74c48
}

meter::-moz-meter-bar {
	background: #c5db3b
}

meter:-moz-meter-optimum::-moz-meter-bar {
	background: #83c657
}

meter:-moz-meter-sub-optimum::-moz-meter-bar {
	background: #f8be38
}

meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
	background: #e74c48
}

.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	user-select: none;
	touch-action: none
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	background-color: #cacaca;
	transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
	transition: all 0s linear
}

.slider-handle {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #c5db3b;
	transition: all .2s ease-in-out;
	touch-action: manipulation;
	border-radius: 0
}

[data-whatinput=mouse] .slider-handle {
	outline: 0
}

.slider-handle:hover {
	background-color: #b1c825
}

.slider-handle.is-dragging {
	transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	transform: scale(1, -1)
}

.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	transform: translateX(-50%)
}

.sticky-container {
	position: relative
}

.sticky {
	position: absolute;
	z-index: 0;
	transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5
}

.sticky.is-stuck.is-at-top {
	top: 0
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0
}

.sticky.is-anchored {
	position: absolute;
	left: auto;
	right: auto
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0
}

body.is-reveal-open {
	overflow: hidden
}

.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	background-color: rgba(10, 10, 10, .45);
	overflow-y: scroll
}

.reveal {
	display: none;
	z-index: 1006;
	padding: 1rem;
	border: 2px solid #1c1518;
	background-color: #302429;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto
}

[data-whatinput=mouse] .reveal {
	outline: 0
}

@media screen and (min-width:40em) {
	.reveal {
		min-height: 0
	}
}

.reveal .column,
.reveal .columns {
	min-width: 0
}

.reveal>:last-child {
	margin-bottom: 0
}

@media screen and (min-width:40em) {
	.reveal {
		width: 600px;
		max-width: 78.66667rem
	}
}

@media screen and (min-width:40em) {
	.reveal .reveal {
		left: auto;
		right: auto;
		margin: 0 auto
	}
}

.reveal.collapse {
	padding: 0
}

@media screen and (min-width:40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 78.66667rem
	}
}

@media screen and (min-width:40em) {
	.reveal.small {
		width: 50%;
		max-width: 78.66667rem
	}
}

@media screen and (min-width:40em) {
	.reveal.large {
		width: 90%;
		max-width: 78.66667rem
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin-left: 0;
	border: 0
}

@media screen and (max-width:39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0
	}
}

.reveal.without-overlay {
	position: fixed
}

.switch {
	margin-bottom: 1rem;
	outline: 0;
	position: relative;
	user-select: none;
	color: #fff;
	font-weight: 700;
	font-size: .93333rem
}

.switch-input {
	opacity: 0;
	position: absolute
}

.switch-paddle {
	background: #cacaca;
	cursor: pointer;
	display: block;
	position: relative;
	width: 4rem;
	height: 2rem;
	transition: all .25s ease-out;
	border-radius: 0;
	color: inherit;
	font-weight: inherit
}

input+.switch-paddle {
	margin: 0
}

.switch-paddle:after {
	background: #fff;
	content: '';
	display: block;
	position: absolute;
	height: 1.5rem;
	left: .25rem;
	top: .25rem;
	width: 1.5rem;
	transition: all .25s ease-out;
	transform: translate3d(0, 0, 0);
	border-radius: 0
}

input:checked~.switch-paddle {
	background: #c5db3b
}

input:checked~.switch-paddle:after {
	left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
	outline: 0
}

.switch-active,
.switch-inactive {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.switch-active {
	left: 8%;
	display: none
}

input:checked+label>.switch-active {
	display: block
}

.switch-inactive {
	right: 15%
}

input:checked+label>.switch-inactive {
	display: none
}

.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: .66667rem
}

.switch.tiny .switch-paddle:after {
	width: 1rem;
	height: 1rem
}

.switch.tiny input:checked~.switch-paddle:after {
	left: 1.75rem
}

.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: .8rem
}

.switch.small .switch-paddle:after {
	width: 1.25rem;
	height: 1.25rem
}

.switch.small input:checked~.switch-paddle:after {
	left: 2rem
}

.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1.06667rem
}

.switch.large .switch-paddle:after {
	width: 2rem;
	height: 2rem
}

.switch.large input:checked~.switch-paddle:after {
	left: 2.75rem
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

thead,
tbody,
tfoot {
	border: 1px solid #231a1e;
	background-color: #302429
}

caption {
	font-weight: 700;
	padding: .53333rem .66667rem .66667rem
}

thead,
tfoot {
	background: #36292e;
	color: #fff
}

thead tr,
tfoot tr {
	background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
	padding: .53333rem .66667rem .66667rem;
	font-weight: 700;
	text-align: left
}

tbody tr:nth-child(even) {
	background-color: #3c2d33
}

tbody th,
tbody td {
	padding: .53333rem .66667rem .66667rem
}

@media screen and (max-width:63.9375em) {
	table.stack thead {
		display: none
	}
	table.stack tfoot {
		display: none
	}
	table.stack tr,
	table.stack th,
	table.stack td {
		display: block
	}
	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover tr:hover {
	background-color: #2a2024
}

table.hover tr:nth-of-type(even):hover {
	background-color: #1c1518
}

.table-scroll {
	overflow-x: auto
}

.table-scroll table {
	width: auto
}

.tabs {
	margin: 0;
	list-style-type: none;
	background: #302429;
	border: 1px solid #231a1e
}

.tabs:before,
.tabs:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.tabs:after {
	clear: both
}

.tabs.vertical>li {
	width: auto;
	float: none;
	display: block
}

.tabs.simple>li>a {
	padding: 0
}

.tabs.simple>li>a:hover {
	background: transparent
}

.tabs.primary {
	background: #c5db3b
}

.tabs.primary>li>a {
	color: #fff
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
	background: #c2d92f
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	line-height: 1;
	font-size: .93333rem
}

.tabs-title>a:hover {
	background: #231a1e
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
	background: #231a1e
}

.tabs-content {
	background: #302429;
	transition: all .5s ease;
	border: 1px solid #231a1e;
	border-top: 0
}

.tabs-content.vertical {
	border: 1px solid #231a1e;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: 1rem
}

.tabs-panel.is-active {
	display: block
}

.thumbnail {
	border: solid 5px #c5db3b;
	box-shadow: 0 4px 0 0 rgba(10, 10, 10, .2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 1rem
}

.thumbnail:hover,
.thumbnail:focus {
	box-shadow: 0 0 5px 0 rgba(197, 219, 59, .5)
}

.title-bar {
	background: #0a0a0a;
	color: #fff;
	padding: .5rem
}

.title-bar:before,
.title-bar:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.title-bar:after {
	clear: both
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .5rem
}

.title-bar-left {
	float: left
}

.title-bar-right {
	float: right;
	text-align: right
}

.title-bar-title {
	font-weight: 700;
	vertical-align: middle;
	display: inline-block
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px
}

.menu-icon.dark:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover:after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.has-tip {
	border-bottom: dotted 1px #8a8a8a;
	font-weight: 700;
	position: relative;
	display: inline-block;
	cursor: help
}

.tooltip {
	background-color: #0a0a0a;
	color: #fff;
	font-size: 70%;
	padding: .75rem;
	position: absolute;
	z-index: 10;
	top: calc(100% + .6495rem);
	max-width: 10rem!important;
	border-radius: 0
}

.tooltip:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: transparent transparent #0a0a0a;
	border-bottom-style: solid;
	border-top-width: 0;
	bottom: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.tooltip.top:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: #0a0a0a transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	top: 100%;
	bottom: auto
}

.tooltip.left:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: transparent transparent transparent #0a0a0a;
	border-left-style: solid;
	border-right-width: 0;
	bottom: auto;
	left: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.tooltip.right:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	border-color: transparent #0a0a0a transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.top-bar {
	padding: .5rem
}

.top-bar:before,
.top-bar:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.top-bar:after {
	clear: both
}

.top-bar,
.top-bar ul {
	background-color: #e6e6e6
}

.top-bar input {
	width: 200px;
	margin-right: 1rem
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}

.top-bar input.button {
	width: auto
}

@media screen and (max-width:39.9375em) {
	.stacked-for-small .top-bar-left,
	.stacked-for-small .top-bar-right {
		width: 100%
	}
}

@media screen and (max-width:63.9375em) {
	.stacked-for-medium .top-bar-left,
	.stacked-for-medium .top-bar-right {
		width: 100%
	}
}

@media screen and (max-width:74.9375em) {
	.stacked-for-large .top-bar-left,
	.stacked-for-large .top-bar-right {
		width: 100%
	}
}

.top-bar-left,
.top-bar-right {
	width: 100%
}

@media screen and (min-width:40em) {
	.top-bar-left,
	.top-bar-right {
		width: auto
	}
}

.top-bar-title {
	float: left;
	margin-right: 1rem
}

.top-bar-left {
	float: left
}

.top-bar-right {
	float: right
}

.hide {
	display: none!important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width:39.9375em) {
	.hide-for-small-only {
		display: none!important
	}
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
	.show-for-small-only {
		display: none!important
	}
}

@media screen and (min-width:40em) {
	.hide-for-medium {
		display: none!important
	}
}

@media screen and (max-width:39.9375em) {
	.show-for-medium {
		display: none!important
	}
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
	.hide-for-medium-only {
		display: none!important
	}
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
	.show-for-medium-only {
		display: none!important
	}
}

@media screen and (min-width:64em) {
	.hide-for-large {
		display: none!important
	}
}

@media screen and (max-width:63.9375em) {
	.show-for-large {
		display: none!important
	}
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
	.hide-for-large-only {
		display: none!important
	}
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
	.show-for-large-only {
		display: none!important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute!important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static!important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto
}

.show-for-landscape,
.hide-for-portrait {
	display: block!important
}

@media screen and (orientation:landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block!important
	}
}

@media screen and (orientation:portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none!important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none!important
}

@media screen and (orientation:landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none!important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1
}

.clearfix:after {
	clear: both
}

::-moz-selection {
	background: #c5db3b;
	color: #302429;
	text-shadow: none
}

::selection {
	background: #c5db3b;
	color: #302429;
	text-shadow: none
}

::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: .73333rem
}

:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: .73333rem
}

::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: .73333rem
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: .73333rem
}

body a {
	color: #fff
}

body a:hover,
body a:active,
body a:focus {
	color: #c5db3b
}

body p a {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	text-transform: uppercase
}

body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
	color: #c5db3b
}

body h1 a:hover,
body h1 a:active,
body h1 a:focus,
body h2 a:hover,
body h2 a:active,
body h2 a:focus,
body h3 a:hover,
body h3 a:active,
body h3 a:focus,
body h4 a:hover,
body h4 a:active,
body h4 a:focus,
body h5 a:hover,
body h5 a:active,
body h5 a:focus,
body h6 a:hover,
body h6 a:active,
body h6 a:focus {
	color: #fff
}

@media screen and (min-width:64em) {
	.hide-for-large {
		display: none
	}
}



#main-header {
	background: url(../images/backgrounds/bg-menu.png) repeat-x center top;
	z-index: 1001;
	height: 6.33333rem;
	margin-top: 1.66667rem;
	position: relative
}

#main-header .logo {
	margin-top: 1.4rem
}

@media screen and (min-width:64em) {
	#main-header .logo {
		margin-top: 1.2rem
	}
}

#main-header #main-nav ul.main-menu {
	text-align: right
}

@media screen and (min-width:64em) {
	#main-header #main-nav ul.main-menu {
		margin: 2.06667rem 0 0
	}
}

#main-header #main-nav ul.main-menu li {
	display: inline-block;
	margin-right: 2.66667rem
}

#main-header #main-nav ul.main-menu li:last-child {
	margin-right: 0
}

#main-header #main-nav ul.mobile-menu {
	text-align: center;
	margin: 0
}

#main-header #main-nav ul li a {
	font-size: 1.2rem;
	text-transform: uppercase;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in
}

#main-header #main-nav ul li a:hover,
#main-header #main-nav ul li a:active,
#main-header #main-nav ul li a:focus,
#main-header #main-nav ul li a.active {
	color: #c5db3b
}

.mobile-menu {
	display: none
}

@media screen and (max-width:63.9375em) {
	.main-menu {
		display: none
	}
	.mobile-menu {
		display: block;
		width: 100%;
		float: left;
		margin: 0!important
	}
}

.slicknav_btn {
	position: absolute;
	right: 14px;
	top: 26px;
	padding: 0
}

.slicknav_nav {
	width: 100%;
	list-style-type: none;
	text-align: center;
	float: right;
	text-transform: uppercase;
	position: absolute;
	top: 75px;
	left: 0;
	background: #302429;
	margin-left: 0;
	padding: 2rem 0
}

.slicknav_nav li {
	display: block;
	padding: .66667rem 0
}

.slicknav_menu {
	background: transparent;
	padding: 0
}

.slicknav_menu .slicknav_icon {
	display: none
}

.slicknav_btn {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	text-decoration: none;
	text-shadow: 0 none
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

#home-slider {
	position: relative;
	top: -250px;
	width: 100%;
	z-index: 500;
}

#home-slider .slick-slide {
	min-height: 745px;
	background-position: center center!important;
	background-repeat: no-repeat!important
}

#home-slider .slick-list {
	width: 100%!important
}

#home-slider .cta-text {
	position: absolute;
	top: 350px;
	width: 100%
}

#home-slider .cta-text p {
	font-size: 1.66666rem;
	color: #fff;
	margin-bottom: .33333rem;
	line-height: 3.33333rem
}

#home-slider .cta-text p span {
	background: url(../images/backgrounds/lettering-bg.png);
	padding: 0 .66667rem;
	text-transform: uppercase;
	line-height: 2.33333rem
}

#home-slider .cta-button {
	text-align: left;
	font-size: 2.33333rem;
	padding: .66667rem 1.66667rem;
	margin-top: 1rem
}

#home-slider .cta-button span {
	display: block;
	font-size: .73333rem;
	color: #57711c;
	text-transform: none;
	text-shadow: none;
	margin-top: .33333rem
}

.inner-slider {
	position: relative;
	top: -120px;
	width: 100%;
	z-index: 500
}

.inner-slider .slick-slide {
	min-height: 400px;
	background-position: center center!important;
	background-repeat: no-repeat!important
}

.inner-slider .slick-list {
	width: 100%!important
}

.content-top {
	background: url(../images/backgrounds/bg-body-top.png) repeat-x center top;
	height: 52px;
	margin-top: -140px;
	position: relative;
	z-index: 1000
}

.big-sep {
	background: url(../images/backgrounds/big-sep.png) repeat-x top left;
	height: 8px;
	margin: 1.66667rem 0
}

#main-content {
	background: #302429 url(../images/backgrounds/bg-body.jpg) no-repeat center top
}

.about-us-summary p {
	text-shadow: 0 1px 0 rgba(0, 0, 0, .55)
}

@media screen and (min-width:64em) {
	.about-us-summary p {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px
	}
}

a.read-more {
	color: #d6614f;
	display: block;
	margin-top: 1rem;
	text-transform: uppercase;
	text-align: left;
	font-size: .86667rem
}

@media screen and (min-width:64em) {
	a.read-more {
		text-align: right
	}
}

a.read-more:hover,
a.read-more:active,
a.read-more:focus {
	opacity: .9;
	filter: alpha(opactiy=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-khtml-opacity: .9;
	-moz-opacity: .9
}

#featured-games article {
	margin: 1.66667rem 0 2.33333rem
}

#featured-games article p {
	font-size: .93333rem
}

#featured-games article .image-container {
	position: relative
}

#featured-games article .image-container a.arrow-link {
	position: absolute;
	bottom: 20px;
	right: 5px
}

.notebook {
	margin-top: 3.33333rem
}

.notebook header {

	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid silver
}

.notebook header .title {
	color: #c5db3b;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	padding: .46667rem 0 .46667rem 1.33333rem;
	margin: 0
}

.notebook .notebook-pattern {

	padding: 1.33333rem 2rem 2.66667rem;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);

}

.notebook .blog-entries .entry {
	padding: 1rem 0
}

.notebook .blog-entries .entry .date {
	float: left;
	color: #c5db3b;
	font-size: 1.2rem;
	text-align: center
}

.notebook .blog-entries .entry .date p {
	margin-bottom: 0
}

.notebook .blog-entries .entry .date span {
	font-size: 2rem;
	line-height: 1.66667rem
}

@media screen and (min-width:64em) {
	.notebook .blog-entries .entry .article-preview {
		padding-left: .66667rem
	}
}

.notebook .blog-entries .entry .article-preview h6 {
	margin-bottom: 0
}

.notebook .blog-entries .entry .article-preview h6 a {
	color: #d6614f
}

.notebook .blog-entries .entry .article-preview p {
	color: white;
	margin-bottom: 0
}

.notebook .blog-entries .entry .article-preview a.link {
	color: #d6614f;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
	font-size: .86667rem
}

.notebook .blog-entries .entry .article-preview a.link:hover,
.notebook .blog-entries .entry .article-preview a.link:active,
.notebook .blog-entries .entry .article-preview a.link:focus {
	opacity: .8;
	filter: alpha(opactiy=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-khtml-opacity: .8;
	-moz-opacity: .8
}

.twitter-feed {
	margin-top: 3rem
}

.twitter-feed .icon-container {
	width: 10%;
	float: left
}

.twitter-feed .icon-container svg {
	fill: #c5db3b
}

.twitter-feed .triangle-container {
	width: 5%;
	float: left
}

.twitter-feed .triangle-container .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 21px 21px 0;
	border-color: transparent #fcfcfc transparent transparent;
	float: right
}

.twitter-feed .iframe-container {
	background: #fcfcfc;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px;
	width: 85%;
	float: left
}

.twitter-feed iframe {
	width: 100%!important
}

footer.main-footer {
	background: #231a1e url(../images/backgrounds/bg-footer-fill.png) repeat-x center top;
	padding: 2rem 0 1rem;
	margin-top: 6.66667rem
}

footer.main-footer p {
	font-size: .8rem;
	color: rgba(255, 255, 255, .6)
}

footer.main-footer p.copyright {
	margin: 0;
	vertical-align: middle;
	padding-top: .6rem;
	text-align: center
}

@media screen and (min-width:40em) {
	footer.main-footer p.copyright {
		text-align: right
	}
}

@media screen and (max-width:39.9375em) {
	.social-icons {
		text-align: center;
		margin-bottom: .66667rem
	}
}

.social-icons li {
	margin-right: .33333rem
}

.social-icons li:last-child {
	margin-right: 0
}

.social-icons li svg {
	fill: #0e0a0c;
	-webkit-filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .1));
	filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .1));
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in
}

.social-icons li svg:hover,
.social-icons li svg:active,
.social-icons li svg:focus {
	-webkit-filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .1));
	filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .1))
}

@media screen and (max-width:39.9375em) {
	.footer-logo {
		display: block;
		margin: 0 auto .33333rem
	}
}

.litebox-overlay,
.litebox-overlay>* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.litebox-overlay {
	display: none;
	width: 100%;
	min-width: 280px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

@-webkit-keyframes liteboxLoader {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes liteboxLoader {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes liteboxLoader {
	0% {
		-ms-transform: rotate(0deg)
	}
	100% {
		-ms-transform: rotate(360deg)
	}
}

@-o-keyframes liteboxLoader {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(360deg)
	}
}

@keyframes liteboxLoader {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.litebox-overlay .litebox-loader {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 20px;
	top: 20px;
	border: 3px solid #111;
	border-right-color: #fff;
	border-radius: 50%;
	-webkit-animation: liteboxLoader 1s linear infinite;
	-moz-animation: liteboxLoader 1s linear infinite;
	-ms-animation: liteboxLoader 1s linear infinite;
	-o-animation: liteboxLoader 1s linear infinite;
	animation: liteboxLoader 1s linear infinite
}

.litebox-overlay .litebox-text {
	width: 100%;
	padding: 0 15px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.litebox-overlay .litebox-text.active {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1
}

.litebox-overlay .litebox-close {
	width: 40px;
	height: 40px;
	background: url(../images/icons/litebox-close.png) no-repeat center;
	opacity: .7;
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.litebox-overlay .litebox-close:hover {
	opacity: 1;
	cursor: pointer
}

.litebox-overlay .litebox-nav {
	display: none;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	opacity: .2;
	position: absolute;
	top: 50%;
	z-index: 9999999;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.litebox-overlay .litebox-nav:hover {
	opacity: .5;
	cursor: pointer
}

.litebox-overlay .litebox-prev {
	background: url(../images/icons/litebox-prev.png) no-repeat center;
	left: 20px
}

.litebox-overlay .litebox-next {
	background: url(../images/icons/litebox-next.png) no-repeat center;
	right: 20px
}

.litebox-overlay .litebox-container {
	position: absolute;
	top: 10%;
	right: 10%;
	bottom: 10%;
	left: 10%;
	overflow: hidden
}

.litebox-overlay .litebox-container.litebox-scroll {
	overflow-y: auto
}

.litebox-overlay img,
.litebox-overlay iframe {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	vertical-align: middle;
	overflow-x: hidden
}

.litebox-overlay iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 999999
}

.litebox-overlay .litebox-inline-html {
	width: 100%;
	padding: 20px;
	background: #FFF;
	overflow-x: hidden;
	line-height: normal!important;
	position: absolute
}

.litebox-overlay .litebox-error {
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	line-height: inherit
}

.litebox-overlay .litebox-error span {
	background: rgba(0, 0, 0, .9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	line-height: normal
}

@media only screen and (max-width:479px) {
	.litebox-overlay .litebox-close {
		display: none
	}
}

.game-presentation {
	margin-top: 1.33333rem
}

.thumbnails {
	margin-top: .33333rem
}

.thumbnails .game-gallery {
	margin-right: 0;
	width: auto
}

@media screen and (min-width:64em) {
	.thumbnails .game-gallery {
		margin-right: 1.13333rem
	}
}

.thumbnails .game-gallery img {
	width: 100px;
	height: 100px
}

.thumbnails .game-gallery:last-of-type {
	margin-right: 0
}

.game-description {
	margin-bottom: 1.66667rem
}

.available-platforms {
	margin-top: 1.33333rem
}

.available-platforms li {
	margin-right: .66667rem
}

.available-platforms li:last-child {
	margin-right: 0
}

.available-platforms li a {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in
}

.available-platforms li a:hover,
.available-platforms li a:active,
.available-platforms li a:focus {
	opacity: .85;
	filter: alpha(opactiy=85);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-khtml-opacity: .85;
	-moz-opacity: .85
}

.details-link a {
	background: url(../images/backgrounds/btn-large.png) no-repeat top left;
	display: inline-block;
	font-size: 1.86667rem;
	line-height: 1.73333rem;
	text-transform: uppercase;
	padding: 1.8rem 4rem 1.26667rem 3.33333rem;
	margin-top: 2.33333rem
}

.details-link a:hover,
.details-link a:active,
.details-link a:focus {
	color: #fff
}

.pagination {
	text-align: center;
	margin: 4rem 0 0
}

.pagination li {
	border: 2px solid #251c20;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase
}

.pagination li.current,
.pagination li.disabled {
	padding: .66667rem 1.66667rem
}

.pagination li.current {
	border: 0 none
}

.pagination li.ellipsis {
	border: 0 none;
	color: #fff
}

.pagination li a {
	padding: .66667rem 1.66667rem;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
	color: #fff
}

.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
	color: #c5db3b
}

.detailed-description {
	margin-bottom: 1rem
}

@media screen and (min-width:40em) {
	.blog-entries .blog-entry .article-date div {
		background-color: #231a1e;
		border: 1px solid #171114;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 0 0 rgba(251, 251, 251, .06);
		-moz-box-shadow: 0 1px 0 0 rgba(251, 251, 251, .06);
		box-shadow: 0 1px 0 0 rgba(251, 251, 251, .06);
		margin-top: .66667rem
	}
}

.blog-entries .blog-entry .article-date p {
	color: #d6614f;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin: 0
}

@media screen and (min-width:40em) {
	.blog-entries .blog-entry .article-date p {
		line-height: 1.66667rem;
		text-align: center;
		padding: .66667rem;
		color: #c5db3b;
		font-size: 1.6rem
	}
}

@media screen and (min-width:40em) {
	.blog-entries .blog-entry .article-date p span.day {
		font-size: 2.4rem;
		line-height: 2.33333rem;
		color: #c5db3b
	}
}

@media screen and (min-width:40em) {
	.blog-entries .blog-entry .article-date p span.year {
		color: #d6614f;
		font-size: 1.13333rem
	}
}

.blog-entries aside .hide-for-large {
	margin-top: .66667rem;
	margin-bottom: 2rem
}

@media screen and (min-width:64em) {
	.blog-entries aside {
		margin-top: 0
	}
}

.blog-entries aside ul li a {
	color: #302429
}

.blog-entries aside ul li a:hover,
.blog-entries aside ul li a:active,
.blog-entries aside ul li a:focus {
	color: #c5db3b
}

.blog-pagination p a {
	text-transform: uppercase;
	font-size: 1.73333rem;
	color: #271d21
}

.blog-pagination p a:hover,
.blog-pagination p a:active,
.blog-pagination p a:focus {
	color: #c5db3b
}

.team {
	margin-top: 3.33333rem
}

.team .column.team-member,
.team .team-member.columns {
	text-align: center;
	margin-bottom: 2.33333rem
}

.team .column.team-member div.photo,
.team .team-member.columns div.photo {
	background: url(../images/backgrounds/team-bg.png) no-repeat top center;
	padding: .66667rem 0;
	margin-bottom: 1rem
}

.team .column.team-member div.photo img,
.team .team-member.columns div.photo img {
	display: block;
	margin: 0 auto
}

.team .column.team-member h5,
.team .team-member.columns h5 {
	margin-bottom: 0;
	padding: 0 3.33333rem
}

.team .column.team-member p,
.team .team-member.columns p {
	font-size: .86667rem;
	margin-bottom: 0
}

.team .column.team-member ul,
.team .team-member.columns ul {
	margin-top: .66667rem
}

.team .column.team-member ul svg,
.team .team-member.columns ul svg {
	fill: #191315
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
	height: 3.26667rem;
	padding: .66667rem 1rem;
	margin-bottom: 1.33333rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 0 rgba(251, 251, 251, .06);
	-moz-box-shadow: 0 1px 0 0 rgba(251, 251, 251, .06);
	box-shadow: 0 1px 0 0 rgba(251, 251, 251, .06)
}

[type=submit],
[type=button] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

#ajax-contact-form {
	margin-top: 1.33333rem
}

#ajax-contact-form button {
	float: right
}

.notification_error {
	color: #e74c48;
	text-shadow: 0 0 5px rgba(255, 255, 255, .25)
}

.notification_ok {
	color: #c5db3b;
	text-shadow: 0 0 5px rgba(255, 255, 255, .25)
}

.addresses {
	margin-top: 1.33333rem
}

.addresses .column,
.addresses .columns {
	margin-bottom: 1.66667rem
}

address {
	font-style: normal
}

.kitchen-sink {
	margin-top: 2.33333rem;
	margin-bottom: 3.66667rem
}

.accordion {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0
}

.accordion-item.is-active .accordion-title {
	background: #302429;
	color: #c5db3b
}

.accordion-title {
	font-size: 1.06667rem
}

.close-button {
	color: #fff;
	font-size: 2.33333rem
}

.close-button:hover,
.close-button:active,
.close-button:focus {
	color: #c5db3b
}

table th {
	font-weight: 700
}

table td,
table th {
	padding: 9px 10px;
	text-align: left
}

@media only screen and (max-width:767px) {
	table.responsive {
		margin-bottom: 0
	}
	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0);
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: none;
		border-left: none
	}
	.pinned table {
		border-right: none;
		border-left: none;
		width: 100%
	}
	.pinned table th,
	.pinned table td {
		white-space: nowrap
	}
	.pinned td:last-child {
		border-bottom: 0
	}
	div.table-wrapper {
		position: relative;
		margin: 20px 0;
		overflow: hidden;
		border-right: none
	}
	div.table-wrapper div.scrollable {
		margin-left: 35%
	}
	div.table-wrapper div.scrollable {
		overflow: scroll;
		overflow-y: hidden
	}
	table.responsive td,
	table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden
	}
	table.responsive th:first-child,
	table.responsive td:first-child,
	table.responsive.pinned td {
		display: none
	}
}

/* designtohtml.net */
.cta-text{
	z-index: 3;
}
.img-slider{
	position: absolute;
	z-index: 0;
	top: 350px;

}
@media only screen and (max-width: 639px) {
	.img-slider{
		text-align: center;
		width: 100%;
	}
}
.slick-slide .img-slider img{
	display: inline-block;
}
@media only screen and (min-width:640px) {
	.img-slider{
		top: 350px;
	}
}
@media only screen and (max-width:640px) {
div._ap_apex_ad {
		position: relative!important;
    max-width: 300px;
}
}
