html, body {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	margin: 0px;
	height: 100%;
	color: #312E81;
}

a {
	color: #2563EB;
}

a: hover {
	color: hsl(242, 47%, 34%);
}

h1 {
	font-size: 24px;
	margin: 0px;
	color: #FF40B4;
}

h2 {
	font-size: 22px;
	margin: 0px;
}

h3 {
	font-size: 20px;
	margin: 0px;
}

h4 {
	font-size: 18px;
	margin: 0px;
}

h5 {
	font-size: 16px;
	margin: 0px;
}

h6 {
	font-size: 14px;
	margin: 0px;
}

p {
	font-size: 18px;
}

ol {
	counter-reset: li;
	list-style: none;
	font-size: 16px;
}

ul {
	list-style: none;
	font-size: 16px;
}

li {
	margin: 5px;
	counter-increment: li;
}

ul li::before {
	content: "\2022";
	color: #FF40B4;
	display: inline-block;
	font-weight: 700;
	margin-left: -20px;
	width: 16px;
}

ol li::before {
	content: counter(li)'.';
	color: #FF40B4;
	display: inline-block;
	font-weight: 700;
	margin-left: -20px;
	width: 16px;
}

table {
	border-collapse: collapse;
	margin-top: 2px;
}

th {
	color: #FF40B4;
	font-size: 16px;
	padding: 10px;
	padding-right: 30px;
}

td {
	padding: 10px;
	border-top: 1px solid #F0ABFC;
}

small {
	font-size: 14px;
	color: #94A3B8;
}

big {
	font-size: 22px;
	color: #1E293B;
}

hr {
	border-width: 0;
	background-color: hsl(214, 32%, 91%);
	height: 1px;
	margin-top: 40px;
	margin-bottom: 20px;
}

blockquote {
	abackground: hsl(289, 100%, 98%);
	border-left: 2px solid #FF40B4;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 1px;
	padding: 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	position: relative;
}

blockquote:before {
	color: #FF40B4;
	content: open-quote;
	font-size: 56px;
	line-height: 18px;
	margin-right: 10px;
	vertical-align: -20px;
}

blockquote:after {
	color: #FF40B4;
	content: close-quote;
	font-size: 56px;
	line-height: 0px;
	position: absolute;
	left: 95%;
	bottom: 10px;
}

blockquote p {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

label {
	background-position: 0px 0px;
	height: 21px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 26px;
	margin: 5px;
	cursor: pointer;
	line-height: 21px;
}

textarea {
	margin: 2px;
	border: 1px solid #F0ABFC;
	border-radius: 7px;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	padding: 12px;
	height: 92px;
	width: 100%;
	max-width: 500px;
}

textarea: focus, input: focus, select{
	outline: none;
}

input[type='text'], input[type='password'], select {
	width: 300px;
	padding: 12px;
	margin: 2px;
	border: 1px solid #F0ABFC;
	border-radius: 7px;
	font-size: 14px
}

input: -webkit-autofill, select: -webkit-autofill {
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0 50px white inset;
}

input[type='checkbox'], input[type='radio'] {
	width: 21px;
	height: 21px;
}

input[type='checkbox'], input[type='radio'] {
	display: none;
}

input[type='checkbox'] + label {
	background-image: url(checkbox.png);
}

input[type='radio'] + label {
	background-image: url(radio.png);
}

input[type='checkbox']: checked + label, input[type='radio']: checked + label {
	background-position: 0px -21px;
}

.error {
	background-color: hsl(0, 100%, 98%);
	border-radius: 7px;
	padding: 20px;
	color: hsl(0, 47%, 34%);
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error .icon:before {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid hsl(0, 47%, 34%);
	content: '!';
	color: #FFFFFF;
	display: inline-block;
	line-height: 37px;
	margin-right: -30px;
	width: 0;
	height: 0;
	text-indent: -2px;
}

.error .icon:after {
	content: '';
	margin-right: 40px;
	display: inline;
}

.success {
	background-color: hsl(142, 100%, 98%);
	border-radius: 7px;
	color: hsl(142, 47%, 34%);
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.success .icon {
	background-color: hsl(142, 47%, 34%);
	border-radius: 30px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
	height: 30px;
}

.success .icon:after {
	content: '✓';
}

.info {
	background-color: hsl(199, 100%, 98%);
	border-radius: 7px;
	color: hsl(199, 47%, 34%);
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.info .icon {
	background-color: hsl(199, 47%, 34%);
	border-radius: 30px;
	color: #FFFFFF;
	display: inline-block;
	font-family: serif;
	font-style: italic;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
	height: 30px;
}

.info .icon:after {
	content: 'i';
}

.tip {
	background-color: hsl(46, 100%, 98%);
	border-radius: 7px;
	padding: 20px;
	color: hsl(46, 47%, 50%);
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.tip:before {
	background-color: hsl(43, 96%, 56%);
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 36px;
	left: 24px;
	z-index: 2;
}

.tip:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 22px solid hsl(46, 97%, 65%);
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 26px;
	left: 18px;
}

.tip .icon:before {
	background-color: hsl(48, 97%, 77%);
	content: '';
	display: inline-block;
	line-height: 23px;
	margin-right: -38px;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 25px;
	top: 16px;
	left: 18px;
}

.tip .icon:after {
	content: '';
	color: hsl(46, 47%, 50%);
	margin-right: 30px;
	display: inline-block;
	background-color: hsl(46, 97%, 65%);
	width: 6px;
	height: 4px;
	position: relative;
	top: 9px;
	left: 5px;
	border-radius: 4px;
}

.question {
	background-color: hsl(260, 100%, 98%);
	border-radius: 7px;
	color: hsl(260, 47%, 34%);
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.question .icon {
	background-color: hsl(260, 47%, 34%);
	border-radius: 30px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
	height: 30px;
	transform: rotate(-15deg);
}

.question .icon:after {
	content: '?';
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.primary-button {
	background-color: #FF40B4;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	width: 220px;
	margin: 2px;
	border: 1px solid #FF40B4;
	border-radius: 7px;
}

.primary-button: hover {
	border: 1px solid hsl(242, 47%, 34%);
}

.secondary-button {
	background-color: #FFFFFF;
	color: #FF40B4cursor: pointer;
	font-size: 18px;
	height: 42px;
	width: 220px;
	margin: 2px;
	border: 1px solid #FF40B4;
	border-radius: 7px;
}

.secondary-button: hover {
	border: 1px solid hsl(242, 47%, 34%);
}

.tab-header {
	display: table;
	margin-top: 10px;
	width: 100%;
}

.tab-row {
	display: table-row;
}

.tab-selected {
	color: #FF40B4;
	cursor: default;
	border-top: 1px solid #F0ABFC;
	border-left: 1px solid #F0ABFC;
	border-right: 1px solid #F0ABFC;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: table-cell;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	width: 120px;
}

.tab-selectable {
	background-color: #FDF4FF;
	border-top: 1px solid #FDF4FF;
	border-left: 1px solid #FDF4FF;
	border-right: 1px solid #FDF4FF;
	border-bottom: 1px solid #F0ABFC;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #FF40B4;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	display: table-cell;
	padding: 10px;
	width: 120px;
}

.tab-selectable: hover {
	border-top: 1px solid hsl(242, 47%, 34%);
	border-left: 1px solid hsl(242, 47%, 34%);
	border-right: 1px solid hsl(242, 47%, 34%);
}

.tab-spacer {
	border-bottom: 1px solid #F0ABFC;
	display: table-cell;
	width: 10px;
}

.tab-end {
	border-bottom: 1px solid #F0ABFC;
	display: table-cell;
}

.tab-body {
	display: table;
	width: 100%;
}

.tab-content {
	border-bottom: 1px solid #F0ABFC;
	border-left: 1px solid #F0ABFC;
	border-right: 1px solid #F0ABFC;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	display: table-cell;
	padding: 10px;
}

.form {
	display: table;
}

.form-row {
	display: table-row;
}

.form-label {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

.form-label-medium {
	vertical-align: top;
	padding-top: 5px;
}

.form-label-large {
	vertical-align: top;
	padding-top: 10px;
}

.form-input {
	display: table-cell;
	padding-bottom: 5px;
}

.form-input input {
	margin-right: 5px;
}

.tooltip {
	pointer-events: none;
	position: relative;
	margin: 10px;
}

.tooltip-text {
	background-color: #FFFFFF;
	border-radius: 7px;
	box-shadow: 0 10px 20px 0 hsla(0, 0%, 0%, 0.15), 0 3px 6px 0 hsla(0, 0%, 0%, 0.1);
	padding: 10px;
	position: relative;
	text-align: center;
	width: 300px;
}

.tooltip::before {
	content: '';
	background-color: hsla(0, 0%, 0%, 0.15);
	box-shadow: 0 0 20px 0 hsla(0, 0%, 0%, 0.15), 0 3px 6px 0 hsla(0, 0%, 0%, 0.1);
	display: inline-block;
	position: absolute;
	left: 145px;
	bottom: -15px;
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
}

.tooltip::after {
	content: '';
	background-color: #FFFFFF;
	display: inline-block;
	position: absolute;
	left: 146px;
	bottom: -14px;
	transform: rotate(45deg);
	width: 28px;
	height: 28px;
}

.tooltip-text p {
	font-size: 14px;
}

#page {
	margin: auto;
	max-width: 700px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
	td::before {
		content: attr(data-column)': ';
		color: #FF40B4;
	}

	table tr: first-child, tr th {
		display: none;
	}

	td {
		border: none;
		display: inline-block;
	}

	tr: nth-child(1n+3) {
		display: block;
		border-top: 1px solid #F0ABFC;
	}

	.form {
		display: block;
	}

	.form-row {
		display: block;
	}

	.form-label {
		display: none;
	}

	.form-input {
		display: block;
		margin-bottom: 10px;
	}

	.form-input::before {
		display: block;
		color: hsl(242, 47%, 34%);
		content: attr(data-column);
		margin-top: 10px;
	}

}

a: link, a: visited, a: hover, a: active {
	color: #1d4ed8;
}

.header-link {
	text-decoration: none;
}

textarea {
	width: 300px;
	height: 100px;
	aborder-radius: 5px;
	aborder: 1px solid #94A3B8;
}

ainput[type='submit'] {
	background: #1d4ed8;
	color: #FFFFFF;
	border: none;
	width: 100px;
	height: 38px;
	border-radius: 5px;
	cursor: pointer;
}

#footer {
	margin-top: 20px;
	background-color: #EEF2FF;
	padding: 10px;
}

.footer-copy, a.footer-copy-link: link, a.footer-copy-link: visited, a.footer-copy-link: hover, a.footer-copy-link: active {
	font-size: 14px;
	color: #94A3B8;
	text-decoration: none;
}

.searchresult-item {
	border-bottom: 1px solid #1d4ed8;
}

.searchresult-item-hire-link {
	font-size: 24px;
	font-weight: 700;
}

#homepage {
	margin: 10px;
}

.homepage-list {
	text-align: center;
}

.homepage-item {
	width: 200px;
	height: 180px;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	overflow: hidden;
}

.homepage-item a {
	text-decoration: none;
}

.homepage-item p {
	margin: 2px;
}

#header:after {
	content: "";
	display: block;
	clear: both;
}

.header-column {
	float: left;
	width: 33.33%;
}

.header-column div {
	padding: 10px;
}

.header-account {
	text-align: right;
}

.content {
	margin: auto;
	max-width: 700px;
}

.content-text {
	padding-left: 10px;
	padding-right: 10px;
}

ul.no-list {
	padding-inline-start: 0px;
}

ul.no-list li::before {
	content: "";
}

hr {
	margin-top: 10px;
	margin-bottom: 0px;
}

.collapsible {
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 40px;
}

.collapsible: hover {
	background-color: #fdf2f8;
}

.expand {
	background-image: url('icon-expand.svg');
	background-size: 18px 18px;
	background-position: calc(100% - 15px) 15px;
	background-repeat: no-repeat;
}

.collapse {
	background-image: url('icon-collapse.svg');
	background-size: 18px 18px;
	background-position: calc(100% - 15px) 15px;
	background-repeat: no-repeat;
}

