<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ==========================================================================
   Multimove standard styles
   ========================================================================== */

html, body, div, img, a, h1, h2, h3 {
	margin:0;
	padding:0;
	border:0;
}

table, td {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

td {
	vertical-align:top;
}

p {
	margin-top:0;
}

a {
	outline: 0 !important;
}

nav a {
    text-decoration:none;
}

dl, menu, ol, ul {
    padding:0;
    margin:0;
}

li {
	list-style-position: inside;	
}

h1, h2 {
	clear:both;
}

input {
	padding:0;
	margin:0;
}

input[type="checkbox"], input[type="radio"] { 
	vertical-align:middle;
	line-height:normal;
	height:auto;
    width:auto;
}

dd label {
	margin-right:10px;
}

textarea {
	margin:0;
	resize: none; 
}

input:focus, textarea:focus {
    outline-width: 0;
}

nav li {
	list-style:none;
}

.clear {
	clear: both;
}

.clearleft {
	clear:left;
}

.bold {
	font-weight:bold;
}

.hidden {
	display:none;
}

.container {
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}

.faq_answer {
	display:none;
}

/* --------------------- HEADER MENU -------------------- */

header nav li {
	position:relative;
}

header nav ul ul {
	display:none;
}

/* --------------------- NOTIFICATIONS -------------------- */

.error {
 	background-color:#ffecec;
    border:1px solid #f5aca6;
	padding:10px;
	margin-bottom:10px;
}
.succes {
	background-color:#e9ffd9;
    border:1px solid #a6ca8a;
	padding:10px;
	margin-bottom:10px;
}
.notice {
 	background-color:#e3f7fc;
    border:1px solid #8ed9f6;
	padding:10px;
	margin-bottom:10px;
}
.warning {
    background-color:#fff8c4;
    border:1px solid #f2c779;
	padding:10px;
	margin-bottom:10px;
}


/* DEBUG MENU (Don't delete)  */

#debug-window {
	position: fixed; 
	top: 20px; 
	left: 250px; 
	z-index: 99999999999999; 
	width: 900px; 
    max-width:80%;
	height: 250px; 
	background-color: #ffffff; 
	border: 5px solid red; 
	padding: 20px;
	overflow:auto;
}

#debug-window h1 {
	 float: left; 
	 margin: 0 0 2px 0;
}

#debug-window #debug-close {
	float:right;
}

#debug-window p {
	margin: 0 0 20px 0; 
	color: #adadad;
}

#debug-window #debug-errors {
	overflow-y: scroll; 
}

#debug-window .debug-error {
	margin: 0 0 10px 10px; 
	color: #adadad;
}

@media (max-width: 990px) {
    #debug-window {
        max-width:90%;
        left: 10px; 
        height:450px;
    }
}

/* 
 * Responsive YouTube embed
 * - See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.byqnzEhe.dpuf
 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Chrome fix for white background in input fields */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
</pre></body></html>