/*

	RECOVERY
	
	#495a6c

	background-image: -webkit-linear-gradient(top, #1b2a35 0, #4a6376 100%);
    background-image: -o-linear-gradient(top, #1b2a35 0, #4a6376 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1b2a35), to(#4a6376));
    background-image: linear-gradient(to bottom, #1b2a35 0, #4a6376 100%);
    background-repeat: repeat-x;
    
    
    CORPORATE BRAND DESIGN
    
    Onyx Blue
    RGB 110/126/144
    #6e7e90
    
    Onyx Gradient
	from
	CMYK 88/64/51/52
	RGB 23/54/66
	#173642
	to
	CMYK 65/40/30/20
	RGB 86/115/132
	#567384
    
    
    Light Blue
	40% of the Onyx Blue
	CMYK 65/40/30/20
	Pantone 5405 C
	Pantone 5405 U
	RGB 110/126/144
	#6e7e90
    
*/

/* fonts */
@font-face {font-family: "ATRotisSerifLight45";
    src: url("./fonts/RotisSansSerifStd-45-Light.eot");
    src: url("./fonts/RotisSansSerifStd-45-Light.eot?#iefix") format("embedded-opentype"),
    	 url("./fonts/RotisSansSerifStd-45-Light.woff2") format("woff2"),
    	 url("./fonts/RotisSansSerifStd-45-Light.woff") format("woff"),
    	 url("./fonts/RotisSansSerifStd-45-Light.ttf") format("truetype"),
    	 url("./fonts/RotisSansSerifStd-45-Light.ATRotisSerifLight45") format("svg");
}
@font-face {font-family: "ATRotisSerif55";
    src: url("./fonts/AT-Rotis-Serif-55.eot");
    src: url("./fonts/AT-Rotis-Serif-55.eot?#iefix") format("embedded-opentype"),
    	 url("./fonts/AT-Rotis-Serif-55.woff2") format("woff2"),
    	 url("./fonts/AT-Rotis-Serif-55.woff") format("woff"),
     	 url("./fonts/AT-Rotis-Serif-55.ttf") format("truetype"),
    	 url("./fonts/AT-Rotis-Serif-55.svg#ATRotisSerif55") format("svg");
}
@font-face {font-family: "ATRotisSerif65";
    src: url("./fonts/AT-Rotis-Serif-65.eot");
    src: url("./fonts/AT-Rotis-Serif-65.eot?#iefix") format("embedded-opentype"),
    	 url("./fonts/AT-Rotis-Serif-65.woff2") format("woff2"),
    	 url("./fonts/AT-Rotis-Serif-65.woff") format("woff"),
    	 url("./fonts/AT-Rotis-Serif-65.ttf") format("truetype"),
    	 url("./fonts/AT-Rotis-Serif-65.svg#ATRotisSerif65") format("svg");
}
@font-face {font-family: "ATRotisSerifBold65";
    src: url("./fonts/RotisSemiSerifStd-Bold-65.eot");
    src: url("./fonts/RotisSemiSerifStd-Bold-65.eot?#iefix") format("embedded-opentype"),
    	 url("./fonts/RotisSemiSerifStd-Bold-65.woff2") format("woff2"),
    	 url("./fonts/RotisSemiSerifStd-Bold-65.woff") format("woff"),
    	 url("./fonts/RotisSemiSerifStd-Bold-65.ttf") format("truetype"),
    	 url("./fonts/RotisSemiSerifStd-Bold-65.svgATRotisSerifBold65") format("svg");
}

/* Reset CSS */ 
*{
    padding: 0;
    margin: 0;
}

html{
	width: 100%;
	min-height: 100%;
	
}
body{
	width: 100%;
	min-height: 100%;
	
	background: #1b2a35; 
	background: -moz-linear-gradient(top, #173642 0%, #567384 100%); 
	background: -webkit-linear-gradient(top, #173642 0%,#567384 100%); 
	background: linear-gradient(to bottom, #173642 0%,#567384 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173642', endColorstr='#567384',GradientType=0 ); 
	
    background-repeat: repeat-x;	
	
	font-family: "ATRotisSerif55","RotisSemiSansStd-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
}

address{
	color: #4a6376;
	font-style: normal;
}
h1{
	font-size: 1.50em;
	margin: 32px 0 16px 0;
	color: #6e7e90;
}
p{
	font-size: 1em;
	color: #6e7e90;
}
a{
	color: #6e7e90;
}
a:hover{
	text-decoration: none;
}

.text_light{
	font-family: "ATRotisSerifLight45","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text{
	font-family: "ATRotisSerif55","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.title,
h1.title{
	font-family: "ATRotisSerif65","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.title_upper,
h1.title_upper{
	font-family: "ATRotisSerifBold65","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.upper{
	text-transform: uppercase;
}

#bg{
	z-index: -100;
	width: 100%;
	height: 100%;
	//min-height: 100vh;
	position: absolute;
	//z-index: 100;
	background-image: url("/images/header-bg.png");
	//background-size: 100% 100%;
	background-size: cover;
	//background-position: left 0px top 0px;
    background-position: right top;
    background-repeat: no-repeat;
}

#header{
	z-index: 10000;
}
#header .logo-top{
	width: 50%;
	margin: auto;	
	text-align: center;
}
#header .logo-top img{
	width: 100%;
	/*max-width: 250px;*/
	max-width: 600px;
	height: auto;
	/*margin: 0 0 16px 0;*/
	margin: 32px 0 64px 0;
	border-radius: 5px;
	border: none;
}
.section{
	z-index: 10000;
	/*width: 95%;*/
	width: 100%;
	/*background: rgba(255, 255, 255, 0.9);*/
	background: #fff;
	padding: 32px 0;
	margin: 32px auto;
}
.section .content{
	/*width: 80%;*/
	width: 100%;
	margin: auto;
	text-align: center;
}
.content p{
	margin: 16px 32px;
}
#footer{
	z-index: 10000;
	position: fixed;
	bottom: 16px;
	display: block;
	width: 100%;
	margin: 16px auto;
	text-align: center;
	//display: none;
}
#footer p,
#footer .content,
#footer address,
#footer a,
#footer h1{
	color: #fff;
}
#footer .content{
	margin-bottom: 48px;
}

@media all and (max-width: 768px) {
	#bg{
		background-image: none;
	}
}