@font-face {
	font-family: 'Open sans';
	src: url(../fonts/OpenSans-Light-webfont.woff) format('woff'),
		url(../fonts/OpenSans-Light-webfont.ttf) format('truetype'),
		url(../fonts/OpenSans-Light-webfont.svg#open_sansbold) format('svg');
	font-weight: 300;
	font-style: light
}

@font-face {
	font-family: 'Open sans';
	src: url(../fonts/OpenSans-Regular-webfont.woff) format('woff'),
		url(../fonts/OpenSans-Regular-webfont.ttf) format('truetype'),
		url(../fonts/OpenSans-Regular-webfont.svg#open_sansregular)
		format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Open sans';
	src: url(../fonts/OpenSans-Semibold-webfont.woff) format('woff'),
		url(../fonts/OpenSans-Semibold-webfont.ttf) format('truetype'),
		url(../fonts/OpenSans-Semibold-webfont.svg#open_sansbold)
		format('svg');
	font-weight: 600;
	font-style: bold
}

@font-face {
	font-family: 'Open sans';
	src: url(../fonts/OpenSans-Bold-webfont.woff) format('woff'),
		url(../fonts/OpenSans-Bold-webfont.ttf) format('truetype'),
		url(../fonts/OpenSans-Bold-webfont.svg#open_sansbold) format('svg');
	font-weight: 700;
	font-style: bolder
}

.mixin-grid-reset {
	clear: both;
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: auto
}

.mixin-clearfix:after, .mixin-clearfix:before {
	content: "";
	display: table
}

.mixin-clearfix:after {
	clear: both
}

a, abbr, acronym, address, applet, article, aside, audio, b, big,
	blockquote, body, canvas, caption, center, cite, code, dd, del, details,
	dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form,
	h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd,
	label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby,
	s, samp, section, small, span, strike, strong, sub, summary, sup, table,
	tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

.form-info p b {
	font-weight: bold; 
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::-moz-selection {
	background: #c9496a;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #c9496a;
	color: #fff;
	text-shadow: none
}

html {
	color: #565e5d;
	font: 16px Arial, sans-serif;
	height: 100%;
	width: 100%;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	height: 100%;
	width: 100%;
	background: #efefef;
	line-height: 1.5em;
	-webkit-transition: -webkit-transform 200ms
		cubic-bezier(0.645, .045, .355, 1);
	transition: transform 200ms cubic-bezier(0.645, .045, .355, 1);
	-moz-transition: -moz-transform 50ms ease-out 0s
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5em;
	margin: 0 0 .75rem
}

h1 {
	font-size: 2.25rem;
	font-weight: 300
}

h2 {
	font-size: 1.1rem;
	margin-bottom: .5rem
}

h2.is-header {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-bottom: .5rem;
	margin-top: .5rem;
	font-size: .867rem;
	color: #565e5d;
	text-align: center;
	position: relative;
	-webkit-backface-visibility: hidden;
	word-wrap: break-word
}

h2.is-header span.is-soft {
	color: #929997
}

h2.is-header.text-left {
	text-align: left
}

h3 {
	font-size: 1.15rem
}

h4 {
	font-size: 1.1rem
}

h5 {
	font-size: 1.05rem
}

h6 {
	font-size: 1rem
}

p.is-soft {
	color: #929997
}

p:not (:last-child ){
	margin-bottom: 1.5rem
}

p:not (:last-child ).lead {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2rem
}

a {
	color: #10b6ff;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: color 50ms;
	transition: color 50ms;
	cursor: pointer
}

@media screen and (min-width:960px) {
	a:hover {
		color: #88dbff
	}
}

a.referral {
	padding-left: 1rem;
	-webkit-transition: color 50ms, padding-left 50ms;
	transition: color 50ms, padding-left 50ms
}

a.referral:hover {
	padding-left: 1.25rem
}

a.referral:before {
	position: relative;
	top: .15rem;
	margin-right: .5rem
}

small {
	font-size: .867rem;
	color: #929997
}

em {
	font-style: italic
}

strong {
	font-weight: 500
}

code, pre {
	font-family: 'courier new', monospace
}

abbr {
	border-bottom: 1px dotted #929997
}

del {
	text-decoration: line-through
}

mark {
	background-color: #ffffb3
}

hr {
	background-color: transparent;
	border: solid #efefef;
	border-width: 1px 0 0;
	clear: both;
	margin: 0
}

hr.is-wide {
	margin-left: 0;
	margin-right: 0
}

ol, ul {
	margin: 0 0 1.5rem 1.5em
}

ul {
	list-style: none;
	margin-left: 0
}

ol {
	list-style: decimal
}

dl {
	margin-bottom: 1.5rem
}

dl dt {
	font-weight: 700
}

dl dd {
	margin-left: 1.5rem
}

dl.advanced:after, dl.advanced:before {
	content: "";
	display: table
}

dl.advanced:after {
	clear: both
}

dl.advanced dt {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: left;
	color: #929997;
	font-weight: 400;
	padding-top: .5rem
}

@media screen and (min-width:1024px) {
	dl.advanced dt {
		padding-right: .5rem;
		text-align: left;
		word-wrap: break-word
	}
}

dl.advanced dt:first-of-type {
	padding-top: 0
}

dl.advanced dd {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-left: 0
}

@media screen and (min-width:1024px) {
	dl.advanced dd {
		word-wrap: break-word
	}
}

dl.advanced dd+dd {
	margin-top: .35rem
}

dl.is-horizontal dd, dl.is-horizontal dt {
	display: inline-block;
	width: 49%
}

time {
	color: #929997;
	font-size: .867rem
}

i.flaticon.loading-3:before {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	-webkit-animation: loading 1s linear infinite, container 300ms ease;
	-moz-animation: loading 1s linear infinite, container 300ms ease;
	animation: loading 1s linear infinite, container 300ms ease;
	-webkit-transform: translate3d(0, 50%, 50%);
	-moz-transform: translate3d(0, 50%, 50%);
	-ms-transform: translate3d(0, 50%, 50%);
	-o-transform: translate3d(0, 50%, 50%);
	transform: translate3d(0, 50%, 50%);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000
}

.is-hidden {
	display: none !important
}

.is-hidden, .is-invisible {
	visibility: hidden !important
}

.is-active, .is-visible {
	display: block
}

.left {
	float: left
}

.right {
	float: right
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.nowrap {
	white-space: nowrap
}

.font-is-small {
	font-size: .867rem
}

.is-inactive {
	color: #929997 !important;
	cursor: default
}

.is-inactive:hover {
	color: #929997 !important
}

.is-alt-text {
	display: none
}

.is-clickable {
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	cursor: pointer
}

.is-not-clickable {
	cursor: default !important
}

.page-intro, .page-is-empty {
	text-align: center;
	display: block;
	font-style: italic
}

@media screen and (max-width:959px) {
	.is-hidden-on-mobile {
		display: none !important
	}
}

@media screen and (min-width:960px) {
	.is-shown-on-mobile {
		display: none !important
	}
}

.has-no-padding {
	padding: 0 !important
}

.is-not-scrollable {
	overflow: hidden
}

@media screen and (min-width:960px) {
	.l-full {
		float: left;
		width: 97.91666667%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

@media screen and (min-width:960px) {
	.l-three-fourth {
		float: left;
		width: 64.58333333%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

@media screen and (min-width:1024px) {
	.l-three-fourth {
		float: left;
		width: 72.91666667%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

@media screen and (min-width:960px) {
	.l-two-third {
		float: left;
		width: 64.58333333%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

@media screen and (min-width:960px) {
	.l-half {
		float: left;
		width: 47.91666667%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

@media screen and (min-width:960px) {
	.l-one-third {
		float: left;
		width: 31.25%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

@media screen and (min-width:960px) {
	.l-one-fourth {
		float: left;
		width: 31.25%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

@media screen and (min-width:1024px) {
	.l-one-fourth {
		float: left;
		width: 22.91666667%;
		margin-left: 1.04166667%;
		margin-right: 1.04166667%
	}
}

.l-medium, .l-narrow, .l-small {
	clear: both
}

@media screen and (min-width:1024px) {
	.l-narrow {
		max-width: 70rem;
		margin: auto
	}
}

@media screen and (min-width:1024px) {
	.l-medium {
		max-width: 57rem;
		margin: auto
	}
	.l-medium.content {
		max-width: 60rem
	}
}

@media screen and (min-width:1024px) {
	.l-small {
		max-width: 43rem;
		margin: auto
	}
	.l-small.content {
		max-width: 46rem
	}
}

.l-xsmall {
	clear: both;
	max-width: 29rem;
	margin: auto
}

@media screen and (min-width:590px) {
	.has-no-padding .l-medium, .has-no-padding .l-narrow, .has-no-padding .l-small
		{
		margin-left: 1.5rem;
		margin-right: 1.5rem
	}
}

@media screen and (min-width:960px) {
	.has-no-padding .l-medium, .has-no-padding .l-narrow, .has-no-padding .l-small
		{
		margin: auto
	}
}

div.l-container {
	position: absolute;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	min-height: 100%;
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-webkit-box-lines: single;
	-ms-flex-wrap: none;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-align-content: stretch;
	-ms-align-content: stretch;
	align-content: stretch;
	-ms-flex-line-pack: stretch
}

.l-first {
	clear: left
}

.l-flex-content {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-webkit-box-lines: single;
	-ms-flex-wrap: none;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-align-content: stretch;
	-ms-align-content: stretch;
	align-content: stretch;
	-ms-flex-line-pack: stretch
}

@media screen and (min-width:960px) {
	.l-flex-content {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-flex: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		z-index: 101
	}
}

.is-showcontent .l-flex-content {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-flex: 1
}

.include-form-border {
	border-color: #bcbbba;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input::-ms-clear {
	display: none
}

input::-webkit-input-placeholder {
	font-weight: 400;
	color: #929997
}

input::-moz-placeholder {
	font-weight: 400;
	color: #929997
}

input:-ms-input-placeholder {
	font-weight: 400 !important;
	color: #929997 !important
}

input:input-placeholder {
	font-weight: 400;
	color: #929997
}

select[disabled], textarea:input-placeholder {
	font-weight: 400;
	color: #929997
}

input[type=email], input[type=number], input[type=password], input[type=search],
	input[type=tel], input[type=text], input[type=url], select, textarea {
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid #929997;
	border-radius: 2px;
	color: #565e5d;
	display: block;
	font-family:  Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5em;
	margin: .2rem 0;
	padding: .5em;
	vertical-align: baseline;
	width: 100%;
	min-width: 6rem
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus,
	input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus,
	input[type=url]:focus, select:focus, textarea:focus {
	border-color: #929997;
	color: #303332;
	outline: 0
}

input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled,
	input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled,
	input[type=url]:disabled, select:disabled, textarea:disabled {
	box-shadow: none;
	background: #f9f9fa;
	color: #929997
}

input[readonly]:not (.is-clickable ){
	background-color: #f9f9fa
}

input[type=checkbox] {
	border-radius: 0
}

legend {
	border: 0;
	display: block;
	margin-bottom: .25rem;
	font-weight: 700;
	line-height: 1.5rem;
	font-size: 1.5rem
}

ul.form {
	clear: both;
	padding: 0 !important;
	list-style: none;
	margin: 0 0 1.5rem
}

ul.form>li {
	padding: .1rem 0
}

ul.form>li:after, ul.form>li:before {
	content: "";
	display: table
}

ul.form>li:after {
	clear: both
}

@media screen and (min-width:960px) {
	ul.form>li {
		padding: .2rem 0
	}
}

ul.form>li:last-child {
	border-bottom: 0
}

ul.form>li.highlight-grey {
	background: #efefef;
	border-radius: 1rem;
	padding: .6rem .75rem;
	margin-top: 1rem
}

@media screen and (min-width:590px) {
	ul.form>li.highlight-grey {
		padding: .1rem .75rem .6rem
	}
}

ul.form>li.highlight-grey>label {
	color: #929997;
	font-weight: 700;
	text-align: center
}

ul.form>li.highlight-info {
	background: #5f59a3;
	border-radius: 1rem;
	padding: .6rem .75rem;
	margin-top: 1rem
}

@media screen and (min-width:590px) {
	ul.form>li.highlight-info {
		padding: .1rem .75rem .6rem
	}
}

ul.form>li.highlight-info>label {
	color: #fff;
	font-weight: 700;
	text-align: center
}

ul.form>li>label {
	clear: left;
	display: block;
	text-align: left;
	font-size: .867rem;
	font-weight: 500;
	color: #929997;
	overflow: hidden
}

@media screen and (min-width:590px) {
	ul.form>li>label {
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: .6rem
	}
}

.form--fields {
	position: relative
}

@media screen and (min-width:590px) {
	.form--fields {
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

.form--fields:first-child {
	width: 100%
}

.form--fields p, .form--fields small {
	display: block;
	margin: .25rem 0;
	word-wrap: break-word
}

.form--fields p.form--description {
	margin: .6rem 0
}

.form--fields>i {
	position: absolute;
	top: 5px;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	text-align: center;
	color: #efefef;
	right: 5px;
	padding-left: 3px
}

.form--fields input:focus ~i{
	color: #5fbca6
}

li.form--is-required label:after {
	content: '*';
	color: #eb9c3d;
	margin-left: .25rem;
	font-size: .733rem;
	position: relative;
	top: -4px
}

div.form--error label, li.form--error label {
	color: #eb9c3d !important
}

div.form--error input[type=email], div.form--error input[type=email]:focus,
	div.form--error input[type=number], div.form--error input[type=number]:focus,
	div.form--error input[type=password], div.form--error input[type=password]:focus,
	div.form--error input[type=search], div.form--error input[type=search]:focus,
	div.form--error input[type=tel], div.form--error input[type=tel]:focus,
	div.form--error input[type=text], div.form--error input[type=text]:focus,
	div.form--error input[type=url], div.form--error input[type=url]:focus,
	div.form--error select, div.form--error select:focus, div.form--error textarea,
	div.form--error textarea:focus, li.form--error input[type=email], li.form--error input[type=email]:focus,
	li.form--error input[type=number], li.form--error input[type=number]:focus,
	li.form--error input[type=password], li.form--error input[type=password]:focus,
	li.form--error input[type=search], li.form--error input[type=search]:focus,
	li.form--error input[type=tel], li.form--error input[type=tel]:focus,
	li.form--error input[type=text], li.form--error input[type=text]:focus,
	li.form--error input[type=url], li.form--error input[type=url]:focus,
	li.form--error select, li.form--error select:focus, li.form--error textarea,
	li.form--error textarea:focus {
	border-color: #eb9c3d;
	-webkit-box-shadow: inset 0 0 0 1px #eb9c3d;
	box-shadow: inset 0 0 0 1px #eb9c3d
}

div.form--error ul.form--errors, li.form--error ul.form--errors {
	color: #eb9c3d;
	list-style: none;
	margin: 0 0 .35rem .35rem
}

div.form--error ul.form--errors li, li.form--error ul.form--errors li {
	font-size: .867rem
}

div.form--buttons {
	padding: .75rem
}

@media screen and (min-width:960px) {
	div.form--buttons {
		padding: 1.5rem
	}
}

span.form--fields-avatar {
	display: block;
	height: 5rem;
	width: 5rem;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 2px;
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .25)
}

div.form--upload {
	padding-top: .15rem
}

div.form--upload input {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	height: 3rem;
	width: 100%;
	top: 0;
	opacity: 0
}

div.form--uploads {
	padding-top: .75rem
}

div.form--uploads p {
	margin-bottom: .375rem
}

div.form--uploads i {
	margin-left: .375rem;
	vertical-align: middle;
	color: #929997
}

.form--upload {
	position: relative;
	overflow: hidden
}

.form--upload i.flaticon {
	position: absolute;
	top: .9rem;
	left: .65rem;
	color: #bcbbba
}

.form--upload input {
	position: absolute;
	top: 0;
	left: -100px;
	display: inline-block;
	width: 200%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.form--upload p {
	margin-bottom: 0;
	padding: .5rem .5rem .5rem 2.5rem;
	width: 100% !important;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 0;
	color: #303332;
	cursor: pointer
}

.form--upload a {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer
}

.form--upload a:hover {
	background-color: transparent
}

.form--upload a.form--upload-download {
	display: inline
}

span.ui-helper-hidden-accessible[role=status] {
	display: none
}

ul.ui-autocomplete.ui-menu {
	z-index: 200;
	position: absolute;
	background: #fff;
	-webkit-transform: translateX(0.5rem);
	-moz-transform: translateX(0.5rem);
	-ms-transform: translateX(0.5rem);
	-o-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
	border: 2px solid #bcbbba;
	border-top: none
}

ul.ui-autocomplete.ui-menu li {
	border-top: 1px solid #f9f9fa;
	padding: .5rem .5rem .5rem 2.5rem
}

ul.ui-autocomplete.ui-menu li a.ui-state-focus {
	color: #953c52
}

div.ui-multiselect-menu {
	background: #fff;
	border: 2px solid #bcbbba;
	border-top: none
}

div.ui-multiselect-menu ul.ui-multiselect-checkboxes {
	border-top: 1px solid #f9f9fa;
	margin: 0
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 2;
	background: 0 0
}

input[type=range]:focus {
	outline: 0
}

input[type=range]::-ms-track {
	color: transparent
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background-color: #5c9985;
	background-image: -webkit-linear-gradient(top, #5fbca6, #5c9985);
	background-image: -moz-linear-gradient(top, #5fbca6, #5c9985);
	background-image: linear-gradient(top, #5fbca6, #5c9985);
	border: 2px solid #5c9985;
	cursor: pointer;
	margin-top: -5px;
	box-shadow: 1px 1px 1px rgba(86, 94, 93, .2), 0 0 1px
		rgba(86, 94, 93, .2)
}

input[type=range]::-moz-range-thumb {
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background-color: #5c9985;
	background-image: -webkit-linear-gradient(top, #5fbca6, #5c9985);
	background-image: -moz-linear-gradient(top, #5fbca6, #5c9985);
	background-image: linear-gradient(top, #5fbca6, #5c9985);
	border: 2px solid #5c9985;
	box-shadow: 1px 1px 1px rgba(95, 188, 166, .2), 0 0 1px
		rgba(86, 94, 93, .2);
	cursor: pointer
}

input[type=range]::-ms-thumb {
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background-color: #5c9985;
	background-image: -webkit-linear-gradient(top, #5fbca6, #5c9985);
	background-image: -moz-linear-gradient(top, #5fbca6, #5c9985);
	background-image: linear-gradient(top, #5fbca6, #5c9985);
	border: 2px solid #5c9985;
	box-shadow: 1px 1px 1px rgba(86, 94, 93, .2), 0 0 1px
		rgba(86, 94, 93, .2);
	cursor: pointer
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: .35rem;
	cursor: pointer;
	background: #bcbbba;
	border-radius: 2px;
	border: .2px solid #010101
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #929997
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: .35rem;
	cursor: pointer;
	background: #bcbbba;
	border-radius: 2px;
	border: .2px solid #010101
}

input[type=range]::-ms-track {
	width: 100%;
	height: .35rem;
	cursor: pointer;
	background: #bcbbba;
	border-radius: 2px;
	border: .2px solid #010101
}

input[type=range]::-ms-fill-lower {
	background: #bcbbba;
	border-radius: 2px;
	border: .2px solid #010101
}

input[type=range]:focus::-ms-fill-lower {
	background: #929997
}

input[type=range]::-ms-fill-upper {
	background: #bcbbba;
	border-radius: 2px;
	border: .2px solid #010101
}

input[type=range]:focus::-ms-fill-upper {
	background: #929997
}

#form-editor {
	position: relative
}

#form-editor ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	background: #f9f9fa;
	width: 100%
}

#form-editor li {
	position: relative;
	display: inline-block;
	width: 2rem;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	margin: 0;
	padding: .2rem 0
}

#form-editor li i:before {
	font-size: .867rem
}

#form-editor li.wysihtml5-action-active, #form-editor li.wysihtml5-command-active,
	#form-editor li.wysihtml5-command-dialog-opened {
	background: #bcbbba
}

#form-editor.wysihtml5-commands-disabled [data-wysihtml5-command] {
	opacity: .4;
	cursor: default;
	background-image: none !important
}

[data-wysihtml5-dialog] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	top: 45px;
	text-align: left;
	background: #bcbbba;
	padding: .4rem
}

[data-wysihtml5-dialog] a.button {
	-webkit-box-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: inline-block;
	padding: .1rem .4rem;
	border-width: 1px;
	position: relative;
	border-radius: 0
}

[data-wysihtml5-dialog] input {
	-webkit-box-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: inline-block;
	padding: .1rem;
	border-radius: 0;
	border: 1px solid #fff !important;
	box-shadow: none
}

[data-wysihtml5-dialog-action] {
	color: #fff;
	cursor: pointer
}

#form-editor--textarea, iframe.form-editor--iframe {
	min-height: 20rem;
	padding: 0 0 0 .5rem !important
}

tbody+tbody {
	border-bottom: 0
}

.list {
	position: relative;
	background: #fff;
	list-style: none;
	margin: 0
}

.list li {
	position: relative;
	padding: 1.2rem 1.5rem
}

.list li:after, .list li:before {
	content: "";
	display: table
}

.list li:after {
	clear: both
}

.list li.background-colored-item-1 {
	background-color: #fff
}

.list li.background-colored-item-1 span:before {
	background-color: #d88118
}

.list li.background-colored-item-2 {
	background-color: #fff
}

.list li.background-colored-item-2 span:before {
	background-color: #383763
}

.list li.background-colored-item-3 {
	background-color: #fff
}

.list li.background-colored-item-3 span:before {
	background-color: #953c52
}

.list li.background-colored-item-4 {
	background-color: #fff
}

.list li.background-colored-item-4 span:before {
	background-color: #1488ba
}

.list li.background-colored-item-5 {
	background-color: #fff
}

.list li.background-colored-item-5 span:before {
	background-color: #b1dad1
}

.list li.background-colored-item-6 {
	background-color: #fff
}

.list li.background-colored-item-6 span:before {
	background-color: #f1c791
}

.list li.background-colored-item-7 {
	background-color: #fff
}

.list li.background-colored-item-7 span:before {
	background-color: #948fc5
}

.list li.background-colored-item-8 {
	background-color: #fff
}

.list li.background-colored-item-8 span:before {
	background-color: #e4a4b5
}

.list li.background-colored-item-9 {
	background-color: #fff
}

.list li.background-colored-item-9 span:before {
	background-color: #88dbff
}

.list li.background-colored-item-10 {
	background-color: #fff
}

.list li.background-colored-item-10 span:before {
	background-color: #5fbca6
}

.list li.background-colored-item-11 {
	background-color: #fff
}

.list li.background-colored-item-11 span:before {
	background-color: #eb9c3d
}

.list li.background-colored-item-12 {
	background-color: #fff
}

.list li.background-colored-item-12 span:before {
	background-color: #5f59a3
}

.list li.background-colored-item-13 {
	background-color: #fff
}

.list li.background-colored-item-13 span:before {
	background-color: #c9496a
}

.list li.background-colored-item-14 {
	background-color: #fff
}

.list li.background-colored-item-14 span:before {
	background-color: #10b6ff
}

.list li.background-colored-item-15 {
	background-color: #fff
}

.list li.background-colored-item-15 span:before {
	background-color: #5c9985
}

.list span {
	display: block;
	position: relative;
	padding: .1rem .75rem .1rem 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	color: #565e5d;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list span i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.65rem;
	line-height: 1.1rem
}

.list span i:before {
	font-size: 1.65rem;
	line-height: 1.1rem
}

.list a>span, .list label>span {
	padding-left: 2.1rem
}

.list small {
	display: block;
	margin-top: -.2rem;
	margin-right: -10rem;
	font-size: .867rem;
	font-weight: 400;
	line-height: 1rem;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list small i {
	vertical-align: text-bottom
}

.list figure {
	height: 2.8rem;
	width: 2.8rem;
	line-height: 2.8rem;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	position: absolute
}

.list figure>[class*=icon-]:before, .list figure>[class^=icon-]:before {
	font-size: 2.2rem;
	color: #fff
}

.list figure[class*=background-colored-item] {
	font-weight: 100;
	line-height: 2.9rem;
	font-size: 1.7rem
}

.list figure[class*=background-colored-item] ~span:not (.heeftOndertitel
	){
	padding-top: .6rem;
	padding-bottom: .6rem
}

.list figure ~small, .list figure ~span{
	padding-left: 3.5rem;
	padding-right: 0;
	margin-right: -3.5rem
}

.list figure ~label{
	margin-left: 3.5rem;
	margin-right: 1.5rem;
	white-space: nowrap
}

.list figure ~label, .list figure ~span.heeftOndertitel {
	display: inline
}

.list hr {
	margin: 0 1.5rem
}

.list hr:last-child, .list input[type=checkbox] {
	display: none
}

.list input[type=checkbox]:checked+label:after {
	font-family: parrofont;
	speak: none;
	font-style: normal;
	visibility: visible;
	line-height: 1;
	content: "\e634";
	position: absolute;
	display: block;
	top: 2.9rem;
	left: 3.2rem;
	font-size: .9rem;
	height: 1.4rem;
	width: 1.4rem;
	padding: .2rem;
	border-radius: .7rem;
	-webkit-border-radius: .7rem;
	border: 1px solid #fff;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	background: #5fbca6
}

.list--title {
	padding: .5rem 0 0 1.5rem !important;
	background: #efefef !important
}

.list--title span {
	padding-left: 0 !important
}

.login--title-teacher {
	border-bottom: 2px solid #10b6ff
}

.login--title-guardian {
	border-bottom: 2px solid #eb9c3d
}

input.login--environment {
	display: inline-block;
	width: calc(100% - 8.5rem);
	float: left
}

select.login--environment {
	border: 1px solid #eb9c3d;
	color: #eb9c3d;
	font-weight: 700;
	display: inline-block;
	float: right;
	width: 8rem
}

.include-label {
	font-size: .6rem;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: .7rem;
	-webkit-border-radius: .7rem
}

.label {
	font-size: .6rem;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: .7rem;
	-webkit-border-radius: .7rem;
	padding: .1rem .6rem;
	color: #fff;
	background: #5f59a3;
	-webkit-font-smoothing: antialiased;
	vertical-align: top
}

.label--soft {
	font-size: .6rem;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: .7rem;
	-webkit-border-radius: .7rem;
	padding: .1rem .6rem;
	color: #565e5d;
	background: #efefef;
	-webkit-font-smoothing: antialiased
}

.label--read {
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: .7rem;
	-webkit-border-radius: .7rem;
	padding: .1rem .6rem;
	color: #5f59a3;
	border: 1px solid #5f59a3;
	-webkit-font-smoothing: antialiased;
	font-size: .7rem
}

.label--unread {
	font-size: .6rem;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: .7rem;
	-webkit-border-radius: .7rem;
	color: #fff;
	background: #5f59a3;
	-webkit-font-smoothing: antialiased;
	height: .7rem;
	width: .7rem
}

.label--unreadcount {
	background-color: #5f59a3;
	color: #fff;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.8;
	font-size: .733rem;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

div.buttons {
	list-style: none;
	margin: 0 0 1.5rem
}

div.buttons:after, div.buttons:before {
	content: "";
	display: table
}

div.buttons:after {
	clear: both
}

div.buttons-large {
	position: relative;
	top: -1px;
	padding: .75rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
	background: #bcbbba
}

div.buttons-large:after, div.buttons-large:before {
	content: "";
	display: table
}

div.buttons-large:after {
	clear: both
}

@media screen and (min-width:1024px) {
	div.buttons-large {
		padding: 1.5rem
	}
}

.include-button {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1rem !important;
	padding: .7rem 1.3rem;
	font-family:  Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	border: 0;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center
}

.include-button:after, .include-button:before {
	content: "";
	display: table
}

.include-button:after {
	clear: both
}

@media screen and (min-width:1024px) {
	.include-button {
		padding: .9rem 2rem
	}
}

.include-button.is-small {
	font-size: .733rem;
	padding: .2rem .65rem
}

.include-button:before {
	margin-right: .5rem;
	position: relative;
	top: .05rem
}

.include-button.is-disabled {
	color: #fff;
	background-color: #efefef;
	background-image: none;
	cursor: default
}

@media screen and (min-width:960px) {
	.include-button.is-disabled:active, .include-button.is-disabled:focus,
		.include-button.is-disabled:hover {
		background-color: #efefef
	}
}

.button, button.button, input[type=submit] {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1rem !important;
	padding: .7rem 1.3rem;
	font-family:  Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center;
	border: 0;
	color: #fff;
	background-color: #5fbca6
}

.button:after, .button:before, button.button:after, button.button:before,
	input[type=submit]:after, input[type=submit]:before {
	content: "";
	display: table
}

.button:after, button.button:after, input[type=submit]:after {
	clear: both
}

@media screen and (min-width:1024px) {
	.button, button.button, input[type=submit] {
		padding: .9rem 2rem
	}
}

.button.is-small, button.button.is-small, input[type=submit].is-small {
	font-size: .733rem;
	padding: .2rem .65rem
}

.button:before, button.button:before, input[type=submit]:before {
	margin-right: .5rem;
	position: relative;
	top: .05rem
}

.button.is-disabled, button.button.is-disabled, input[type=submit].is-disabled
	{
	color: #fff;
	background-color: #efefef;
	background-image: none;
	cursor: default
}

@media screen and (min-width:960px) {
	.button.is-disabled:active, .button.is-disabled:focus, .button.is-disabled:hover,
		button.button.is-disabled:active, button.button.is-disabled:focus,
		button.button.is-disabled:hover, input[type=submit].is-disabled:active,
		input[type=submit].is-disabled:focus, input[type=submit].is-disabled:hover
		{
		background-color: #efefef
	}
}

@media screen and (min-width:960px) {
	.button:hover, button.button:hover, input[type=submit]:hover {
		color: #fff;
		background: #b1dad1
	}
	.button:active, .button:focus, button.button:active, button.button:focus,
		input[type=submit]:active, input[type=submit]:focus {
		color: #fff;
		background: #5c9985
	}
}

.button--delete, button.button--delete {
	color: #fff;
	background-color: #c9496a
}

@media screen and (min-width:960px) {
	.button--delete:hover, button.button--delete:hover {
		color: #fff;
		background-color: #e4a4b5
	}
	.button--delete:active, .button--delete:focus, button.button--delete:active,
		button.button--delete:focus {
		color: #fff;
		background: #953c52
	}
}

.button--link {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1rem !important;
	padding: .7rem 1.3rem;
	font-family: Arial, sans-serif;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	border: 0;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center;
	color: #565e5d;
	background-color: transparent;
	font-size: .867rem
}

.button--link:after, .button--link:before {
	content: "";
	display: table
}

.button--link:after {
	clear: both
}

@media screen and (min-width:1024px) {
	.button--link {
		padding: .9rem 2rem
	}
}

.button--link.is-small {
	font-size: .733rem;
	padding: .2rem .65rem
}

.button--link:before {
	margin-right: .5rem;
	position: relative;
	top: .05rem
}

.button--link.is-disabled {
	color: #fff;
	background-color: #efefef;
	background-image: none;
	cursor: default
}

@media screen and (min-width:960px) {
	.button--link.is-disabled:active, .button--link.is-disabled:focus,
		.button--link.is-disabled:hover {
		background-color: #efefef
	}
}

@media screen and (min-width:960px) {
	.button--link:hover {
		color: #929997;
		background: 0 0
	}
	.button--link:active, .button--link:focus {
		color: #303332;
		background: 0 0
	}
}

.button--after:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1rem;
	display: block;
	bottom: -1rem;
	right: 0;
	left: 0;
	cursor: default
}

@media screen and (min-width:960px) {
	.button--after:after {
		height: 1.5rem;
		bottom: -1.5rem
	}
}

ul.button--toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-webkit-box-lines: single;
	-ms-flex-wrap: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-align-content: stretch;
	-ms-align-content: stretch;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	list-style: none;
	margin: 0 0 .75rem;
	font-size: .867rem;
	text-transform: uppercase
}

ul.button--toggle:after, ul.button--toggle:before {
	content: "";
	display: table
}

ul.button--toggle:after {
	clear: both
}

@media screen and (min-width:960px) {
	ul.button--toggle {
		margin-bottom: 1rem
	}
}

ul.button--toggle a {
	display: block;
	font-weight: 700;
	background: #bcbbba;
	color: #303332;
	line-height: 1.5rem !important;
	padding: .35rem 1rem;
	cursor: pointer
}

ul.button--toggle a:hover {
	background: #929997
}

ul.button--toggle a small {
	color: inherit;
	opacity: .5
}

ul.button--toggle li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	margin-bottom: 2px;
	text-align: center;
	position: relative
}

ul.button--toggle li+li {
	margin-left: 2px
}

ul.button--toggle li:first-child a {
	border-radius: 4px 0 0 4px
}

ul.button--toggle li:last-child a {
	border-radius: 0 4px 4px 0;
	margin-right: 0
}

ul.button--toggle li.is-selected a {
	color: #fff;
	background: #5fbca6
}

ul.button--toggle li.is-selected a:hover {
	background-color: #5fbca6;
	background-image: -webkit-linear-gradient(top, #5c9985, #5fbca6);
	background-image: -moz-linear-gradient(top, #5c9985, #5fbca6);
	background-image: linear-gradient(top, #5c9985, #5fbca6)
}

.button--load {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1rem !important;
	padding: .7rem 1.3rem;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center;
	border: 0;
	color: #fff;
	background-color: #5fbca6;
	margin: auto
}

.button--load:after, .button--load:before {
	content: "";
	display: table
}

.button--load:after {
	clear: both
}

@media screen and (min-width:1024px) {
	.button--load {
		padding: .9rem 2rem
	}
}

.button--load.is-small {
	font-size: .733rem;
	padding: .2rem .65rem
}

.button--load:before {
	margin-right: .5rem;
	position: relative;
	top: .05rem
}

.button--load.is-disabled {
	color: #fff;
	background-color: #efefef;
	background-image: none;
	cursor: default
}

@media screen and (min-width:960px) {
	.button--load.is-disabled:active, .button--load.is-disabled:focus,
		.button--load.is-disabled:hover {
		background-color: #efefef
	}
}

@media screen and (min-width:960px) {
	.button--load:hover {
		color: #fff;
		background: #b1dad1
	}
	.button--load:active, .button--load:focus {
		color: #fff;
		background: #5c9985
	}
}

.button--store {
	display: inline-block;
	width: auto !important
}

.button--store img {
	max-width: 150px
}

@media screen and (min-width:960px) {
	.button--store img {
		max-width: 170px
	}
}

.button--store img:hover {
	opacity: .5
}

.l-flex-content .flash-message, .modal--container .flash-message {
	margin: 0 2.5rem 0 0
}

.l-flex-content .alert, .modal--container .alert {
	line-height: 1.3rem !important
}

.panel {
	position: relative;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 1.5rem;
	padding: .75rem
}

.panel:after, .panel:before {
	content: "";
	display: table
}

.panel:after {
	clear: both
}

@media screen and (min-width:590px) {
	.panel {
		padding: 1.75rem
	}
}

.panel dl {
	margin: 0 0 .75rem
}

.panel>:last-child, .panel>:only-child {
	margin-bottom: 0
}

.panel .button, .panel [class*=button-], .panel button {
	width: 100%
}

.panel .button:not (:last-child ), .panel [class*=button-]:not (:last-child
	), .panel button:not (:last-child ){
	margin-bottom: .5rem
}

.panel .button-link {
	margin-bottom: 0
}

.panel--callout {
	position: relative;
	border-radius: 2px;
	margin-bottom: 1.5rem;
	padding: .75rem;
	background: #5fbca6;
	color: #fff;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

.panel--callout:after, .panel--callout:before {
	content: "";
	display: table
}

.panel--callout:after {
	clear: both
}

@media screen and (min-width:590px) {
	.panel--callout {
		padding: 1.75rem
	}
}

.panel--callout dl {
	margin: 0 0 .75rem
}

.panel--callout>:last-child, .panel--callout>:only-child {
	margin-bottom: 0
}

.panel--callout .button, .panel--callout [class*=button-],
	.panel--callout button {
	width: 100%
}

.panel--callout .button:not (:last-child ), .panel--callout [class*=button-]:not
	(:last-child ), .panel--callout button:not (:last-child ){
	margin-bottom: .5rem
}

.panel--callout .button-link {
	margin-bottom: 0
}

.panel--callout a, .panel--callout dl.advanced dt {
	color: #fff
}

.panel--checkbox {
	position: absolute;
	bottom: .75rem;
	right: .75rem
}

@media screen and (min-width:1024px) {
	.panel--checkbox {
		bottom: 1.5rem;
		right: 1.5rem
	}
}

.panel--checkbox span {
	margin-right: 1ex
}

.panel--link {
	position: absolute;
	top: .75rem;
	right: .75rem
}

@media screen and (min-width:1024px) {
	.panel--link {
		top: 1.5rem;
		right: 1.5rem
	}
}

.panel--buttons {
	display: none
}

@media screen and (min-width:1140px) {
	.panel--buttons {
		display: block
	}
}

.panel--divider {
	position: relative;
	background-color: transparent;
	border: solid #efefef;
	border-width: 1px 0 0;
	clear: both;
	margin: 3rem 0 2.55rem;
	width: 100%
}

.panel--divider span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 4rem;
	background-color: #fff;
	margin-top: -.7rem;
	text-align: center;
	color: #929997;
	font-weight: 500;
	font-size: .867rem
}

.text--divider {
	border-bottom: .1rem solid #efefef;
	width: 100%;
	text-align: center;
	line-height: .1em;
	margin: .25rem 0 .5rem
}

.text--divider span {
	color: #929997;
	font-size: .867rem;
	font-weight: 500;
	background: #fff;
	padding: 0 .7rem
}

.slider .tooltip {
	margin-top: -1.5rem !important;
	margin-left: 2.5rem !important
}

.slider-selection {
	background: #b1dad1 !important
}

.is-disabled .slider-selection {
	background: #929997 !important
}

.slider-handle {
	background: #5fbca6 !important
}

.is-disabled .slider-handle {
	background: #565e5d !important
}

figure {
	-o-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.figure--parrologin {
	background-image: url('../images/Parro-Logo2_Web_FC.svg');
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	height: 5rem
}

@media screen and (min-width:960px) and (min-height:480px) {
	.figure--parrologin {
		height: 15rem
	}
}

.figure--logo {
	display: block;
	vertical-align: middle;
	height: 3rem;
	width: 7.06rem;
	background-image: url('../images/Parro-Logo2_Web_FC.svg');
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5rem
}

/*@breakpoint-two*/
@media screen and (min-width: 960px) {
	.figure--logo {
		height: 3.5rem;
    	width: 8.24rem;
	}
}

/*@breakpoint-three*/
@media screen and (min-width: 1024px) {
	.figure--logo {
		height: 4rem;
	  	width: 9.41rem;
	}
}

.x-file-input :hover {
	opacity: .6
}

header.authenticator--header {
	background: #5fbca6;
	color: #fff;
	position: absolute;
	height: 3rem;
	left: 0;
	right: 0;
	font-weight: 600;
	font-size: 1.2rem
}

header.authenticator--header div.authenticator--header-container {
	padding: .75rem;
	max-width: 25rem;
	margin: auto;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

section.authenticator--wrapper {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-flex: 1;
	position: relative;
	z-index: 9;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: #efefef
}

section.authenticator--wrapper div.message {
	position: relative;
	z-index: 2
}

section.authenticator--wrapper.error div.authenticator--body {
	max-width: 90%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

div.authenticator--body {
	position: relative;
	padding: 1.5rem;
	z-index: 2;
	margin: auto;
	visibility: visible;
	text-align: center
}

@media screen and (min-width:590px) {
	div.authenticator--body {
		margin-bottom: 3.75rem
	}
}

div.authenticator--body h1 {
	font-weight: 500;
	font-size: .867rem
}

@media screen and (min-width:590px) {
	div.authenticator--body h1 {
		font-size: 1.2rem
	}
}

div.authenticator--body small {
	color: #bcbbba
}

div.authenticator--body a.button-action {
	display: block;
	text-align: center;
	border: 0
}

pre.authenticator--stacktrace {
	max-width: 90%;
	color: #fff;
	background: rgba(255, 255, 255, .13);
	padding: 1.5rem;
	overflow: scroll;
	text-align: left;
	margin: 0 .75rem 1.5rem 1.5rem;
	min-height: 10rem;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

@media screen and (min-width:960px) {
	pre.authenticator--stacktrace {
		overflow: auto;
		margin: 0 auto 1.5rem
	}
}

.authenticator--links {
    -webkit-font-smoothing: antialiased;
    list-style: none;
    text-align: center;
    margin: 1rem 0 0 0;
}
.authenticator--links a{
     padding: 0 2rem;
     margin: .5rem 0;
}

p:not(:last-child) {
    margin-bottom: 0.75rem;

}
p:not(:last-child) .lead {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2rem;
}

.form--info{
	padding-bottom: 2rem;
}

.password-eye {
	position: absolute;
    	right: 0;
    	top: 11px;
    	width: 25px;
}

.form--fields.form--bottom-border {
	border-bottom: 1px solid #929997
}

.form--fields.form--bottom-border input {
	border-bottom: none;
	width: 90%;
}
