/* reset */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
	*text-align: inherit;
}

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

}

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

}

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

}

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

}

body {
	background-color: #f0f0f0;
}

p {
	 font-family: 'pmn_caeciliaroman';
	 font-size: 16px;
	 line-height: 25px;
	 color: #3b3b3b;
	 padding-top: 12px;
	 padding-bottom: 40px;
}

a {
	font-family: 'pmn_caeciliaitalic';
	color: #5c8186;
	font-size: 16px;
	text-decoration: none;
}

a:hover {
	color: #375a5e;
}
	
.heading {
	font-family: 'pmn_caeciliabold';
	font-size: 56px;
	color: #3b3b3b;
}

.meta {
	 font-family: 'pmn_caeciliaroman';
	 font-size: 10px;
}

.header {
	line-height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px 0 20px;
}

.header img{
	float: right;
}

.call {
	font-family: 'pmn_caecilialightitalic';
	font-size: 30px;
	color: #5c8186;
	line-height: 49px;
	z-index: 10;
	position: relative;
}

.response {
	font-family: 'pmn_caeciliaroman';
	font-size: 30px;
	color: #3b3b3b;
	line-height: 49px;
}

.response2 {
	font-family: 'pmn_caeciliabold';
	font-size: 16px;
	line-height: 25px;
	color: #3b3b3b;
	padding-top: 12px;
}

.row {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
}

.left-column {
	float: left;
	width: 185px;
	position: relative;
}

.left-column img{
	position: absolute;
	right: 0;
	z-index: 0;
}

.right-column {
	float: right;
	width: 750px;
}

.sub-column-1 {
	width: 350px;
	margin-right: 50px;
	float: left;
}

.sub-column-2 {
	width: 350px;
	float: right;
}

.sub-column-1, .sub-column-2, .sub-column-1 p, .sub-column-2 p {
	text-align: center;
}

.logo-container {
	height: 42px;
	text-align: center;
	display: inline-block;
	margin-top: 4px;
}

.logo-1 {
	background: url('../_img/SpostoLogo-1.png') no-repeat center;
	width: 158px;
	height: 40px;
}

.logo-2 {
	background: url('../_img/KanbanLogo-1.png') no-repeat center;
	width: 173px;
	height: 42px;
}

.logo-1:hover {
	background: url('../_img/SpostoLogo-2.png') no-repeat center;
}

.logo-2:hover {
	background: url('../_img/KanbanLogo-2.png') no-repeat center;
}

.clear {
	clear: both;
}

#preload {
	display: none;
}