* {
	margin: 0;
	padding:  0;
	position: relative;
}

.boxsizingBorder {
	height: 145px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	font-family: Maven Pro, sans-serif;
	font-size: 18px;
	color: #4d575b;
	background: url('../images/texture-bright_squares.png') repeat left top;
}

.leadmessage {
	font-size: 18px;
}

.footer {
	font-size: 14px;
}

h1 {
	font-size: 60px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
}

strong {
	font-weight: bolder;
}

.bkggrey {
	background: #4d575b url('../images/texture-iso_patt.png') repeat left top;	
}

.bkglightgrey {
	background: #e8ebf0;
}

.bkgteal {
	background: #0ad7d7;
}

.center {
	text-align: center;
}

.grey {
	color: #4d575b;
}

.bordertop {
	border-top: 6px solid #27b3bf;
}

.imgmod {
	overflow: show!important;
}

.minus_margin {
	margin-top: -175px;
	z-index: 0;
}

.left {
	text-align: left;
}

.lightgrey {
	color: #e8ebf0;
}

.paddingtop {
	padding-top: 100px;
}

.paddingbottom {
	padding-bottom: 100px;
}

.preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

.right {
	text-align: right;
}

.status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.teal {
	color: #0ad7d7;
}

.white {
	color: #ffffff;
}

.error,
.success	{display:none; text-align: center;}
