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

/*
	Polymorph by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/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;
}

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;
}

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: scrollbar;
}

@media screen and (max-width: 480px) {

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

}

html {
	box-sizing: border-box;
}

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

body {
	background: #ffffff;
}

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 {
	background-color: #ffffff;
	color: #404040;
}

body,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 300;
	line-height: 1.6;
}

@media screen and (max-width: 1680px) {

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

}

@media screen and (max-width: 1280px) {

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

}

@media screen and (max-width: 360px) {

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

}

a {
	-moz-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:before {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover {
	color: #e66666 !important;
	border-bottom-color: transparent;
}

a:hover:before {
	color: #e66666 !important;
}

strong,
b {
	font-weight: 900;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 1.75em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	line-height: 1.3;
	margin: 2.1875em 0 0.875em 0;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

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

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h2 {
	font-size: 1.35em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.7em;
}

@media screen and (max-width: 736px) {

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}

}

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

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

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 1.75em 0;
	padding: 0.4375em 0 0.4375em 1.75em;
}

code {
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 1.75em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 1.75em 0;
}

hr.major {
	margin: 2.625em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

input,
select,
textarea {
	color: #404040;
}

a {
	color: #e66666;
}

strong,
b {
	color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040 !important;
}

blockquote {
	border-left-color: #dbdbdb;
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-color: #dbdbdb;
}

hr {
	border-bottom-color: #dbdbdb;
}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 8.33333%;
}

.row>.off-1 {
	margin-left: 8.33333%;
}

.row>.col-2 {
	width: 16.66667%;
}

.row>.off-2 {
	margin-left: 16.66667%;
}

.row>.col-3 {
	width: 25%;
}

.row>.off-3 {
	margin-left: 25%;
}

.row>.col-4 {
	width: 33.33333%;
}

.row>.off-4 {
	margin-left: 33.33333%;
}

.row>.col-5 {
	width: 41.66667%;
}

.row>.off-5 {
	margin-left: 41.66667%;
}

.row>.col-6 {
	width: 50%;
}

.row>.off-6 {
	margin-left: 50%;
}

.row>.col-7 {
	width: 58.33333%;
}

.row>.off-7 {
	margin-left: 58.33333%;
}

.row>.col-8 {
	width: 66.66667%;
}

.row>.off-8 {
	margin-left: 66.66667%;
}

.row>.col-9 {
	width: 75%;
}

.row>.off-9 {
	margin-left: 75%;
}

.row>.col-10 {
	width: 83.33333%;
}

.row>.off-10 {
	margin-left: 83.33333%;
}

.row>.col-11 {
	width: 91.66667%;
}

.row>.off-11 {
	margin-left: 91.66667%;
}

.row>.col-12 {
	width: 100%;
}

.row>.off-12 {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.6875em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.6875em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.6875em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.6875em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.375em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.375em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.375em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.375em;
}

.row {
	margin-top: 0;
	margin-left: -2.75em;
}

.row>* {
	padding: 0 0 0 2.75em;
}

.row.gtr-uniform {
	margin-top: -2.75em;
}

.row.gtr-uniform>* {
	padding-top: 2.75em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -4.125em;
}

.row.gtr-150>* {
	padding: 0 0 0 4.125em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -4.125em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 4.125em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5.5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5.5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5.5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5.5em;
}

@media screen and (max-width: 1680px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xlarge {
		order: -1;
	}

	.row>.col-1-xlarge {
		width: 8.33333%;
	}

	.row>.off-1-xlarge {
		margin-left: 8.33333%;
	}

	.row>.col-2-xlarge {
		width: 16.66667%;
	}

	.row>.off-2-xlarge {
		margin-left: 16.66667%;
	}

	.row>.col-3-xlarge {
		width: 25%;
	}

	.row>.off-3-xlarge {
		margin-left: 25%;
	}

	.row>.col-4-xlarge {
		width: 33.33333%;
	}

	.row>.off-4-xlarge {
		margin-left: 33.33333%;
	}

	.row>.col-5-xlarge {
		width: 41.66667%;
	}

	.row>.off-5-xlarge {
		margin-left: 41.66667%;
	}

	.row>.col-6-xlarge {
		width: 50%;
	}

	.row>.off-6-xlarge {
		margin-left: 50%;
	}

	.row>.col-7-xlarge {
		width: 58.33333%;
	}

	.row>.off-7-xlarge {
		margin-left: 58.33333%;
	}

	.row>.col-8-xlarge {
		width: 66.66667%;
	}

	.row>.off-8-xlarge {
		margin-left: 66.66667%;
	}

	.row>.col-9-xlarge {
		width: 75%;
	}

	.row>.off-9-xlarge {
		margin-left: 75%;
	}

	.row>.col-10-xlarge {
		width: 83.33333%;
	}

	.row>.off-10-xlarge {
		margin-left: 83.33333%;
	}

	.row>.col-11-xlarge {
		width: 91.66667%;
	}

	.row>.off-11-xlarge {
		margin-left: 91.66667%;
	}

	.row>.col-12-xlarge {
		width: 100%;
	}

	.row>.off-12-xlarge {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.6875em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.6875em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.6875em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.6875em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.375em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.375em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.375em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.375em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.75em;
	}

	.row>* {
		padding: 0 0 0 2.75em;
	}

	.row.gtr-uniform {
		margin-top: -2.75em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.75em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -4.125em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 4.125em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -4.125em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 4.125em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5.5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5.5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5.5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5.5em;
	}

}

@media screen and (max-width: 1280px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-large {
		order: -1;
	}

	.row>.col-1-large {
		width: 8.33333%;
	}

	.row>.off-1-large {
		margin-left: 8.33333%;
	}

	.row>.col-2-large {
		width: 16.66667%;
	}

	.row>.off-2-large {
		margin-left: 16.66667%;
	}

	.row>.col-3-large {
		width: 25%;
	}

	.row>.off-3-large {
		margin-left: 25%;
	}

	.row>.col-4-large {
		width: 33.33333%;
	}

	.row>.off-4-large {
		margin-left: 33.33333%;
	}

	.row>.col-5-large {
		width: 41.66667%;
	}

	.row>.off-5-large {
		margin-left: 41.66667%;
	}

	.row>.col-6-large {
		width: 50%;
	}

	.row>.off-6-large {
		margin-left: 50%;
	}

	.row>.col-7-large {
		width: 58.33333%;
	}

	.row>.off-7-large {
		margin-left: 58.33333%;
	}

	.row>.col-8-large {
		width: 66.66667%;
	}

	.row>.off-8-large {
		margin-left: 66.66667%;
	}

	.row>.col-9-large {
		width: 75%;
	}

	.row>.off-9-large {
		margin-left: 75%;
	}

	.row>.col-10-large {
		width: 83.33333%;
	}

	.row>.off-10-large {
		margin-left: 83.33333%;
	}

	.row>.col-11-large {
		width: 91.66667%;
	}

	.row>.off-11-large {
		margin-left: 91.66667%;
	}

	.row>.col-12-large {
		width: 100%;
	}

	.row>.off-12-large {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.6875em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.6875em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.6875em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.6875em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.375em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.375em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.375em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.375em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.75em;
	}

	.row>* {
		padding: 0 0 0 2.75em;
	}

	.row.gtr-uniform {
		margin-top: -2.75em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.75em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -4.125em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 4.125em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -4.125em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 4.125em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5.5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5.5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5.5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5.5em;
	}

}

@media screen and (max-width: 980px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-medium {
		order: -1;
	}

	.row>.col-1-medium {
		width: 8.33333%;
	}

	.row>.off-1-medium {
		margin-left: 8.33333%;
	}

	.row>.col-2-medium {
		width: 16.66667%;
	}

	.row>.off-2-medium {
		margin-left: 16.66667%;
	}

	.row>.col-3-medium {
		width: 25%;
	}

	.row>.off-3-medium {
		margin-left: 25%;
	}

	.row>.col-4-medium {
		width: 33.33333%;
	}

	.row>.off-4-medium {
		margin-left: 33.33333%;
	}

	.row>.col-5-medium {
		width: 41.66667%;
	}

	.row>.off-5-medium {
		margin-left: 41.66667%;
	}

	.row>.col-6-medium {
		width: 50%;
	}

	.row>.off-6-medium {
		margin-left: 50%;
	}

	.row>.col-7-medium {
		width: 58.33333%;
	}

	.row>.off-7-medium {
		margin-left: 58.33333%;
	}

	.row>.col-8-medium {
		width: 66.66667%;
	}

	.row>.off-8-medium {
		margin-left: 66.66667%;
	}

	.row>.col-9-medium {
		width: 75%;
	}

	.row>.off-9-medium {
		margin-left: 75%;
	}

	.row>.col-10-medium {
		width: 83.33333%;
	}

	.row>.off-10-medium {
		margin-left: 83.33333%;
	}

	.row>.col-11-medium {
		width: 91.66667%;
	}

	.row>.off-11-medium {
		margin-left: 91.66667%;
	}

	.row>.col-12-medium {
		width: 100%;
	}

	.row>.off-12-medium {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.5em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.5em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.5em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.5em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em;
	}

	.row {
		margin-top: 0;
		margin-left: -2em;
	}

	.row>* {
		padding: 0 0 0 2em;
	}

	.row.gtr-uniform {
		margin-top: -2em;
	}

	.row.gtr-uniform>* {
		padding-top: 2em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 4em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -4em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em;
	}

}

@media screen and (max-width: 736px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-small {
		order: -1;
	}

	.row>.col-1-small {
		width: 8.33333%;
	}

	.row>.off-1-small {
		margin-left: 8.33333%;
	}

	.row>.col-2-small {
		width: 16.66667%;
	}

	.row>.off-2-small {
		margin-left: 16.66667%;
	}

	.row>.col-3-small {
		width: 25%;
	}

	.row>.off-3-small {
		margin-left: 25%;
	}

	.row>.col-4-small {
		width: 33.33333%;
	}

	.row>.off-4-small {
		margin-left: 33.33333%;
	}

	.row>.col-5-small {
		width: 41.66667%;
	}

	.row>.off-5-small {
		margin-left: 41.66667%;
	}

	.row>.col-6-small {
		width: 50%;
	}

	.row>.off-6-small {
		margin-left: 50%;
	}

	.row>.col-7-small {
		width: 58.33333%;
	}

	.row>.off-7-small {
		margin-left: 58.33333%;
	}

	.row>.col-8-small {
		width: 66.66667%;
	}

	.row>.off-8-small {
		margin-left: 66.66667%;
	}

	.row>.col-9-small {
		width: 75%;
	}

	.row>.off-9-small {
		margin-left: 75%;
	}

	.row>.col-10-small {
		width: 83.33333%;
	}

	.row>.off-10-small {
		margin-left: 83.33333%;
	}

	.row>.col-11-small {
		width: 91.66667%;
	}

	.row>.off-11-small {
		margin-left: 91.66667%;
	}

	.row>.col-12-small {
		width: 100%;
	}

	.row>.off-12-small {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.25em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.25em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.25em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.25em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.5em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.5em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.5em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.5em;
	}

	.row {
		margin-top: 0;
		margin-left: -1em;
	}

	.row>* {
		padding: 0 0 0 1em;
	}

	.row.gtr-uniform {
		margin-top: -1em;
	}

	.row.gtr-uniform>* {
		padding-top: 1em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -2em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 2em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -2em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 2em;
	}

}

@media screen and (max-width: 480px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xsmall {
		order: -1;
	}

	.row>.col-1-xsmall {
		width: 8.33333%;
	}

	.row>.off-1-xsmall {
		margin-left: 8.33333%;
	}

	.row>.col-2-xsmall {
		width: 16.66667%;
	}

	.row>.off-2-xsmall {
		margin-left: 16.66667%;
	}

	.row>.col-3-xsmall {
		width: 25%;
	}

	.row>.off-3-xsmall {
		margin-left: 25%;
	}

	.row>.col-4-xsmall {
		width: 33.33333%;
	}

	.row>.off-4-xsmall {
		margin-left: 33.33333%;
	}

	.row>.col-5-xsmall {
		width: 41.66667%;
	}

	.row>.off-5-xsmall {
		margin-left: 41.66667%;
	}

	.row>.col-6-xsmall {
		width: 50%;
	}

	.row>.off-6-xsmall {
		margin-left: 50%;
	}

	.row>.col-7-xsmall {
		width: 58.33333%;
	}

	.row>.off-7-xsmall {
		margin-left: 58.33333%;
	}

	.row>.col-8-xsmall {
		width: 66.66667%;
	}

	.row>.off-8-xsmall {
		margin-left: 66.66667%;
	}

	.row>.col-9-xsmall {
		width: 75%;
	}

	.row>.off-9-xsmall {
		margin-left: 75%;
	}

	.row>.col-10-xsmall {
		width: 83.33333%;
	}

	.row>.off-10-xsmall {
		margin-left: 83.33333%;
	}

	.row>.col-11-xsmall {
		width: 91.66667%;
	}

	.row>.off-11-xsmall {
		margin-left: 91.66667%;
	}

	.row>.col-12-xsmall {
		width: 100%;
	}

	.row>.off-12-xsmall {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.25em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.25em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.25em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.25em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.5em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.5em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.5em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.5em;
	}

	.row {
		margin-top: 0;
		margin-left: -1em;
	}

	.row>* {
		padding: 0 0 0 1em;
	}

	.row.gtr-uniform {
		margin-top: -1em;
	}

	.row.gtr-uniform>* {
		padding-top: 1em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -2em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 2em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -2em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 2em;
	}

}

/* Box */

.box {
	border: solid 1px;
	margin-bottom: 1.75em;
	padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.box {
	border-color: #dbdbdb;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 900;
	height: 3.4375em;
	line-height: 3.4375em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.075em;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35em;
}

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;
}

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.8em;
}

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

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 {
	pointer-events: none;
	opacity: 0.25;
}

@media screen and (max-width: 480px) {

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

}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	line-height: 3.09375em;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #dbdbdb;
	color: #404040 !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: rgba(144, 144, 144, 0.075);
	color: inherit !important;
}

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

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	box-shadow: none;
	background-color: #404040;
	color: #ffffff !important;
}

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

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

/* Form */

form {
	margin: 0 0 1.75em 0;
	overflow: hidden;
}

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% + 2.625em);
	margin: -1.3125em 0 1.75em -1.3125em;
}

form>.fields>.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.3125em 0 0 1.3125em;
	width: calc(100% - 1.3125em);
}

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

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

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

@media screen and (max-width: 480px) {

	form>.fields {
		width: calc(100% + 2.625em);
		margin: -1.3125em 0 1.75em -1.3125em;
	}

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

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

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

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

}

label {
	display: block;
	font-size: 0.9em;
	font-weight: 900;
	margin: 0 0 0.875em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

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

select {
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

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

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

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label: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-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	border: solid 1px;
	content: '';
	display: inline-block;
	font-size: 0.8em;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	content: '\f00c';
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	opacity: 1.0;
}

:-moz-placeholder {
	opacity: 1.0;
}

::-moz-placeholder {
	opacity: 1.0;
}

:-ms-input-placeholder {
	opacity: 1.0;
}

label {
	color: #404040;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	background-color: rgb(232 205 158 / 55%);
	;
	border-color: #dbdbdb;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: #e66666;
	box-shadow: 0 0 0 1px #e66666;
}

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='%23dbdbdb' /%3E%3C/svg%3E");
}

select option {
	color: #404040;
	background: #ffffff;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	color: #404040;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	background: rgba(144, 144, 144, 0.075);
	border-color: #dbdbdb;
}

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

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	border-color: #e66666;
	box-shadow: 0 0 0 1px #e66666;
}

::-webkit-input-placeholder {
	color: #aaaaaa !important;
}

:-moz-placeholder {
	color: #aaaaaa !important;
}

::-moz-placeholder {
	color: #aaaaaa !important;
}

:-ms-input-placeholder {
	color: #aaaaaa !important;
}

.formerize-placeholder {
	color: #aaaaaa !important;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon: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-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon>.label {
	display: none;
}

/* Image */

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

.image img {
	display: block;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 736px) {

	.image.main {
		margin: 0 0 1.75em 0;
	}

}

/* List */

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

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 1.75em 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;
	padding: 0.5em 0;
}

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

dl {
	margin: 0 0 1.75em 0;
}

dl dt {
	display: block;
	font-weight: 900;
	margin: 0 0 0.875em 0;
}

dl dd {
	margin-left: 1.75em;
}

ul.alt li {
	border-top-color: #dbdbdb;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -0.875em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 0.875em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.1375em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 0.875em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 0.875em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}

}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}

ul.icons.style2 li {
	font-size: 1.35em;
	padding: 0 0.5em 0 0;
}

ul.icons.style2 li a {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	display: inline-block;
	border-radius: 100%;
	width: 2.125em;
	height: 2.125em;
	line-height: 2.125em;
	text-align: center;
	background-color: #404040;
	color: #ffffff !important;
}

ul.icons.style2 li a:hover {
	background-color: #4d4d4d;
}

ul.icons.style2 li a:active {
	background-color: #333333;
}

ul.icons.style2 li a:before {
	color: inherit !important;
}

ul.icons.style2 li a.fa-twitter {
	background-color: #84dae7;
	color: #ffffff !important;
}

ul.icons.style2 li a.fa-twitter:hover {
	background-color: #99e0eb;
}

ul.icons.style2 li a.fa-twitter:active {
	background-color: #6fd4e3;
}

ul.icons.style2 li a.fa-facebook {
	background-color: #75aae6;
	color: #ffffff !important;
}

ul.icons.style2 li a.fa-facebook:hover {
	background-color: #8bb7ea;
}

ul.icons.style2 li a.fa-facebook:active {
	background-color: #5f9de2;
}

ul.icons.style2 li a.fa-instagram {
	background-color: #84c3e7;
	color: #ffffff !important;
}

ul.icons.style2 li a.fa-instagram:hover {
	background-color: #99cdeb;
}

ul.icons.style2 li a.fa-instagram:active {
	background-color: #6fb9e3;
}

ul.icons.style2 li a.fa-youtube {
	background-color: #e78484;
	color: #ffffff !important;
}

ul.icons.style2 li a.fa-youtube:hover {
	background-color: #eb9999;
}

ul.icons.style2 li a.fa-youtube:active {
	background-color: #e36f6f;
}

ul.icons.style1 li a {
	color: #aaaaaa;
}

/* Meta */

ul.meta {
	cursor: default;
	list-style: none;
	padding: 0;
}

ul.meta li {
	display: inline-block;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 0.075em;
	margin: 0 0 0.875em 0;
	text-transform: uppercase;
	border-left: solid 1px;
	padding: 0 0 0 1.25em;
	margin: 0 0 0 1.25em;
	line-height: 1;
}

ul.meta li a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0;
	text-decoration: none;
}

ul.meta li a: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-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

ul.meta li a:before {
	margin-right: 0.65em;
}

ul.meta li a.favorites:before {
	content: '\f004';
}

ul.meta li a.comments:before {
	content: '\f075';
}

ul.meta li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

h1+ul.meta,
h2+ul.meta,
h3+ul.meta,
h4+ul.meta,
h5+ul.meta,
h6+ul.meta {
	margin: -0.6125em 0 1.3125em 0;
}

ul.meta {
	color: #aaaaaa;
}

ul.meta li {
	border-left-color: #dbdbdb;
}

/* Pagination */

ul.pagination {
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	list-style: none;
	padding: 0;
	border: solid 1px;
	margin: 0 auto 1.75em auto;
	cursor: default;
}

ul.pagination li {
	padding: 0;
}

ul.pagination li a,
ul.pagination li span {
	position: relative;
	border-left: solid 1px;
	display: inline-block;
	font-size: 0.8em;
	min-width: 3.78125em;
	height: 3.4375em;
	line-height: 3.4375em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-decoration: none;
	border-bottom: 0;
}

ul.pagination li a {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

ul.pagination li .next,
ul.pagination li .previous {
	text-decoration: none;
	padding: 0 2.1875em;
}

ul.pagination li .next:before,
ul.pagination li .previous: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-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

ul.pagination li .next:before,
ul.pagination li .previous:before {
	display: inline-block;
	line-height: 3.63945em;
	color: inherit !important;
}

ul.pagination li .previous:before {
	content: '\f053';
	margin-right: 0.9375em;
}

ul.pagination li .next:before {
	content: '\f054';
	float: right;
	margin-left: 0.9375em;
}

ul.pagination li:first-child a {
	border-left: 0;
}

@media screen and (max-width: 480px) {

	ul.pagination li .page,
	ul.pagination li .extra {
		display: none;
	}

}

ul.pagination {
	border-color: #dbdbdb;
}

ul.pagination li a,
ul.pagination li span {
	border-left-color: #f4f4f4;
}

ul.pagination li a {
	color: #404040 !important;
}

ul.pagination li a:hover {
	background-color: rgba(144, 144, 144, 0.075);
}

ul.pagination li a:active {
	background-color: rgba(144, 144, 144, 0.2);
}

ul.pagination li a.active {
	color: #ffffff !important;
	box-shadow: 0 0 0 1px #404040;
	background-color: #404040;
	border-left-color: #404040;
	z-index: 1;
}

ul.pagination li span {
	color: #aaaaaa;
}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

@media screen and (max-width: 480px) {

	section.special,
	article.special {
		text-align: left;
	}

}

header {
	cursor: default;
}

header .category {
	display: block;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 0.075em;
	margin: 0 0 1.64062em 0;
	text-transform: uppercase;
}

header .category+h2,
header .category+h3,
header .category+h4,
header .category+h5,
header .category+h6 {
	margin-top: 0;
}

header.major {
	margin: 0 0 2.625em 0;
	text-align: center;
}

header.major h2 {
	font-size: 1.75em;
}

header.major> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {

	header.major {
		margin: 0 0 1.75em 0;
	}

	header.major h2 {
		font-size: 1.35em;
	}

}

@media screen and (max-width: 480px) {

	header.major {
		text-align: left;
	}

}

footer.major {
	padding: 2.75em 2.75em 1em 2.75em;
	text-align: center;
	border-top: solid 1px;
	margin-top: -1px;
}

@media screen and (max-width: 980px) {

	footer.major {
		padding: 2.75em 2em 1em 2em;
	}

}

@media screen and (max-width: 736px) {

	footer.major {
		padding: 2em 1em 0.25em 1em;
	}

}

header .category {
	color: #aaaaaa;
}

footer.major {
	border-top-color: #dbdbdb;
}

/* Table */

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

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

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	font-size: 0.9em;
	font-weight: 900;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px;
	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;
}

table tbody tr {
	border-color: #dbdbdb;
}

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

table th {
	color: #404040;
}

table thead {
	border-bottom-color: #dbdbdb;
}

table tfoot {
	border-top-color: #dbdbdb;
}

table.alt tbody tr td {
	border-color: #dbdbdb;
}

/* Posts */

.posts {
	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;
}

.posts>article {
	width: 33.33333%;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2.75em;
}

.posts>article .image {
	margin: -1.375em 0 3.125em -1.375em;
	display: block;
	position: relative;
	width: calc(100% + 2.75em);
}

.posts>article .image img {
	width: 100%;
}

.posts>article> :last-child {
	margin-bottom: 0;
}

.posts>article> :last-child> :last-child {
	margin-bottom: 0;
}

.posts>article:nth-child(3n) {
	border-right-width: 0;
}

.posts>article:nth-last-child(1),
.posts>article:nth-last-child(2),
.posts>article:nth-last-child(3) {
	border-bottom-width: 0;
}

@media screen and (max-width: 1280px) {

	.posts>article {
		width: 50%;
	}

	.posts>article:nth-child(2n) {
		border-right-width: 0;
	}

	.posts>article:nth-child(3n) {
		border-right-width: 1px;
	}

	.posts>article:nth-last-child(3) {
		border-bottom-width: 1px;
	}

}

@media screen and (max-width: 980px) {

	.posts>article {
		padding: 2.75em 2em;
	}

	.posts>article .image {
		margin: -1.375em 0 2.4375em -1em;
		width: calc(100% + 2em);
	}

}

@media screen and (max-width: 736px) {

	.posts>article {
		padding: 1em 1em 2em 1em;
	}

	.posts>article .image {
		margin: 0 0 1.75em 0;
		width: 100%;
	}

}

@media screen and (max-width: 480px) {

	.posts>article {
		width: 100%;
		border-right-width: 0 !important;
	}

	.posts>article:nth-last-child(2) {
		border-bottom-width: 1px;
	}

}

.posts>article {
	border-color: #dbdbdb;
}

/* Header */

body {
	padding-top: 3.75em;
}

#header {
	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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #ffffff;
	height: 3.75em;
	line-height: 3.75em;
	box-shadow: inset 0 -1px 0 0 #dbdbdb;
	overflow: hidden;
}

#header .logo {
	background-color: #e66666;
	color: #ffffff;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	white-space: nowrap;
}

#header .logo input,
#header .logo select,
#header .logo textarea {
	color: #ffffff;
}

#header .logo a {
	color: #ffffff;
}

#header .logo strong,
#header .logo b {
	color: #ffffff;
}

#header .logo h1,
#header .logo h2,
#header .logo h3,
#header .logo h4,
#header .logo h5,
#header .logo h6 {
	color: #ffffff !important;
}

#header .logo blockquote {
	border-left-color: rgba(255, 255, 255, 0.25);
}

#header .logo code {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.25);
}

#header .logo hr {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

#header .logo:hover {
	background-color: #ea7c7c;
}

#header .logo:active {
	background-color: #e25050;
}

#header .logo> :last-child {
	margin-bottom: 0;
}

#header .logo .title {
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	border-bottom: 0;
	color: #ffffff !important;
	padding: 0 3em 0 1.5em;
}

#header nav {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	cursor: default;
}

#header nav>ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header nav>ul>li {
	border-left: solid 1px #f4f4f4;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

#header nav>ul>li>ul {
	display: none;
}

#header nav>ul>li>a {
	border-bottom: 0;
	color: #404040;
	display: block;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 0.075em;
	padding: 0 2.0625em;
	text-decoration: none;
	text-transform: uppercase;
}

#header nav>ul>li>a.dropdown {
	text-decoration: none;
}

#header nav>ul>li>a.dropdown: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-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#header nav>ul>li>a.dropdown:before {
	content: '\f107';
	color: #aaaaaa;
	line-height: inherit;
	margin-right: 0.5em;
}

#header nav>ul>li.active>a {
	color: #e66666;
}

#header nav>ul>li.active>a:before {
	color: #e66666;
}

#header nav>ul>li:first-child {
	border-left: 0;
}

#header .navPanelToggle {
	display: none;
}

@media screen and (max-width: 1280px) {

	#header nav {
		display: none;
	}

	#header .navPanelToggle {
		text-decoration: none;
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		height: 100%;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 0.075em;
		text-decoration: none;
		text-transform: uppercase;
		color: #404040;
		padding: 0 2.0625em;
		border: 0;
	}

	#header .navPanelToggle: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-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	#header .navPanelToggle:before {
		content: '\f0c9';
		margin-right: 0.75em;
	}

}

@media screen and (max-width: 736px) {

	body {
		padding-top: 2.75em;
	}

	#header {
		height: 2.75em;
		line-height: 2.75em;
	}

	#header .logo .title {
		padding: 0 1.25em;
	}

	#header .navPanelToggle {
		padding: 0 1.5625em;
	}

}

@media screen and (max-width: 480px) {

	#header .logo .title .extra {
		display: none;
	}

}

.dropotron {
	background: #ffffff;
	box-shadow: 0 0.125em 0.75em 0.125em rgba(0, 0, 0, 0.075);
	list-style: none;
	margin-top: calc(-1em - 1px);
	margin-left: -1px;
	min-width: 13em;
	padding: 1em 0;
	border: solid 1px #dbdbdb;
}

.dropotron li {
	padding: 0;
}

.dropotron li a {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	border: 0;
	box-shadow: inset 0 1px 0 0 #f4f4f4;
	color: inherit;
	display: block;
	line-height: 2.5em;
	padding: 0 1.25em;
}

.dropotron li:first-child>a {
	box-shadow: none;
}

.dropotron li.active>a,
.dropotron li:hover>a {
	color: #e66666 !important;
}

.dropotron.level-0 {
	font-size: 0.9em;
	margin-top: 1em;
	margin-left: 0;
}

.dropotron.level-0:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	content: '';
	display: block;
	height: 0.75em;
	position: absolute;
	left: 50%;
	top: -0.375em;
	width: 0.75em;
	margin-left: -0.375em;
	box-shadow: inset 1px 1px 0 0 #dbdbdb;
	box-shadow: -1px -1px 2px 0 #dbdbdb;
}

/* Banner */

#banner {
	background-color: #333333;
	color: #ffffff;
	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;
}

#banner input,
#banner select,
#banner textarea {
	color: #ffffff;
}

#banner a {
	color: #e66666;
}

#banner strong,
#banner b {
	color: #ffffff;
}

#banner h1,
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
	color: #ffffff !important;
}

#banner blockquote {
	border-left-color: #ffffff;
}

#banner code {
	background: rgba(255, 255, 255, 0.075);
	border-color: #ffffff;
}

#banner hr {
	border-bottom-color: #ffffff;
}

#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner button,
#banner .button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #ffffff;
	color: #ffffff !important;
}

#banner input[type="submit"]:hover,
#banner input[type="reset"]:hover,
#banner input[type="button"]:hover,
#banner button:hover,
#banner .button:hover {
	background-color: rgba(255, 255, 255, 0.075);
	color: inherit !important;
}

#banner input[type="submit"]:active,
#banner input[type="reset"]:active,
#banner input[type="button"]:active,
#banner button:active,
#banner .button:active {
	background-color: rgba(255, 255, 255, 0.2);
}

#banner input[type="submit"].primary,
#banner input[type="reset"].primary,
#banner input[type="button"].primary,
#banner button.primary,
#banner .button.primary {
	box-shadow: none;
	background-color: #ffffff;
	color: #333333 !important;
}

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

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

#banner>article {
	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-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 8em 4em 6.25em 4em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	cursor: default;
}

#banner>article:before {
	-moz-transition: opacity 2.25s ease;
	-webkit-transition: opacity 2.25s ease;
	-ms-transition: opacity 2.25s ease;
	transition: opacity 2.25s ease;
	content: '';
	background-color: #333333;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.25;
}

#banner>article:nth-child(1):before {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	background-color: #333333;
}

#banner>article:nth-child(2):before {
	-moz-transition-delay: 0.375s;
	-webkit-transition-delay: 0.375s;
	-ms-transition-delay: 0.375s;
	transition-delay: 0.375s;
	background-color: #303030;
}

#banner>article:nth-child(3):before {
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
	background-color: #2e2e2e;
}

#banner>article:nth-child(4):before {
	-moz-transition-delay: 1.125s;
	-webkit-transition-delay: 1.125s;
	-ms-transition-delay: 1.125s;
	transition-delay: 1.125s;
	background-color: #2b2b2b;
}

#banner>article:nth-child(5):before {
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;
	background-color: #292929;
}

#banner>article:nth-child(6):before {
	-moz-transition-delay: 1.875s;
	-webkit-transition-delay: 1.875s;
	-ms-transition-delay: 1.875s;
	transition-delay: 1.875s;
	background-color: #262626;
}

#banner>article:nth-child(7):before {
	-moz-transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
	-ms-transition-delay: 2.25s;
	transition-delay: 2.25s;
	background-color: #242424;
}

#banner>article:nth-child(8):before {
	-moz-transition-delay: 2.625s;
	-webkit-transition-delay: 2.625s;
	-ms-transition-delay: 2.625s;
	transition-delay: 2.625s;
	background-color: #212121;
}

#banner>article:nth-child(9):before {
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-ms-transition-delay: 3s;
	transition-delay: 3s;
	background-color: #1f1f1f;
}

#banner>article:nth-child(10):before {
	-moz-transition-delay: 3.375s;
	-webkit-transition-delay: 3.375s;
	-ms-transition-delay: 3.375s;
	transition-delay: 3.375s;
	background-color: #1c1c1c;
}

#banner>article>img {
	display: none;
}

#banner>article .content {
	max-width: 80%;
	text-align: center;
	position: relative;
	z-index: 1;
}

#banner>article h1,
#banner>article h2,
#banner>article h3 {
	margin: 0 0 0.4375em 0;
}

#banner>article h1 a,
#banner>article h2 a,
#banner>article h3 a {
	color: #ffffff !important;
}

#banner>article.full {
	min-height: 65vh;
	width: 100%;
}

#banner>article.full h2 {
	font-size: 2.25em;
}

#banner>article.full .content {
	width: 35em;
}

@media screen and (max-width: 1680px) {

	#banner>article.full {
		min-height: 70vh;
	}

	#banner>article.full h2 {
		font-size: 1.75em;
	}

}

@media screen and (max-width: 736px) {

	#banner>article.full h2 {
		font-size: 1.5em;
	}

}

#banner>article.half {
	min-height: 50vh;
	width: 50%;
}

#banner>article.half h2 {
	font-size: 1.75em;
}

#banner>article.half .content {
	width: 25em;
}

@media screen and (max-width: 1680px) {

	#banner>article.half h2 {
		font-size: 1.35em;
	}

}

@media screen and (max-width: 736px) {

	#banner>article.half h2 {
		font-size: 1.25em;
	}

}

@media screen and (max-width: 980px) {

	#banner>article {
		padding: 6em 2em 4.25em 2em;
	}

	#banner>article.full {
		min-height: 55vh;
	}

	#banner>article.half {
		min-height: 35vh;
	}

}

@media screen and (max-width: 736px) {

	#banner>article {
		padding: 4em 1em 2.25em 1em;
	}

	#banner>article.full {
		min-height: 0;
	}

	#banner>article.half {
		min-height: 0;
	}

}

@media screen and (max-width: 480px) {

	#banner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#banner>article {
		padding: 4em 2em 2.25em 2em;
	}

	#banner>article.full {
		width: 100%;
	}

	#banner>article.full .content {
		width: 100%;
		max-width: 100%;
	}

	#banner>article.half {
		width: 100%;
	}

	#banner>article.half .content {
		width: 100%;
		max-width: 100%;
	}

}

body.is-preload #banner>article:before {
	opacity: 1;
}

/* Main */

#main>.main {
	border-bottom: solid 1px #dbdbdb;
}

#main>.main>.inner {
	padding: 5em 2.75em 3.25em 2.75em;
	max-width: 72em;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {

	#main>.main>.inner {
		padding: 4em 2em 2.25em 2em;
	}

}

@media screen and (max-width: 736px) {

	#main>.main>.inner {
		padding: 2em 1em 0.25em 1em;
	}

}

/* Main */

#footer>.inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	max-width: 72em;
	width: 100%;
	margin: 0 auto;
}

#footer>.inner>section {
	padding: 2.75em 2.75em 1em 2.75em;
	-ms-flex: 1;
	width: 100%;
}

#footer>.inner>section:nth-child(2n - 1) {
	border-right: solid 1px #dbdbdb;
}

#footer>.copyright {
	border-top: solid 1px #dbdbdb;
	padding: 2.75em 2.75em 5.5em 2.75em;
	text-align: center;
}

#footer>.copyright> :last-child {
	margin-bottom: 0;
}

#footer>.copyright p {
	color: #aaaaaa;
	font-size: 0.8em;
}

@media screen and (max-width: 980px) {

	#footer>.inner>section {
		padding: 2.75em 2em 1em 2em;
	}

	#footer>.copyright {
		padding: 2.75em 2em 5.5em 2em;
	}

}

@media screen and (max-width: 736px) {

	#footer>.inner>section {
		padding: 2em 1em 0.25em 1em;
	}

	#footer>.copyright {
		padding: 2em 1em;
	}

}

@media screen and (max-width: 480px) {

	#footer>.inner {
		padding: 2em 1em 0.25em 1em;
		display: block;
	}

	#footer>.inner>section {
		padding: 0;
		border-left: 0 !important;
	}

}

/* Nav */

#wrapper:before {
	-moz-transition: opacity 0.5s ease, visibility 0.5s;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s;
	-ms-transition: opacity 0.5s ease, visibility 0.5s;
	transition: opacity 0.5s ease, visibility 0.5s;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #404040;
	z-index: 10001;
	opacity: 0;
	visibility: hidden;
}

#navPanel {
	-moz-transform: translateX(22em);
	-webkit-transform: translateX(22em);
	-ms-transform: translateX(22em);
	transform: translateX(22em);
	-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
	-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
	-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
	transition: transform 0.5s ease, visibility 0.5s;
	-webkit-overflow-scrolling: touch;
	background: #ffffff;
	color: #404040;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 2.75em;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 22em;
	z-index: 10002;
}

#navPanel .link {
	border: 0;
	border-top: solid 1px #f4f4f4;
	color: inherit !important;
	display: block;
	font-size: 0.9em;
	padding: 0.75em 0;
}

#navPanel .link:first-child {
	border-top: 0;
}

#navPanel .link.depth-0 {
	color: inherit !important;
}

#navPanel .link .indent-1 {
	display: inline-block;
	width: 1.25em;
}

#navPanel .link .indent-2 {
	display: inline-block;
	width: 2.5em;
}

#navPanel .link .indent-3 {
	display: inline-block;
	width: 3.75em;
}

#navPanel .link .indent-4 {
	display: inline-block;
	width: 5em;
}

#navPanel .link .indent-5 {
	display: inline-block;
	width: 6.25em;
}

#navPanel .close {
	text-decoration: none;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
	color: #aaaaaa;
	cursor: pointer;
	display: block;
	height: 3.25em;
	line-height: 3.25em;
	padding-right: 1.25em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	vertical-align: middle;
	width: 7em;
}

#navPanel .close: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-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#navPanel .close:before {
	content: '\f00d';
	font-size: 1.25em;
}

#navPanel .close:hover {
	color: #ffffff;
}

@media screen and (max-width: 736px) {

	#navPanel .close {
		height: 4em;
		line-height: 4em;
	}

}

@media screen and (max-width: 980px) {

	#navPanel {
		padding: 2.75em 2em;
	}

}

@media screen and (max-width: 980px) {

	#navPanel {
		padding: 2em 2em;
	}

}

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

body.is-menu-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

.logo {
	display: flex;
	flex: auto;
	width: 75%;
}

a.title {
	/* display: flex; */
	/* flex-direction: row; */
	/* align-items: center; */
	/* justify-content: center; */
	/* place-items: center; */
	text-align: -webkit-center;
}

.projects-main {
	display: flex;
	flex-basis: 100px;
	padding: 0em 0em 0em 30%;
	height: 50%;
}

div#main {
	border-bottom: 1px solid #dbdbdb;
}

.project-text {
	width: 60%;
}

span.label {
	padding: 8em 9em 17em 21em;
}

.Roomie-info {
	display: block;
	align-items: center;
	padding: 5px 23% 0em 23%;
	height: auto;
}

.my-info {
	/* display: flex; */
	display: -webkit-inline-box;
	padding: 0em 10%;
}

.main-lang-div {
	height: auto;
	padding: 0.5em 10%;
}

.lang-Buttons {
	height: 10em;
}

.main-lang-div img {
	padding: 0em 7px;
	height: 100%;
}

.lang-Buttons {
	display: flex;
	align-items: center;
	overflow-x: scroll;
}

.main-lang-div:after {
	height: auto;
}

.lang-code {
	padding: 1em 0em 0em 0em;
}

h1.welcome-header {
	/* padding: 0em; */
	margin: 0em 0em 0em 0em;
	text-align: center;

	font: simplifica;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 2.5vmax;
	font-weight: 100;
	line-height: 2em;
}
body.index {
	background-color: moccasin;
}
section {
	border: 1px solid rgb(169, 175, 167);
}

div#navPanel {
	background-color: rgb(121, 119, 131);
	/* line-height: 2em; */
	font-size: 1.4em;
	color: white;
}

a.link.depth-1 {
	/* padding: 0 0em 0em; */
	margin: 0em 0em 0em 3em;
	text-align: right;
}
body.about-me {
	background-color: beige;
}
body.projects {
	background-color: moccasin;
}
body.roomie {
	background-color: moccasin;
}
body.willow {
	background-color: moccasin;
}
body.farmlin {
	background-color: moccasin;
}

body.contact-page {
	background-color: moccasin;
}
body.languages-body {
	background-color: moccasin;
}
.under-construction-img {
	text-align: center;
	padding: 2em 0em;
}

input[type="submit"] {
	background-color: #e4be7c;
}
code#demo {
	background-color: #8080807a;
}
.Resume-Div {
	text-align-last: center;
}

embed.Resume {
	width: 75%;
	height: 38em;
}
img.roomie-Pic {
	height: 21em;
	/* width: 33em; */
	min-width: 33em;
}

.roomie-Pic-Div {
	text-align: center;
}

p.technologies-item {
	margin: 0;
	font-family: monospace;
}
h1.technologies-heading {
	padding: 0em 25%;
}
.farmline-game-div {
	text-align: center;
}
h1.farmline-Header {
	text-align: center;
	font-family: cursive;
}
button.farmlin-Button {
	background-color: rgb(159 197 236);
}


.resume-content {
    padding: 2em;
    line-height: 1.6;
	justify-items: center;
}

.resume-content h2 {
    margin-top: 1.5em;
    color: #333;
}

.resume-content h3 {
    margin-top: 1em;
    font-weight: bold;
}

.resume-content ul {
    padding-left: 1.5em;
}

.resume-header {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}
