/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

html {
	height: 100%;
	font-size: 16px;
	box-sizing: border-box;
}
body {
	width: 100%;
	background: #ebebeb url("../images/bg.png") no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	font: normal 0.875rem/1.5 Roboto, Arial, Verdana, sans-serif;
	letter-spacing: 0.01rem;
	color: #000000;
	overflow-x: hidden;
	padding: 3rem;
	box-sizing: border-box;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
a,
a:visited {
	font-weight: 500;
	text-decoration: none;
	color: #013ca6;
	transition: color 0.3s ease-out, border-color 0.3s ease-out;
}
a:hover {
	color: #000000;
}
img {
	max-width: 100%;
	display: block;
	margin: 0px 0px 1.5rem 0px;
}
svg {
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
	fill: #000000;
	transition: fill 0.3s ease-out;
}
b, strong {
	font-weight: 500;
}
small {
	font-size: 85%;
	font-weight: 500;
}
p {
	padding: 0px;
	margin: 0px 0px 1.5rem 0px;
}
p strong,
p b {
	font-weight: 500;
}
p:first-child:nth-last-child(1) {
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	color: #013ca6;
	margin: 3rem 0px 1.5rem 0px;
	padding: 0px;
	line-height: 1.5;
}
h1, .h1 {
	font-size: 2.074rem;
}
h2, .h2 {
	font-size: 1.728rem;
}
h3, .h3 {
	font-size: 1.44rem;
}
h4, .h4 {
	font-size: 1.2rem;
}
h5, .h5 {
	font-size: 1rem;
}
h6, .h6 {
	font-size: 0.75rem;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
	margin-top: 1.5rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0px;
}
table th {
	font-weight: 500;
}
table th,
table td {
	text-align: left;
}
input,
select,
textarea,
button,
label {
	font: inherit;
	outline: none;
	text-decoration: none;
}
label {
	font-weight: 500;
	display: inline-block;
}
label[for] {
	cursor: pointer;
}
label span {
	color: #FF0000;
}
label + label {
	margin-left: 1rem;
}
label + textarea {
	margin-top: 0.5rem;
}
input,
select,
textarea {
	padding: 0px 0.5rem;
	height: 2.25rem;
	line-height: 2.25rem;
	vertical-align: middle;
	border: 2px solid #e7eaed;
	width: 100%;
	outline: none;
	position: relative;
	box-sizing: border-box;
	transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #c5cdd4!important;
}
span.suf {
	background-color: #e7eaed;
	height: 2.25rem;
	min-width: 2rem;
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	line-height: 2.25rem;
	padding: 0px 0.5rem;
	margin-left: -0.25rem;
	display: inline-block;
}
span.description {
	background-color: #f2f4f5;
	padding: 0.125rem 0.5rem;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 500;
	font-size: 0.75rem;
	display: block;
}
br + span.description {
	margin-top: 0.5rem;
}
textarea {
	padding: 0.5rem;
	height: 7.5rem;
	line-height: 1.4;
	resize: vertical;
}
input[type="radio"] {
	width: auto;
	height: auto;
	display: inline;
	line-height: normal;
	position: relative;
}
input.small {
	width: 25%;
}
input.medium {
	width: 50%;
}
input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	position: relative;
	margin-bottom: 0px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	content: "";
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
	display: inline-block;
	border: 2px solid #dce0e5;
	background-color: #FFFFFF;
	margin: -2px 10px 0px 0px;
	position: relative;
	border-radius: 50%;
	transition: border-color 0.3s ease-out;
}
input[type="checkbox"] + label:before {
	border-radius: 4px;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	border-color: #32c24d;
}
input[type="checkbox"] + label:after {
	content: "";
	width: 0.2rem;
	height: 0.5rem;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	position: absolute;
	left: 2px;
	top: -2px;
	transform: rotate(45deg);
	margin: calc(0.25rem + 2px) 0px 0px calc(0.25rem + 2px);
	transition: border-color 0.3s ease-out;
}
input[type="checkbox"]:checked + label:after {
	border-color: #32c24d;
}
input[type="radio"] + label:after {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: calc(0.5rem - 2px);
	border-radius: 50%;
	transition: background-color 0.3s ease-out;
}
input[type="radio"]:checked + label:after {
	background-color: #32c24d;
}
label + input[type="radio"] + label {
	margin-left: 10px;
}
.error,
.error:focus,
input[type="radio"].error + label:before,
input[type="radio"].error:focus + label:before {
	border-color: #e74c3c !important;
}
.error + .suf,
.error + .description {
	background-color: #e74c3c;
	color: #FFFFFF;
}
.error_message {
	background-color: #ffc7c1;
	padding: 0.125rem 0.5rem;
	color: #790000;
	font-weight: 500;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	display: block;
	position: relative;
}
.error_message:before {
	content: "";
	position: absolute;
	left: 0.4rem;
	top: -0.4rem;
	border-bottom: 0.4rem solid #ffc7c1;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
}
p.error_message {
	padding: 0.5rem;
	text-align: center;
}
p.error_message:before {
	display: none;
}
button,
.button,
a.button {
	vertical-align: middle;
	display: inline-block;
	color: #000000;
	background-color: #f2f4f5;
	border: none;
	text-align: center;
	font-weight: 500;
	padding: 0px 0.5rem;
	padding: 0.47rem 1.5rem;
	cursor: pointer;
	box-sizing: border-box;
	letter-spacing: 0.01rem;
	border-radius: 4px;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
button:focus,
button:hover,
.button:focus,
.button:hover {
	background-color: #e7eaed;
}
button:active,
.button:active {
	background-color: #dce1e4;
	box-shadow: none;
}
button.secondary,
.button.secondary {
	color: #FFFFFF;
	background-color: #32c24d;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
	background-color: #40ce5a;
	color: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(26, 100, 40, 0.12), 0px 6px 16px rgba(26, 100, 40, 0.16);
}
button.secondary:active,
.button.secondary:active {
	color: #FFFFFF;
	background-color: #2dae45;
	box-shadow: none;
}
button[disabled] {
	opacity: 0.7;
	pointer-events: none;
}


::-webkit-input-placeholder {
    color: #AAAAAA;
}
::-moz-placeholder {
    color: #AAAAAA;
}
:-ms-input-placeholder {
    color: #AAAAAA;
}


#wrap {
	width: 100%;
	max-width: 37.5rem;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 1.5rem 2.25rem;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#wrap .logo {
	font-size: 1.333em;
	font-weight: 400;
	color: #000;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#wrap .logo img {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0px 0.25rem 0px 0px;
}
#wrap header {
	text-align: center;
}
#wrap header h1 {
	margin-top: 1rem;
}
#wrap header > img {
	max-width: calc(100% + 4.5rem);
	margin: 0px -2.25rem;
}
#wrap footer {
	text-align: right;
}
#wrap form > section {
	display: none;
}
#wrap form > section.active {
	display: block;
}
#wrap form footer {
	margin-top: 1.5rem;
}
#wrap form footer.action,
#wrap form footer.actions {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#wrap form footer.action {
	justify-content: flex-end;
}
#wrap .tabs {
	display: none;
	width: 100%;
	margin: -1.5rem -2.25rem 1.5rem -2.25rem;
	padding: 0px 2.25rem;
	background-color: #F8F9FA;
}
#wrap .tabs li {
	width: 25%;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#wrap .tabs li a {
	text-align: center;
	display: block;
	padding: 1rem 1rem calc(1rem - 3px) 1rem;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.4);
	border-bottom: 3px solid transparent;
	pointer-events: none;
}
#wrap .tabs li a:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
#wrap .tabs li.active a {
	color: #000000;
	border-color: #32c24d;
}
#wrap table {
	width: 100%;
	border-collapse: collapse;
}
#wrap table th,
#wrap table td {
	vertical-align: middle;
	padding: 1rem 0px;
	border-top: 1px solid #e7eaed;
}
#wrap table tr:first-child th,
#wrap table tr:first-child td {
	border-top: none;
}
#wrap table th + th,
#wrap table td + td {
	padding-left: 2rem;
}
#wrap section table td:first-child {
	width: 50%;
}
#wrap section table td:nth-child(2) label {
	font-weight: 400;
}

#modals {
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
#modals .container {
	padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	box-sizing: border-box;
}
#modals .modal {
	background-color: #FFFFFF;
	max-width: 500px;
	min-width: 320px;
	padding: 1.5rem 2.25rem;
	display: none;
	box-sizing: border-box;
	transform: translateY(-100px);
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}
#modals .modal .close {
	display: block;
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 0px;
	padding: 0.5rem;
	opacity: 0.5;
	background: #DDDDDD;
	transition: opacity 0.3s ease-out;
}
#modals .modal .close:hover {
	opacity: 0.8;
}
#modals .modal header {
	margin: 0px 0px 1.25rem 0px;
	padding: 0px 2rem 1.25rem 0px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #e7eaed;
}
#modals .modal header h4 {
	margin: 0px;
	color: #000000;
}
#modals .modal footer {
	padding-top: 1.25rem;
	display: flex;
	justify-content: flex-end;
}


@media screen and (min-width: 320px) and (max-width: 599px) {
	body {
		padding: 0px;
		background: #FFFFFF;
	}
	#wrap {
		padding: 1.5rem;
		box-shadow: none;
	}
	#wrap .tabs {
		display: none;
	}
	#wrap header > img {
		max-width: calc(100% + 3rem);
		margin: 0px -1.5rem;
	}
	#wrap table td {
		display: block;
		padding: 0px;
	}
	#wrap table td + td {
		padding-left: 0px;
	}
	#wrap section table td:first-child,
	#wrap table td:first-child {
		width: 100%;
		padding: 1rem 0px 0px 0px;
	}
	#wrap table td:last-child {
		padding: 0.5rem 0px 1rem 0px;
		border-top: 0px;
	}
	#wrap form footer.actions {
		flex-direction: column-reverse;
	}
	#wrap form footer.actions button,
	#wrap form footer.actions .button {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	#wrap form footer.actions button:first-child,
	#wrap form footer.actions .button:first-child {
		margin-bottom: 0px;
	}
}
