/**
 * Gel 2019.2
 * Main Tiny Gel Stylesheet
 * @version 2019.2.2 r 10
 * @modified 2014-08-03 by Fritz Green
 * @modified 2022-10-05 by Grant Mosier
*/body {
	width: 100%;
	margin: 0;
	padding: 1.5em;
	color: #2C2926;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-font-smoothing: antialiased;
	-moz-transition: background .4s ease,
	color .4s ease,
	fill .4s ease,
	border-color .4s ease,
	-moz-transform .4s ease,
	opacity .4s ease;
	-webkit-transition: background .4s ease,
	color .4s ease,
	fill .4s ease,
	border-color .4s ease,
	-webkit-transform .4s ease,
	opacity .4s ease;
	transition: background .4s ease,
	color .4s ease,
	fill .4s ease,
	border-color .4s ease,
	transform .4s ease,
	opacity .4s ease;
}


h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em;
	padding: 0;
	font-family: "DM Serif Display", serif;
}
h1 {
	margin-top: 0;
	color: #f6f4f2;
	font-size: 4em;
	text-align: center;
}
h2 {
	margin-top: 0;
	color: #686058;
	font-size: 3.3em;
	text-align: center;
}
h3 {
	color: #959BA3;
	font-size: 2.6em;
}
h4 {
	color: #F18A00;
	font-size: 2em;
}
h5 {
	color: #80BC00;
	font-size: 1.5em;
}
h6 {
	color: #00A6CE;
	font-size: 1.2em;
}
p {
	margin: 1em 0 .5em;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
}
ol, ul {
	margin: .2em 0 .3em 7%;
	padding: 0;
}
ol li {
	position: relative;
	list-style-type: none;
	counter-increment: step-counter;
	margin: 1em 0;
	line-height: 1.5em;
}
li {
	padding: .1em 0;
	font-size: 1em;
	line-height: 1.5em;
}
li li, td td {
	font-size: 1em;
}
ol li:before {
	content: "";
	position: absolute;
	top: 0em;
	left: -2.5em;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
	padding: 0;
	background: #1C364B;
	border-radius: 50%;
	font-size: .9em;
}
ol li:after {
	content: counter(step-counter);
	position: absolute;
	top: 0em;
	left: -2.55em;
	width: 1.6em;
	height: 1.6em;
	color: #FFF;
	font-size: .85em;
	text-align: center;
}
ol li:nth-child(n+1):nth-child(-n+9):after {
	content: "0" counter(step-counter);
}
iframe {
	max-width: 100%;
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
hr {
	display: block;
	width: 100%;
	margin: 2em 0;
	border: none;
	border-bottom: 1px solid #B9C3CF;
}
bold {
	font-weight: 400;
}


a, button.link-style {
	background: none;
	border: none;
	color: #00a6ce;
	font-size: 1em;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active,
button.link-style:hover, button.link-style:active {
	color: #0083A3;
}


fieldset, .fieldset, table {
	position: relative;
	width: 100%;
	padding: 0;
	background-color: #E3E0DE;
	border: none;
	border-collapse: collapse;
}
fieldset:not(.fieldset-payment-info), .fieldset, table {
	margin-top: 3em;
	padding: 0 0 1.5em;
}
.fieldset {
	margin-top: 5em;
}
table {
	margin: 2em 0;
}
fieldset table {
	margin: 0 0 .5em;
	background: #ECEDF4;
}
legend {
	position: relative;
	top: -1em;
	z-index: 1;
	display: block;
	width: 100%;
	margin: initial;
	padding: .55em 1.325em;
	
	color: #686058;
	font-family: "DM Serif Display", serif;
	font-size: 1.75em;
	text-align: center;
	text-transform: uppercase;
}
legend + * {
	clear: both;
}
legend + .admin-icon {
	clear: none;
}
th {
	background-color: #404545;
	color: #FFF;
	font-weight: bold;
}
th *, .headrow td *,
th *:hover, .headrow td *:hover {
	color: #FFF;
	font-weight: bold;
	font-style: normal;
}
tr:nth-last-of-type(even) {
	background-color: #E2E4EB;
}
th, td {
	font-size: 1em;
	line-height: 1.8em;
	padding: .25em 0;
}
th:first-child, td:first-child {
	padding-left: 1.5em;
}
th:last-child, td:last-child {
	padding-right: 1.5em;
}
label, .label {
	font-size: 1.1em;
	margin: .3em .3em 0 0;
	color: #1C364B;
	display: inline-block;
}
.label:not(:first-of-type) {
	margin-top: 1em;
}
.label + * {
	margin-top: 0;
}
input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
	margin-right: .75em;
}
input[type="submit"],
input[type="button"],
button,
.button {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 1em 1em 1em 0;
	padding: .5em 1em;
	background: none;
	border: 1px solid #686058;
	color: #686058;
	font-family: Montserrat, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.sidebar-button {
	width: 100%;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
	background: #686058;
	color: #F6F4F2;
}
.button:hover, .button:active {
	color: #F6F4F2;
}
.button:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	max-height: 0;
	background: #686058;
	transition: all .4s ease;
}
.button:hover:after,
.button:active:after {
	max-height: 100%;
}
.button-o {
	padding: 0;
}
.button-o input[type="submit"] {
	margin: 0;
	border: none;
	font-size: 1em;
}
.button-o:hover input[type="submit"] {
	background: none;
	color: #F6F4F2;
}
input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
textarea,
select {
	margin: .5em 1em 1em 0;
	padding: .4em;
	background: #fff;
	border: 1px solid #686058;
	color: #2C2926;
	font-family: Montserrat, sans-serif;
	font-size: 1em;
	font-weight: 200;
}
input[type="text"]:hover,
input[type="file"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover,
select:hover {
	border-color: #7DA2A9;
}
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	border-color: #A88E69;
}
input::-webkit-input-placeholder {
	color: #1C364B;
	text-transform: uppercase;
}
input::-moz-placeholder {
	color: #1C364B;
	text-transform: uppercase;
}
input:-ms-input-placeholder {
	color: #1C364B;
	text-transform: uppercase;
}
textarea::-webkit-input-placeholder {
	color: #1C364B;
	text-transform: uppercase;
}
textarea::-moz-placeholder {
	color: #1C364B;
	text-transform: uppercase;
}
textarea:-ms-input-placeholder {
	color: #1C364B;
	text-transform: uppercase;
}
@media screen and (max-width: 750px) {
	input[type="submit"],
	input[type="button"],
	button,
	.button {
		width: 100%;
		margin: 1em 0;
	}
	.button + .button {
		margin: .5em 0 1em;
	}
}

#checkbox-katchu {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

.two-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}
.narrow {
	max-width: 44em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #f6f4f2;
}
.strikethrough {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.note {
	font-size: .9em;
	font-style: italic;
}
.small {
	font-size: .8em;
}
.nowrap {
	white-space: pre;
}
.required, .warning {
	color: #D40000;
	font-weight: bold;
	line-height: 1em;
}
.display-block {
	display: block
}
.display-none {
	display: none
}


.flex-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -.5em 2em -.25em .5em;
}
.flex-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1 100%;
	-moz-box-flex: 1 100%;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	margin: 0 0 .5em 1.5em;
}
.flex-2 {
	-webkit-box-flex: 1 40%;
	-moz-box-flex: 1 40%;
	-webkit-flex: 1 40%;
	-ms-flex: 1 40%;
	flex: 1 40%;
}
.flex-3 {
	-webkit-box-flex: 1 27%;
	-moz-box-flex: 1 27%;
	-webkit-flex: 1 27%;
	-ms-flex: 1 27%;
	flex: 1 27%;
}
.flex-4 {
	-webkit-box-flex: 1 20%;
	-moz-box-flex: 1 20%;
	-webkit-flex: 1 20%;
	-ms-flex: 1 20%;
	flex: 1 20%;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-5 {
	-webkit-box-flex: 1 15%;
	-moz-box-flex: 1 15%;
	-webkit-flex: 1 15%;
	-ms-flex: 1 15%;
	flex: 1 15%;
}
.flex-check {
	align-items: center;
	width: 100%;
	margin-top: .4em;
}
.flex-block .flex-check {
	-webkit-box-flex: 1 0 100%;
	-moz-box-flex: 1 100%;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100;
	flex: 1 0 100%;
}
.flex-check label {
	display: inline;
	width: auto;
	font-size: 1em;
	margin: 0;
}
.flex-check label:not(:last-of-type) {
	margin-right: 1.5em;
}
.flex-check p {
	display: inline;
	width: auto;
	margin: 0 .5em 0 .25em;
}






.content-wide {
	position: relative;
	left: -50vw;
	width: 100vw;
	margin: 4em -50vw -4em 50%;
	padding: 4em;
	background: #F18A00;
	text-align: center;
}
.content-wide h2 {
	color: #f6f4f2;
}
.content-wide .button {
	margin-top: 1.5em;
	border-color: #f6f4f2;
	color: #f6f4f2;
}
.content-wide .button:last-of-type {
	margin-right: 0;
}
.content-wide .button:hover {
	color: #686058;
}
.content-wide .button:after {
	background: #f6f4f2;
}
@media screen and (max-width: 1000px) {
	.content-wide {
		margin-top: 3em;
		margin-bottom: -3em;
		padding: 3em;
	}
}
@media screen and (max-width: 600px) {
	.content-wide {
		margin-top: 2em;
		margin-bottom: -2em;
		padding: 2em;
	}
}


.space {
	display: flex;
	align-items: center;
	margin: 3.5em 0 0;
}
.space-img {
	margin-right: 2.25em;
}
.space-text {
	flex: 1 0 50%;
	width: 50%;
}
.space-text h3 {
	margin-top: 0;
}
.space:nth-of-type(3n-2) h3 {
	color: #80BC00;
}
.space:nth-of-type(3n-1) h3 {
	color: #F18A00;
}
.space:nth-of-type(3n) h3 {
	color: #00A6CE;
}
.space:nth-of-type(3n-2) .button {
	border-color: #628F00;
	color: #628F00;
}
.space:nth-of-type(3n-1) .button {
	border-color: #CC7400;
	color: #CC7400;
}
.space:nth-of-type(3n) .button {
	border-color: #0083A3;
	color: #0083A3;
}
.space .button:hover {
	color: #F6F4F2;
}
.space:nth-of-type(3n-2) .button:after {
	background: #80BC00;
}
.space:nth-of-type(3n-1) .button:after {
	background: #F18A00;
}
.space:nth-of-type(3n) .button:after {
	background: #00A6CE;
}
@media screen and (max-width: 1000px) {
	.space {
		flex-wrap: wrap;
		justify-content: center;
		margin: 3em 0 0;
	}
	.space:not(:first-of-type) {
		padding-top: 3em;
		border-top: 1px solid #B9C3CF;
	}
	.space-img {
		flex: 0 1 25em;
		width: 25em;
		margin: 0 0 2em;
	}
	.space-text {
		flex: 0 0 100%;
		width: 100%;
		text-align: center;
	}
	.space-text .button {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	.space {
		margin: 2em 0 0;
	}
	.space:not(:first-of-type) {
		padding-top: 2.5em;
	}
}
.contact-info .button {
	width: 100%;
	margin: 1em 0 0;
}


.full-width-ctnr {
	position: relative;
	flex: 1 0 100%;
	
}
.flex-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.two-col-ctnr {
	flex: 0 0 47.5%;
}
.director-aside {
	display: block;
}
.director-main {
	display: none;
}
@media screen and (max-width: 1200px) {
	.two-col-ctnr {
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 1000px) {
	.director-aside {
		display: none;
	}
	.director-main {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.director-main {
		width: 100%;
	}
}


.partners-info .button:nth-of-type(3n-2) {
	border-color: #628F00;
	color: #628F00;
}
.partners-info .button:nth-of-type(3n-1) {
	border-color: #CC7400;
	color: #CC7400;
}
.partners-info .button:nth-of-type(3n) {
	border-color: #0083A3;
	color: #0083A3;
}
.partners-info .button:hover {
	color: #F6F4F2;
}
.partners-info .button:nth-of-type(3n-2):after {
	background: #80BC00;
}
.partners-info .button:nth-of-type(3n-1):after {
	background: #F18A00;
}
.partners-info .button:nth-of-type(3n):after {
	background: #00A6CE;
}
.partners .partners-info {
	display: flex;
	justify-content: center;
	text-align: center;
}
.partners .partners-info .button {
	width: 50%;
	margin: 1em 0 0;
}
@media screen and (max-width: 1000px) {
	.partners .partners-info .button {
		width: 100%;
		margin: 1em 0 0;
	}
}



body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	padding: 0;
}
.svg-group {
	display: none;
}
.pointer {
	cursor: pointer;
}


@media screen and (max-width: 1000px) {
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 2em;
	}
	h4 {
		font-size: 1.5em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.1em;
	}
	.button {
		font-size: 1em;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1.15em;
	}
	h6 {
		font-size: 1em;
	}
	p, li, td, th {
		font-size: .9em;
		line-height: 1.6em
	}
	.button {
		font-size: .9em;
	}
}



.content-o {
	display: block;
	width: 100%;
	margin: auto;
	background: #F6F4F2;
}
.content-i {
	position: relative;
	width: 100%;
	max-width: 74.67em;
	margin: auto;
	padding: 4em;
}
@media screen and (max-width: 1000px) {
	.content-i {
		padding: 3em;
	}
}
@media screen and (max-width: 600px) {
	.content-i {
		padding: 2em;
	}
}



.header-o {
	background: #F6F4F2;
}
.header-i {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4em;
}
.header-logo {
	display: flex;
	align-items: center;
	margin: .75em 0;
	width: 25%;
	min-width: 230px;
	z-index: 1001;
}
.header-logo-i {
	margin: 0 .05em 0 .15em;
	font-size: 4em;
}
.header-logo:hover .header-logo-i {
	color: #7DA2A9;
}
.header-logo svg:nth-of-type(2) {
	transform: rotate(180deg);
}
.header-logo:hover svg:nth-of-type(1) {
	transform: rotate(180deg);
}
.header-logo:hover svg:nth-of-type(2) {
	transform: rotate(0deg);
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
	.header-logo {
		font-size: .7em;
	}
	.header-logo svg {
		width: 2em;
		height: 2em;
	}
}
@media screen and (max-width: 1000px) {
	.header-i {
		padding: .5em 3em;
	}
}
@media screen and (max-width: 600px) {
	.header-i {
		padding: 0 2em;
	}
}
@media screen and (max-width: 450px) {
	.header-logo {
		font-size: .8em;
	}
	.header-logo svg {
		width: 2em;
		height: 2em;
	}
}
@media screen and (max-width: 375px) {
	.header-logo {
		font-size: .7em;
	}
}






@media screen and (min-width: 1001px) {
	.dropdown {
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.dropdown li {
		position: relative;
		z-index: 999;
		padding: 0.1em 1em;
		line-height: 1em;
	}
	.dropdown a {
		position: relative;
		color: #2C2926;
		font-size: 1.15em;
		font-weight: 200;
	}
	.dropdown > .selected > a {
		color: #00A6CE;
	}
	.dropdown > li:hover > a {
		color: #686058;
	}
	.dropdown > li > a:before,
	.dropdown > li > a:after {
		content: '';
		position: absolute;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		border-bottom: 1px solid #7DA2A9;
		transition: .4s ease all;
	}
	.dropdown > li > a:before {
		top: -.3em;
	}
	.dropdown > li > a:after {
		bottom: -.4em;
	}
	.dropdown > .selected > a:before,
	.dropdown > .selected > a:after,
	.dropdown > li:hover > a:before,
	.dropdown > li:hover > a:after {
		left: -7%;
		width: 114%;
	}
	.dropdown > .selected > a:before,
	.dropdown > .selected > a:after {
		border-bottom-color: #00A6CE;
	}
	.dropdown > li:hover > a:before,
	.dropdown > li:hover > a:after {
		left: -7%;
		width: 114%;
		border-bottom-color: #686058;
	}
	.dropdown svg {
		margin: 0 1em;
	}
	.dropdown > svg:first-of-type {
		display: none;
	}
	.dropdown > svg:nth-of-type(4n-3) {
		transform: rotate(270deg);
	}
	.dropdown > svg:nth-of-type(4n-2) {
		transform: rotate(0deg);
	}
	.dropdown > svg:nth-of-type(4n-1) {
		transform: rotate(90deg);
	}
	.dropdown > svg:nth-of-type(4n) {
		transform: rotate(180deg);
	}
	.dropdown ul {
		display: none;
		position: absolute;
		top: 1em;
		left: 50%;
		width: 14em;
		margin: 0 0 0 -7em;
		padding: 0;
		list-style: none;
	}
	.dropdown ul li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.dropdown ul li:first-of-type {
		margin-top: 2.3em;
	}
	.dropdown ul svg {
		display: none;
	}
	.dropdown ul a {
		display: block;
		width: 100%;
		margin: 0;
		padding: .65em 1em;
		background: #F6F4F2;
		border: none;
		border-bottom: 1px solid rgba(28, 54, 75, .5);
		font-size: 1em;
		text-align: center;
	}
	.dropdown ul a:hover {
		background: #E3E0DE;
	}
	.dropdown ul li:last-child a {
		border-bottom: none;
	}
}
@media screen and (max-width: 1200px) {
	.dropdown {
		font-size: .9em;
	}
	.dropdown svg {
		margin: 0 .75em;
	}
}
@media screen and (max-width: 1000px) {
	nav {
		cursor: pointer;
	}
	.nav-trigger, .nav-trigger:before, .nav-trigger:after {
		display: block;
		position: absolute;
		width: 2em;
		height: .25em;
		background: #2C2926;
		z-index: 1000;
	}
	.nav-trigger {
		top: 3em;
		right: 3em;
	}
	.nav-trigger:before, .nav-trigger:after {
		content: "";
	}
	.nav-trigger:before {
		margin-top: -.55em;
	}
	.nav-trigger:after {
		margin-top: .6em;
	}
	.nav-close, nav:hover .nav-close {
		background: none;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	.nav-close:before {
		margin-top: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-close:after {
		margin-top: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dropdown {
		display: none;
		position: absolute;
		top: 3em;
		right: 0;
		z-index: 999;
		width: 100%;
		flex: 1 0 100%;
		height: 100vh;
		padding-top: 4em;
		background: #F7F5F3;
	}
	.dropdown svg {
		display: none;
	}
	.dropdown ul, .dropdown li, .dropdown a {
		display: block;
		width: 100%;
	}
	.dropdown li {
		margin: 0;
		padding: 0;
		background: #f6f4f2;
	}
	.dropdown a {
		padding: 1.5em 4em;
		
		color: #2C2926;
		font-size: 1.15em;
		font-weight: 200;
		text-align: right;
	}
	.dropdown ul {
		display: block !important;
		margin: 0;
		padding: 0;
		font-size: .9em;
	}
	.dropdown ul li {
		background: #e3e0de;
	}
	.dropdown ul a {
		background: none;
		border-bottom: none;
	}
	.dropdown ul ul li {
		background: #606565;
	}
}
@media screen and (max-width: 600px) {
	.nav-trigger {
		top: 2.5em;
		right: 2em;
	}
	
	
	
}
@media screen and (max-width: 450px) {
	.nav-trigger {
		top: 2em;
	}
	
	
	
}
@media screen and (max-width: 375px) {
	.nav-trigger {
		top: 1.75em;
	}
	.dropdown {
		top: 4.1em;
	}
}


.h1 {
	padding: 4em;
	background-color: #686058;
	background-size: cover;
	background-position: center;
	color: #686058;
	text-align: center;
}
.spaces-available .h1 {
	background-image: url(/images/page-headers/spaces-lg.jpg);
}
.parking .h1 {
	background-image: url(/images/page-headers/parking-lg.jpg);
}
.contact .h1 {
	background-image: url(/images/page-headers/contact-lg.jpg);
}
.h1-links {
	margin-top: 1em;
}
.h1-links .button:last-of-type {
	margin-right: 0;
}
.h1-links .button:hover {
	color: #2C2926;
}
.spaces-available .h1-links .button, .parking .h1-links .button {
	border: 1px solid #f6f4f2;
	color: #f6f4f2;
}
.spaces-available .h1-links .button:hover, .parking .h1-links .button:hover {
	color: #686058;
}
.spaces-available .h1-links .button:after, .parking .h1-links .button:after {
	background-color: #f6f4f2;
}
@media screen and (max-width: 1000px) {
	.h1 {
		padding: 3em;
	}
}
@media screen and (max-width: 600px) {
	.h1 {
		padding: 2em;
	}
	.spaces-available .h1 {
		background-image: url(/images/page-headers/spaces-sm.jpg);
	}
	.parking .h1 {
		background-image: url(/images/page-headers/parking-sm.jpg);
	}
	.contact .h1 {
		background-image: url(/images/page-headers/contact-sm.jpg);
	}
}



.content-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: auto;
}
.content-main .content-i {
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-align-content: flex-start;
	align-content: flex-start;
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
}

.page-column-full {
	-webkit-box-flex: 1 0 100%;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: 100%;
}

.page-column-full-sl {
	-webkit-box-flex: 1 0 50%;
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.page-column-sl {
	-webkit-box-flex: 0 0 20em;
	-webkit-flex: 0 0 20em;
	-ms-flex: 0 0 20em;
	flex: 0 0 20em;
	width: 20em;
	margin-right: 3em;
	padding-right: 3em;
	border-right: 1px solid #B9C3CF;
}

.page-column-full-sr {
	-webkit-box-flex: 1 0 50%;
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
}
.page-column-sr {
	-webkit-box-flex: 0 0 20em;
	-webkit-flex: 0 0 20em;
	-ms-flex: 0 0 20em;
	flex: 0 0 20em;
	width: 20em;
	margin-left: 3em;
	padding-left: 3em;
	border-left: 1px solid #B9C3CF;
}

.page-column-full-sb {
	-webkit-box-flex: 1 0 35%;
	-webkit-flex: 1 0 35%;
	-ms-flex: 1 0 35%;
	flex: 1 0 35%;
	width: 35%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.page-column-slb {
	-webkit-box-flex: 0 0 12em;
	-webkit-flex: 0 0 12em;
	-ms-flex: 0 0 12em;
	flex: 0 0 12em;
	width: 12em;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	margin-right: 3em;
}
.page-column-srb {
	-webkit-box-flex: 0 0 12em;
	-webkit-flex: 0 0 12em;
	-ms-flex: 0 0 12em;
	flex: 0 0 12em;
	width: 15em;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	margin-left: 3em;
}
.page-column-full-sl > *:first-child, .page-column-sl > *:first-child,
.page-column-full-sr > *:first-child, .page-column-sr > *:first-child,
.page-column-full-sb > *:first-child, .page-column-slb > *:first-child, .page-column-srb > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 1000px) {
	.page-column-full-sl, .page-column-sl,
	.page-column-full-sr, .page-column-sr,
	.page-column-full-sb, .page-column-slb, .page-column-srb {
		-webkit-box-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
	.page-column-full-sr, .page-column-full-sl,
	.page-column-full-sb {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.page-column-sr, .page-column-sl,
	.page-column-slb, .page-column-srb {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin: 2em 0 0;
		padding: 2em 0 0;
		border-top: 1px solid #B9C3CF;
		border-right: none;
		border-left: none;
	}
}





.error,
.success {
	position: relative;
	margin: 2em 0;
	padding: .5em 1em .75em 4em;
	color: #FFF;
}
.content-i > .error, .content-i > .success {
	width: 100%;
}
.error {
	background: #A61C14;
}
.success {
	background: #86C54F;
}
.error svg, .success svg {
	position: absolute;
	top: 50%;
	left: 1em;
	width: 2em;
	height: 2em;
	margin-top: -1em;
}
.error p, .success p {
	margin: .15em 0;
	line-height: 1.5em;
}
.error a, .success a {
	color: #FFF;
}
@media screen and (max-width: 750px) {
	.error, .success {
		position: static;
		width: 100%;
		padding: .5em 1em .75em;
	}
	.error svg, .success svg {
		display: none;
	}
}


.cookies {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	background: #F18A00;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .4);
	color: #F6F4F2;
	text-align: center;
	font-size: .8em;
}
.cookies p {
	max-width: 50em;
	margin: 0 2em 0 0;
}
@media screen and (max-width: 800px) {
	.cookies {
		display: block;
	}
	.cookies p {
		margin: 0;
		text-align: center;
	}
	.cookies .button-o.button {
		margin: 1em 0 0;
	}
}