html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
main {
	display: block;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
input {
	overflow: visible;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
details {
	display: block;
}
summary {
	display: list-item;
}
menu {
	display: block;
}
canvas {
	display: inline-block;
}
[hidden],
template {
	display: none;
}
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slider {
	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 {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.slick-track {
	top: 0;
	left: 0;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.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-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.color-yellow {
	color: #ffb906;
}
.color-torquise_dark {
	color: #131c1c;
}
.color-torquise_med {
	color: #324040;
}
.color-torquise_light {
	color: #6b7a7a;
}
.background-torquise_dark {
	background: #131c1c;
}
.background-torquise_med {
	background: #324040;
}
.background-torquise_light {
	background: #6b7a7a;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.row-full {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
}
.row-full:after {
	content: " ";
	display: block;
	clear: both;
}
.columns-12 {
	width: 100%;
}
.columns-11,
.columns-12 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.columns-11 {
	width: 91.66667%;
}
.columns-10 {
	width: 83.33333%;
}
.columns-9,
.columns-10 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.columns-9 {
	width: 75%;
}
.columns-8 {
	width: 66.66667%;
}
.columns-7,
.columns-8 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.columns-7 {
	width: 58.33333%;
}
.columns-6 {
	width: 50%;
}
.columns-5,
.columns-6 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.columns-5 {
	width: 41.66667%;
}
.columns-4 {
	width: 33.33333%;
}
.columns-3,
.columns-4 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.columns-3 {
	width: 25%;
}
.columns-2 {
	width: 16.66667%;
}
.columns-1,
.columns-2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.columns-1 {
	width: 8.33333%;
}
.columns {
	padding-left: 3.125%;
	padding-right: 3.125%;
}
@media only screen and (max-width: 880px) {
	.columns-1,
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-5,
	.columns-6,
	.columns-7,
	.columns-8,
	.columns-9,
	.columns-10,
	.columns-11 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		float: left;
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	line-height: 1.4;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: Open Sans, sans-serif;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}
h2 {
	font-size: 23px;
	margin-bottom: 25px;
}
p {
	font-size: 16px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.legal {
	font-size: 10px;
}
li {
	font-size: 16px;
}
strong {
	font-family: Open Sans, sans-serif;
	font-weight: 700;
}
.text-italic {
	font-style: italic;
}
.text-bold-extra-yellow {
	color: #ffb906;
	font-family: Open Sans, sans-serif;
	font-weight: 800;
}
.text-align-center {
	text-align: center;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
ol,
ul {
	margin-top: 0;
}
li {
	margin-bottom: 6px;
}
section {
	padding-bottom: 30px;
	padding-top: 30px;
}
.button,
button {
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0.45);
	border: 1px solid #707070;
	border-radius: 2px;
	color: #ffb906;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 3px;
	padding: 10px 32px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease-out;
	white-space: nowrap;
}
.button:hover,
button:hover {
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	text-decoration: none;
}
.button:focus,
button:focus {
	outline: none;
}
ul.bullets-square li {
	list-style-type: none;
	padding-left: 30px;
	position: relative;
}
ul.bullets-square li:before {
	background-color: #324040;
	content: "";
	height: 13px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 13px;
}
@media only screen and (max-width: 500px) {
	ul.bullets-square li {
		padding-left: 24px;
	}
}
ol.bullets-numbered {
	counter-reset: counter;
	list-style-type: none;
}
ol.bullets-numbered li {
	padding-left: 42px;
	position: relative;
}
ol.bullets-numbered li:before {
	font-family: Open Sans, sans-serif;
	font-weight: 800;
	border: 2px solid #6b7a7a;
	color: #6b7a7a;
	content: counter(counter);
	counter-increment: counter;
	height: 24px;
	position: absolute;
	text-align: center;
	top: -2px;
	left: 0;
	width: 24px;
}
.top-border {
	border-top: 15px solid #324040;
}
.padding-none {
	padding: 0;
}
.margin-bottom-small {
	margin-bottom: 20px;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-duration: 1s;
}
.mobile-stack img.mobile-stack-image {
	display: none !important;
}
@media only screen and (max-width: 500px) {
	.mobile-stack {
		background-color: #131c1c;
		background-image: none !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.mobile-stack img.mobile-stack-image {
		display: block !important;
		width: 100%;
	}
	.mobile-stack .mobile-stack-content {
		position: relative;
		z-index: 1;
	}
	.mobile-stack .mobile-stack-content > div {
		padding-left: 0;
		padding-right: 0;
	}
}
.gallery-slider,
.gallery-slider li {
	margin-bottom: 0;
}
.gallery-slider li img {
	max-width: 100%;
}
.gallery-slider button {
	background-color: #131c1c;
	border: none;
	border-radius: 0;
	height: 114px;
	padding: 36px 16px;
	width: 54px;
}
.gallery-slider button svg {
	height: 30px;
	width: 21px;
}
.gallery-slider button svg polygon {
	fill: #ffb906;
}
.gallery-slider button.slick-next,
.gallery-slider button.slick-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}
.gallery-slider button.slick-prev {
	left: 0;
}
.gallery-slider button.slick-next {
	right: 0;
}
.feature-transparent {
	background-color: rgba(19, 28, 28, 0.925);
	border-top: 15px solid #324040;
	padding-top: 40px;
}
.feature-transparent ul {
	padding: 16px 28px 36px;
	margin: 0;
}
.feature-transparent li {
	list-style-type: none;
	margin-bottom: 20px;
}
.video-mute {
	background: none;
	border: none;
	bottom: 20px;
	position: absolute;
	top: auto;
	right: 20px;
}
.video-mute img {
	height: 24px;
	width: 30px;
}
.video-mute:focus,
.video-mute:hover {
	background: none;
}
@media only screen and (max-width: 500px) {
	.video-mute {
		display: none;
	}
}
body.no-videoautoplay video.background-video,
html.desktop .show-mobile,
html.mobile .show-desktop,
html.tablet .show-desktop {
	display: none;
}
.featherlight .featherlight-content {
	background-color: transparent;
}
.lightbox-content {
	display: none;
}
.featherlight {
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
}
#success-message {
	background: url("/img/home/confirmation-popup-bg.jpg") 50%;
	height: 423px;
	padding: 60px 50px 120px;
	position: relative;
	text-align: center;
	width: 457px;
}
#success-message h2 {
	color: #ffb906;
	text-transform: uppercase;
}
#success-message #tos-wrap {
	display: block;
	margin-bottom: 15px;
}
#success-message #tos-wrap:after {
	content: "";
	display: table;
	clear: both;
}
#success-message #tos-wrap .checkbox-wrap {
	float: left;
	width: 10%;
}
#success-message #tos-wrap p {
	float: left;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 0;
	text-align: left;
	width: 90%;
}
#success-message .g-recaptcha {
	margin-bottom: 18px;
}
#success-message .g-recaptcha > div {
	margin: 0 auto;
}
#success-message button {
	bottom: 60px;
	left: 50%;
	position: absolute;
	-ms-transform: translateX(-50%);
	-moz-transition: translateX(-50%);
	-webkit-transition: translateX(-50%);
	opacity: 1;
	transform: translateX(-50%);
	transition: opacity 0.2s ease-out;
}
#success-message button:disabled,
#success-message button[disabled] {
	opacity: 0.5;
}
body.homepage header#header {
	height: auto;
}
body.homepage header#header #logo {
	position: absolute;
}
body.homepage #home-top-video {
	position: relative;
	background-color: transparent;
	line-height: 0;
}
body.homepage #home-top-video #hero-video-wrap {
	width: 100%;
	height: calc(100vh - 16px);
	position: relative;
	min-width: 100%;
	z-index: -2;
}
@media only screen and (max-width: 500px) {
	body.homepage #home-top-video #hero-video-wrap {
		height: calc(80vh - 16px);
	}
}
body.homepage #home-top-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.homepage #home-top-video video::-webkit-media-controls,
body.homepage
	#home-top-video
	video::-webkit-media-controls-start-playback-button {
	display: none !important;
}
body.homepage #home-top-video button.scroll-down-button {
	background: none;
	border: none;
	bottom: 20px;
	left: 50%;
	position: absolute;
	top: auto;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	z-index: 0;
}
body.homepage #home-top-video button.scroll-down-button img {
	width: 30px;
}
@media only screen and (max-width: 500px) {
	body.homepage #home-top-video {
		min-height: 490px;
	}
	body.homepage #home-top-video .fluid-width-video-wrapper {
		height: 100%;
		padding-top: 0 !important;
		position: absolute;
	}
}
body.homepage #home-get-started div#get-started {
	margin-bottom: 12px;
	position: relative;
}
body.homepage #home-get-started div#get-started input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #ffb906;
	color: #fff;
	height: 36px;
	width: 70%;
}
body.homepage #home-get-started div#get-started input[type="email"]:focus {
	outline: none;
}
body.homepage #home-get-started div#get-started .tooltip {
	display: none;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 300;
	background: #c70404;
	color: #fff;
	width: auto;
	border: 1px solid #fff;
	padding: 10px;
	opacity: 1;
	visibility: none;
}
body.homepage #home-get-started div#get-started .tooltip:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 3px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-top: none;
}
body.homepage #home-get-started div#get-started .tooltip:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 5px;
	border: 10px solid transparent;
	border-bottom: 10px solid #c70404;
	border-top: none;
}
body.homepage #home-get-started div#get-started .tooltip.active {
	display: block;
}
body.homepage #home-get-started img#get-started-treasure-chest {
	position: absolute;
	left: 59%;
	top: -44px;
}
body.homepage #home-get-started .legal {
	max-width: 60%;
}
body.homepage #home-get-started #app-store-badges {
	list-style-type: none;
}
body.homepage #home-get-started #app-store-badges li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
body.homepage #home-get-started #app-store-badges img {
	max-width: 120px;
}
@media only screen and (max-width: 500px) {
	body.homepage #home-get-started #app-store-badges li {
		display: block;
	}
	body.homepage #home-get-started #app-store-badges img {
		max-width: 180px;
	}
}
@media only screen and (max-width: 880px) {
	body.homepage #home-get-started img#get-started-treasure-chest {
		left: auto;
		right: 0;
	}
	body.homepage #home-get-started .legal {
		max-width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	body.homepage #home-get-started form#get-started input[type="tel"] {
		width: 100%;
	}
	body.homepage #home-get-started img#get-started-treasure-chest {
		display: none;
	}
	body.homepage #home-get-started .legal {
		max-width: 100%;
	}
}
body.homepage #home-game-art {
	background-image: url("/img/backgrounds/game-art-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	padding-bottom: 82px;
	padding-top: 340px;
}
body.homepage #home-game-art .feature-transparent {
	padding-top: 0;
}
body.homepage #home-game-art img {
	display: block;
	margin-top: -56px;
	width: 100%;
}
body.homepage #gallery-slider-home-wrap {
	height: calc(100vh - 30px);
	padding: 15px 0;
}
body.homepage #gallery-slider-home-wrap .row-full,
body.homepage #gallery-slider-home-wrap .slick-list,
body.homepage #gallery-slider-home-wrap .slick-track,
body.homepage #gallery-slider-home-wrap ul.gallery-slider-home,
body.homepage #gallery-slider-home-wrap ul.gallery-slider-home li {
	height: 100%;
}
body.homepage #gallery-slider-home-wrap ul.gallery-slider-home img {
	left: 50%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
body.homepage #home-reviews {
	background-image: url("/img/backgrounds/reviews-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding-bottom: 82px;
	padding-top: 82px;
}
@media only screen and (max-width: 500px) {
	body.homepage #home-reviews .feature-transparent {
		border-top: none;
	}
}
body.basicPage header#header,
body.pages header#header {
	background-image: url("/img/header/basic-page-header-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-position: top;
	padding-bottom: 30px;
	position: relative;
}
body.basicPage header#header .inner,
body.pages header#header .inner {
	position: relative;
	z-index: 1;
}
body.basicPage header#header:after,
body.pages header#header:after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}
body.basicPage header#header #logo,
body.pages header#header #logo {
	margin-bottom: 50px;
}
body.basicPage main#content,
body.pages main#content {
	border-bottom: 13px solid #324040;
}
body.basicPage section,
body.pages section {
	background-color: #131c1c;
	padding-top: 0;
	width: 100% !important;
}
body.basicPage section div.title-wrap,
body.pages section div.title-wrap {
	background-color: #324040;
	margin-bottom: 45px;
}
body.basicPage section div.title-wrap .inner,
body.pages section div.title-wrap .inner {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}
body.basicPage section div.title-wrap .inner:after,
body.pages section div.title-wrap .inner:after {
	content: " ";
	display: block;
	clear: both;
}
body.basicPage section div.title-wrap h1,
body.pages section div.title-wrap h1 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
	color: #ffb906;
	font-size: 24px;
	margin-bottom: 0;
}
body.basicPage section div.content,
body.pages section div.content {
	background-color: #131c1c;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
body.basicPage section div.content:after,
body.pages section div.content:after {
	content: " ";
	display: block;
	clear: both;
}
body.basicPage section div.content h1,
body.basicPage section div.content h2,
body.pages section div.content h1,
body.pages section div.content h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
body.basicPage section div.content h3,
body.pages section div.content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
body.basicPage section div.content h4,
body.pages section div.content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
body.basicPage section div.content h5,
body.pages section div.content h5 {
	font-size: 16px;
	margin-bottom: 10px;
}
body.basicPage section div.content p,
body.pages section div.content p {
	font-size: 16px;
	margin-bottom: 15px;
}
body.basicPage section div.content p a,
body.pages section div.content p a,
body.pages section div.content li a,
body.basicPage section div.content li a {
	color: #ffb906;
}
body.basicPage section div.content div.inner,
body.pages section div.content div.inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.body-contentBlock + .body-contentBlock {
	margin-top: 1rem;
}
.body-contentBlock--opened .collapsibleContent-body {
	display: block;
}
.collapsibleContent-toggle {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.collapsibleContent-toggle-text {
	border: 2px solid #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 0.75rem 1rem;
}
.collapsibleContent-toggle-text:active,
.collapsibleContent-toggle-text:hover {
	background-color: #fff;
	color: #131c1c;
}
.collapsibleContent-body {
	display: none;
}
body {
	border-top: 15px solid #131c1c;
}
#container,
body {
	overflow-x: hidden;
}
header#header {
	background-color: #131c1c;
}
header#header div.inner {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header#header div.inner:after {
	content: " ";
	display: block;
	clear: both;
}
header#header #logo {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding-left: 3.125%;
	padding-right: 3.125%;
	float: none;
	min-width: 110px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 17px;
	z-index: 1;
}
header#header #logo a {
	display: block;
}
header#header #logo img {
	height: auto;
	max-width: 100%;
}
@media only screen and (max-width: 500px) {
	header#header #logo {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 40%;
		float: left;
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
	header#header #logo img {
		width: 100%;
	}
}
footer#footer {
	padding: 22px 0 65px;
}
footer#footer .row-full.first {
	margin-bottom: 70px;
}
footer#footer #social-links-wrap {
	padding-left: 0;
}
footer#footer #site-links-wrap {
	padding-right: 0;
}
footer#footer #mz-logo {
	display: inline-block;
	height: 42px;
	margin-top: 0;
	width: 69px;
}
footer#footer ul {
	padding-left: 0;
}
footer#footer li {
	list-style-type: none;
}
footer#footer li,
footer#footer ul#site-links {
	display: inline-block;
	margin-bottom: 0;
}
footer#footer ul#site-links li {
	margin-left: 28px;
	position: relative;
	top: -15px;
}
footer#footer ul#site-links a {
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	font-size: 14px;
}
footer#footer ul#social-media-accounts {
	text-align: right;
}
footer#footer ul#social-media-accounts li {
	margin-left: 4px;
	max-width: 13%;
}
footer#footer ul#social-media-accounts img {
	position: relative;
	top: 0;
	transition: top 0.3s ease-out;
	width: 100%;
}
footer#footer ul#social-media-accounts a {
	display: block;
	top: 0;
}
footer#footer ul#social-media-accounts a:hover img {
	top: -10px;
}
@media only screen and (max-width: 880px) {
	footer#footer .row-full.first {
		margin-bottom: 40px;
	}
	footer#footer #social-links-wrap {
		padding-left: 3.125%;
	}
	footer#footer #site-links-wrap {
		padding-right: 3.125%;
	}
	footer#footer #mz-logo {
		display: block;
		margin: 0 auto 40px;
	}
	footer#footer ul#site-links,
	footer#footer ul#social-media-accounts {
		display: block;
		text-align: center;
	}
	footer#footer ul#social-media-accounts {
		margin-bottom: 60px;
	}
	footer#footer ul#social-media-accounts li {
		max-width: 42px;
	}
	footer#footer ul#site-links li {
		top: 0;
		margin: 0 22px;
	}
	footer#footer .float-left,
	footer#footer .float-right {
		float: none !important;
	}
}
.wrap-collapsible input[type='checkbox'] {
  	display: none;
}

.lbl-toggle {
  	display: block;
  	font-size: 18px;
  	font-weight: bold;
  	cursor: pointer;
  	transition: all 0.25s ease-out;
  	margin-bottom: 10px;
  	color: #ffb906;
}

.lbl-toggle::before {
  	content: ' ';
  	display: inline-block;

	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-right: .7rem;
	transform: translateY(-2px);

	transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  	transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
	max-height: 3000px;
}
