.maincontainer {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding-bottom: 0;
	min-height: 100vh;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

.outercontainer {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 64px;
	padding-bottom: 64px;
	height: 100%;
	width: 100%;
}

.innercontainer {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 680px;
	padding-bottom: 36px;
}

.headermargin {
	margin-bottom: 32px;
}

.header {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 12px;
	margin-bottom: 32px;
	width: 100%;
	height: 100%;
}

.titlemargin {
	margin-left: 12px;
	margin-right: 12px;
	max-width: 100%;
}

.subtitlepadding {
	padding-left: 40px;
	padding-right: 40px;
}

.linkcontainer {
	position: relative;
}

.linkposition {
	position: relative;
	height: auto;
	style-type: fill;
	border-type: squared;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header {
	margin: 0;
	color: #333;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.subheader {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color: #333;
	white-space: normal;
}

.linktitlespacing {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	width: 100%;
}

.headerimage {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	width: 96px;
	height: 96px;
	display: block;
	object-fit: contain;
	object-position: initial;
	-webkit-filter: none;
	filter: none;
}

.linkhref {
	padding: 0;
	margin: 0;
	border: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-align: center;
	cursor: pointer;
	display: block;
	background: none;
	type: button;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	vertical-align: middle;
}

.linkhref:focus {
	outline: none;
}

.linkhref:disabled {
	cursor: default;
	pointer-events: none;
}

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,
main,
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,
main,
menu,
nav,
section {
	display: block;
}

*[hidden] {
	display: none;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

html {
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html>* {
	-webkit-letter-spacing: normal;
	-moz-letter-spacing: normal;
	-ms-letter-spacing: normal;
	letter-spacing: normal;
}

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

.titlealign {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.titlegridstart {
	grid-column-start: 2;
}

.linkhrefstyle {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	white-space: normal;
	background: none;
	color: inherit;
	-webkit-transition: box-shadow .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), -webkit-transform .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
	-webkit-transition: box-shadow .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), transform .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
	transition: box-shadow .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), transform .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
}

.links {
	z-index: 0;
	overflow: hidden;
	margin-bottom: 16px;
	-webkit-transition: box-shadow .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), -webkit-transform .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
	-webkit-transition: box-shadow .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), transform .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
	transition: box-shadow .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), transform .25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color .25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
	border: 2px solid;
	border-color: #3a996f;
	background-color: #3a996f;
	color: #fff;
	border-radius: 0;
}

@-webkit-keyframes topwave {
	from {
		-webkit-mask-position: 0 top;
		mask-position: 0 top;
	}
	to {
		-webkit-mask-position: 680px top;
		mask-position: 680px top;
	}
}

@keyframes topwave {
	from {
		-webkit-mask-position: 0 top;
		mask-position: 0 top;
	}
	to {
		-webkit-mask-position: 680px top;
		mask-position: 680px top;
	}
}

@-webkit-keyframes bottomwave {
	from {
		-webkit-mask-position: 0 top;
		mask-position: 0 top;
	}
	to {
		-webkit-mask-position: -680px top;
		mask-position: -680px top;
	}
}

@keyframes bottomwave {
	from {
		-webkit-mask-position: 0 top;
		mask-position: 0 top;
	}
	to {
		-webkit-mask-position: -680px top;
		mask-position: -680px top;
	}
}

.links:hover {
	background-color: transparent;
	color: #3a996f;
	border-color: #3a996f;
}

.linktitlepositioning {
	position: relative;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
}

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,
main,
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,
main,
menu,
nav,
section {
	display: block;
}

*[hidden] {
	display: none;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

html {
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html>* {
	-webkit-letter-spacing: normal;
	-moz-letter-spacing: normal;
	-ms-letter-spacing: normal;
	letter-spacing: normal;
}

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