/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 24, 2013 */

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

}

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

}

/* Chrome display grabled characters in the select dropdown list if the 'svg' is listed before the .woff and .ttf */

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

}


body 	{ font-family: 'Gotham','babelsans', Arial, sans-serif; }
input 	{ font-family: 'Gotham','babelsans', Arial, sans-serif; }
select 	{ font-family: 'Gotham','babelsansSelect', Arial, sans-serif; }
.bold 	{ font-weight: bold!important; }

/* for testing purpose - alternative font
body 	{ font-family: 'Archivo Narrow', Trebuchet, Verdana, Helvetica, Arial, sans-serif; }
input 	{ font-family: 'Archivo Narrow', Trebuchet, Verdana, Helvetica, Arial, sans-serif; }
select 	{ font-family: 'Archivo Narrow', Trebuchet, Verdana, Helvetica, Arial, sans-serif; }
*/

/* for testing purpose - fallback font */
/*
body 	{ font-family: Arial, sans-serif; }
input 	{ font-family: Arial, sans-serif; }
select 	{ font-family: Arial, sans-serif; }
*/

/*
REFERENCE : Font dimension

This stylesheet use rem font dimension

html { font-size: 62.5%; } 
body { font-size: 1.4rem; } =14px
h1   { font-size: 2.4rem; } =24px

this is supported by :
Safari5, Chrome, FF3.6, IE9, Opera 11.6

For previous browser, use pixel like this :
html { font-size: 62.5%; } 
body {  
  font-size: 14px;
  font-size: 1.4rem; =14px; 
}

*/

/*
REFERENCE : Color chart

light-blue 	: 	#0099db;
dark-blue 	: 	#005a9b;
white 		: 	#ffffff;
background: : 	#010004;

*/

html { font-size: 62.5%; }
body { 
	/* default value for text */
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem; 
}

	a {
		text-decoration: none;
		color: #000000;
	}

	h1 { 
		display: inline;
		font-size: 30px;
		font-size: 2.5rem; 
	}

	#tiret {
		font-size: 16px;
		font-size: 1.6rem; 
	}

	#phoneHeader {
		font-size: 16px;
		font-size: 1.6rem; 
	}

	h2 {
		display: inline-block;
		font-size: 15px;
		font-size: 1.5rem; 
	}

	#whiteText {
		font-size: 15px;
		font-size: 1.5rem; 
	}

	.slogan {
		font-size: 15px;
		font-size: 1.24rem;
	}

	.small { /* small text */
		font-size: 12px;
		font-size: 1.2rem;
	} 

	#submit { /* submit button text */
		font-size: 16px;
		font-size: 1.6rem;
	}

		#submit.fr {
			font-size: 13px;
			font-size: 1.3rem;
		}


/* text color class - default value white */

.textLightBlue 	{ color: #ffffff; }
.textDarkBlue 	{ color: #005a9b; font-weight: bold;}


/* document CSS */

body {
	background-color: #ffffff;
		
	background-image: url('../images/background_stamp_en.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
        background-size: cover;
}

.buttonPosMobile{
 margin-left: 115px!important;
}

@media only screen and (max-width: 1000px){
.buttonPosMobileEN{
 margin-left: 140px !important;
}

.buttonPosMobile{
 margin-left: 80px !important;
}
       .mobile-only {
       display: table;
       }
       .no-mobile{
       display: none;
       }
       .mobile-width {
        width: 388px;
        height: 347px;
        }
       .slogan {
       padding-left: 324px;
        }
       #logo img {
        width: 300px !important;
       }
	#middleLine {
                text-align: left !important;

	}
}

@media only screen and (min-width: 1000px){
       .mobile-only {
       display: none;
       }

}


@media mobile, (max-width: 730px){
	body {
		background-position: 40% 0;
                background-size: auto;
	}
}

#main {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}

@media mobile, (max-width: 730px){
    #main {
		width: 600px;
		margin: 0 auto;
	}
}

/* header CSS */

#headerTop {
	display: table;
	position: relative;
	margin: 10px 0 0 0;
	width: 100%;
	height: 38px;
}

#headerTopFr {
	display: table;
	position: relative;
	margin: 10px 0 0 0;
	width: 100%;
	height: 23px;
}

#headerTop #leftLine,
#headerTop #logo,
#headerTop #middleLine,
#headerTop #phoneHeader,
#headerTop #rightLine {
		height: 38px;		
		line-height: 38px;
}

#headerTopFr #leftLine,
#headerTopFr #logo,
#headerTopFr #middleLine,
#headerTopFr #phoneHeader,
#headerTopFr #rightLine {
		height: 23px;
		line-height: 23px;
}


	#leftLine {
		display: table-cell;
		width: 17px;
		background-image: url('../images/background_header.gif');
		background-position: center;
		background-repeat: repeat-x;
		vertical-align: middle;
	}

	#logo {
		display: table-cell;
		position: relative;
		width: 140px;
		vertical-align: middle;
	}

		#logo img {
			border: none;
			padding: 0;
			margin: 0;
			vertical-align: middle;
		}

	#middleLine {
		display: table-cell;
		position: relative;
		width: auto;
		vertical-align: middle;
                text-align: right;
                color: black;
	}

	#phoneHeader {
		display: table-cell;
		width: 120px;
		overflow: visible;
		white-space:nowrap;
		padding: 0 5px;
		text-align: middle;
		vertical-align: middle;
	}

	#rightLine {
		display: table-cell;
		position: relative;
		width: 17px;
		background-image: url('../images/background_header.gif');
		background-position: center;
		background-repeat: repeat-x;
		vertical-align: middle;
	}


#headerBottom {
	display: table;
	position: relative;
	margin: 0px 0 0 0;
	width: 100%;
	height: 22px;
}

@media mobile, (max-width: 730px){

	#headerBottom {
		width: 100%;

	}

}

	#lang {
		display: block;
		float: right;
		
	}

	#lang a {
		text-decoration: none;
	}

/* title CSS */

#title {
	min-width: 450px;
	display: block;
	position: relative;
	margin: 12px 35px 15px;
}

#whiteText {
	width: 350px;
	vertical-align: top;
	display: inline-block;
}

	#whiteText p{
		margin-bottom: 12px;
	}

	#further {
		padding-top: 12px;
	}

	#icon {
		display: block;
		margin-top: 10px;
	}

		#icon img {
			border: 0;
		}

	#stayAhead {
		padding-top: 12px;

	}

/* form CSS */

form {
	
	width: 100%;
	min-width: 600px;
	max-width: 700px;
	height: 353px;
	text-align: right;

}

#filler {

	width: 100%;
	min-width: 600px;
	max-width: 700px;
	height: 53px;
}

	form > div {
		margin: 7px 0;
		display:block;
		height: 22px;
		
		vertical-align: middle;
	}

	input {
		height: 22px;
		line-height: 22px;
		border: none;
		color: #005a9b;
		padding: 0 5px;


		/* remove default mobile style */
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0;
	}

	input:focus {
		outline: #0099db 2px solid;
	}

		input[name=name] 		{ width: 145px; }
		#role 			 		{ width: 155px; }
		input[name=company] 	{ width: 145px; }
		input[name=email] 		{ width: 145px; }
		input[name=phone] 		{ width: 145px; }
		/*
		input[name=number123] 	{ width: 30px; margin-right: 5px;}
		input[name=number456] 	{ width: 30px; }
		#tiret { 
			display: inline-block; 
			text-align: center; 
			width: 11px; 
		}
		input[name=number7890] 	{ width: 40px; }
		*/

	.formText {
		margin-right: 10px;
	}

	/* dropdown - select */


  	select {

	    border: 0 !important;
	    padding: 0 0 0 5px;
	    -webkit-appearance: none;                     /* Removes default chrome and safari style */
	    -moz-appearance: none;                        /* Removes Default Firefox style */
	    background: url('../css/arrow.png') no-repeat;
	    background-color: white;
	    background-position: right;
	    width: 145px;
	    height: 22px;
	    line-height: 22px;
	    text-indent: 0.01px;                          /* Removes default arrow from firefox */
	    text-overflow: "";                            /* Removes default arrow from firefox */

		vertical-align: middle;
		/* remove default mobile style */
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0;
	}

		select::-ms-expand {
		    display: none;
		}

		select:focus {
			outline: #0099db 2px solid;
		}

	/* checkbox */

	#divCheck {
		height: 22px;
		line-height: 13px;
		vertical-align: top;
	}

	label,
	#divCheck span {		
		vertical-align: middle;
	}

	#checkboxPlace {
		display: inline-block;
		vertical-align: middle;
	}

	/* iCheck plugin Square skin, blue
	https://github.com/fronteed/iCheck/
	----------------------------------- */

	.icheckbox_square-blue {
	    display: block;
	    margin: 0;
	    padding: 0;
	    width: 12px;
	    height: 12px;
	    background: url(blue.png) no-repeat;
	    border: none;
	    cursor: pointer;
	    vertical-align: middle;
	}

	.icheckbox_square-blue {
	    background-position: 0 0;
	}
	    .icheckbox_square-blue.hover {
	        background-position: -13px 0;
	    }
	    .icheckbox_square-blue.checked {
	        background-position: -26px 0;
	    }
	    .icheckbox_square-blue.disabled {
	        background-position: -39px 0;
	        cursor: default;
	    }
	    .icheckbox_square-blue.checked.disabled {
	        background-position: -52px 0;
	    }


	/* Retina support */
	@media mobile {
	    .icheckbox_square-blue,
	    .iradio_square-blue {
	        background-image: url(blue@2x.png);
	        -webkit-background-size: 130px 26px;
	        background-size: 130px 26px;
	    }
	}
	
		#submit {
			height: 33px;
			width: 155px;
			margin-top: 30px;
			background-color: #0099db;
			color: #ffffff;
			font-weight: bold;
			cursor: pointer;
			margin-right: 310px;

			/* remove default mobile style */
			-webkit-appearance: none;
			-moz-appearance: none;
   			 border-radius: 0;

		}

/* error CSS */

.error {
	display: inline-block;
	width: 300px;
	text-align: left;
	color: #0099db;
	margin: 0 0 0 10px;
	line-height: 11px;
	vertical-align: middle;

}

#errorCheckbox {
	vertical-align: top;
}

/* footer CSS */

#footer {
	display: block;
	position: absolute;
	top: 540px;
	width: 100%;
	height: 22px;
	margin: 0 auto 10px;
}

#footLeft {
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 45px;
}

#footRight {
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 45px;
        color: black;
}

	.slogan {		
		text-shadow: 1px 1px 2px #101d2d;
	}

@media mobile, (max-width: 730px){
    #footer {
		display: block;
		width: 100%;
		height: 32px;
		margin: 0 auto 10px;
	}

	#footLeft,
	#footRight {
		margin: 0;
		float: none;
		display: block;
		text-align: center;
	}

	#footRight {
		margin-bottom: 4px;
	}

}


#payroll {
}

#payroll:hover {
	color: #000000;
	}


#becomeMemberO {
	margin-top: 15px;
	padding-left: 10px;
}
#becomeMemberA {
	margin-top: 15px;
	padding-left: 15px;
}

	.becomeLabel { /* small text */
		display: inline-block;
		width: 320px;
		font-size: 17px;
		font-size: 1.3rem;
		margin-left: 36px;
                color:#000000;
	} 

	.becomeButton { /* submit button text */
		text-transform: uppercase;
		font-size: 14px;
		font-size: 1.4rem;
		color: #41007F;
	}

		.becomeButton.fr {
			font-size: 13px;
			font-size: 1.3rem;
					color: #ffffff;

		}

	.becomeButton {

		display: inline-block;
		height: 32px;
		width: 175px;
		text-align: center;
		line-height: 32px;
                background-color: rgba(255, 255, 255, 0);
                border: black 1px solid;
                border-radius: 20px;
		font-weight: bold;
		cursor: pointer;
		margin-bottom: 0px;
		margin-left: 100px;

		/* remove default mobile style */
		-webkit-appearance: none;
		-moz-appearance: none;
	}

.table {
	display: table;
	text-align: center;
	margin: 10px 0px 10px 45px ;
	border-collapse: collapse;
}

	.tableRow {
		display: table-row;
		vertical-align: middle;
	}

	.tableRow div {
			font-size: 13px;
			font-size: 1.3rem;
		}

	#tableRowEmpty {
		height: 4px;
	}

		.cellWhite {
			display: table-cell;
			background: #ffffff;
			padding: 6px 12px;
			border:1px solid #000000;
			vertical-align: middle;
		}

		.cellTrans {
			display: table-cell;
			padding: 6px 5px;
			border:1px solid #000000;
			vertical-align: middle;
                        color: black;
		}

#asterix {
        color: black;
    margin-left: 60px;
    text-indent: -16px;
}

#learnMore {
	position: absolute;
	left: 100px;
	top: 465px;
}

	#learnMoreLabel {
		display: inline-block;
		margin-right: 3px;
			font-size: 15px;
			font-size: 1.3rem;
			vertical-align: top;
                        color: black;
	}

	#learnMoreList {
		display: inline-block;
		vertical-align: top;
                color: black;
	}

	#learnMoreList li {
		padding-bottom: 8px;
			font-size: 15px;
			font-size: 1.3rem;

	}

#lang {
			font-size: 13px;
			font-size: 1.3rem;	
}
#LogoLinkEN {
		display: table-cell;
                float:left;
		float: left;
		margin-left: 14px;
                font-size:10px;
	}

	#LogoLinkEN a {
		text-decoration: none;
	}
	#LogoLinkFR {
		display: block;
		float: left;
		margin-left: 90px;
	}

	#LogoLinkFR a {
		text-decoration: none;
	}
	