/**
 *	Home Page Styles
 */
/**
 *	Master Variables File
 *	This file holds all the includes that can be the included into other files.
 *	It is imperative that all files under the variable banner do not contain any
 *	code.
 */
/**
 *	Defaults
 */
/*
 *	These are the variables taken from screen.scss.
 */
/**
 *	Just for the Focus Area. A very simple mixin that's all frivolous.
 *  It's no longer frivolous Liam, it has a purpose now, leave it alone.
 */
/**
 *	Button
 */
/**
 *	Form Button Mixin
 */
/**
 *	Screen Width
 */
/**
 *	Mixin's defined for the whole project.
 */
/**
 *	Accordion Style
 */
/* line 5, ../../sass/parts/_accordion.scss */
.version {
  content: "#3";
}

/* line 16, ../../sass/parts/_accordion.scss */
.accordion-wrapper {
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
/* line 21, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel {
  margin-bottom: 10px;
}
/* line 26, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel-edit {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* line 32, ../../sass/parts/_accordion.scss */
.accordion-wrapper .icon {
  float: right;
  margin-right: -5px;
  margin-left: 10px;
}
/* line 39, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background: #e6e6e6;
  color: black;
}
/* line 48, ../../sass/parts/_accordion.scss */
.accordion-wrapper .panel-content {
  background: #e6e6e6;
  color: black;
}

/**
 *	Register Form
 */
/* line 21, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm label, #OnboardingRegisterForm_RegisterForm label {
  font-size: 14px !important;
}
/* line 25, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .terms-and-conditions, #OnboardingRegisterForm_RegisterForm .terms-and-conditions {
  line-height: 20px;
}
/* line 29, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .privacy-policy, #OnboardingRegisterForm_RegisterForm .privacy-policy {
  line-height: 20px;
  margin-top: 10px;
}
/* line 34, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .version, #OnboardingRegisterForm_RegisterForm .version {
  content: "#2";
}
/* line 36, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm input:not([type=checkbox]):not([type=submit]), #RegisterForm_RegisterForm select:not(.dateselectorfield), #OnboardingRegisterForm_RegisterForm input:not([type=checkbox]):not([type=submit]), #OnboardingRegisterForm_RegisterForm select:not(.dateselectorfield) {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 260px;
  height: 35px;
  margin-bottom: 10px;
  border: none;
  color: #90959b;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 17px) !important;
}
/* line 51, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field.InternationalPhoneNumberField, #OnboardingRegisterForm_RegisterForm .field.InternationalPhoneNumberField {
  width: calc(100% - 17px) !important;
  display: inline-block !important;
}
/* line 54, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field.InternationalPhoneNumberField input, #OnboardingRegisterForm_RegisterForm .field.InternationalPhoneNumberField input {
  width: 100% !important;
}
@media screen and (max-width: 960px) {
  /* line 60, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm #termsAndConditions .label-edit, #RegisterForm_RegisterForm #competitionTermsAndConditions .label-edit, #OnboardingRegisterForm_RegisterForm #termsAndConditions .label-edit, #OnboardingRegisterForm_RegisterForm #competitionTermsAndConditions .label-edit {
    display: none;
  }
}
/* line 68, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .terms-and-conditions div, #OnboardingRegisterForm_RegisterForm .terms-and-conditions div {
  font-size: 14px;
  line-height: 20px;
}
/* line 74, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field, #OnboardingRegisterForm_RegisterForm .field {
  width: 100%;
  display: inline-block;
}
/* line 76, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field.Eighteen, #OnboardingRegisterForm_RegisterForm .field.Eighteen {
  margin-bottom: 10px;
}
/* line 82, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .checkbox-labels, #OnboardingRegisterForm_RegisterForm .field .checkbox-labels {
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 87, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field.Eighteen, #OnboardingRegisterForm_RegisterForm .field.Eighteen {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* line 74, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field, #OnboardingRegisterForm_RegisterForm .field {
    display: block;
  }
}
/* line 99, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .field-holder, #OnboardingRegisterForm_RegisterForm .field .field-holder {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  /* line 99, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field .field-holder, #OnboardingRegisterForm_RegisterForm .field .field-holder {
    width: 100%;
  }
}
/* line 107, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .label-edit, #OnboardingRegisterForm_RegisterForm .field .label-edit {
  display: inline-block;
  width: 140px;
  text-align: right;
  margin-right: 10px;
  color: white;
}
@media screen and (max-width: 960px) {
  /* line 107, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field .label-edit, #OnboardingRegisterForm_RegisterForm .field .label-edit {
    text-align: left;
    margin-bottom: 10px;
  }
}
/* line 122, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .icon, #OnboardingRegisterForm_RegisterForm .icon {
  position: relative;
  display: inline-block;
  color: white;
  width: 4%;
  text-align: center;
}
/* line 132, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .dateselector, #OnboardingRegisterForm_RegisterForm .dateselector {
  display: inline-block;
  margin-bottom: 10px;
  width: calc(100% - 17px) !important;
}
/* line 138, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .dateselectorfield, #OnboardingRegisterForm_RegisterForm .dateselectorfield {
  width: 32.3%;
  height: 35px;
  color: black;
  display: inline-block;
}
/* line 146, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-labels, #OnboardingRegisterForm_RegisterForm .checkbox-labels {
  display: inline-block;
  position: relative;
  font-weight: normal;
  margin-left: 5px;
  color: white;
}
/* line 154, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm input[type=checkbox], #OnboardingRegisterForm_RegisterForm input[type=checkbox] {
  display: inline-block;
  height: auto;
  width: auto;
}
/* line 160, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox, #OnboardingRegisterForm_RegisterForm .checkbox {
  margin: 0;
  padding: 0;
}
/* line 166, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .action, #OnboardingRegisterForm_RegisterForm .action {
  margin-top: 10px;
  margin-left: 153px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  /* line 166, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .action, #OnboardingRegisterForm_RegisterForm .action {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 177, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .submit.button, #OnboardingRegisterForm_RegisterForm .submit.button {
    margin: 10px 0px;
    display: block;
  }
}
/* line 183, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields {
  margin-top: 10px;
  margin-left: 163px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 183, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 183, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields {
    margin-left: 0;
  }
}
/* line 196, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm #RegisterForm_RegisterForm_TermsAndConditions, #RegisterForm_RegisterForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions, #OnboardingRegisterForm_RegisterForm #RegisterForm_RegisterForm_TermsAndConditions, #OnboardingRegisterForm_RegisterForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions {
  font-family: "Open Sans", sans-serif;
}
/* line 200, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm #depositPromotionTermsAccepted, #RegisterForm_RegisterForm #receiveEmailDrawRemindersAccepted, #RegisterForm_RegisterForm #receiveEmailPromotionalMessagesAccepted, #RegisterForm_RegisterForm #receiveSMSDrawRemindersAccepted, #RegisterForm_RegisterForm #receiveSMSPromotionalMessagesAccepted, #OnboardingRegisterForm_RegisterForm #depositPromotionTermsAccepted, #OnboardingRegisterForm_RegisterForm #receiveEmailDrawRemindersAccepted, #OnboardingRegisterForm_RegisterForm #receiveEmailPromotionalMessagesAccepted, #OnboardingRegisterForm_RegisterForm #receiveSMSDrawRemindersAccepted, #OnboardingRegisterForm_RegisterForm #receiveSMSPromotionalMessagesAccepted {
  display: none !important;
}
/* line 205, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field input, #OnboardingRegisterForm_RegisterForm .checkbox-field input {
  float: left;
  margin-right: 5px;
  width: 18px;
}
/* line 210, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field label, #OnboardingRegisterForm_RegisterForm .checkbox-field label {
  margin-left: 0;
  float: left;
  width: calc(100% - 23px);
}
/* line 216, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field .yes-divider div, #OnboardingRegisterForm_RegisterForm .checkbox-field .yes-divider div {
  font-size: 14px;
  line-height: 20px;
}

/* line 224, ../../sass/imports/registerform.scss */
#registerRecaptcha {
  height: 70px;
  transform: scale(0.865);
  margin-top: 10px;
  text-align: center;
  margin-left: 110px;
}
/* line 230, ../../sass/imports/registerform.scss */
#registerRecaptcha > div {
  display: inline-block;
}

/* line 234, ../../sass/imports/registerform.scss */
#loginRecaptcha {
  height: 93px;
  transform: scale(0.865);
  text-align: center;
}
/* line 238, ../../sass/imports/registerform.scss */
#loginRecaptcha > div {
  display: inline-block;
}

/* line 242, ../../sass/imports/registerform.scss */
.recaptcha-text {
  margin-bottom: 10px;
}

/* line 246, ../../sass/imports/registerform.scss */
.recaptcha-text-reg {
  margin-bottom: 5px;
  margin-left: 153px;
  margin-top: 10px;
}

/* line 253, ../../sass/imports/registerform.scss */
.login-link, .register-link {
  background: #393939;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px !important;
}
/* line 263, ../../sass/imports/registerform.scss */
.login-link a, .register-link a {
  color: #393939 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  /* line 263, ../../sass/imports/registerform.scss */
  .login-link a, .register-link a {
    margin-bottom: 5px;
  }
}

/* line 275, ../../sass/imports/registerform.scss */
.heading.create-my-account {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 950px) {
  /* line 280, ../../sass/imports/registerform.scss */
  #loginRecaptcha {
    margin-bottom: 10px;
    height: 70px;
  }

  /* line 284, ../../sass/imports/registerform.scss */
  .recaptcha-text-reg {
    margin-left: 0px;
  }

  /* line 287, ../../sass/imports/registerform.scss */
  #registerRecaptcha {
    float: left;
    margin-left: 0;
    transform-origin: 0 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 296, ../../sass/imports/registerform.scss */
  #loginRecaptcha {
    transform: scale(1);
    height: 76px;
  }

  /* line 300, ../../sass/imports/registerform.scss */
  #registerRecaptcha {
    margin-left: 0;
    width: 100%;
    transform: scale(1);
    text-align: -webkit-center;
    height: 76px;
  }
}
/* line 309, ../../sass/imports/registerform.scss */
#OnboardingRegisterForm_RegisterForm hr {
  margin-top: 10px;
  border-color: white !important;
}

/* line 314, ../../sass/imports/registerform.scss */
#marketing_panel {
  border: solid 2px white;
  padding: 15px;
  margin-top: 10px;
}
/* line 319, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification {
  background: orange;
  color: #393939 !important;
}
/* line 322, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification .notification-text {
  font-size: 12px;
  line-height: 18px;
}
/* line 325, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification .notification-text .glyphicon-warning-sign {
  color: white;
}
/* line 331, ../../sass/imports/registerform.scss */
#marketing_panel > .label-edit {
  margin-bottom: 10px;
}
@media (min-width: 961px) {
  /* line 335, ../../sass/imports/registerform.scss */
  #marketing_panel .label-edit {
    width: 122px !important;
    text-align: right;
  }
  /* line 339, ../../sass/imports/registerform.scss */
  #marketing_panel .field-holder {
    width: 290px !important;
  }
  /* line 342, ../../sass/imports/registerform.scss */
  #marketing_panel > .label-edit {
    position: absolute;
    line-height: initial;
  }
}
@media (max-width: 960px) {
  /* line 348, ../../sass/imports/registerform.scss */
  #marketing_panel .field-group .label-edit {
    display: none;
  }
}
/* line 352, ../../sass/imports/registerform.scss */
#marketing_panel .field-group.receive-email {
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  /* line 358, ../../sass/imports/registerform.scss */
  .field.termsAndConditions .label-edit, .field.privacyPolicy .label-edit, .field.unsubscribeFromMarketing .label-edit {
    display: none !important;
  }
}
@media (min-width: 961px) {
  /* line 366, ../../sass/imports/registerform.scss */
  #OnboardingRegisterForm_RegisterForm #marketing_panel .label-edit {
    width: 112px !important;
  }
  /* line 369, ../../sass/imports/registerform.scss */
  #OnboardingRegisterForm_RegisterForm #marketing_panel .field-holder {
    width: 270px !important;
  }
}

/**
 *	Login Form
 */
/* line 17, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field, #OnboardingLoginForm_APILoginForm .field {
  width: 100%;
}
/* line 22, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm input:not([type=checkbox]):not([type=submit]), #OnboardingLoginForm_APILoginForm input:not([type=checkbox]):not([type=submit]) {
  width: 100%;
  line-height: 35px;
  height: 35px;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #90959b;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
/* line 38, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm input[type=password], #OnboardingLoginForm_APILoginForm input[type=password] {
  margin: 0;
}
/* line 43, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .RememberMe label, #OnboardingLoginForm_APILoginForm .RememberMe label {
  font-size: 10px;
  padding-left: 5px;
  font-size: 12px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  position: absolute;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
}
/* line 55, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .RememberMe input[type=checkbox], #OnboardingLoginForm_APILoginForm .RememberMe input[type=checkbox] {
  display: inline-block;
  margin-top: 5px;
}
/* line 61, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .forgot-password-link, #OnboardingLoginForm_APILoginForm .forgot-password-link {
  float: right;
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  /* line 69, ../../sass/imports/apiloginform.scss */
  #APILoginForm_APILoginForm .forgot-password-link, #APILoginForm_APILoginForm .login-link, #APILoginForm_APILoginForm .register-link, #OnboardingLoginForm_APILoginForm .forgot-password-link, #OnboardingLoginForm_APILoginForm .login-link, #OnboardingLoginForm_APILoginForm .register-link {
    float: left;
    width: 100%;
  }
}
/* line 76, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .action, #OnboardingLoginForm_APILoginForm .action {
  width: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  /* line 76, ../../sass/imports/apiloginform.scss */
  #APILoginForm_APILoginForm .action, #OnboardingLoginForm_APILoginForm .action {
    width: 100%;
  }
}

/* line 86, ../../sass/imports/apiloginform.scss */
.login-link, .register-link {
  background: #393939;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px !important;
}
/* line 96, ../../sass/imports/apiloginform.scss */
.login-link a, .register-link a {
  color: #393939 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  /* line 96, ../../sass/imports/apiloginform.scss */
  .login-link a, .register-link a {
    margin-bottom: 5px;
  }
}

/* line 108, ../../sass/imports/apiloginform.scss */
.heading.login {
  margin-bottom: 20px !important;
}

/* line 11, ../../sass/pages/RegisterPage.scss */
.RegisterPage {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
}
/* line 12, ../../sass/pages/RegisterPage.scss */
.RegisterPage #ForgottenPasswordForm_ForgottenPasswordForm {
  padding: 0 15px;
}
/* line 15, ../../sass/pages/RegisterPage.scss */
.RegisterPage #ForgottenPasswordForm_ForgottenPasswordForm, .RegisterPage #ForgottenPasswordForm_ForgottenPasswordForm .field.text {
  font-size: 16px;
}
/* line 18, ../../sass/pages/RegisterPage.scss */
.RegisterPage #ForgottenPasswordForm_ForgottenPasswordForm_email {
  margin-bottom: 10px;
}
/* line 21, ../../sass/pages/RegisterPage.scss */
.RegisterPage #ForgottenPasswordForm_ForgottenPasswordForm_email {
  margin-top: 10px;
}
/* line 24, ../../sass/pages/RegisterPage.scss */
.RegisterPage #ForgottenPasswordForm_ForgottenPasswordForm_action_process {
  background-color: #2ABB9B;
  color: white;
}
/* line 28, ../../sass/pages/RegisterPage.scss */
.RegisterPage #ForgottenPasswordForm_ForgottenPasswordForm .button {
  width: 100%;
}
/* line 31, ../../sass/pages/RegisterPage.scss */
.RegisterPage .message.error.form_error {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  /* line 31, ../../sass/pages/RegisterPage.scss */
  .RegisterPage .message.error.form_error {
    padding: 0;
  }
}
/* line 37, ../../sass/pages/RegisterPage.scss */
.RegisterPage .register-info p {
  font-size: 14px !important;
  line-height: 20px;
}
/* line 41, ../../sass/pages/RegisterPage.scss */
.RegisterPage .btn-facebook {
  margin-bottom: 20px;
}
/* line 44, ../../sass/pages/RegisterPage.scss */
.RegisterPage .caption.desktop p {
  font-size: 14px !important;
}
/* line 47, ../../sass/pages/RegisterPage.scss */
.RegisterPage .form-area.step-one {
  margin-bottom: 20px;
}
/* line 50, ../../sass/pages/RegisterPage.scss */
.RegisterPage #TopUpForm .col-sm-8.control-label {
  padding-top: 4px;
}
/* line 53, ../../sass/pages/RegisterPage.scss */
.RegisterPage .version {
  content: "#2";
}
/* line 56, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area {
  font-size: 12px;
  color: white;
  font-family: "Open Sans", sans-serif;
  background: #4aa0e7;
  padding: 0;
  margin-bottom: 20px;
}
/* line 63, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .register-form {
  margin: 0;
  padding: 0px 0px;
}
/* line 67, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .register-form h3 {
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 73, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .login-form h3 {
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 78, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .heading {
  font-size: 36px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 82, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .subheading {
  font-size: 24px;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
}
/* line 86, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .hr-separator {
  border: 1px solid white;
  margin: 20px 0px 40px 0px;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 86, ../../sass/pages/RegisterPage.scss */
  .RegisterPage .focus-area .hr-separator {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
/* line 97, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .field.eighteen .field-holder {
  vertical-align: top;
}
/* line 104, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .padding-text {
  margin-bottom: 20px;
}
/* line 109, ../../sass/pages/RegisterPage.scss */
.RegisterPage .caption {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 1px solid white;
}
/* line 113, ../../sass/pages/RegisterPage.scss */
.RegisterPage .complete.caption.desktop {
  padding: 10px;
  margin-top: 0;
}
/* line 117, ../../sass/pages/RegisterPage.scss */
.RegisterPage .caption.mobile {
  margin-top: 20px;
  padding-bottom: 10px;
}
/* line 121, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area h1.heading {
  font-size: 40px;
}
/* line 124, ../../sass/pages/RegisterPage.scss */
.RegisterPage .summary-margin {
  margin-bottom: 20px;
}
/* line 127, ../../sass/pages/RegisterPage.scss */
.RegisterPage .summary.summary-margin {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 127, ../../sass/pages/RegisterPage.scss */
  .RegisterPage .summary.summary-margin {
    padding: 0;
  }
}
/* line 133, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area h3 {
  font-size: 22px;
}
/* line 136, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .content h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 140, ../../sass/pages/RegisterPage.scss */
.RegisterPage .focus-area .caption.register-info h3 {
  margin: 10px 0;
}
/* line 144, ../../sass/pages/RegisterPage.scss */
.RegisterPage .account-balance h3 span {
  font-size: 30px;
}
/* line 148, ../../sass/pages/RegisterPage.scss */
.RegisterPage .gl-text {
  margin-top: 30px;
}
/* line 152, ../../sass/pages/RegisterPage.scss */
.RegisterPage .whats-next-action .button {
  display: table-cell;
  vertical-align: middle;
  line-height: inherit;
}
/* line 158, ../../sass/pages/RegisterPage.scss */
.RegisterPage .facebook-message {
  display: inline-block;
  color: white !important;
  text-decoration: underline;
  font-size: 14px !important;
  margin-bottom: 40px;
  width: 100%;
}
/* line 167, ../../sass/pages/RegisterPage.scss */
.RegisterPage .facebook-sign-in-padding {
  margin-bottom: 10px;
}
/* line 6, ../../sass/imports/TopUpForm.scss */
.RegisterPage #TopUpForm_TopUpForm label {
  font-size: 32px;
}
/* line 10, ../../sass/imports/TopUpForm.scss */
.RegisterPage #TopUpForm_TopUpForm .middleColumn {
  margin-bottom: 10px;
}
/* line 15, ../../sass/imports/TopUpForm.scss */
.RegisterPage .focus-area h1, .RegisterPage .focus-area h2, .RegisterPage .focus-area h3 {
  padding: 0;
}
/* line 19, ../../sass/imports/TopUpForm.scss */
.RegisterPage .focus-area h2.balance-info {
  font-size: 22px;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
/* line 24, ../../sass/imports/TopUpForm.scss */
.RegisterPage .focus-area h2.balance-info .balance, .RegisterPage .focus-area h2.balance-info .amount_currency, .RegisterPage .focus-area h2.balance-info .amount {
  font-size: 32px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 31, ../../sass/imports/TopUpForm.scss */
.RegisterPage .what-next .entry {
  margin-top: 10px;
  padding-bottom: 15px;
}
/* line 35, ../../sass/imports/TopUpForm.scss */
.RegisterPage .what-next .entry h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 41, ../../sass/imports/TopUpForm.scss */
.RegisterPage .what-next .entry .border {
  margin-top: 15px;
  border-bottom: 1px solid black;
}
/* line 49, ../../sass/imports/TopUpForm.scss */
.RegisterPage .what-next .whats-next-action .button {
  display: table-cell;
  vertical-align: middle;
  line-height: inherit;
}
