@font-face {
    font-family: 'galano_grotesque_demobold';
    src: url(/fonts/galanogrotesquedemo-bold-webfont.eot);
    src: url(/fonts/galanogrotesquedemo-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/fonts/galanogrotesquedemo-bold-webfont.woff2) format('woff2'),
         url(/fonts/galanogrotesquedemo-bold-webfont.woff) format('woff'),
         url(/fonts/galanogrotesquedemo-bold-webfont.ttf) format('truetype'),
         url(/fonts/galanogrotesquedemo-bold-webfont.svg#galano_grotesque_demobold) format('svg');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'arconregular';
    src: url(/fonts/arcon-regular-webfont.woff2) format('woff2'),
         url(/fonts/arcon-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'arconrounded-regular';
    src: url(/fonts/arcon-rounded-regular-webfont.woff2) format('woff2'),
         url(/fonts/arcon-rounded-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'galano_grotesque_demobold';
    src: url(/fonts/galanogrotesquedemo-bold-webfont.eot);
    src: url(/fonts/galanogrotesquedemo-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/fonts/galanogrotesquedemo-bold-webfont.woff2) format('woff2'),
         url(/fonts/galanogrotesquedemo-bold-webfont.woff) format('woff'),
         url(/fonts/galanogrotesquedemo-bold-webfont.ttf) format('truetype'),
         url(/fonts/galanogrotesquedemo-bold-webfont.svg#galano_grotesque_demobold) format('svg');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'arconregular';
    src: url(/fonts/arcon-regular-webfont.woff2) format('woff2'),
         url(/fonts/arcon-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'arconrounded-regular';
    src: url(/fonts/arcon-rounded-regular-webfont.woff2) format('woff2'),
         url(/fonts/arcon-rounded-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    
}

html {
	height: 100%;
}

body {
	font-family:'arconregular';
	background: repeating-linear-gradient( 45deg, transparent, transparent 10px, #D0F1F9 10px, #D0F1F9 20px ) fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

main.content {
	background-color: #fff;
	width:98%;
	border-radius:10px;
	padding:2em;

}

h1 {
    font-size: 1.75em;
    text-transform: uppercase;
}

h1, h2, h3, h4 {
    font-family: 'galano_grotesque_demobold', sans-serif;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    color: #000;
}

div.row, div.firstColumn, div.secondColumn {
	min-height: 650px;
}
.secondColumn {

	border-left: 1px solid #ddd;
}

img#logo {
	margin:0px;
}

.formMessage p {
	margin:0px;
}


