/* Import Helvetica Neue */
@font-face {
  font-family: 'Helvetica Neue LT Std Thin';
  src: url('fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Th.otf') format('opentype'), url('fonts/HelveticaNeueLTStd-Th.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue LT Std Roman';
  src: url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Roman.otf') format('opentype'), url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Font size*/
/* Media queries */
/* Mixins */
/*Images importation*/
/* Style input placeholders */
::-webkit-input-placeholder {
  color: white;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}
:-ms-input-placeholder {
  color: white;
}
body {
  background-color: black;
  font-family: 'Helvetica Neue LT Std Thin';
  color: #ffffff;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 18px;
  }
}

h1, h2{
	font-size:1.2em;
	margin:0;
	padding:0 0 24px 0;
	color:#888888;
	font-weight:normal;
}
/*
h1 {
  color: #888888;
  font-weight: lighter;
  margin-bottom: 25px;
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 20px;
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h1 {
    margin-top: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  h1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    margin-top: 85px;
    font-size: 26px;
  }
}
h2 {
  color: #888888;
  font-weight: lighter;
  margin-bottom: 13px;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
*/
/*
button {
  width: 100%;
  color: #ffffff;
  border: 0;
  background: #55cc00 !important;
  margin-top: 5px;
  margin-bottom: 12px;
  padding: 0 10px;
  padding-top: 6px;
  height: 38px;
  font-size: 16px;
  font-family: 'Helvetica Neue LT Std Roman';
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  button {
    font-size: 18px;
    padding: 0;
    padding-top: 4px;
  }
}
@media screen and (min-width: 1025px) {
  button {
    height: 44px;
    font-size: 18px;
    font-family: 'Helvetica Neue LT Std Roman';
    padding: 0;
    margin-bottom: 16px;
  }
}
*/

button{
	display:block;
	background-color:#248700;
	width:100%;
	height:39px;
	border:0;
	font-size:1em;
	color:white;
	margin:0 0 10px 0;
	font-family: 'Helvetica Neue LT Std Roman';
}
/* Hide native input layout on focus */
button:focus{
	outline:none !important;
}
button:hover, button:focus{
	background-color:#66cc00;
}
button:active{
	background-color:#323232;
}

input:focus,
input:active,
select:focus,
select:active,
option:focus,
option:active {
  outline: 0;
  outline-style: none;
  outline-width: 0;
  border: #888888 1px solid;
}
@media screen and (min-width: 1025px) {
  input:invalid,
  select:invalid,
  option:invalid {
    outline: 0;
    outline-style: none;
    outline-width: 0;
    box-shadow: none;
  }
}
input,
select {
  width: 100%;
  background: #303030;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0 10px;
  padding-top: 6px;
  height: 38px;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  input,
  select {
    height: 44px;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  input,
  select {
    padding: 0 10px;
    padding-top: 4px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
input 
{
    box-sizing: border-box;
}

input:invalid {
  box-shadow: none;
}
/* Input error styling : Add "error" class on input-holder to show error */
div.input-holder span.error-msg {
  display: none;
}
@media screen and (min-width: 1025px) {
  div.input-holder.error {
    padding-bottom: 20px;
  }
  div.input-holder.error input,
  div.input-holder.error select {
    border: red 1px solid !important;
    margin-bottom: 10px;
  }
  div.input-holder.error span.error-msg {
    display: block;
  }
}
/* PIN input */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"] {
  width: 38px !important;
  line-height: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  input[type="number"] {
    width: 44px !important;
  }
}
/* Select/option layout */
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: url("images/combo-mobile.png") right top no-repeat;
}
@media screen and (min-width: 1025px) {
  select {
    background: url("images/combo-appearance-desktop.png") 0 0 no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  select {
    background: url("images/combo-mobile.png") right top no-repeat;
  }
}
option {
  width: 100%;
  background: #303030;
  border: 0;
  border-radius: 0;
  padding: 14px 10px;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  option {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  option {
    padding: 0 10px;
    font-size: 18px;
  }
}
a {
  color: #ffffff;
  text-decoration: none;
}
a.right-arrow::after {
  content: url("images/arrow_right_4x7.png");
  padding-left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  a.right-arrow::after {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1025px) {
  a.right-arrow::after {
    content: url("images/arrow_right_7x12.png");
    padding-left: 10px;
  }
}
/*
hr {
  width: 100%;
  color: #303030;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  hr {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  hr {
    margin-top: 46px;
    margin-bottom: 46px;
  }
}
*/
hr{
	padding:0;
	margin:15px 0 15px 0;
	height:1px;
	background-color:#262626;
	border:0;
}
div.layout {
  position: absolute;
  left: 50%;
  max-width: 560px;
  width: 96%;
  top: 20px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  /* Checkbox styling */
  /* Pin Error */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.layout {
    width: 858px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  div.layout {
    top: 40px;
    width: 858px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  div.layout {
    top: 55px;
    width: 858px;
  }
}
@media screen and (min-width: 1025px) {
  div.layout {
    width: 538px;
    top: 50px;
  }
}


div.layout div.logo {
  background: url("images/en/logo-116.png") no-repeat;
  height: 27px;
  width: 116px;
}
@media screen and (min-width: 1025px) {
  div.layout div.logo {
    background: url("images/en/logo-232.png") no-repeat;
    height: 54px;
    width: 232px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.layout div.logo {
    background: url("images/en/logo-156.png") no-repeat;
    height: 36px;
    width: 156px;
  }
}


div.layout div.logo-fr {
  background: url("images/fr/logo-116.png") no-repeat;
  height: 27px;
  width: 116px;
}
@media screen and (min-width: 1025px) {
  div.layout div.logo-fr {
    background: url("images/fr/logo-232.png") no-repeat;
    height: 54px;
    width: 232px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.layout div.logo-fr {
    background: url("images/fr/logo-156.png") no-repeat;
    height: 36px;
    width: 156px;
  }
}


div.layout div.paragraph {
  display: inline-block;
  margin-bottom: 13px;
  width: 100%;
}
div.layout div.checkbox {
  margin-top: 4px;
  margin-bottom: 10px;
  height: 14px;
}
div.layout div.ping-checkbox-container {
    color: #fff;
    margin-left: 28px;
    font-weight: 200;
  }
@media screen and (min-width: 1025px) {
  div.layout div.checkbox {
    height: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.layout div.checkbox {
    margin-bottom: 15px;
  }
}
div.layout div.checkbox label {
  left: 24px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  div.layout div.checkbox label {
    left: 30px;
  }
}
div.layout div.checkbox label::before {
  content: url("images/checkbox.png");
  margin-top: 0px;
  left: -24px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  div.layout div.checkbox label::before {
    content: url("images/checkbox-20x20.png");
    margin-top: 0px;
    left: -30px;
  }
}
div.layout div.checkbox input[type=checkbox] {
  display: none;
}
div.layout div.checkbox input[type=checkbox]:checked + label::before {
  content: url("images/checkbox_checked.png");
  margin-top: 0px;
  left: -24px;
  position: aboslute;
}
@media screen and (min-width: 1025px) {
  div.layout div.checkbox input[type=checkbox]:checked + label::before {
    content: url("images/checkbox_checked-20x20.png");
    margin-top: 0px;
    left: -30px;
  }
}
div.layout div.pin-error {
  display: block;
}
@media screen and (min-width: 1025px) {
  div.layout div.pin-error {
    display: block;
  }
}
div.layout div.pin-error hr {
  margin-top: 30px;
  margin-bottom: 20px;
}
div.layout div.pin-error span.warning::before {
  content: url("images/warning.png");
  padding-right: 10px;
}
div.layout .center {
  margin: 0 auto;
}
div.layout .inline {
  display: inline-block;
  width: 100% !important;
}
div.bottom-link {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  div.bottom-link {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.bottom-link {
    margin-bottom: 14px;
  }
}

.popup{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    padding:5px;
    box-sizing: border-box;
    background-color:rgba(0, 0, 0, 0.7);
}

.content{
    padding:5%;
    margin-top:180px;
    width:100%;
    background-color:#2e2e2e;
    box-sizing: border-box;
}

.content h1{
    color:white;
}

.popupSpan {
    font-size:.8em; 
}

.popupButton{
	display:block;
	background-color:#248700;
	width:100%;
	height:55px;
	border:0;
	font-size:1em;
	color:white;
	margin:0 0 10px 0;
	font-family: 'Helvetica Neue LT Std Roman';
}
