@charset "UTF-8";
html, body, header, nav, div, ol, ul, li, dl, dt, dd, heading, img, p, h1, h2, h3, h4, h5, h6, main, aside, article, section, footer, pre, form, fieldset, input, blockquote, textarea, table, th, td, embed, object {
	margin: 0px;
	padding: 0px;
}
.top_button {
	width: 25px;
	height: auto;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 5000;
}
html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
body {
	font-family: "mulish";
	font-size: 18px;
	line-height: 1.25em;
	font-style: normal;
	font-weight: 300;
	background-color: #DADADA;
}
body, html {
	overflow-x: hidden;
}
.navmenu {
	height: 0px;
}
#menu a {
	text-decoration: none;
	color: #333333;
	transition: color 0.2s ease;
}
#menu a:hover {
	color: #939090;
}
.header_top {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	display: none;
	background-color: #2E2E2E;
}
.header_top ul {
	list-style-type: none;
	margin-left: 0px;
}
.header_top ul li {
	display: inline-block;
	padding: 5px 12px;
	box-sizing: border-box;
}
.header_top ul li a {
	text-decoration: none;
	color: white;
	font-size: .75em;
/*	text-transform: uppercase;*/
	letter-spacing: .25px;
/*	font-weight: 500;*/
}
.header_top ul li a:hover {
	color: #ACACAC;
}
#menuToggle {
	display: block;
	position: relative;
	top: 1.4em;
	left: 1.4em;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: block;
	width: 40px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
#menuToggle span {
	display: block;
	width: 33px;
	height: 3px;
	margin-bottom: 4px;
	position: relative;
	background: #fff;
	border-radius: 2px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(0px, 0px);
	background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(-3px, 4px);
}
#menu {
	position: absolute;
	width: 100%;
	margin: -100px 0 0 -50px;
	padding: 50px;
	padding-top: 125px;
	background-color: #E5E5E5;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu li {
	padding: 10px 0;
	font-size: 22px;
}
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}
.masthead {
	background-color: #333333;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	margin: 0 0 1em;
	padding: 1em 0;
	font-weight: 300;
	text-align: center;
	color: white;
	line-height: 1.1em;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-weight: 500;
	line-height: 1.2em;
}
#brand_area {
	padding-left: 1.4em;
	padding-right: 1.4em;
}
#brand_area a {
	margin: 1em auto 0em;
	font-weight: 500;
	line-height: 1em;
	color: #FFFFFF;
	display: block;
	padding: 1em;
	font-size: 1.2em;
	text-decoration: none;
	border-radius: 9px;
	max-width: 500px;
	text-align: center;
}
#brand_area img {
	margin: 1.4em auto 0em;
	display: block;
	max-width: 200px;
}
#brand_area a:hover {
	background-color: #333333;
}
p {
	font-size: 95%;
}
ul {
	list-style: square;
	font-size: 95%;
	margin-left: 1.4em;
}
img {
	display: block;
	border: 0px;
	width: 100%;
	height: auto;
}
textarea {
	overflow: auto;
}
.centered {
	margin: 0 auto;
	padding: 0 1em;
}
.fullwidth {
	width: 100%;
	background: #666666;
	margin-bottom: 2em;
	border-radius: 9px;
	color: white;
}
.card {
	background: white;
	border-radius: 9px;
	flex: 0 1 calc(50% - .5em);
	margin-bottom: 1em;
	position: relative;
}
.card-content {
	padding: 1.4em;
}
.cards_index {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.card_index {
	background: white;
	border-radius: 9px;
	flex: 0 1 calc(33% - 1em);
	margin-bottom: 1em;
	margin-right: 1em;
}
.index_img_size {
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.4em;
}
.center_text {
	text-align: center;
	font-size: 1em;
}
a li img {
	height: auto;
	width: 6%;
	display: inline-block;
	margin-right: 10px;
}
.nav_box {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 10px;
}
.green {
	background-color: #73BF3A;
}
.blue {
	background-color: #0099CD;
}
.red {
	background-color: #E72A24;
}
.orange {
	background-color: #EEA321;
}
.purple {
	background-color: #7817E7;
}
.neutral {
	background-color: #B69C76;
}
.footer_area {
	color: #666666;
	font-size: 0.6em;
	text-align: center;
	margin-top: 1em;
}
.space_above {
	margin-top: 0.5em;
}
.cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
.img_roundborder {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.artwork {
	font-size: .6em;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	line-height: .85rem;
	margin-top: 2px;
}

@media screen and (max-width: 525px) {
h1 {
	font-size: 1.5em;
	text-align: right;
	margin-right: .75em;
}
}

@media screen and (min-width: 600px) {
#menuToggle {
	display: none;
}
	.top_button {
		display: none;
	}
	.header_top {
		display: block;
	}
	.masthead {
		margin-top: 30px;
	}
	.opener {
		margin-top: 0px;
	}
	
.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -1em;
}
.card {
	flex: 0 1 calc(50% - .5em);
	margin-bottom: 1em;
	position: relative;
}
.invisible_extra {
	flex: 0 1 calc(50% - .5em);
	height: 0px;
}
}

@media screen and (min-width: 900px) {
h1 {
	font-size: 2em;
}
.cards {
	margin-top: inherit;
}
.card {
	flex: 0 1 calc(33% - 1em);
	margin-bottom: 2em;
	position: relative;
}
.invisible_extra {
	flex: 0 1 calc(33% - 1em);
	height: 0px;
}
}

@media screen and (min-width: 1200px) {
.centered {
	max-width: 1400px;
}
h1 {
	font-size: 2.5em;
}
.cards {
	margin-top: inherit;
}
.card {
	flex: 0 1 calc(25% - 1em);
	margin-bottom: 2em;
	position: relative;
}
.invisible_extra {
	flex: 0 1 calc(25% - 1em);
	height: 0px;
}
}
