html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, span, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
}

body{
	width: 100%;
    font-size: 100%;
    font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #626262;
    -webkit-font-smoothing: antialiased;
	/* overflow-x: hidden; */
    background: #fcfcfc url('../images/bg.png') 0 0;
}

#top-container{
	/* position: fixed; */
    height: 72px;
    display: block;
    padding: 0 20px;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #fff;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    z-index: 980;
}

.common-container{
	min-width: 65em;
    margin: 0 auto;
    max-width: 990px;
}

.common-content{
	margin-top: 30px;
	margin-bottom: 3em;
}

.full-container{
	width:100%; 
	height:100%;
}

#top-container-logo{
	display: block;
    width: 140px;
    height: 52px;
    float: left;
    margin-top: 16px;
    background: url('../images/logo.png') no-repeat 0 0;
    background-size: 125px 40px;
}

#top-container ul{
	list-style: none;
	float: right;
    height: 72px;
}

#top-container ul li{
	float: left;
     margin-left: 46px;
    /* margin-right: 46px; */
}

#top-container ul li a{
	text-decoration: none;
    display: block;
    line-height: 77px;
    height: 72px;
    font-family: "Proxima Nova Semi Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #493e45;
    position: relative;
}

#top-container ul li a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 23px;
    left: 0;
    background-color: #A9A9A9;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#top-container ul li a.selected:before{
    background-color: #493e45;
}

#top-container ul li a.selected:before, #top-container ul li .tab a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#main-container{
    position: relative;
    min-width: 70em;
    top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 3;
}

#main-container h1{
	font-size: 3.75em;
    color: #493e45;
    display: block;
    letter-spacing: -0.01em;
    width: 100%;
}

.bold{
    font-family: "Proxima Nova Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.center{ text-align: center; }
.justify{ text-align: justify; }

.button{
	margin: 0 auto;
    float: none;
    padding-top: 0px;
    border: 2px solid #fff;

    display: table;
    font-size: 14px;
    font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    height: 38px;
    line-height: 41px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    color: #fff;
	
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-font-smoothing: auto;
	
    letter-spacing: 0.08em;
    min-width: 160px;
    text-shadow: none;
    letter-spacing: 0.08em;
	
	cursor:pointer;
}

.button.text{
	color: #493e45;
    border: 1px solid #493e45;
}

.button:hover {
	background-color: #ffffff;
	color: #000000;
}

.button.quote:hover{
	color:#ffffff;
    background-color: #626262;
}

.button.text:hover{
	color: #ffffff;
    background-color: #493e45;
}

.button.text.footerButton
{
	border: 1px solid white;
	color: white;
}

.button.text.footerButton:hover
{
	border: 1px solid white;
	background-color: white;
	color: rgb(50,50,50);
}

table {
   border-collapse: collapse;
   margin-top: 20px;
}

table td {
   padding:15px 0 15px 0; 
   margin:0;
   vertical-align: middle;
}

table.colored tr:nth-child(odd) td { background: #F1F1F1; }   
table.colored tr:nth-child(even) td { background: rgba(0, 0, 0, 0); } 
table.colored { 	
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
} 
table.colored td.title, table.colored td.value{ text-align: center;}
table.colored tr, table.colored td{ vertical-align: middle; }
table td.image img{ width:90%; height:auto; }
table td.top { vertical-align: top;}
table td.bottom { vertical-align: bottom;}
table td.separator { height:20px; }
table td.separator:after { 
	content:'';
	display: block;
    height: 1px;
    width: 75%;
    margin: 0 auto;
    margin-top: 10px;
    background: #626262;
}

table.form td label {
    font-family: "Proxima Nova Semi Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #493e45;
}

table.form td input[type='text'], table.form textarea{
	margin: 0;
    width: 100%;
    font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #493e45;
	padding: 5px;
	border: solid 1px gainsboro;
	-webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
	resize: none;
}

.intro p{
	width: 100%;
    font-size: 1.4em;
    line-height: 28px;
}

.intro p.important{
	font-size : 140%;
	font-family: "Proxima Nova Semi Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.middle{
    display: inline-block;
    vertical-align: middle;
}

#flagIcon
{
	height: 1.5em;
	vertical-align: middle;
}

/*--------------------------------------- Footer -------------------------------------------------- */

#footer
{
	min-width: 65em;
	margin: auto;
	height: 10em;
	overflow: hidden;
	background-color: rgb(80, 80, 80);
	/* border: 1px solid rgb(0, 0, 255); */
}

#footerFirstLine
{
	min-width: 100%;
	height: 80%;
	padding: 0px;
	display: inline-block;
	/* border: 1px solid rgb(0, 0, 255);	*/
}

.footerButton
{
	width: 6em;
	margin-top:3.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footerLastLine
{
	min-width: 100%;
	height: 20%;
	padding: 0px;
	display: inline-block;
	/* border: 1px solid rgb(0, 0, 255);	*/
}

.copyright
{
	font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	text-align: center;
	color: rgb(200, 200, 200);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

