@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

/*
	Solid State by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	text-align: justify;
}

ol, ul {
	list-style: none;
}

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

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

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

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: hidden;
	}



	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-color: #1F1F1F;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #3D3D3D;
		font-family: "Dongle", Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1;
	}

	input[type="text"], textarea{
		line-height:1em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: none;
		color: #3D3D3D;
		text-decoration: underline dotted;
	}

	a:hover {
		border-bottom-color: transparent;
		color: #3D3D3D !important;
		text-decoration: underline;
	}

	strong, b {
		color: #3D3D3D;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 0.5em 0;
		font-size: 22pt;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #3D3D3D;
		font-family: Raleway, Helvetica, sans-serif;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border-bottom: 0;
	}

	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
		font-weight: 200;
	}

	h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
		padding-bottom: 1em;
		border-bottom: solid 1px rgba(70, 70, 70, 0.35);
	}

	h2 {
		font-size: 1.2em;
	}

	h3 {
		font-size: 0.9em;
	}

	h4 {
		font-size: 0.7em;
	}

	h5 {
		font-size: 0.7em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px rgba(0, 0, 0, 0.125);
		margin: 2.5em 0;
	}

	hr.major {
		margin: 4em 0;
	}

/* Form */

	form {
		margin: 0 0 1em 0;
	}

	.form-button {
		margin: 0 auto;
		display: block;
		margin-top: 0.75em;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
				font-family: "Dongle", Helvetica, sans-serif;
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

	label {
		color: #3D3D3D;
		display: block;
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin: 0 0 0.7em 0;
		text-transform: none;
		margin-bottom: 0.5em;
	}

	.inline-label {
		display: inline;
		padding-right: 1em;
	}

	#attendance-fields {
		margin: auto;
		width: 90%;
	}

	#attendance-fields textarea {
		height: 2.9em;
	}

	#attendance-fields input {
		width: 70%;
		display: inline;
	}

	#attendance-fields field {
		display: grid;
		grid-template-columns: max-content max-content;
		grid-gap: 5px;
		align-items: center;
	}

	#attendance-fields label {
		text-align: left;
		display: inline;
		padding-right: 1em;
		margin-bottom: 0.75em;
	}

	input, textarea {
		font-family: "Dongle", Helvetica, sans-serif;
		font-size: 1.5em;
	}

	.true-inline-field {
		display:inline;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(0, 0, 0, 0.025);
		border-radius: 5px;
		border: none;
		border: solid 2px rgba(0, 0, 0, 0.125);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 0.7em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #5b6ba6;
		}

		input[type="number"] {
			width: 2em;
			font-family: "Dongle", Helvetica, sans-serif;
			font-size: 1.5em;
			padding-left: 0.3em;
		}

		/* Form: Checkbox/Radio */

		input[type="checkbox"],
		input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #3D3D3D;
			cursor: pointer;
			display: inline-block;
			text-transform: none;
			letter-spacing: 0;
			position: relative;
			font-family: "Dongle", Helvetica, sans-serif;
			font-weight: 300;
			font-size: 1.6em;
			margin-right: 1em;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				border-radius: 25%;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(0, 0, 0, 0.025);
				border: solid 2px rgba(0, 0, 0, 0.125);
				content: '';
				display: inline-block;
				text-align: center;
				width: 0.5em;
				height: 0.5em;
				margin-right: 0.25em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background-color: #555555;
		}

	textarea {
		padding: 0.5em;
		resize: vertical;
		height: 6em;
	}

	#edit-form {
		border-top: dashed 2px rgba(70, 70, 70, 0.35);
	}

	.inline-field {
		display: grid;
		grid-template-columns: max-content max-content;
		grid-gap: 15px;
		align-items: center;
		margin-left: 0.5em;
		margin-top: 2em;
	}

	#form-id {
		width: 6em;
		display: inline;
	}

	#label-for-form-id {
	display:inline;
	}

	/* Corrections */



	body.is-form-visible, body.is-menu-visible {
		overflow: hidden;
	}

	body.is-form-visible #form, body.is-menu-visible #menu {
		overflow-y: scroll;
		display: block;
	}

	#form .inner, #menu .inner {
		margin: auto;
	}


	/* Form: Select */

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #3D3D3D;
			background: #2e3141;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

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

	::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
		opacity: 1.0;
	}

/* Image */

	.image {
		border-radius: 10%;
		border: 0;
		display: inline-block;
		position: relative;
	}

	.image img {
		border-radius: 5px;
		display: block;
	}

	.image.left, .image.right {
		max-width: 40%;
	}

	.image.left img, .image.right img {
		width: 100%;
	}

	.image.left {
		float: left;
		padding: 0 1.5em 1em 0;
		top: 0.25em;
	}

	.image.right {
		float: right;
		padding: 0 0 1em 1.5em;
		top: 0.25em;
	}

	.image.fit {
		display: block;
		margin: 0 0 2em 0;
		width: 100%;
	}

	.image.fit img {
		width: 100%;
	}

	.image.main {
		display: block;
		margin: 0 0 3em 0;
		width: 100%;
	}

	.image.main img {
		width: 100%;
	}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(70, 70, 70, 0.125);
			border-left: 0;
			border-right: 0;
			text-align: left;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(70, 70, 70, 0.025);
			}

		table td {
			padding: 0.25em 0.25em;
			font-size: 20pt;
		}

		table th {
			color: #3D3D3D;
			font-size: 22pt;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(70, 70, 70, 0.125);
		}

		table tfoot {
			border-top: solid 2px rgba(70, 70, 70, 0.125);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(70, 70, 70, 0.125);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button,
	#menu-button,
	.menu-button
	 {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 5px;
		border: 0;
		box-shadow: inset 0 0 0 2px rgba(70, 70, 70, 0.15);
		color: #666666 !important;
		cursor: pointer;
		display: inline-block;
		font-family: "Dongle", Helvetica, sans-serif;
		font-size: 20pt;
		font-weight: 400;
		height: 2em;
		letter-spacing: 0.02em;
		line-height: 1.25em;
		padding: 0 0.75em;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		white-space: nowrap;
	}
	
	#menu-button, .menu-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: max-content;
	}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:hover,
	.button:hover,
	#menu-button:hover,
	.menu-button:hover
	 {
		background-color: rgba(150, 150, 150, 0.15);
	}

	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
	button:active,
	.button:active {
		background-color: rgba(0, 0, 0, 0.075);
	}

	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	input[type="button"].icon:before,
	button.icon:before,
	.button.icon:before {
		margin-right: 0.5em;
		color: rgba(0, 0, 0, 0.35);
	}

	input[type="submit"].primary,
	input[type="reset"].primary,
	input[type="button"].primary,
	button.primary,
	.button.primary {
		background-color: #4c5c96;
		box-shadow: none;
	}

	input[type="submit"].primary:hover,
	input[type="reset"].primary:hover,
	input[type="button"].primary:hover,
	button.primary:hover,
	.button.primary:hover {
		background-color: #53639e;
	}

	input[type="submit"].primary:active,
	input[type="reset"].primary:active,
	input[type="button"].primary:active,
	button.primary:active,
	.button.primary:active {
		background-color: #45558d;
	}

	input[type="submit"].primary.icon:before,
	input[type="reset"].primary.icon:before,
	input[type="button"].primary.icon:before,
	button.primary.icon:before,
	.button.primary.icon:before {
		color: #000000;
	}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	button.fit,
	.button.fit {
		width: 100%;
	}

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	button.small,
	.button.small {
		font-size: 0.6em;
	}

	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large,
	button.large,
	.button.large {
		font-size: 1em;
	}

	input[type="submit"].disabled, input[type="submit"]:disabled,
	input[type="reset"].disabled,
	input[type="reset"]:disabled,
	input[type="button"].disabled,
	input[type="button"]:disabled,
	button.disabled,
	button:disabled,
	.button.disabled,
	.button:disabled {
		opacity: 0.25;
	}

/* Header */

	#header {
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: rgba(0,0,0,0);
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		padding: 0 1.25em;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

	#header h1 {
		-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s;
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s;
		-ms-transition: opacity 0.2s ease-in-out, visibility 0.2s;
		transition: opacity 0.2s ease-in-out, visibility 0.2s;
		border-bottom: 0;
		font-size: 0.8em;
		margin-bottom: 0;
		opacity: 1;
		visibility: visible;
	}

	#header h1 a {
		border: 0;
	}

	#header nav {
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		height: 3em;
		letter-spacing: 0.1em;
		line-height: 3em;
		position: fixed;
		right: 1.5em;
		text-transform: uppercase;
		top: 1.5em;
	}

	#header .lang {
		width: 20px;
		margin: 10px;
		margin-top: 20px;
	}

	#header nav a {
		border: 0;
		display: inline-block;
		padding: 0 1em;
	}

	#header nav a:before {
		float: right;
		margin-left: 0.75em;
	}

	#header nav a[href="#menu"] {
		text-decoration: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		border-radius: 5px;
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
		padding: 0 1.35em;
		background-color: rgba(20,20,20,0.25);
		color: #FFFFFF;
	}

	#header nav a[href="#menu"]:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		/*line-height: 1;*/
		text-transform: none !important;
		font-weight: 900;
	}

	#header nav a[href="#menu"]:before {
		content: url("images/menu.svg");
		vertical-align: middle;
		/*line-height: inherit;*/
		height: 100%;
	}

	#header nav a[href="#menu"]:hover {
		background-color: rgba(70, 70, 70, 1);
		color: #FFFFFF !important;
	}

	#header nav a[href="#menu"]:active {
		background-color: rgba(70, 70, 70, 1);
		color: #FFFFFF !important;;
	}

	#header nav a[href="#form"] {
		text-decoration: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		border-radius: 5px;
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
		padding: 0 1.35em;
		background-color: rgba(20,20,20,0.25);
		color: #FFFFFF;
	}

	#header nav a[href="#form"]:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		/*line-height: 1;*/
		text-transform: none !important;
		font-weight: 900;
	}

	#header nav a[href="#form"]:before {
		content: url("images/rsvp.svg");
		vertical-align: middle;
		/*line-height: inherit;*/
		height: 100%;
	}

	#header nav a[href="#form"]:hover {
		background-color: rgba(70, 70, 70, 1);
		color: #FFFFFF !important;
	}

	#header nav a[href="#form"]:active {
		background-color: rgba(70, 70, 70, 1);
		color: #FFFFFF !important;;
	}

	#header.alt {
		background-color: transparent;
	}

	#header.alt h1 {
		opacity: 0;
		visibility: hidden;
	}

/* Menu */

	#page-wrapper {
		-moz-transition: -moz-filter 0.25s ease;
		-webkit-transition: -webkit-filter 0.25s ease;
		-ms-transition: -ms-filter 0.25s ease;
		transition: filter 0.25s ease;
		overflow-x: hidden;
	}

	.overlay {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: block;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		pointer-events: none;
		-moz-transition: opacity 0.35s ease, visibility 0.35s;
		-webkit-transition: opacity 0.35s ease, visibility 0.35s;
		-ms-transition: opacity 0.35s ease, visibility 0.35s;
		transition: opacity 0.35s ease, visibility 0.35s;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		background: rgba(0, 0, 0, 0.3);
		cursor: default;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		text-align: center;
		top: 0;
		visibility: hidden;
		width: 100%;
	}

	.overlay .inner {
		padding: 2.5em 1.5em 0.5em 1.5em ;
		-moz-transform: translateY(0.5em);
		-webkit-transform: translateY(0.5em);
		-ms-transform: translateY(0.5em);
		transform: translateY(0.5em);
		-moz-transition: opacity 0.35s ease, -moz-transform 0.35s ease;
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		-ms-transition: opacity 0.35s ease, -ms-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		-webkit-overflow-scrolling: touch;
		background: #EEEEEE;
		border-radius: 5px;
		display: block;
		max-width: 100%;
		opacity: 0;
		position: relative;
	}
	#menu .inner {
		width: 18em;
	}

	#form .inner {
		width: 50em;
	}

	.overlay h2 {
		border-bottom: solid 2px rgba(0, 0, 0, 0.125);
		padding-bottom: 1em;
	}

	.overlay .close {
		background-image: url("images/close.svg");
		background-position: 75% 25%;
		background-repeat: no-repeat;
		background-size: 2em 2em;
		border: 0;
		content: '';
		display: block;
		height: 4em;
		overflow: hidden;
		position: absolute;
		right: 0;
		text-align: center;
		text-indent: 4em;
		top: 0;
		width: 4em;
	}

	.overlay .links {
		list-style: none;
		margin-bottom: 1em;
		padding: 0;
	}

	.overlay .links li {
		padding: 0;
	}

	.overlay .links li a {
		border-radius: 5px;
		border: 0;
		display: block;
		font-family: "Dongle", Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: 200;
		letter-spacing: 0.1em;
		line-height: 0.1em;
		padding: 1em 0;
		text-transform: uppercase;
		text-decoration: none;
	}

	.overlay .links li a:hover {
		background: #DDDDDD;
	}

	body.is-menu-visible #page-wrapper, body.is-form-visible #page-wrapper {
		-moz-filter: blur(1.5px);
		-webkit-filter: blur(1.5px);
		-ms-filter: blur(1.5px);
		filter: blur(1.5px);
	}

	body.is-form-visible #form {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

	body.is-form-visible #form .inner {
		/*-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);*/
		opacity: 1;
	}

	body.is-menu-visible #menu {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

	body.is-menu-visible #menu .inner {
		/*-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);*/
		opacity: 1;
	}

/* Banner */

	#banner {
		padding: 3em 0 4.75em 0 ;
		background-color: #293236;
		background-image: linear-gradient(to top, rgba(50, 50, 50, 0.6), rgba(50, 50, 50, 0.6)), url("../../images/bg.jpg");
		background-size: auto, cover;
		background-position: center, right;
		margin-bottom: -7em;
		overflow: hidden;
	}

		#banner .inner {
			margin: 0 auto;
			width: 50%;
			min-width: 55em;
			overflow:hidden;
			height:5em;
			padding-top:0.2em;

		}


		#banner h2 {
			/* -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.65s;
			-webkit-transition-delay: 0.65s;
			-ms-transition-delay: 0.65s;
			transition-delay: 0.65s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0); */
			opacity: 1;
			/* border-bottom: solid 2px rgba(0, 0, 0, 0.125); */
			margin-bottom: 0.15em;
			font-family: "Parisienne", cursive;
			text-transform: none;
			font-weight: 400;
			font-style: normal;
			font-size: 4.5em;
			letter-spacing: 0;
			word-spacing: 0.2em;
			color: #EEEEEE;
		}

		#banner p {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: 200;
			letter-spacing: 0.1em;
			line-height: 2;
		}

		body.is-preload #banner .logo {
			-moz-transform: translateY(0.5em);
			-webkit-transform: translateY(0.5em);
			-ms-transform: translateY(0.5em);
			transform: translateY(0.5em);
			opacity: 0;
		}

		body.is-preload #banner h2 {
			opacity: 0;
			-moz-transform: translateX(0.25em);
			-webkit-transform: translateX(0.25em);
			-ms-transform: translateX(0.25em);
			transform: translateX(0.25em);
			-moz-filter: blur(2px);
			-webkit-filter: blur(2px);
			-ms-filter: blur(2px);
			filter: blur(2px);
		}

		body.is-preload #banner p {
			opacity: 0;
			-moz-transform: translateX(0.5em);
			-webkit-transform: translateX(0.5em);
			-ms-transform: translateX(0.5em);
			transform: translateX(0.5em);
			-moz-filter: blur(2px);
			-webkit-filter: blur(2px);
			-ms-filter: blur(2px);
			filter: blur(2px);
		}

	@media screen and (max-width: 118em) {
		#banner .inner {
			padding-left: 8em;
			padding-right: 8em;
			min-width: 71em;
			}
		}

/* Wrapper */

	.wrapper.spotlight .image {
			opacity: 0.75;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			max-width: 400px;
			max-height: 400px;
		}

	.wrapper.spotlight:hover .image {
			opacity: 1;
		}

	.wrapper {
		background-color: #F9F9F9;
		margin: 6.5em 0;
		position: relative;
	}

	.wrapper:before, .wrapper:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23F9F9F9%3B;stroke:%23F9F9F9%3B' /%3E%3C/svg%3E");
	}

	.wrapper:before {
		box-shadow: inset 0 -1px 0 0 #F9F9F9, 0 1px 0 0 #F9F9F9;
	}

	.wrapper:after {
		box-shadow: inset 0 -1px 0 0 #F9F9F9, 0 1px 0 0 #F9F9F9;
	}

	.wrapper:before, .wrapper:after {
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		display: block;
		height: 6.5em;
		position: absolute;
		width: 100%;
	}

	.wrapper:before {
		left: 0;
		top: -6.5em;
	}

	.wrapper:after {
		-moz-transform: scaleY(-1);
		-webkit-transform: scaleY(-1);
		-ms-transform: scaleY(-1);
		transform: scaleY(-1);
		bottom: -6.5em;
		left: 0;
	}

	.wrapper.alt:before {
		-moz-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.wrapper.alt:after {
		-moz-transform: scaleY(-1) scaleX(-1);
		-webkit-transform: scaleY(-1) scaleX(-1);
		-ms-transform: scaleY(-1) scaleX(-1);
		transform: scaleY(-1) scaleX(-1);
	}

	.wrapper .inner {
		padding: 3em 0 1em 0 ;
		margin: 0 auto;
		width: 50%;
		min-width: 55em;
	}

	.wrapper.spotlight {
		background-color: #F9F9F9;
	}

	.wrapper.spotlight:before, .wrapper.spotlight:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23F9F9F9%3B;stroke:%23F9F9F9%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight:before {
		box-shadow: inset 0 -1px 0 0 #F9F9F9, 0 1px 0 0 #F9F9F9;
	}

	.wrapper.spotlight:after {
		box-shadow: inset 0 -1px 0 0 #F9F9F9, 0 1px 0 0 #F9F9F9;
	}

	.wrapper.spotlight .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapper.spotlight .image {
		border-radius: 10%;
		margin: 0 3em 2em 0;
		overflow: hidden;
		-ms-flex: 1;
	}

	.wrapper.spotlight .image img {
		border-radius: 10%;
	}

	.wrapper.spotlight .content {
		width: 100%;
		-ms-flex: 2;
	}

	/* .wrapper.spotlight:nth-child(2n - 1) .inner h2 {
		text-align: right;
	} */

	.wrapper.spotlight:nth-child(2n - 1) .inner {
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		/* text-align: right; */
	}

	.wrapper.spotlight:nth-child(2n - 1) .image {
		margin: 0 0 2em 3em;
	}

	.wrapper.spotlight.style2 {
		background-color: #E8E8E8;
	}

	.wrapper.spotlight.style2:before, .wrapper.spotlight.style2:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23E8E8E8%3B;stroke:%23E8E8E8%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style2:before {
		box-shadow: inset 0 -1px 0 0 #E8E8E8, 0 1px 0 0 #E8E8E8;
	}

	.wrapper.spotlight.style2:after {
		box-shadow: inset 0 -1px 0 0 #E8E8E8, 0 1px 0 0 #E8E8E8;
	}

	.wrapper.spotlight.style3 {
		background-color: #F6F6F6;
	}

	.wrapper.spotlight.style3:before, .wrapper.spotlight.style3:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23F6F6F6%3B;stroke:%23F6F6F6%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style3:before {
		box-shadow: inset 0 -1px 0 0 #F6F6F6, 0 1px 0 0 #F6F6F6;
	}

	.wrapper.spotlight.style3:after {
		box-shadow: inset 0 -1px 0 0 #F6F6F6, 0 1px 0 0 #F6F6F6;
	}

	.wrapper.spotlight.style4 {
		background-color: #E5E5E5;
	}

	.wrapper.spotlight.style4:before, .wrapper.spotlight.style4:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23E5E5E5%3B;stroke:%23E5E5E5%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style4:before {
		box-shadow: inset 0 -1px 0 0 #E5E5E5, 0 1px 0 0 #E5E5E5;
	}

	.wrapper.spotlight.style4:after {
		box-shadow: inset 0 -1px 0 0 #E5E5E5, 0 1px 0 0 #E5E5E5;
	}

	.wrapper.spotlight.style5 {
		background-color: #F2F2F2;
	}

	.wrapper.spotlight.style5:before, .wrapper.spotlight.style5:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23F2F2F2%3B;stroke:%23F2F2F2%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style5:before {
		box-shadow: inset 0 -1px 0 0 #F2F2F2, 0 1px 0 0 #F2F2F2;
	}

	.wrapper.spotlight.style5:after {
		box-shadow: inset 0 -1px 0 0 #F2F2F2, 0 1px 0 0 #F2F2F2;
	}

	.wrapper.spotlight.style6 {
		background-color: #E2E2E2;
	}

	.wrapper.spotlight.style6:before, .wrapper.spotlight.style6:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23E2E2E2%3B;stroke:%23E2E2E2%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style6:before {
		box-shadow: inset 0 -1px 0 0 #E2E2E2, 0 1px 0 0 #E2E2E2;
	}

	.wrapper.spotlight.style6:after {
		box-shadow: inset 0 -1px 0 0 #E2E2E2, 0 1px 0 0 #E2E2E2;
	}

	.wrapper.spotlight.style7 {
		background-color: #EFEFEF;
	}

	.wrapper.spotlight.style7:before, .wrapper.spotlight.style7:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23EFEFEF%3B;stroke:%23EFEFEF%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style7:before {
		box-shadow: inset 0 -1px 0 0 #EFEFEF, 0 1px 0 0 #EFEFEF;
	}

	.wrapper.spotlight.style7:after {
		box-shadow: inset 0 -1px 0 0 #EFEFEF, 0 1px 0 0 #EFEFEF;
	}


	.wrapper.spotlight.style8 {
		background-color: #DEDEDE;
	}

	.wrapper.spotlight.style8:before, .wrapper.spotlight.style8:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23DEDEDE%3B;stroke:%23DEDEDE%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style8:before {
		box-shadow: inset 0 -1px 0 0 #DEDEDE, 0 1px 0 0 #DEDEDE;
	}

	.wrapper.spotlight.style8:after {
		box-shadow: inset 0 -1px 0 0 #DEDEDE, 0 1px 0 0 #DEDEDE;
	}

	.wrapper.spotlight.style9 {
		background-color: #ECECEC;
	}

	.wrapper.spotlight.style9:before, .wrapper.spotlight.style9:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23ECECEC%3B;stroke:%23ECECEC%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style9:before {
		box-shadow: inset 0 -1px 0 0 #ECECEC, 0 1px 0 0 #ECECEC;
	}

	.wrapper.spotlight.style9:after {
		box-shadow: inset 0 -1px 0 0 #ECECEC, 0 1px 0 0 #ECECEC;
	}

	.wrapper.spotlight.style10 {
		background-color: #DBDBDB;
	}

	.wrapper.spotlight.style10:before, .wrapper.spotlight.style10:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23DBDBDB%3B;stroke:%23DBDBDB%3B' /%3E%3C/svg%3E");
	}

	.wrapper.spotlight.style10:before {
		box-shadow: inset 0 -1px 0 0 #DBDBDB, 0 1px 0 0 #DBDBDB;
	}

	.wrapper.spotlight.style10:after {
		box-shadow: inset 0 -1px 0 0 #DBDBDB, 0 1px 0 0 #DBDBDB;
	}

/* Footer */

	#footer {
		background-color: #1F1F1F;
		text-align: center;
	}

	#footer .inner {
		padding: 5em 0 3em 0 ;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 65%;
		min-width: 55em;
	}

	#footer .inner img {
		height: 20%;
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: -40px;
		border-radius: 10%;
	}

	#footer .inner .copyright li {
		color: #DDDDDD;
	}

	#footer .inner h2 {
		color: #DDDDDD;
	}

	#footer .inner p {
		color: #DDDDDD;
	}

		#footer .inner > * {
			width: 100%;
		}

		#footer .inner h2 {
			text-align: center;
			margin-bottom: 5pt;
		}

		#footer .inner p {
			padding-bottom: 1em;
			border-bottom: solid 2px rgba(220, 220, 220, 0.125);
		}

		#footer .inner form {
			margin: 0 3em 0 0;
			width: calc(50% - 1.5em);
		}

		#footer .inner .contact {
			width: calc(50% - 1.5em);
		}

		#footer .inner .copyright {
			border-top: solid 2px rgba(220, 220, 220, 0.125);
			list-style: none;
			margin: 4em 0 2em 0;
			padding: 1em 0 0 0;
			width: 100%;
			text-align: left;
		}

			#footer .inner .copyright li {
				border-left: solid 2px rgba(220, 220, 220, 0.125);
				display: inline-block;
				font-size: 18pt;
				line-height: 1;
				margin-left: 1em;
				padding: 0;
				padding-left: 1em;
			}

				#footer .inner .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .inner .copyright li a {
					color: inherit;
				}

	.tooltip {
		position: relative;
		display: inline-block;
	  }

	  /* Tooltip text */
	  .tooltip .tooltipcontent {
		display: block;
		visibility: hidden;
		padding: 0;
		border-radius: 6px;
		border: 2px solid #555;

		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 1;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	  }

	  /* Show the tooltip text when you mouse over the tooltip container */
	  .tooltip:hover .tooltipcontent {
		visibility: visible;
	  }


	/* Small screen modifications */
	@media screen and (max-width: 1024px) {

		/* Body */

		html, body {
			min-width: 320px;
		}

		body {
			font-size: 10pt;
		}

		p {
			font-size: 18pt;
		}

		input, select, textarea {
			font-size: 17pt;
		}

		input[type="radio"] + label {
			font-size: 18pt;
		}

		label {
			font-size: 11pt;
		}

		#form button {
			font-size: 14pt;
		}
		
		#button-rsvp, #menu-button, .menu-button
		{
			margin-left: auto;
			margin-right: auto;
		}

		/* Menu */
		#header {
			margin-top: 0;
			line-height: 0em;
			height: 0em;
		}

		#header nav {
			top: 5pt;
			right: 5pt;
		}

		#header nav a[href="#menu"] {
			width: 4em;
			white-space: nowrap;
			text-indent: 5em;
			position: relative;
		}

		#header nav a[href="#menu"]:before {
			width: inherit;
			position: absolute;
			top: 0;
			left: 0;
			text-indent: 0;
			text-align: center;
			margin-left: 0;
			padding-right: 0;
		}

		#header nav a[href="#form"] {
			width: 4em;
			white-space: nowrap;
			text-indent: 15em;
			position: relative;
		}

		#header nav a[href="#form"]:before {
			width: inherit;
			position: absolute;
			top: 0;
			left: 0;
			text-indent: 0;
			text-align: center;
			margin-left: 0;
			padding-right: 0;
		}

		#header .lang {
			margin-top: 10pt;
			margin-left: 0pt;
		}

		/* Banner */
		#banner {
			background-image: linear-gradient(to top, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url("../../images/bg.jpg");
			margin-bottom: -4.5em;
		}

		#banner .inner {
			margin: 0;
			padding: 0;
			overflow: hidden;
			min-width: 320px;
		}

		#banner .inner h2 {
			font-size: 35pt;
			text-align: left;
			padding-left: 15pt;
			margin-top: 10pt;
		}

		/* Spotlight and Wrappers */
		.wrapper .inner {
			min-width: 320px;
		}

		.wrapper.spotlight .inner {
			display: block;
			text-align: center;
		}

		.wrapper.spotlight .inner .content {
			text-align: center;
		}

		.wrapper.spotlight .inner h2 {
			text-align: center;
		}

		.wrapper.spotlight .image {
			opacity: 1;
			/*
			max-width: 75%;
			max-height: 75%;
			*/
			max-width: 300px;
			max-height: 400px;
			margin: 0px auto !important ;
			margin-bottom: 1.5em !important;
		}

		.wrapper::before, .wrapper::after {
			height: 2em;

		}

		.wrapper::before {
			top: -2em;
		}

		.wrapper::after {
			bottom: -2em;
		}


		.wrapper {
			margin-top: 2em;
			margin-bottom: 2em;
		}
		
		.wrapper p {
			text-align: center;
		}

		/* Footer */
		#footer .inner {
			min-width: 320px;
			width: 90%;
		}
		
		#footer .inner .copyright {
			text-align: center;
		}

		#footer .inner .copyright li {
			border-left: 0;
			display: block;
			margin: 1em 0 0 0;
			padding-left: 0;
		}

		#footer .inner .copyright li:first-child {
			margin-top: 0;
		}

		/* Forms */

		form > .fields {
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

		form > .fields > .field {
			padding: 1.5em 0 0 1.5em;
			width: calc(100% - 1.5em);
		}

		form > .fields > .field.half {
			width: calc(100% - 1.5em);
		}

		form > .fields > .field.third {
			width: calc(100% - 1.5em);
		}

		form > .fields > .field.quarter {
			width: calc(100% - 1.5em);
		}

		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		button,
		.button {
			padding: 0.5em;
		}

		.inline-field {
			display: block;
			margin-top: 2em;
		}

		#form-id {
			width: 50%;
			margin-left: auto;
			margin-right: auto;
		}

		/* Tables */
		table td {
			padding: 0.2em 0.2em;
			font-size: 18pt;
		}
		
	.tooltip .tooltipcontent {
		display: none;
	  }

	}

	/* Medium screen modifications */
	@media screen and (min-width: 600px) and (max-width: 1024px) {
		.wrapper .inner {
			width: 70%;
		}

		#footer .inner {
			width: 90%;
		}

		.wrapper.spotlight .image {
			/*
			max-width: 75%;
			max-height: 75%;
			*/
			max-width: 400px;
			max-height: 400px;
		}
	}

	/* Tiny screen modifications */
	@media screen and (max-width: 350px) {
		.wrapper .inner {
			width: 50%;
			padding-left: 10px;
			padding-right: 10px;
		}

		#footer .inner {
			width: 50%;
		}

		.wrapper.spotlight .image {
			max-width: 50%;
			max-height: 50%;
		}

		#banner .inner {
			overflow: hidden;
			width: 50%;
		}
	}

	#attendance-fields {
		display: none;
	}

	input[name="attendance"]#yes:checked ~ div#attendance-fields {
		display: block;
	}
