@charset "UTF-8";
	 /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.accordion, svg:not (:root ){
	overflow: hidden
}

.accordion h3, button, select {
	text-transform: none
}

img, legend {
	border: 0
}

h1, h4 {
	color: #fff
}

legend, td, th, ul {
	padding: 0
}

.cell, sub, sup, ul {
	position: relative
}

#site-nav .container, .container {
	max-width: 1200px
}

.accordion a, .btn-nav .cell a, .cell a {
	text-decoration: none
}

h1, h3 {
	text-align: center
}

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, optgroup, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre, textarea {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

h1, h2 {
	font-family: Avenir-Heavy, Arial, sans-serif
}

button {
	overflow: visible
}

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] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

.box, .cell {
	padding-left: 0;
	padding-right: 0
}

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

#site-nav .logo img, .box, .container, .icons .cell img {
	display: block;
	margin: 0 auto
}

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

.box:after, .line:after {
	clear: both
}

.line {
	margin-left: 0;
	margin-right: 0
}

.cell {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1px;
	float: left
}

li:before, ul ul li:before {
	color: #fcf4e7;
	position: absolute;
	left: -20px
}

@font-face {
	font-family: Avenir-Heavy;
	src: url(../../res/fonts/Avenir-Heavy.ttf)
}

@font-face {
	font-family: Avenir-Light;
	src: url(../../res/fonts/Avenir-Light.ttf)
}

@font-face {
	font-family: Avenir-Black;
	src: url(../../res/fonts/Avenir-Black.ttf)
}

h1, h2, h3, h4 {
	text-transform: uppercase
}

h1 {
	font-size: 1.8em;
	-webkit-transition: font-size .2s ease;
	-o-transition: font-size .2s ease;
	transition: font-size .2s ease;
	margin: 0
}

h2 {
	font-size: 1.2em;
	color: #FFC713
}

h3, h4 {
	font-size: 1em
}

h3 {
	font-family: Avenir-Light, Arial, sans-serif;
	font-weight: 100;
	color: #d3c1ab;
}

/* h3:hover {
	color: #604543;
} */

h4 {
	font-family: Avenir-Black, Arial, sans-serif;
	margin: 10px 45px
}

li, p {
	font-family: Avenir-Light, Arial, sans-serif
}

ul {
	list-style: none;
	margin: 0 0 0 20px
}

ul ul {
	padding: 10px 0
}

ul ul li:before {
	content: "◼ ";
	font-size: .6em;
	margin-top: 5px
}

li:before {
	content: "• "
}

tr {
	font-family: Avenir, Arial, sans-serif
}

#site-nav {
	background: #6C887F;
	-webkit-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	height: 100px
}

#site-nav .logo {
	width: 20%;
	max-height: 100%
}

#site-nav .logo img, #site-nav .title {
	width: 80%;
	-webkit-transition: margin-top .2s ease;
	-o-transition: margin-top .2s ease
}

#site-nav .logo img {
	margin-top: 50px;
	transition: margin-top .2s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

#site-nav .title {
	margin-top: 10px;
	transition: margin-top .2s ease
}

#site-nav .burger {
	display: none
}

.btn-nav {
	max-width: 800px;
	margin-top: 10px;
	-webkit-transition: margin-top .2s ease;
	-o-transition: margin-top .2s ease;
	transition: margin-top .2s ease
}

.btn-nav .cell {
	width: 33.33333%
}

.btn-nav .cell a h3 {
	margin: 0 20px;
	border-radius: 25px;
	-webkit-transition: background .2s ease, color .2s ease;
	-o-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
	color: #604543;
	background: #d3c1ab;
}

.btn-nav .cell a.is-current h3, .btn-nav .cell a:hover h3 {
	background: #604543;
	color: #d3c1ab;
}

@media screen and (max-width:1200px) {
	h1 {
		font-size: 1.1em
	}
	#site-nav {
		height: 80px
	}
	#site-nav .logo img {
		margin-top: 40px
	}
	#site-nav .title {
		margin-top: 15px
	}
	.btn-nav {
		margin-top: 5px
	}
}

@media screen and (max-width:767px) {
	#site-nav, .btn-nav {
		z-index: 100;
		left: 0
	}
	.btn-nav, body.is-open {
		overflow: hidden
	}
	h1 {
		font-size: .6em;
		text-align: left;
		width: 200px
	}
	#site-nav {
		height: 60px;
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-box-shadow: 0 0 3px 0 #556c64;
		box-shadow: 0 0 3px 0 #556c64
	}
	#site-nav .logo {
		width: 30%
	}
	#site-nav .logo img {
		margin-top: 30px;
		max-height: 50px;
		max-width: 80%;
		height: auto;
		width: auto
	}
	#site-nav .title {
		width: 50%
	}
	#site-nav .burger {
		width: 20%;
		display: block;
		cursor: pointer
	}
	#site-nav .burger:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center
	}
	#site-nav .burger.is-open img {
		background: #556c64
	}
	#site-nav .burger img {
		width: 30px;
		position: absolute;
		right: 8px;
		margin-top: 8px;
		padding: 8px;
		border-radius: 10px;
		-webkit-transition: background-color .2s ease, -webkit-transform .2s
			ease;
		-o-transition: transform .2s ease, background-color .2s ease,
			-o-transform .2s ease;
		transition: transform .2s ease, background-color .2s ease;
		transition: transform .2s ease, background-color .2s ease,
			-webkit-transform .2s ease, -o-transform .2s ease
	}
	.btn-nav {
		position: fixed;
		top: 60px;
		right: 0;
		bottom: 0;
		margin: 0;
		width: 100%;
		height: 0;
		background: #C9CFCB;
		-webkit-transition: height .2s ease;
		-o-transition: height .2s ease;
		transition: height .2s ease
	}
	.btn-nav.is-open {
		height: 100%
	}
	.btn-nav .cell {
		width: 100%;
		border-bottom: 2px solid #bcc3be
	}
	.btn-nav .cell a h3 {
		border-radius: 15px;
		padding: 20px;
		background: #fff;
		color: #1F2E50;
		width: 40%;
		margin: 30px auto
	}
}

.accordion .container, .accordion a, .icons h4 {
	position: relative
}

body {
	background: #E9EAE9
}

#section-icons, .icons {
	margin-top: 100px
}

.icons .cell {
	width: 25%
}

.icons .cell img {
	width: 60%;
	cursor: pointer;
	-webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s
		ease;
	-o-transition: transform .2s ease, box-shadow .2s ease, -o-transform .2s
		ease;
	transition: transform .2s ease, box-shadow .2s ease;
	transition: transform .2s ease, box-shadow .2s ease, -webkit-transform
		.2s ease, -o-transform .2s ease, -webkit-box-shadow .2s ease;
	border-radius: 50%
}

.icons .cell img.is-selected, .icons .cell img:hover {
	-webkit-box-shadow: 0 0 0 10px #FFC713;
	box-shadow: 0 0 0 10px #FFC713
}

.icons h4 {
	color: #6C887F;
	text-align: center;
	margin: 20px 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.accordion, .accordion h3.link {
	color: #fff
}

.accordion {
	margin-top: 30px;
	width: 100%;
	background: #6C887F;
	-webkit-transition: max-height .2s ease;
	-o-transition: max-height .2s ease;
	transition: max-height .2s ease;
	max-height: 0
}

.accordion h3 {
	text-align: left;
	font-weight: 700
}

.accordion a {
	color: #FFC713;
	left: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.accordion a:hover {
	color: #ffd346
}

.accordion a.link:hover {
	color: #ffd346;
	left: 5px
}

.accordion #content-1, .accordion #content-2, .accordion #content-mobile-1,
	.accordion #content-mobile-2 {
	padding: 60px;
	-webkit-transition: .2s opacity .2s ease;
	-o-transition: .2s opacity .2s ease;
	transition: .2s opacity .2s ease;
	opacity: 0;
	overflow-wrap: break-word
}

.accordion .arrow-mobile, .accordion .arrow-top {
	width: 0;
	height: 0;
	z-index: -1;
	border-style: solid;
	border-width: 0 20px 30px;
	border-color: transparent transparent #6C887F;
	position: absolute;
	top: 0;
	left: 12.5%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: top .2s ease, opacity .2s ease, left .2s ease;
	-o-transition: top .2s ease, opacity .2s ease, left .2s ease;
	transition: top .2s ease, opacity .2s ease, left .2s ease
}

.accordion.is-open {
	max-height: 2500px;
	overflow: visible
}

.accordion.is-open .arrow-mobile, .accordion.is-open .arrow-top {
	top: -29px;
	opacity: 1
}

.accordion.is-open #content-1, .accordion.is-open #content-2, .accordion.is-open #content-mobile-1,
	.accordion.is-open #content-mobile-2 {
	opacity: 1
}

#accordion-mobile-1, #accordion-mobile-2, .arrow-mobile {
	display: none
}

.btn-close {
	width: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease, -o-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -o-transform
		.2s ease
}

.btn-close:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.warning {
	width: 50px;
	float: left;
	margin-right: 10px
}

@media screen and (max-width:767px) {
	.icons {
		margin-top: 0
	}
	.icons .cell {
		width: 50%
	}
	.icons .cell img {
		max-width: 150px
	}
	.icons h4 {
		font-size: .8em;
		white-space: normal;
		width: 80%;
		height: 40px
	}
	.accordion .arrow-top {
		display: none
	}
	.accordion .arrow-mobile {
		display: block
	}
	.accordion #content-1, .accordion #content-2, .accordion #content-mobile-1,
		.accordion #content-mobile-2 {
		padding: 60px 30px;
		font-size: .8em
	}
	.accordion #content-1 {
		margin-bottom: 40px
	}
	#accordion-mobile-1, #accordion-mobile-2 {
		display: block;
		width: 100%;
		float: left
	}
	#accordion-mobile-1.is-open, #accordion-mobile-2.is-open {
		margin-bottom: 60px
	}
}

#section-icons {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease
}

#section-icons.init {
	opacity: 0
}