@charset "utf-8";
/* CSS Document */
/*@import url("https://webcdn.triongames.com/common-fonts/orbitron/orbitron.css");
@import url("https://webcdn.triongames.com/common-fonts/opensans/opensans.css");*/

/* general styling */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}
p, div, input, textarea {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
a {
  color: #f3e031;
  text-decoration: none;
}
a:hover {
  color: #fff14f;
}
a:focus {
  /* outline: none; */
}
body {
  font-size: 100%;
  font-size: 0.8rem;
  overflow-x: hidden;
}
header, section, footer {
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}

.page-content{
  overflow-x: hidden;
}

section {
  width: 100vw;
}
.container {
  padding: 0 8vw;
  width: 100%;
  text-align: left;
  overflow: hidden;
  *zoom: 1;
}

#reg-container{
  max-width: 500px;
  margin: 0px auto;
}

#submit {
  height: 52px;
  font: 700 21px/42px "Orbitron", sans-serif;
  position: relative;
  float: right;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #355d5e;
  background-color: #f3e000;
}

input#submit:hover:enabled {
  cursor: pointer;
  background-color: #f7da15;
  color: #3a6a6b;
}

@media screen and (max-width: 1200px){
  body {
    font-size: 100%;
    font-size: 1.2vw;
  }
  .container {
    padding: 0 4vw;
  }

  #submit {
    margin: 0.4vw 0.4vw -0.4vw -0.4vw;
  }
}

@media screen and (max-width: 839px) {
  #submit {
    margin: 1vw 1vw -1vw -1vw;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  }
}

/* header area */

#submit {
  width: 100%;
  padding: 0;
  margin: 1vw 0 0 0;
}

/* Registration / Success */

#submit:disabled, #submit[disabled] {
  color: #d1bc20;
  box-shadow: none;
  -webkit-box-shadow: none
}
input:not([type=checkbox]):not([type=submit]), form#registerform select {
  display: block;
  font-size: 13px;
  padding: 8px;
  height: 42px;
  font-family: sans-serif;
  box-shadow: none;
  border: 1px solid #55a0a3;
  background-color: #0f2226;
  color: #fff
}
form#registerform{
  
}

form#registerform .email {
  position: relative
}
form#registerform #age_error, form#registerform #emailAddress_error, form#registerform #legal_error {
  font-size: 13px;
  line-height: 1.4;
}
form#registerform #age_error {
  margin: 10px 0 0 -200%;
  text-align: right;
}
form#registerform #emailAddress_error {
  top: -9px;
  right: auto
}
form#registerform #legal_error {
  top: -38px;
  right: 0;
  left: auto;
  margin-left: 30px;
  width: calc(100% - 28px)
}
form#registerform p.checkbox {
  font-size: 13px;
  font-weight: 400;
  color: #f9f9f9;
}
form#registerform p {
  color: #f9f9f9;
  font-size: 12px;
  line-height: 12px;
}
form#registerform label {
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 400
}
form#registerform .checkbox {
  margin: 15px 0 0;
  color: #f9f9f9;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
  font-family: arial, sans-serif
}
form#registerform, #successMessage {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 0% 0 0;
  margin: 0 auto;
  text-align: left;
}
form#registerform label {
  display: block;
  padding: 3px 0;
  line-height: 1.5
}
form#registerform input#emailAddress {
  width: 100%
}
form#registerform span.error {
  margin: 10px 0
}
form#registerform .error {
  color: #f3e031;
}
form#registerform .password-age-ctn {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form#registerform p {
  margin: 5px 0
}
form#registerform li {
  color: #111
}
form#registerform p.password {
  width: 75%;
  order: 0;
}
form#registerform select#age {
  display: block;
  font-size: 13px;
  padding: 8px;
  height: 42px;
  font-family: sans-serif;
  border: 1px solid #55a0a3;
  background-color: #0f2226;
  color: #fff
}
form#registerform input#password {
  display: inline-block;
  width: 90%;
  margin: 0
}
form#registerform p.age {
  width: 18%;
  text-align: left;
  order: 1;
  padding: 0;
}
form#registerform .age label {
  margin-left: 1px
}
form#registerform #passwordhide, form#registerform #passwordshow {
  width: 10%;
  top: 5px;
  position: relative;
  left: 6px
}
form#registerform #eye_close, form#registerform #eye_open {
  fill: #539c9f;
  width: 20px;
  height: 20px
}
form#registerform p.checkbox {
  margin-left: 0;
  display: flex;
  align-items: baseline;
}
form#registerform input#legal, form#registerform input#newsOpt {
  /* outline: 0; */
  height: auto;
  /*display: none*/
  margin-right: 6px;
}

#successMessage a.cta-btn:hover {
  text-decoration: none;
  background: #66c0c4;
  color: #ebebeb
}
#successMessage a.cta-btn:active {
  background: #66c0c4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ebebeb
}
#successMessage a.cta-btn:disabled {
  cursor: not-allowed;
  background: #337477;
  border: 1px solid #337477;
  color: #c8c8c8
}
form#registerform .checkbox * {
  font-size: 12px;
  font-family: sans-serif
}
form#registerform a {
  color: #ffff72;
  text-decoration: underline;
}
form#registerform a:hover, .description p.already-registered a:hover {
  text-decoration: none;
}
form#registerform #password_error {
  font-size: 15px;
  color: #eee;
  margin: 1em 0 0;
  background-color: #b51c2d;
  padding: 1px;
  order: 2;
}
form#registerform #password_error span {
  display: block;
  padding: 2% 5%
}
form#registerform #password_error ul {
  background-color: #efefef;
  padding: 17px 17px 12px
}
form#registerform #password_error ul li.error {
  color: #a00
}
form#registerform #password_error ul li {
  color: #6bc589;
  font-size: 14px;
  line-height: 16px;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 10px 20px
}
form#registerform #g-recaptcha-response_error {
  padding: 7px 8px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  display: block;
}

/* success message */
#successMessage h2, .uppercase, h1, h2, h3, h4 {
  text-transform: uppercase
}
#Main_Header h1, #successMessage h2, #successMessage p, .description, .video-slot {
  z-index: 3
}
#successMessage a.cta-btn, #successMessage h2, .secondary-desc {
  font-weight: 700;
  text-shadow: none
}
#successMessage {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 4% 0 0;
  margin: 0 auto;
  text-align: left
}
#successMessage a.cta-btn:hover {
  text-decoration: none;
  background: #66c0c4;
  color: #ebebeb
}
#successMessage a.cta-btn:active {
  background: #66c0c4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ebebeb
}
#successMessage a.cta-btn:disabled {
  cursor: not-allowed;
  background: #337477;
  border: 1px solid #337477;
  color: #c8c8c8
}
#successMessage h2 {
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #fff
}
#successMessage p {
  margin: .8em auto 25px;
  width: 100%;
  line-height: 28px;
  font-size: 18px;
  color: #fff
}
#successMessage .consoleCTAs {
  height: 72px
}
#successMessage .consoleCTAs span.line:after {
  content: "";
  position: absolute;
  float: right;
  border-top: 2px solid #617b53;
  width: 30%;
  right: 0;
  top: 8px
}
#successMessage .consoleCTAs span.line, #successMessage a.cta-btn {
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase
}
#successMessage .consoleCTAs span.line {
  color: #fff;
  top: -10px
}
#successMessage .consoleCTAs span.line:before {
  position: absolute;
  float: left;
  content: "";
  border-top: 2px solid #617b53;
  width: 30%;
  left: 0;
  top: 8px
}
#successMessage .center {
  color: silver;
  font-size: 12px;
}
#successMessage a {
  color: #ffff72
}
#successMessage a.cta-btn {
  height: 58px;
  width: 100%;
  text-decoration: none;
  background: #55a0a3;
  max-width: 246px;
  margin: 32px auto;
  font-size: 26px;
  font-family: sans-serif;
  color: #fff;
  padding-top: 12px
}
#successMessage a.cta-btn.windows-cta {
  margin: 32px 2%;
  height: 38px;
  font-size: 14px;
  padding-top: 9px;
  max-width: 190px;
  width: auto;
}
#successMessage a.cta-btn.mac-cta {
  margin: 32px 52% -46px;
  top: -70px;
  height: 38px;
  font-size: 14px;
  padding-top: 9px;
  max-width: 190px;
  width: 46%
}

#successMessage .consoles, #successMessage .switch-container {
  max-width: 45%;
  width: 100%;
  margin: 0 2% 4%;
}
#successMessage .switch-container {
  margin: 1% auto 5%;
}
#successMessage .consoles.ps4 a, #successMessage .consoles.xboxone a, #successMessage .cta-switch{
  background: url(../images/btn-sprite.png);
  background-size: 300% 200%;
  height: 0;
  display: block;
  max-width: 179px;
  padding-bottom: 27.93296%
}
#successMessage .consoles.ps4 a {
  background-position: -100% 0
}
#successMessage .consoles.ps4 a:hover {
  background-position: -100% -100%
}
#successMessage .consoles.xboxone a:hover {
  background-position: 0 -100%
}
#successMessage .consoles, #successMessage .switch-container .cta-switch {
  background-position: -200% 0%;
}
#successMessage .consoles, #successMessage .switch-container .cta-switch:hover {
  background-position: -200% -100%;
}
#successMessage span.hide-text {
  display: none;
}
#successMessage .right {
  float: right;
  display: block;
}
#successMessage .left {
  float: left;
}
div#signoutGlyph {
  display: none !important;
}
p.already-registered {
  padding: 90px 0 0 0;
  font-size: 12px;
  max-width: 400px;
  margin: auto;
}

.form_footer {
  display: inline;
  font-size: 12px;
}

#sign-in,
.form_footer a{
  text-decoration: underline;
}

@media screen and (max-width:376px) {
  #successMessage h2 {
    font-size: 38px
  }
  .g-recaptcha div div iframe {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: block;
    width: auto;
    left: 0
  }
  #successMessage a.cta-btn.windows-cta {
    width: 100%;
    margin: 0 auto
  }
  #successMessage a.cta-btn.mac-cta {
    margin: 16px auto 32px;
    top: auto
  }
}