nav,
header,
footer {
	display: block;
}

body,
div,
input,
textarea,
button,
td,
h1,
h2,
h3,
h4 {
	font-family: 'Roboto', serif, 'Arial', Helvetica, Verdana;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
}

body {
	margin: 0;
	background: #c7dbcd; /* c1c1c1 */
}

#bkg-gfx {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: block;
}

#bkg-gfx.bkg-gfx-home {
	height: 800px;
}

#bkg-image {
	position: absolute;
	top: 0;
	width: 100%;
	/* height: 1080px; */
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

p {
	margin: 0;
	margin-bottom: 24px;
}

/* Stuff */
h1 {
	font-family: 'Space Grotesk', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 400;
	padding: 0;
	color: #000;
	text-align: left;
	margin: 0;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Space Grotesk', serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 45px;
	color: #000;
}

h2.center {
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Space Grotesk', serif;
	font-size: 28px;
	line-height: 33px;
	color: #000;
	margin: 0;
	margin-bottom: 40px;
	font-weight: 500;
}

h4 {
	text-transform: uppercase;
	color: #45DD83;
}

img {
	max-width: 100%;
	height: auto;
}

.gap {
	margin-bottom: 150px;
}

.gap-top {
	margin-top: 150px;
}

.small-gap {
	margin-bottom: 100px;
}

/*
.clearfix:after, .columns:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}


.last {
	margin-right: 0 !important;
}

.last-row {
	margin-bottom: 0 !important;
}
*/

a:link,
a:visited {
	color: #00b4ff;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
	color: #000;
}

a img {
	border: 0;
}

a.button {
	background: #45DD83;
	display: inline-block;
	padding: 5px 15px;
	min-width: 150px;
	text-align: center;
	color: #000;
	border-radius: 6px;
}

a.button:hover {
	background: #ffbb28;
}

/*
a.button-link {
	display: inline-block;
	color: #e9faff;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
	background-image: linear-gradient(#64b6cc, #54a8c3);
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
*/

hr {
	clear: both;
	font-size: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 20px 0;
}

hr.less {
	margin: 10px 0;
}

hr.more {
	margin: 50px 0;
}

hr.mega {
	margin: 150px 0;
}

hr.clean {
	border: none;
}

hr.mobile {
	display: none;
}


img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

/* Containers */
.site {
	position: relative;
	margin: 0 10%;
}

.site-narrow {
	position: relative;
	margin: 0 25%;
}

#content {
	/* min-height: 700px; */
	/* margin-bottom: 150px; */
	/*background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;*/
}

/* Headers */
#header {
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	z-index: 1000;
	padding: 60px 0;
	display: flex;
}

#logo {
	width: 20%;
	text-align: left;

	height: 60px;
}

#logo a {
	/* display: block; */
	line-height: 60px;
}

#logo a img {
	/* vertical-align: middle; */
	height: 60px;
}

#main-menu {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: right;
	position: relative;
	flex-grow: 1;
}

#main-menu nav a {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-family: 'Space Grotesk', serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px;
	color: #fff;
}

#main-menu nav a:hover {
	border-bottom: 2px solid #45DD83;
}

#main-menu-mobile {
	display: none;
}

#mobile-lang {
	display: none;
}

/* Columns */
.columns {
	display: flex;
	gap: 40px;
}

.columns.gappy {
	gap: 10%;
}

.columns.biggap {
	gap: 20%;
}

.columns.spread {
	gap: 15%;
}

.columns.tight {
	gap: 20px;
}

.col {
	flex-grow: 1;
}

.col-10-1 {
	width: 10%;
}

.col-10-9 {
	width: 90%;
}

.col-5-1 {
	width: 20%;
}

.col-5-2 {
	width: 40%;
}

.col-5-3 {
	width: 60%;
}

.col-5-4 {
	width: 80%;
}

.col-4-3 {
	width: 75%;
}

.col-4-1 {
	width: 25%;
}

.col-3-1 {
	width: 33%;
}

.col-3-2 {
	width: 66%;
}

.col-2 {
	width: 50%;
}

/* Background Image */
#main-bkg {
	display: block;
}

#bkg {
	width: 100%;
	z-index: -10;
	display: block;
}

#page-title {
	position: absolute;
	top: 170px;
	width: 80%;
	padding: 0 10%;
}

#page-title h1,
#page-title h2 {
	color: #fff;
	margin-bottom: 10px;
}

/* Home  */
.home-h1 {
	margin-top: 150px;
}

section {
	padding: 130px 0;
	position: relative;
	overflow: hidden;
}

section.light {
	background-color: #fff;
}

section.accent {
	background-color: #45DD83;
}

section.dark {
	background-color: #0e100e; /* 000 */
	color: #fff;
}

section.dark * {
	color: #fff;
}

section.dark strong {
	color: #45DD83;
}

section.dark h1,
section.dark h2 {
	color: #45DD83;
}

section.withbkg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section svg.bkg-gfx {
	position: absolute;
	top: 0;
}

section svg.bkg-gfx-rb {
	position: absolute;
	bottom: 0;
	right: 0;
}

section svg.bkg-gfx-rt {
	position: absolute;
	top: 0;
	right: 0;
}

section h2 {
	margin-top: 0;
}

.numbered {
	margin: 150px 0;
}

.numbered .row {
	display: grid;
	grid-template-columns: 42px 1fr;
	padding-bottom: 42px;
}

.numbered .number span {
	display: block;
	background-color: #000;
	color: #45DD83;
	font-family: 'Space Grotesk';
	width: 40px;
	height: 40px;
	border: 1px solid #45DD83;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
}

.numbered .text {
	padding-left: 50px;
}

.numbered .text strong {
	color: #45DD83;
	text-transform: uppercase;
}

.numbered .text h3 {
	color: #45DD83;
}

/* Team */
.team-member {
	flex-grow: 0;
}

.team-member h3 {
	margin-bottom: 5px;
}

.team-member h4 {
	color: #fff;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 30px;
}

.team-photo {
	width: 235px;
	height: 235px;
	border-radius: 505%;
	background-color: #fff;
	border: 1px solid #000;
	margin-bottom: 30px;
	overflow: hidden;
}

.t-alt .team-photo {
	background-color: #45DD83;
}

.t-alt h4 {
	color: #45DD83;
}

/* bad fff1f1 */
/* good ecffec */

/* Icons */
.fa-check,
.fa-check-circle {
	color: #4dc600;
}

.fa-times {
	color: #dd4d00;
}

.fa-ban {
	color: #dd4d00;
}

.fa-info-circle {
	color: #45DD83;
}

/* Article */
.date {
	text-align: right;
	font-style: italic;
	font-size: 14px;
}

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
}

thead td {
	background: #fafafa;
}

td {
	padding: 5px 10px;
	border: 1px solid #f2f2f2;

}

/* Pagination */


/* Tags */


/* Footer */
#footer {
	background: #181a19; /* 404041 */
	min-height: 150px;
	/* margin-top: 50px; */
	padding: 30px;
	color: #D0D2D3;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

#footer div {
	color: #D0D2D3;
}

#footer .footer-text {
	font-size: 16px;
	line-height: 20px;
}

#footer-menu {
	margin-top: 50px;
	text-align: center;
}

#footer nav a {
	display: inline-block;
	margin: 0;
	color: #D0D2D3;
	font-size: 18px;
	padding: 5px;
	
}

#footer nav a:hover {
	color: #00b4ff;
}

nav#foot-social {
	margin-top: 10px;
	margin-bottom: 30px;
}

nav#foot-social a {
	display: inline-block;
	font-size: 32px;
	margin-left: 5px;
}

.copyright {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.foot-logo {
	height: 150px;
	width: auto;
}

/* Forms */
.set {
	display: flex;
	column-gap: 30px;
	margin-bottom: 20px;
}

label {
	display: block;
	font-family: 'Space Grotesk';
	font-weight: 400;
	margin-bottom: 10px;
}

.set .options-set {
	flex-basis: 0;
	flex-grow: 1;
}

input,
textarea {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 6px;
	padding: 15px 25px;
	margin-bottom: 30px;
	background: #293127;  /* D7D6D5 */
	font-size: 16px;
	color: #fff;
}

textarea {
	height: 200px;
}

select {
	box-sizing: border-box;
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.03);
	font-size: 16px;
}

input[type="submit"],
button {
	font-family: 'Space Grotesk';
	font-size: 21px;
	font-weight: 400;
	border: 0;
	background: #45DD83;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #000;
	border-radius: 6px;
	width: auto;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

input[type="submit"]:hover,
button:hover {
	background: #ffbb28;
}

.contact-text {
	font-family: 'Space Grotesk';
	font-size: 36px;
	line-height: 42px;
}

.note {
	display: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-top: 20px;
}