@font-face{
font-family:'dotsfont';
src:url('dotsfont.eot');
src:url('dotsfont.eot?#iefix')  format('embedded-opentype'),
	url('dotsfont.svg#font')    format('svg'),
	url('dotsfont.woff')        format('woff'),
	url('dotsfont.ttf')         format('truetype');
font-weight:normal;
font-style:normal;
}

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, 
menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** --- Actual styles --- */


*, *:BEFORE, *:AFTER {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a:HOVER, a:ACTIVE, a:FOCUS {
	cursor: pointer;
}

[class^="icon-"], [class*=" icon-"] {
	color: inherit;	
}

.page-wrapper {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 1280px; 
}

@media only screen and (min-width: 37.5em) {
	body {
		padding: 0;
	}
}

.clear {
	clear: both;
}

/** --- Top and bottom navigation bars --- */

header {
	position: fixed;
	top: 0px;
	height: 14%;
	z-index: 10;
	width: 100%;
} 

.page-wrapper {
 	top: 0;
 	/* height: 100%; */
 	width: 100%;
 	max-width: none;
 	/* position: fixed; */
    background: #fff;
    min-height: 1200px;
}

.page-wrapper .white-background {
	/* height: 100%; */
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
	padding: 5em 0;
	display: block;
	/* overflow: scroll; */
}

footer {
	/* position: fixed; */
	position: relative;
	width: 100%;
	/* bottom: 0; */
	z-index: 10;
	
}

.page-wrapper .containers {
	padding: 1em 1em 3em;
	position: relative;
}

@media only screen and (min-width: 30em) {
	
	footer .hide-on-screen {
		display: none;
	}
	
	.page-wrapper .containers {
		min-height: 35em;
	}
	
}

header > div.header-content, footer > div.footer-content {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 1280px;
	background: #fff;
}


/** --- Spacers --- */

.spacer-left-small {
	margin-left: 1em!important;
}
.spacer-right-small {
	margin-right: 1em!important;
}
.spacer-top-small {
	margin-top: 1em!important;
}
.spacer-bottom-small {
	margin-bottom: 1em!important;
}
.spacer-left-medium {
	margin-left: 2em!important;
}
.spacer-right-medium {
	margin-right: 2em!important;
}
.spacer-top-medium {
	margin-top: 2em!important;
}
.spacer-bottom-medium {
	margin-bottom: 2em!important;
}

@media only screen and (max-width: 37.5em) {
	
	.spacer-left-small {
		margin-left: 0.5em!important;
	}
	.spacer-right-small {
		margin-right: 0.5em!important;
	}
	.spacer-top-small {
		margin-top: 0.5em!important;
	}
	.spacer-bottom-small {
		margin-bottom: 0.5em!important;
	}
	.spacer-left-medium {
		margin-left: 1em!important;
	}
	.spacer-right-medium {
		margin-right: 1em!important;
	}
	.spacer-top-medium {
		margin-top: 1em!important;
	}
	.spacer-bottom-medium {
		margin-bottom: 1em!important;
	}
	
	section.intend-small p {
		margin-left: 0em;
	}
	
	section > ol {
		margin-left: 1em;
	}
}

/** --- Forms --- */

div.buttons {
	width: 100%;
	text-align: center;
	display: block;
}

div.buttons .btn {
	display: inline-block;
}

.buttons .btn:FIRST-CHILD {
	margin-left: 0;  	
}

div.buttons .btn:LAST-CHILD {
	margin-right: 0;
}



/** --- Forms --- */

.form-area > form label, .form-area >form span.label {
	width: 100%;
	display: block;
} 

.form-area input[type="text"], .form-area input[type="date"],
.form-area input[type="email"], .form-area input[type="password"], 
.form-area textarea, .form-area select,.form-area .area-radio,
.form-area input[type="file"], .form-area input[type="number"] {
	width: 100%;
	margin: 0.3em 0;
}

/** --- General declarations --- */

.underline {
	text-decoration: underline;
}

.center {
	text-align: center!important;
	margin: inherit auto;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}


/** --- Popups --- */

.screen-shadow-dark, .screen-shadow-light {
	position: fixed;
	width: 1000%;
	height: 200%;
	z-index: 15;
	display:block;
	top: -10em;
	left: -50em;
	display: none;
}

.popup-content {
	z-index: 20;
	position:fixed;
	top: 6%;
	width: 86%;
	left: 7%;
	display: none;
}


@media only screen and (min-width: 50em) {
	
	.popup-content {
		top: 15%;
		left: 15%;
		width: 70%;	
	}
}

@media only screen and (min-width: 66em) {
	
	.popup-content {
		left: 20%;
		width: 60%;	
	}
}


@media only screen and (min-width: 70em) {

	.popup-content {
		left: 25%;
		width: 50%;	
	}
}