html {
	font-size: 10px;
	line-height: 1.3;
	box-sizing: border-box;
}
body {
	position: relative;
	font-family: "Open sans","Arial",sans-serif;
	overflow-x: hidden;
	min-width: 1152px;
	margin: 0;
	color: #3a3a3a;
	background-color: #f5f5f5;
}
@media (max-width: 1152px) {
	body {
		min-width: 0;
	}
}
a {
	color: #3a3a3a;
}
.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading img {
	width: 50px;
}
.is-ready .loading {
	display: none;
}
.logout {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 1.2rem;
	padding: 0;
	color: #fff;
	border: 0;
	background-color: transparent;
}
.logout:hover {
	cursor: pointer;
	text-decoration: underline;
}
.logout:before {
	content: "";
	position: relative;
	right: 5px;
	bottom: 1px;
	display: inline-block;
	width: 5px;
	height: 10px;
	vertical-align: middle;
	color: #6AD1E3;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}
@media (max-width: 768px) {
	.logout {
		top: 5px;
		bottom: auto;
		font-size: 1rem;
	}
	.logout:before {
		width: 4px;
		height: 7px;
	}
}
*:disabled,
.disabled {
	pointer-events: none;
	opacity: .5;
}
.l-main {
	display: none;
	margin-top: 0!important;
	padding-bottom: 25px;
}
.is-ready .l-main {
	display: block;
}
.l-page-wrapper {
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
.l-page-wrapper + .l-page-wrapper {
	margin-top: 50px;
}
@media (max-width: 1180px) {
	.l-page-wrapper {
		width: auto;
		padding: 0 15px;
	}
}
.is-banner {
	position: relative;
	padding: 15px 20px;
	border-bottom: 4px solid #320A46;
}
@media (max-width: 768px) {
	.is-banner {
		padding: 30px 0 10px;
	}
}
.qs-header-logo {
	max-width: 320px;
	margin: auto;
}
section {
	padding: 60px 0;
}
.is-black {
	color: #f9f9f9;
	background-color: #320A46;
}
.is-black a {
	text-decoration: none;
	color: #6AD1E3;
}
.is-black h1,
.is-black p {
	color: #f9f9f9;
}
.is-white {
	background-color: #fff;
}
h1,h2 {
	color: #320A46;
}
h1 {
	font-size: 2.6rem;
	font-weight: 600;
	margin-top: 0;
}
h1 span {
	display: block;
	font-size: 85%;
	margin-top: 5px;
}
h1 span:before,
h1 span:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 2px;
	margin: 0 10px;
	vertical-align: middle;
	background-color: #3a3a3a;
}
@media (max-width: 450px) {
	h1 {
		font-size: 2.4rem;
	}
}
h2 {
	font-size: 2.2rem;
	font-weight: 600;
}
@media (max-width: 450px) {
	h2 {
		font-size: 2rem;
	}
}
.h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 15px 0 20px;
}
p,
p a {
	color: #4a4a4a;
}
ol {
	padding: 5px 0 5px 20px
}
img {
	box-sizing: content-box;
	max-width: 100%;
	vertical-align: middle;
}
table {
	background: white;
	border-collapse: collapse;
	width: 100%;
}
table td {
	min-height: 50px;
	padding: 10px 10px 10px 0;
}
table td:first-child {
	padding-left: 50px;
}
table td:last-child {
	padding-right: 50px;
}
table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}
table tbody tr.error * {
	color: red;
}
table thead tr {
	background-color: #6AD1E3;
	font-weight: bold;
}
.login-form, .report-form {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}
.login-form .form-group {
	width: calc(50% - 14px);
	margin: 0 7px 14px;
}
.report-form .form-group {
	width: calc(25% - 14px);
	margin: 0 7px 14px;
}
.report-form-footer {
	flex: 0 1 100%;
	display: flex;
	justify-content: center;
}
.report-form-footer .btn {
	margin: 10px;
}
.error-message {
	margin: 5px 0 20px;
	text-align: center;
	flex: 0 1 100%;
}
.modal-body .error-message {
	margin: 10px 0 0;
}
.error-message {
	color: #d60000;
}
.login-form .form-group.error input {
	background-color: #ffcccc;
}
@media (max-width: 450px) {
	.login-form .form-group, .report-form .form-group {
		width: 100%;
		margin: 0 0 10px;
	}
}
fieldset {
	padding: 0;
	border: 0;
}
.login-form .form-group input, .report-form .form-group input, .report-form .form-group select {
	display: inline-block;
	font-size: 16px;
	box-sizing: border-box;
	height:38px;
	width: 100%;
	padding: 10px 12px;
	color: #232020;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	box-shadow: -3px 3px 0 #d6d6d6;
	font-family: "Open sans","Arial",sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.login-form .form-group label, .report-form .form-group label {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.btn {
	font-size: 1.6rem;
	margin: auto;
	padding: 12px 30px;
	cursor: pointer;
	transition: 300ms;
	color: #232020;
	border: 2px solid #6AD1E3;
	background-color: #6AD1E3;
}
.btn.is-loading {
	position: relative;
	padding-left: 45px!important;
}
.btn.is-loading:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../img/loading-btn.gif);
	background-size: cover;
}
.btn:hover {
	color: #6AD1E3;
	background-color: #000;
}
@media (max-width: 450px) {
	.login-form .btn, .report-form .btn {
		width: 100%;
		margin-top: 20px;
	}
}
footer {
	position: fixed;
	bottom: 0;
	left: calc(50% - 100px);
	font-size: 1.1rem;
	width: 200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.is-ready footer {
	position: static;
}
section footer .logo {
	width: 180px;
	margin: 15px auto 0;
}
.partners {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 340px;
	margin: 25px auto;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}
.partners li {
	width: calc(50% - 40px);
	margin: 20px 0;
}
.partners li:first-child {
	margin-right: auto;
}
.partners li img {
	max-height: 90px;
}
@media (max-width: 450px) {
	.partners li {
		width: calc(50% - 20px);
		margin: 12px 0;
	}
}
.partners li:last-child {
	margin: 0;
	width: 100%;
}
.partners li:last-child img {
	max-height: 100%;
}
.align-center {
	text-align: center;
}
.connect-info {
	display: block;
	font-size: 1.5rem;
	margin: 30px auto 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	color: #2a2a2a;
	border: 0;
	background: 0;
}
.panel-hollow {
	font-size: 1.8rem;
	margin-top: 30px;
	padding: 35px 20px;
	border-top: 4px solid limegreen;
	background-color: #fff;
}
@media (max-width: 600px) {
	.panel-hollow {
		font-size: 1.6rem;
	}
}
.panel-hollow.is-error {
	border-color: #ff0f00;
}
.panel-hollow .panel-body {
	position: relative;
	padding-left: 6.5rem;
	color: #5b5b5b;
}
@media (max-width: 500px) {
	.panel-hollow .panel-body {
		padding-left: 5rem;
	}
}
.panel-hollow-icon {
	position: absolute;
	top: calc(50% - 24px);
	left: 0;
}
.radio-wrapper, .checkbox-wrapper {
	position: relative;
	display: inline-block;
	min-width: 8.5rem;
	margin: 10px 10px 10px 0;
	vertical-align: middle;
}
[type="radio"], [type="checkbox"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: 0;
	background: 0 !important;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.modal-body .radio-wrapper label, .modal-body .checkbox-wrapper label {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	width: auto;
	padding: 3px 0 3px 30px;
	cursor: pointer;
	transition: 250ms;
	background-repeat: no-repeat;
	background-position: left 0;
	background-size: 22px;
}
[type="radio"]:checked+label, [type="checkbox"]:checked+label {
	background-image: url(../img/checkbox-checked.png);
}
[type="radio"]+label, [type="checkbox"]+label {
	background-image: url(../img/checkbox.png);
}
.btn-close:before, .btn-close:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 12px;
	display: block;
	width: 2px !important;
	height: 25px;
	transition: 250ms;
	background-color: #e62721;
}
.btn-close:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-close:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-close {
	position: absolute;
	z-index: 130;
	top: 10px;
	right: 10px;
	line-height: 0;
	width: 25px;
	height: 25px;
	padding: 12px;
	cursor: pointer;
	transition: 250ms;
	border: 0;
	background: 0;
}
.modal-header {
	display: flex;
	padding: 45px 40px 5px 20px;
	border-bottom: 1px solid #9a9a9a;
}
@media (max-width: 400px) {
	.modal-header {
		flex-direction: column;
		padding: 50px 10px 10px;
	}
}
.modal-wrapper {
	position: fixed;
	z-index: 130;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	background: rgba(0,0,0,0.5);
	-ms-flex-pack: center;
	-ms-flex-align: center;
}
.modal-content {
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: calc(100% - 40px);
	max-height: calc(100% - 40px);
	margin: 20px;
	background-color: #f7f7f7;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
.feature .modal-content {
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
	.modal-content {
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		margin: 0;
	}
	.feature .modal-wrapper {
		align-items: flex-start;
	}
	.feature .modal-content {
		bottom: 0;
		height: 100%;
	}
}
.modal-body {
	overflow: auto;
	margin: 30px;
	padding: 20px;
	background: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: none;
}
.feature .modal-body {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0;
	background: 0;
	box-shadow: none;
}
@media (max-width: 600px) {
	.modal-body {
		margin: 0 10px 10px;
		padding: 10px;
	}
}
.modal-body .btn {
	margin: 0 !important;
}
.modal-body .form-group {
	margin: 0;
}
.modal-body .form-group.error input {
	background-color: #ffcccc;
}
.modal-body label {
	font-size: 1.6rem;
	font-weight: 600;
	margin-right: 10px;
}
.modal-body form {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.message-email {
	max-width: 450px;
	margin: 0 auto 10px;
}
.feature .modal-body form {
	flex-direction: column;
}
@media (max-width: 600px) {
	.modal-body form {
		margin-top: 40px;
	}
}
@media (max-width: 450px) {
	.modal-body .btn {
		align-self: flex-end;
	}
	.modal-body form {
		flex-direction: column;
	}
	.modal-body .form-group {
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}
}
.modal-body input {
	font-size: 16px;
	box-sizing: border-box;
	width: 200px;
	height: 100%;
	padding: 15px 17px;
	color: #2a2a2a;
	border: 0;
	background: #e7e7e7;
}
@media (max-width: 450px) {
	.modal-body input {
		width: 100%;
		margin-top: 2px;
	}
}
.modal-body fieldset {
	margin: 0 0 15px;
}
.modal-body fieldset legend {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	color: #3a3a3a;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.modal-wrapper .btn-close:before, .modal-wrapper .btn-close:after {
	background-color: #2a2a2a;
}
.modal-content .feature-content {
	padding: 0 30px 12px 0;
	background: 0;
}
.modal-header .feature-title {
	font-size: 2rem;
}
.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 5px;
	text-align: right;
	background-color: #f7f7f7;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.modal-footer .btn {
	width: auto!important;
	margin: 0 0 0 20px;
	margin-left: 20px;
	padding: 15px 35px;
}
.flex {
	display: flex;
}
.feature-link picture {
	display: block;
	transition: 250ms;
}
.feature-link:hover picture {
	transform: scale(1.1);
}
.feature-link:hover .btn {
	color: #6AD1E3;
	background-color: #232020;
}
.feature-tag {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	padding-left: 24px;
	text-transform: uppercase;
	color: #fff;
	background-color: #e62721;
}
.radio-wrapper .feature-tag,
.checkbox-wrapper .feature-tag {
	position: relative;
	margin: 0 10px 0 -5px;
}
.status-text:before,
.feature-tag:before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 7px;
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-right: 3px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.status-text.approved,
.feature-tag.approved {
	background-color: #008012;
}
.status-text.wait,
.feature-tag.wait {
	background-color: orange;
}
.status-text.approved:before,
.feature-tag.approved:before {
	background-image: url(../img/check.svg);
}
.status-text.wait:before,
.feature-tag.wait:before {
	background-image: url(../img/clock.svg);
}
.status-text.refused:before,
.feature-tag.refused:before {
	background-image: url(../img/close.svg);
}
.feature-row {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 800px) {
	.feature-row {
		margin: 0 -6px;
	}
}
.feature-col {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 33%;
	margin: 0;
	padding: 6px;
	-ms-flex-direction: column;
}
@media (max-width: 630px) {
	.feature-col {
		width: 50%;
	}
}
@media (max-width: 400px) {
	.feature-col {
		width: 100%;
	}
}
.feature-canvas {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	background-color: #f7f7f7;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
	-ms-flex: 1;
	flex: 1;
}
.feature-canvas img {
	width: 100%;
}
.feature-canvas:first-child {
	margin-top: 0;
}
.feature-link {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: initial;
	width: 100%;
	padding: 0;
	cursor: pointer;
	transform: translateZ(0);
	text-decoration: none;
	border: 0;
	-ms-flex-direction: column;
	-ms-flex-align: start;
	-ms-flex: 1;
	flex: 1;
}
.feature-content {
	z-index: 11;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 10px;
	text-align: left;
	background-color: #fff;
	-ms-flex: 1;
	flex: 1;
}
.feature-image-wrapper {
	position: relative;
	overflow: hidden;
}
.feature-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 6px;
	color: #3a3a3a;
}
.feature-city {
	font-style: italic;
	color: #767676;
}
.feature-text, .feature-city, .feature-date {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}
.feature .btn {
	font-size: 1.4rem;
	font-weight: 600;
	box-sizing: border-box;
	width: 100%;
}
.box {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 45px 0;
	padding: 15px 0 1px;
	text-align: center;
	border-top: 4px solid #6AD1E3;
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box li {
	margin-bottom: 4px;
}
.box .feature-content {
	align-items: center;
	padding: 10px;
	background-color: #f7f7f7;
	flex-wrap: wrap;
}
.modal-wrapper .feature-image-wrapper,
.box .feature-image-wrapper {
	width: 120px;
	margin-right: 10px;
}
@media (max-width: 400px) {
	.modal-header .feature-image-wrapper {
		width: 100%;
		margin: 0 0 10px;
	}
}
.box .feature-image-wrapper + div {
	flex: 1;
}
.status-title {
	font-size: 1.2rem;
	text-align: right;
}
.status-text {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	padding: 2px 4px 2px 26px;
	white-space: nowrap;
	color: #fff;
	background-color: #e62721;
}
.status {
	margin-left: auto;
}
@media (max-width: 560px) {
	.box .feature-content {
		align-items: flex-start;
	}
	.status-title {
		display: inline-block;
	}
	.status {
		align-self: flex-end;
		width: 100%;
		margin-top: 20px;
		padding-top: 10px;
		text-align: right;
		border-top: 1px solid #bcbcbc;
		flex: 0 1 100%;
	}
}
@media (max-width: 380px) {
	.box .feature-content {
		flex-direction: column;
	}
	.box .feature-image-wrapper {
		width: 100%;
		margin: 0 0 10px;
	}
}
