


@charset "utf-8";
* {
	box-sizing: border-box;
}


body {
	font-family: "LatoWebLight";
	font-size: 14px;
	font-style: normal;
	background-color: #f2f3f7;
	color: #5e5e5e;
	padding: 0;
	margin: 0 auto;
}

article {
	background: #543cc8;
	background: -webkit-linear-gradient(left, #543cc8, #328eff);
	background: -o-linear-gradient(right, #543cc8, #328eff);
	background: -moz-linear-gradient(right, #543cc8, #328eff);
	background: linear-gradient(to right, #543cc8, #328eff);
}

footer {
	background-color: #f2f3f7;
	max-width: 1050px;
	margin: 0 auto;

	padding: 0 10px 10vh 10px;
}

textarea {
	resize: none;
}

.footer-link-bar
{
	text-align: right;
	line-height: 3em;
}

.footer-link-bar a {
	display: inline-block;
	margin-left: 3em;
	color: #535353;
	opacity: 0.54;
	text-decoration: none;
}

li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

p {
	line-height: 1.5em;
}
h1 {
	font-size: 30pt;
}
h2 {
	font-family: "LatoWebBold";
	font-size: 22pt;
}
h3 {
	font-family: "LatoWebBold";
	font-size: 16pt;
}
h4 {
	font-family: "LatoWeb";
	font-size: 14px;
}

h1, h2, h3, h4 {
	color: #000000;
	margin: 0;
}
.accent,
h1.accent, h2.accent, h3.accent, h4.accent
{
	color: #008eff;
}

.pseudo-input,
select,
input {
	font-family: "LatoWebLight";
	font-size: 16px;
	height: 2em;
	display: block;
	border: none;
	border-bottom: solid 1px #ccc;
	width: 100%;
	margin: 0 0 2em 0;
	box-sizing: border-box;
}

.pseudo-input {
	border: none;
}

input[type="checkbox"] {
	display: inline-block;
	height: auto;
	width: auto;
	margin: 0;
}

textarea {
	font-family: "LatoWebLight";
	font-size: 14px;
	display: block;
	border: none;
	border-bottom: solid 1px #ccc;
	width: 100%;
}

legend {
	position: relative;
	top: -2em;
	color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}

.action-button {
	display: inline-block;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	height: 48px;
	padding: 0 2em 0 2em;
	line-height: 48px;
	font-size: 18px;
	border-radius: 24px;
	border: none;
	background: #04c9e2;
	background: -webkit-linear-gradient(left, #04c9e2, #3eefff);
	background: -o-linear-gradient(right, #04c9e2, #3eefff);
	background: -moz-linear-gradient(right, #04c9e2, #3eefff);
	background: linear-gradient(to right, #04c9e2, #3eefff);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.08);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.08);
}

.block-button {
	display: block;
	width: 100%;
}

.twocol {
	display: flex;
}
.twocol > div {
	flex: 1 1 50%;
}

.highlight > span,
.highlight > input,
.highlight > select
{
	border-bottom: solid 2px #ec6c6a;
}
.hightlight legend {
	color: #ec6c6a;
}

.prompt {
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	height: 3em;
	text-align: center;
	color: #ec6c6a;
}

.hanger-head {
	display: flex;
}
.hanger-head > h1 {
	width: 3ex;
	text-align: center;
	flex: 0 0 3ex;
}
.hander-head > div {
	flex: 1 1 auto;
}
.hanger-head > div > p
{
	margin: 0;
}

img.step {
	margin: 3em 0 3em 0;
}

.lead {
	text-align: center;
}

.page-block {
	padding: 45px 70px 0 70px;
	margin: 0 auto;
	min-height: 60vh;
	background-color: #ffffff;
}
.page-block-low {
	min-height: 300px;
	max-height: 600px;
}
.page-block:first-child {
	padding-top: 10px;
}


.inverted, .inverted h1, .inverted h2 {
	color: #ffffff;
}

.whitebox {
	border-radius: 3px;
	padding: 10px;
}
.whitebox, .whitebox h1, .whitebox h2 {
	color: #000000;
	background-color: #ffffff;
}

.page-column {
	max-width: 1050px;
	margin: 0 auto;
}

.page-column-full {
	width: 100%;
}

.page-row-double,
.page-row {
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
}
.page-column-one-third {
	width: 34%;
	margin: 0 auto;
}
.page-column-two-thirds {
	width: 66%;
	margin: 0 auto;
}

.page-column-half {
	width: 50%;
	margin: 0 auto;
}
.page-column-half-right-padded {
	padding-right: 5%;
}
.page-column-quarter {
	width: 25%;
	margin: 0 auto;
	padding-left: 3%;
}
.page-column-quarter:first-child {
	padding-left: 0%;
}

.page-column-quarter-pad {
	margin-left: 25%;
}

.page-column-third {
	width: 33%;
	margin: 0 auto;
}


.registerblock {
	padding: 40px;
	width: 650px;
	min-height: 500px;
	display: flex;
}

.registerblock > div {
	flex: 1;
}

.registerblock > div:first-child {
	flex: 0 1 200px;
}


.register-steps {
	width: 150px;
	font-family: "LatoWebLight";
	font-size: 14px;
	line-height: 28px;
	margin: 1em 0 1em 0;
	border: solid 1px #ccc;
}

.register-step {
	padding: 0 14px 0 14px;
}
.register-step.accent {
	background-color: #eee;
}
.past {
	color: #999;
}

.hide-on-large {
	display: none;
}


@media screen and (max-width: 800px) {
	.page-block {
		padding: 10px;
	}
	.page-block:first-of-type {
		max-height: none;
		height: auto;
	}
	.page-row {
		display: block;
	}

	.page-row-double {
		flex-wrap: wrap;
	}
	.page-row-double > .page-column-quarter {
		width: 40%;
	}

	.page-column-one-third,
	.page-column-two-thirds,
	.page-column-half,
	.page-column-full
	{
		width: auto;
	}

	.page-column-quarter-pad {
		margin-left: 0;
	}

	.page-column-half > img {
		max-width: 60vw;
	}

	.hide-on-small {
		display: none;
	}
	.hide-on-small-bg {
		background: none;
	}

	.hide-on-large {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.registerblock > div:first-child {
		display: none
	}

	.page-row-double {
		flex: none;
	}
	.page-row-double > .page-column-quarter {
		width: 100%;
	}
}
@media screen and (max-width: 650px) {

	.page-row-double > .page-column-third {
		width: 100%;
	}

	.footer-link-bar {
		text-align: left;
		line-height: 2em;
		margin-bottom: 1.5em;
	}
	.footer-link-bar a {
		margin-left: 0;
		margin-right: 3ex;
	}
}

.md-html {
	font-size: 13px;
}
.md-html h1 {
	font-size: 16px;
	margin: 10px 0;
}
.md-html h2 {
	font-size: 13px;
}
.md-html p {
	margin-left: 3ex;
}
.md-html ul {
	margin-left: 3ex;
	padding: 0;
}




