/**
 *	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, #ForgottenPasswordForm_ForgottenPasswordForm label, form[id^="OTPAuthForm_"] label, #OTPVerifyForm_OTPVerifyForm label, #SmsVerificationForm_SmsVerificationForm label {
  font-size: 14px !important;
}
/* line 25, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .terms-and-conditions, #OnboardingRegisterForm_RegisterForm .terms-and-conditions, #ForgottenPasswordForm_ForgottenPasswordForm .terms-and-conditions, form[id^="OTPAuthForm_"] .terms-and-conditions, #OTPVerifyForm_OTPVerifyForm .terms-and-conditions, #SmsVerificationForm_SmsVerificationForm .terms-and-conditions {
  line-height: 20px;
}
/* line 29, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .privacy-policy, #OnboardingRegisterForm_RegisterForm .privacy-policy, #ForgottenPasswordForm_ForgottenPasswordForm .privacy-policy, form[id^="OTPAuthForm_"] .privacy-policy, #OTPVerifyForm_OTPVerifyForm .privacy-policy, #SmsVerificationForm_SmsVerificationForm .privacy-policy {
  line-height: 20px;
  margin-top: 10px;
}
/* line 34, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .version, #OnboardingRegisterForm_RegisterForm .version, #ForgottenPasswordForm_ForgottenPasswordForm .version, form[id^="OTPAuthForm_"] .version, #OTPVerifyForm_OTPVerifyForm .version, #SmsVerificationForm_SmsVerificationForm .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), #ForgottenPasswordForm_ForgottenPasswordForm input:not([type=checkbox]):not([type=submit]), #ForgottenPasswordForm_ForgottenPasswordForm select:not(.dateselectorfield), form[id^="OTPAuthForm_"] input:not([type=checkbox]):not([type=submit]), form[id^="OTPAuthForm_"] select:not(.dateselectorfield), #OTPVerifyForm_OTPVerifyForm input:not([type=checkbox]):not([type=submit]), #OTPVerifyForm_OTPVerifyForm select:not(.dateselectorfield), #SmsVerificationForm_SmsVerificationForm input:not([type=checkbox]):not([type=submit]), #SmsVerificationForm_SmsVerificationForm 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, #ForgottenPasswordForm_ForgottenPasswordForm .field.InternationalPhoneNumberField, form[id^="OTPAuthForm_"] .field.InternationalPhoneNumberField, #OTPVerifyForm_OTPVerifyForm .field.InternationalPhoneNumberField, #SmsVerificationForm_SmsVerificationForm .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, #ForgottenPasswordForm_ForgottenPasswordForm .field.InternationalPhoneNumberField input, form[id^="OTPAuthForm_"] .field.InternationalPhoneNumberField input, #OTPVerifyForm_OTPVerifyForm .field.InternationalPhoneNumberField input, #SmsVerificationForm_SmsVerificationForm .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, #ForgottenPasswordForm_ForgottenPasswordForm #termsAndConditions .label-edit, #ForgottenPasswordForm_ForgottenPasswordForm #competitionTermsAndConditions .label-edit, form[id^="OTPAuthForm_"] #termsAndConditions .label-edit, form[id^="OTPAuthForm_"] #competitionTermsAndConditions .label-edit, #OTPVerifyForm_OTPVerifyForm #termsAndConditions .label-edit, #OTPVerifyForm_OTPVerifyForm #competitionTermsAndConditions .label-edit, #SmsVerificationForm_SmsVerificationForm #termsAndConditions .label-edit, #SmsVerificationForm_SmsVerificationForm #competitionTermsAndConditions .label-edit {
    display: none;
  }
}
/* line 68, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .terms-and-conditions div, #OnboardingRegisterForm_RegisterForm .terms-and-conditions div, #ForgottenPasswordForm_ForgottenPasswordForm .terms-and-conditions div, form[id^="OTPAuthForm_"] .terms-and-conditions div, #OTPVerifyForm_OTPVerifyForm .terms-and-conditions div, #SmsVerificationForm_SmsVerificationForm .terms-and-conditions div {
  font-size: 14px;
  line-height: 20px;
}
/* line 74, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field, #OnboardingRegisterForm_RegisterForm .field, #ForgottenPasswordForm_ForgottenPasswordForm .field, form[id^="OTPAuthForm_"] .field, #OTPVerifyForm_OTPVerifyForm .field, #SmsVerificationForm_SmsVerificationForm .field {
  width: 100%;
  display: inline-block;
}
/* line 76, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field.Eighteen, #OnboardingRegisterForm_RegisterForm .field.Eighteen, #ForgottenPasswordForm_ForgottenPasswordForm .field.Eighteen, form[id^="OTPAuthForm_"] .field.Eighteen, #OTPVerifyForm_OTPVerifyForm .field.Eighteen, #SmsVerificationForm_SmsVerificationForm .field.Eighteen {
  margin-bottom: 10px;
}
/* line 80, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .checkbox-labels, #OnboardingRegisterForm_RegisterForm .field .checkbox-labels, #ForgottenPasswordForm_ForgottenPasswordForm .field .checkbox-labels, form[id^="OTPAuthForm_"] .field .checkbox-labels, #OTPVerifyForm_OTPVerifyForm .field .checkbox-labels, #SmsVerificationForm_SmsVerificationForm .field .checkbox-labels {
  font-family: "Open Sans", sans-serif;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  /* line 86, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field.Eighteen, #OnboardingRegisterForm_RegisterForm .field.Eighteen, #ForgottenPasswordForm_ForgottenPasswordForm .field.Eighteen, form[id^="OTPAuthForm_"] .field.Eighteen, #OTPVerifyForm_OTPVerifyForm .field.Eighteen, #SmsVerificationForm_SmsVerificationForm .field.Eighteen {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* line 74, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .field, #OnboardingRegisterForm_RegisterForm .field, #ForgottenPasswordForm_ForgottenPasswordForm .field, form[id^="OTPAuthForm_"] .field, #OTPVerifyForm_OTPVerifyForm .field, #SmsVerificationForm_SmsVerificationForm .field {
    display: block;
  }
}
/* line 98, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .field-holder, #OnboardingRegisterForm_RegisterForm .field .field-holder, #ForgottenPasswordForm_ForgottenPasswordForm .field .field-holder, form[id^="OTPAuthForm_"] .field .field-holder, #OTPVerifyForm_OTPVerifyForm .field .field-holder, #SmsVerificationForm_SmsVerificationForm .field .field-holder {
  display: inline-block;
}
/* line 102, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .field .label-edit, #OnboardingRegisterForm_RegisterForm .field .label-edit, #ForgottenPasswordForm_ForgottenPasswordForm .field .label-edit, form[id^="OTPAuthForm_"] .field .label-edit, #OTPVerifyForm_OTPVerifyForm .field .label-edit, #SmsVerificationForm_SmsVerificationForm .field .label-edit {
  display: inline-block;
  margin-bottom: 6px;
  text-align: left;
  color: white;
}
/* line 111, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .icon, #OnboardingRegisterForm_RegisterForm .icon, #ForgottenPasswordForm_ForgottenPasswordForm .icon, form[id^="OTPAuthForm_"] .icon, #OTPVerifyForm_OTPVerifyForm .icon, #SmsVerificationForm_SmsVerificationForm .icon {
  position: relative;
  display: inline-block;
  color: white;
  width: 4%;
  text-align: center;
}
/* line 121, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .dateselector, #OnboardingRegisterForm_RegisterForm .dateselector, #ForgottenPasswordForm_ForgottenPasswordForm .dateselector, form[id^="OTPAuthForm_"] .dateselector, #OTPVerifyForm_OTPVerifyForm .dateselector, #SmsVerificationForm_SmsVerificationForm .dateselector {
  display: inline-block;
  margin-bottom: 10px;
  width: calc(100% - 17px) !important;
}
/* line 127, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .dateselectorfield, #OnboardingRegisterForm_RegisterForm .dateselectorfield, #ForgottenPasswordForm_ForgottenPasswordForm .dateselectorfield, form[id^="OTPAuthForm_"] .dateselectorfield, #OTPVerifyForm_OTPVerifyForm .dateselectorfield, #SmsVerificationForm_SmsVerificationForm .dateselectorfield {
  width: 32.3%;
  height: 35px;
  color: black;
  display: inline-block;
}
/* line 135, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-labels, #OnboardingRegisterForm_RegisterForm .checkbox-labels, #ForgottenPasswordForm_ForgottenPasswordForm .checkbox-labels, form[id^="OTPAuthForm_"] .checkbox-labels, #OTPVerifyForm_OTPVerifyForm .checkbox-labels, #SmsVerificationForm_SmsVerificationForm .checkbox-labels {
  display: inline-block;
  position: relative;
  font-weight: normal;
  margin-left: 5px;
  color: white;
}
/* line 143, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm input[type=checkbox], #OnboardingRegisterForm_RegisterForm input[type=checkbox], #ForgottenPasswordForm_ForgottenPasswordForm input[type=checkbox], form[id^="OTPAuthForm_"] input[type=checkbox], #OTPVerifyForm_OTPVerifyForm input[type=checkbox], #SmsVerificationForm_SmsVerificationForm input[type=checkbox] {
  display: inline-block;
  height: auto;
  width: auto;
}
/* line 149, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox, #OnboardingRegisterForm_RegisterForm .checkbox, #ForgottenPasswordForm_ForgottenPasswordForm .checkbox, form[id^="OTPAuthForm_"] .checkbox, #OTPVerifyForm_OTPVerifyForm .checkbox, #SmsVerificationForm_SmsVerificationForm .checkbox {
  margin: 0;
  padding: 0;
}
/* line 155, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .action, #OnboardingRegisterForm_RegisterForm .action, #ForgottenPasswordForm_ForgottenPasswordForm .action, form[id^="OTPAuthForm_"] .action, #OTPVerifyForm_OTPVerifyForm .action, #SmsVerificationForm_SmsVerificationForm .action {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  /* line 155, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .action, #OnboardingRegisterForm_RegisterForm .action, #ForgottenPasswordForm_ForgottenPasswordForm .action, form[id^="OTPAuthForm_"] .action, #OTPVerifyForm_OTPVerifyForm .action, #SmsVerificationForm_SmsVerificationForm .action {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 166, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .submit.button, #OnboardingRegisterForm_RegisterForm .submit.button, #ForgottenPasswordForm_ForgottenPasswordForm .submit.button, form[id^="OTPAuthForm_"] .submit.button, #OTPVerifyForm_OTPVerifyForm .submit.button, #SmsVerificationForm_SmsVerificationForm .submit.button {
    margin: 10px 0px;
    display: block;
  }
}
/* line 172, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields, #ForgottenPasswordForm_ForgottenPasswordForm .required-fields, form[id^="OTPAuthForm_"] .required-fields, #OTPVerifyForm_OTPVerifyForm .required-fields, #SmsVerificationForm_SmsVerificationForm .required-fields {
  margin-top: 10px;
  margin-left: 163px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 172, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields, #ForgottenPasswordForm_ForgottenPasswordForm .required-fields, form[id^="OTPAuthForm_"] .required-fields, #OTPVerifyForm_OTPVerifyForm .required-fields, #SmsVerificationForm_SmsVerificationForm .required-fields {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 172, ../../sass/imports/registerform.scss */
  #RegisterForm_RegisterForm .required-fields, #OnboardingRegisterForm_RegisterForm .required-fields, #ForgottenPasswordForm_ForgottenPasswordForm .required-fields, form[id^="OTPAuthForm_"] .required-fields, #OTPVerifyForm_OTPVerifyForm .required-fields, #SmsVerificationForm_SmsVerificationForm .required-fields {
    margin-left: 0;
  }
}
/* line 185, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm #RegisterForm_RegisterForm_TermsAndConditions, #RegisterForm_RegisterForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions, #OnboardingRegisterForm_RegisterForm #RegisterForm_RegisterForm_TermsAndConditions, #OnboardingRegisterForm_RegisterForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions, #ForgottenPasswordForm_ForgottenPasswordForm #RegisterForm_RegisterForm_TermsAndConditions, #ForgottenPasswordForm_ForgottenPasswordForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions, form[id^="OTPAuthForm_"] #RegisterForm_RegisterForm_TermsAndConditions, form[id^="OTPAuthForm_"] #OnboardingRegisterForm_RegisterForm_TermsAndConditions, #OTPVerifyForm_OTPVerifyForm #RegisterForm_RegisterForm_TermsAndConditions, #OTPVerifyForm_OTPVerifyForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions, #SmsVerificationForm_SmsVerificationForm #RegisterForm_RegisterForm_TermsAndConditions, #SmsVerificationForm_SmsVerificationForm #OnboardingRegisterForm_RegisterForm_TermsAndConditions {
  font-family: "Open Sans", sans-serif;
}
/* line 189, ../../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, #ForgottenPasswordForm_ForgottenPasswordForm #depositPromotionTermsAccepted, #ForgottenPasswordForm_ForgottenPasswordForm #receiveEmailDrawRemindersAccepted, #ForgottenPasswordForm_ForgottenPasswordForm #receiveEmailPromotionalMessagesAccepted, #ForgottenPasswordForm_ForgottenPasswordForm #receiveSMSDrawRemindersAccepted, #ForgottenPasswordForm_ForgottenPasswordForm #receiveSMSPromotionalMessagesAccepted, form[id^="OTPAuthForm_"] #depositPromotionTermsAccepted, form[id^="OTPAuthForm_"] #receiveEmailDrawRemindersAccepted, form[id^="OTPAuthForm_"] #receiveEmailPromotionalMessagesAccepted, form[id^="OTPAuthForm_"] #receiveSMSDrawRemindersAccepted, form[id^="OTPAuthForm_"] #receiveSMSPromotionalMessagesAccepted, #OTPVerifyForm_OTPVerifyForm #depositPromotionTermsAccepted, #OTPVerifyForm_OTPVerifyForm #receiveEmailDrawRemindersAccepted, #OTPVerifyForm_OTPVerifyForm #receiveEmailPromotionalMessagesAccepted, #OTPVerifyForm_OTPVerifyForm #receiveSMSDrawRemindersAccepted, #OTPVerifyForm_OTPVerifyForm #receiveSMSPromotionalMessagesAccepted, #SmsVerificationForm_SmsVerificationForm #depositPromotionTermsAccepted, #SmsVerificationForm_SmsVerificationForm #receiveEmailDrawRemindersAccepted, #SmsVerificationForm_SmsVerificationForm #receiveEmailPromotionalMessagesAccepted, #SmsVerificationForm_SmsVerificationForm #receiveSMSDrawRemindersAccepted, #SmsVerificationForm_SmsVerificationForm #receiveSMSPromotionalMessagesAccepted {
  display: none !important;
}
/* line 194, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field input, #OnboardingRegisterForm_RegisterForm .checkbox-field input, #ForgottenPasswordForm_ForgottenPasswordForm .checkbox-field input, form[id^="OTPAuthForm_"] .checkbox-field input, #OTPVerifyForm_OTPVerifyForm .checkbox-field input, #SmsVerificationForm_SmsVerificationForm .checkbox-field input {
  float: left;
  margin-right: 5px;
  width: 18px;
}
/* line 199, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field label, #OnboardingRegisterForm_RegisterForm .checkbox-field label, #ForgottenPasswordForm_ForgottenPasswordForm .checkbox-field label, form[id^="OTPAuthForm_"] .checkbox-field label, #OTPVerifyForm_OTPVerifyForm .checkbox-field label, #SmsVerificationForm_SmsVerificationForm .checkbox-field label {
  margin-left: 0;
  float: left;
  width: calc(100% - 23px);
}
/* line 205, ../../sass/imports/registerform.scss */
#RegisterForm_RegisterForm .checkbox-field .yes-divider div, #OnboardingRegisterForm_RegisterForm .checkbox-field .yes-divider div, #ForgottenPasswordForm_ForgottenPasswordForm .checkbox-field .yes-divider div, form[id^="OTPAuthForm_"] .checkbox-field .yes-divider div, #OTPVerifyForm_OTPVerifyForm .checkbox-field .yes-divider div, #SmsVerificationForm_SmsVerificationForm .checkbox-field .yes-divider div {
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

/* line 242, ../../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 252, ../../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 252, ../../sass/imports/registerform.scss */
  .login-link a, .register-link a {
    margin-bottom: 5px;
  }
}

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

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

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

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

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

/* line 303, ../../sass/imports/registerform.scss */
#marketing_panel {
  border: solid 2px white;
  padding: 15px;
  margin-top: 10px;
}
/* line 308, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification {
  background: orange;
  color: #393939 !important;
}
/* line 311, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification .notification-text {
  font-size: 12px;
  line-height: 18px;
}
/* line 314, ../../sass/imports/registerform.scss */
#marketing_panel .marketing-warning .standard-notification .notification-text .glyphicon-warning-sign {
  color: white;
}
/* line 320, ../../sass/imports/registerform.scss */
#marketing_panel > .label-edit {
  margin-bottom: 10px;
}
@media (min-width: 961px) {
  /* line 324, ../../sass/imports/registerform.scss */
  #marketing_panel .label-edit {
    width: 122px !important;
    text-align: right;
  }
  /* line 328, ../../sass/imports/registerform.scss */
  #marketing_panel > .label-edit {
    position: absolute;
    line-height: initial;
  }
}
@media (max-width: 960px) {
  /* line 334, ../../sass/imports/registerform.scss */
  #marketing_panel .field-group .label-edit {
    display: none;
  }
}
/* line 338, ../../sass/imports/registerform.scss */
#marketing_panel .field-group.receive-email {
  margin-bottom: 10px;
}

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

/**
 *	Login Form
 */
/* line 19, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field, #OnboardingLoginForm_APILoginForm .field, form[id^="OTPAuthForm_"] .field, #OTPVerifyForm_OTPVerifyForm .field, #SmsVerificationForm_SmsVerificationForm .field {
  width: 100%;
}
/* line 23, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm input:not([type=checkbox]):not([type=submit]), #APILoginForm_APILoginForm select:not(.dateselectorfield), #OnboardingLoginForm_APILoginForm input:not([type=checkbox]):not([type=submit]), #OnboardingLoginForm_APILoginForm select:not(.dateselectorfield), form[id^="OTPAuthForm_"] input:not([type=checkbox]):not([type=submit]), form[id^="OTPAuthForm_"] select:not(.dateselectorfield), #OTPVerifyForm_OTPVerifyForm input:not([type=checkbox]):not([type=submit]), #OTPVerifyForm_OTPVerifyForm select:not(.dateselectorfield), #SmsVerificationForm_SmsVerificationForm input:not([type=checkbox]):not([type=submit]), #SmsVerificationForm_SmsVerificationForm select:not(.dateselectorfield) {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
  border: none;
  color: #90959b;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 17px) !important;
}
/* line 36, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field.InternationalPhoneNumberField, #OnboardingLoginForm_APILoginForm .field.InternationalPhoneNumberField, form[id^="OTPAuthForm_"] .field.InternationalPhoneNumberField, #OTPVerifyForm_OTPVerifyForm .field.InternationalPhoneNumberField, #SmsVerificationForm_SmsVerificationForm .field.InternationalPhoneNumberField {
  width: calc(100% - 17px) !important;
  display: inline-block !important;
}
/* line 39, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field.InternationalPhoneNumberField input, #OnboardingLoginForm_APILoginForm .field.InternationalPhoneNumberField input, form[id^="OTPAuthForm_"] .field.InternationalPhoneNumberField input, #OTPVerifyForm_OTPVerifyForm .field.InternationalPhoneNumberField input, #SmsVerificationForm_SmsVerificationForm .field.InternationalPhoneNumberField input {
  width: 100% !important;
}
@media screen and (max-width: 960px) {
  /* line 45, ../../sass/imports/apiloginform.scss */
  #APILoginForm_APILoginForm #termsAndConditions .label-edit, #APILoginForm_APILoginForm #competitionTermsAndConditions .label-edit, #OnboardingLoginForm_APILoginForm #termsAndConditions .label-edit, #OnboardingLoginForm_APILoginForm #competitionTermsAndConditions .label-edit, form[id^="OTPAuthForm_"] #termsAndConditions .label-edit, form[id^="OTPAuthForm_"] #competitionTermsAndConditions .label-edit, #OTPVerifyForm_OTPVerifyForm #termsAndConditions .label-edit, #OTPVerifyForm_OTPVerifyForm #competitionTermsAndConditions .label-edit, #SmsVerificationForm_SmsVerificationForm #termsAndConditions .label-edit, #SmsVerificationForm_SmsVerificationForm #competitionTermsAndConditions .label-edit {
    display: none;
  }
}
/* line 53, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .terms-and-conditions div, #OnboardingLoginForm_APILoginForm .terms-and-conditions div, form[id^="OTPAuthForm_"] .terms-and-conditions div, #OTPVerifyForm_OTPVerifyForm .terms-and-conditions div, #SmsVerificationForm_SmsVerificationForm .terms-and-conditions div {
  font-size: 14px;
  line-height: 20px;
}
/* line 59, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field, #OnboardingLoginForm_APILoginForm .field, form[id^="OTPAuthForm_"] .field, #OTPVerifyForm_OTPVerifyForm .field, #SmsVerificationForm_SmsVerificationForm .field {
  width: 100%;
  display: inline-block;
}
/* line 61, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field.Eighteen, #OnboardingLoginForm_APILoginForm .field.Eighteen, form[id^="OTPAuthForm_"] .field.Eighteen, #OTPVerifyForm_OTPVerifyForm .field.Eighteen, #SmsVerificationForm_SmsVerificationForm .field.Eighteen {
  margin-bottom: 10px;
}
/* line 65, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field .checkbox-labels, #OnboardingLoginForm_APILoginForm .field .checkbox-labels, form[id^="OTPAuthForm_"] .field .checkbox-labels, #OTPVerifyForm_OTPVerifyForm .field .checkbox-labels, #SmsVerificationForm_SmsVerificationForm .field .checkbox-labels {
  font-family: "Open Sans", sans-serif;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  /* line 71, ../../sass/imports/apiloginform.scss */
  #APILoginForm_APILoginForm .field.Eighteen, #OnboardingLoginForm_APILoginForm .field.Eighteen, form[id^="OTPAuthForm_"] .field.Eighteen, #OTPVerifyForm_OTPVerifyForm .field.Eighteen, #SmsVerificationForm_SmsVerificationForm .field.Eighteen {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* line 59, ../../sass/imports/apiloginform.scss */
  #APILoginForm_APILoginForm .field, #OnboardingLoginForm_APILoginForm .field, form[id^="OTPAuthForm_"] .field, #OTPVerifyForm_OTPVerifyForm .field, #SmsVerificationForm_SmsVerificationForm .field {
    display: block;
  }
}
/* line 83, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field .field-holder, #OnboardingLoginForm_APILoginForm .field .field-holder, form[id^="OTPAuthForm_"] .field .field-holder, #OTPVerifyForm_OTPVerifyForm .field .field-holder, #SmsVerificationForm_SmsVerificationForm .field .field-holder {
  display: inline-block;
}
/* line 87, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .field .label-edit, #OnboardingLoginForm_APILoginForm .field .label-edit, form[id^="OTPAuthForm_"] .field .label-edit, #OTPVerifyForm_OTPVerifyForm .field .label-edit, #SmsVerificationForm_SmsVerificationForm .field .label-edit {
  display: inline-block;
  margin-bottom: 6px;
  text-align: left;
  color: white;
}
/* line 96, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .RememberMe label, #OnboardingLoginForm_APILoginForm .RememberMe label, form[id^="OTPAuthForm_"] .RememberMe label, #OTPVerifyForm_OTPVerifyForm .RememberMe label, #SmsVerificationForm_SmsVerificationForm .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 108, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .RememberMe input[type=checkbox], #OnboardingLoginForm_APILoginForm .RememberMe input[type=checkbox], form[id^="OTPAuthForm_"] .RememberMe input[type=checkbox], #OTPVerifyForm_OTPVerifyForm .RememberMe input[type=checkbox], #SmsVerificationForm_SmsVerificationForm .RememberMe input[type=checkbox] {
  display: inline-block;
  margin-top: 5px;
}
/* line 114, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .forgot-password-link, #OnboardingLoginForm_APILoginForm .forgot-password-link, form[id^="OTPAuthForm_"] .forgot-password-link, #OTPVerifyForm_OTPVerifyForm .forgot-password-link, #SmsVerificationForm_SmsVerificationForm .forgot-password-link {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: block;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  /* line 123, ../../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, form[id^="OTPAuthForm_"] .forgot-password-link, form[id^="OTPAuthForm_"] .login-link, form[id^="OTPAuthForm_"] .register-link, #OTPVerifyForm_OTPVerifyForm .forgot-password-link, #OTPVerifyForm_OTPVerifyForm .login-link, #OTPVerifyForm_OTPVerifyForm .register-link, #SmsVerificationForm_SmsVerificationForm .forgot-password-link, #SmsVerificationForm_SmsVerificationForm .login-link, #SmsVerificationForm_SmsVerificationForm .register-link {
    float: left;
    width: 100%;
  }
}
/* line 130, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .action, #OnboardingLoginForm_APILoginForm .action, form[id^="OTPAuthForm_"] .action, #OTPVerifyForm_OTPVerifyForm .action, #SmsVerificationForm_SmsVerificationForm .action {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 137, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .checkbox-field input, #OnboardingLoginForm_APILoginForm .checkbox-field input, form[id^="OTPAuthForm_"] .checkbox-field input, #OTPVerifyForm_OTPVerifyForm .checkbox-field input, #SmsVerificationForm_SmsVerificationForm .checkbox-field input {
  float: left;
  margin-right: 5px;
  width: 18px;
  height: auto;
}
/* line 143, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .checkbox-field label, #OnboardingLoginForm_APILoginForm .checkbox-field label, form[id^="OTPAuthForm_"] .checkbox-field label, #OTPVerifyForm_OTPVerifyForm .checkbox-field label, #SmsVerificationForm_SmsVerificationForm .checkbox-field label {
  margin-left: 0;
  float: left;
  width: calc(100% - 23px);
}
/* line 149, ../../sass/imports/apiloginform.scss */
#APILoginForm_APILoginForm .checkbox-field .yes-divider div, #OnboardingLoginForm_APILoginForm .checkbox-field .yes-divider div, form[id^="OTPAuthForm_"] .checkbox-field .yes-divider div, #OTPVerifyForm_OTPVerifyForm .checkbox-field .yes-divider div, #SmsVerificationForm_SmsVerificationForm .checkbox-field .yes-divider div {
  font-size: 14px;
  line-height: 20px;
}

/* line 158, ../../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 168, ../../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 168, ../../sass/imports/apiloginform.scss */
  .login-link a, .register-link a {
    margin-bottom: 5px;
  }
}

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

/**
 *  Focus Area for displaying a Game on the Homepage
 */
/* line 7, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game {
  background: url(/themes/kcs/images/iwg/banner.png) no-repeat scroll center bottom;
  background-size: cover;
}

/* line 11, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .outer {
  background: none;
  padding-bottom: 0px;
}

/* line 15, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .inner {
  min-height: 240px;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 21, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game h1 {
  font-size: 32px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

/* line 26, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game h2 {
  font-size: 28px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

/* line 31, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game h3 {
  font-size: 24px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

/* line 36, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game p {
  font-size: 16px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

/* line 42, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game.dark h1 {
  color: white;
}

/* line 47, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game.dark h2 {
  color: white;
}

/* line 52, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game.dark h3 {
  color: white;
}

/* line 57, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game.dark h4 {
  color: white;
}

/* line 61, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game.dark p {
  color: white;
}

/* line 63, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .button {
  padding-left: 16.5px;
  padding-right: 51px;
  background-image: url(/themes/kcs/images/iwg/icon_play.png);
  background-repeat: no-repeat;
  background-position: 95%;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

/* line 76, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .focus-area-more {
  min-width: 128px;
  padding-left: 16.5px;
  padding-right: 16.5px;
}
@media screen and (max-width: 767px) {
  /* line 76, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .focus-area-more {
    margin-right: 10px;
    min-width: auto;
  }
}

/* line 86, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .play-game-button {
  min-width: calc(328px - 72px);
  background-position: 97%;
}
@media screen and (max-width: 767px) {
  /* line 86, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .play-game-button {
    background-position: 95%;
    margin-right: 10px;
    min-width: auto;
  }
}

/* line 96, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .play-game-button.small-play {
  min-width: auto;
  background-position: 95%;
}

/* line 101, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .play-again {
  width: 172.266px;
}

/* line 105, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .play-more-games {
  width: 243.266px;
}

/* line 108, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .continue-play {
  width: 316px;
  background-position: 97.5%;
}
@media screen and (max-width: 767px) {
  /* line 108, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .continue-play {
    background-position: 95%;
    margin-right: 10px;
    width: auto;
  }
}

/* line 118, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .continue-play.small-play {
  width: auto;
  background-position: 95%;
}

/* line 123, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .button.try-game {
  width: 172.266px;
  min-width: calc(328px - 171px);
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  /* line 123, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .button.try-game {
    margin-right: 10px;
    min-width: auto;
  }
}

/* line 133, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .try-game.small-try {
  margin-right: 10px;
  min-width: auto;
  background-position: 95%;
}

/* line 139, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .cost {
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  float: left;
  margin-bottom: 10px;
  color: black;
}
@media screen and (max-width: 767px) {
  /* line 139, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .cost {
    margin-right: 10px;
  }
}

/* line 155, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .inner .game-card .badge-area {
  text-align: center;
}

/* line 159, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .blurb {
  display: inline-block;
  margin-bottom: initial;
}

/* line 164, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .carousel-controls {
  text-align: center;
  margin-bottom: 5px;
}

/* line 168, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .carousel-controls .control {
  display: inline-block;
  border: solid 1px white;
  border-radius: 90px;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

/* line 176, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .carousel-controls .control.active,
.focus-area.game .carousel-controls .control:hover {
  cursor: pointer;
  background: white;
}

/* line 185, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .left-arrow {
  background: url(/themes/kcs/images/carousel/arrow_left.png) no-repeat center;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 43px;
  height: 68px;
  margin-top: -34px;
}

/* line 194, ../../sass/parts/homepage/_FocusArea_Game.scss */
.focus-area.game .right-arrow {
  background: url(/themes/kcs/images/carousel/arrow_right.png) no-repeat center;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 43px;
  height: 68px;
  margin-top: -34px;
}

@media screen and (max-width: 768px) {
  /* line 205, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .left-arrow {
    background: url(/themes/kcs/images/carousel/arrow_left.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 20%;
    width: 21.5px;
    height: 34px;
    margin-top: -17px;
  }

  /* line 215, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .right-arrow {
    background: url(/themes/kcs/images/carousel/arrow_right.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 20%;
    width: 21.5px;
    height: 34px;
    margin-top: -17px;
  }

  /* line 226, ../../sass/parts/homepage/_FocusArea_Game.scss */
  .focus-area.game .carousel-controls .control {
    height: 15px;
    width: 15px;
    margin-top: 5px;
  }
}
/**
 *  Focus Area for displaying a Draw on the Homepage
 */
/* line 8, ../../sass/parts/homepage/_FocusArea_Draw.scss */
.focus-area.draw .outer {
  background: url(/themes/kcs/images/Main_banner.png) no-repeat scroll;
}

/* line 11, ../../sass/parts/homepage/_FocusArea_Draw.scss */
.focus-area.draw .inner {
  padding-top: 60px;
  padding-bottom: 220px;
}

/* line 5, ../../sass/parts/homepage/_GameArea.scss */
.game-area {
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  /* line 5, ../../sass/parts/homepage/_GameArea.scss */
  .game-area {
    border-bottom: none;
  }
}
/* line 15, ../../sass/parts/homepage/_GameArea.scss */
.game-area h1 {
  font-size: 17px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: white;
}
/* line 22, ../../sass/parts/homepage/_GameArea.scss */
.game-area p {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  color: #1180f6;
  padding: 0;
  margin: 0;
}
/* line 29, ../../sass/parts/homepage/_GameArea.scss */
.game-area .button.wide {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #8cbf4d;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 960px) {
  /* line 29, ../../sass/parts/homepage/_GameArea.scss */
  .game-area .button.wide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 29, ../../sass/parts/homepage/_GameArea.scss */
  .game-area .button.wide {
    margin-top: 20px;
  }
}
/* line 51, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box {
  display: block;
}
/* line 54, ../../sass/parts/homepage/_GameArea.scss */
.game-area .description {
  margin-bottom: 10px;
}
/* line 57, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small {
  padding: 10px;
  position: relative;
  margin: 0;
}
/* line 62, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small:after {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
/* line 68, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small:hover .caption {
  display: inline-block;
}
/* line 72, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .inner {
  position: absolute;
  width: calc(100% - 20px);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* line 80, ../../sass/parts/homepage/_GameArea.scss */
  .game-area .box.small.even {
    padding-left: 0px;
  }
  /* line 81, ../../sass/parts/homepage/_GameArea.scss */
  .game-area .box.small.odd {
    padding-right: 0px;
  }
}
/* line 84, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .splash {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 89, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption {
  display: none;
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
/* line 100, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption-area {
  margin: auto;
  text-align: center;
}
/* line 105, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption-container {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
/* line 112, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption h1 {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding-top: 2px;
  padding-left: 10px;
}
/* line 119, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption p {
  position: absolute;
  font-size: 18px;
  color: #377df9;
  font-family: "Open Sans", sans-serif;
  bottom: 12px;
  padding-left: 10px;
  color: white;
}
@media screen and (max-width: 767px) {
  /* line 119, ../../sass/parts/homepage/_GameArea.scss */
  .game-area .box.small .caption p {
    display: block;
  }
}
/* line 129, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption .play-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #2ABB9B;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 141, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption .more-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #4aa0e7;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 154, ../../sass/parts/homepage/_GameArea.scss */
.game-area .box.small .caption .pound-img, .game-area .box.small .caption .variable-img {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", sans-serif;
  height: 30px;
  width: auto;
  display: inline-block;
  line-height: 29px;
  background-color: white;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}
/* line 170, ../../sass/parts/homepage/_GameArea.scss */
.game-area .play-btn-center {
  display: inline-block;
}
/* line 173, ../../sass/parts/homepage/_GameArea.scss */
.game-area .game-tile-info {
  position: inherit !important;
  padding: 5px;
  font-size: 14px !important;
}

/* line 180, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel {
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  /* line 180, ../../sass/parts/homepage/_GameArea.scss */
  .game-area.carousel {
    border-bottom: none;
  }
}
/* line 190, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel h1 {
  font-size: 17px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: white;
}
/* line 197, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel p {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  color: #1180f6;
  padding: 0;
  margin: 0;
}
/* line 204, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .button.wide {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #8cbf4d;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 960px) {
  /* line 204, ../../sass/parts/homepage/_GameArea.scss */
  .game-area.carousel .button.wide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 204, ../../sass/parts/homepage/_GameArea.scss */
  .game-area.carousel .button.wide {
    margin-top: 20px;
  }
}
/* line 226, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box {
  display: block;
}
/* line 229, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .description {
  margin-bottom: 10px;
}
/* line 232, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small {
  padding: 0 10px;
  position: relative;
  margin: 0;
}
/* line 237, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small:after {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
/* line 243, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small:hover .caption {
  display: inline-block;
}
/* line 247, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .inner {
  position: absolute;
  width: calc(100% - 20px);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* line 255, ../../sass/parts/homepage/_GameArea.scss */
  .game-area.carousel .box.small.even {
    padding-left: 0px;
  }
  /* line 256, ../../sass/parts/homepage/_GameArea.scss */
  .game-area.carousel .box.small.odd {
    padding-right: 0px;
  }
}
/* line 259, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .splash {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 264, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption {
  display: none;
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
/* line 275, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption-area {
  margin: auto;
  text-align: center;
}
/* line 280, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption-container {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
/* line 287, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption h1 {
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding-top: 2px;
  padding-left: 10px;
}
/* line 294, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption p {
  position: absolute;
  font-size: 18px;
  color: #377df9;
  font-family: "Open Sans", sans-serif;
  bottom: 12px;
  padding-left: 10px;
  color: white;
}
@media screen and (max-width: 767px) {
  /* line 294, ../../sass/parts/homepage/_GameArea.scss */
  .game-area.carousel .box.small .caption p {
    display: block;
  }
}
/* line 304, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption .play-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #2ABB9B;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 315, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption .play-btn.attach-cost {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  border-radius: 3px;
  border: none;
}
/* line 323, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption .more-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #4aa0e7;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  margin: 0 5px;
  margin-bottom: 10px;
}
/* line 336, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .box.small .caption .pound-img {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", sans-serif;
  height: 30px;
  width: auto;
  display: inline-block;
  line-height: 29px;
  background-color: white;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0px;
  margin-bottom: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 5px;
}
/* line 355, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .play-btn-center {
  display: inline-block;
  padding: 0 10px;
}
/* line 359, ../../sass/parts/homepage/_GameArea.scss */
.game-area.carousel .game-tile-info {
  position: inherit !important;
  padding: 5px;
  font-size: 14px !important;
}

/* line 366, ../../sass/parts/homepage/_GameArea.scss */
.games-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  /* space between tiles */
  /* Each tile */
  /* Game image */
  /* Bottom bar under image */
  /* Mobile: 1 column */
  /* line 2582, ../sass/screen.scss */
}
/* line 372, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .game-tile {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 0.75rem);
  /* 2 columns on larger screens */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
/* line 383, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .game-tile img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
/* line 391, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .game-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #310F4C;
  position: absolute;
  width: 100%;
  bottom: 0;
}
/* line 401, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .game-meta .play-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0;
  background-color: #581A95;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
  border: none;
}
/* line 412, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .game-meta .play-btn.attach-cost {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  border-radius: 3px;
  border: none;
}
/* line 420, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .game-meta .more-btn {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #581A95;
  height: 30px;
  border-radius: 3px;
  line-height: 29px;
}
/* line 431, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .game-meta .pound-img {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", sans-serif;
  height: 30px;
  width: auto;
  display: inline-block;
  line-height: 29px;
  background-color: white;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 450, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .play-btn-center {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 768px) {
  /* line 457, ../../sass/parts/homepage/_GameArea.scss */
  .games-grid .game-tile {
    flex: 0 0 100%;
  }
}
/* line 462, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .win-up-to {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.65);
  font-weight: bold;
}
/* line 472, ../../sass/parts/homepage/_GameArea.scss */
.games-grid .win-up-to h1 {
  font-size: 16px;
  color: #fff;
  font-family: open sans, sans-serif;
  padding: 0;
  margin: 0;
  line-height: unset;
}

/* line 1, ../../sass/parts/homepage/_Spinner.scss */
.spinner-holder {
  position: relative;
}

/* line 4, ../../sass/parts/homepage/_Spinner.scss */
.spinner-holder .fa-spinner {
  position: absolute;
  font-size: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  color: white;
}

/* line 24, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
}
/* line 25, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .comp-banners {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
/* line 31, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .form_error__holder {
  float: none;
  width: 100%;
}
/* line 36, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .recaptcha-text-reg {
  margin-left: 143px;
}
@media screen and (max-width: 950px) {
  /* line 36, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .recaptcha-text-reg {
    margin-left: 0px;
  }
}
@media screen and (max-width: 950px) {
  /* line 43, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage #RegisterForm_RegisterForm_action_submit {
    margin-left: 0px;
  }
}
/* line 48, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #registerRecaptcha {
  margin-left: 105px;
}
@media screen and (max-width: 950px) {
  /* line 48, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage #registerRecaptcha {
    margin-left: 0px;
  }
}
/* line 55, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage label {
  margin-bottom: 5px;
}
/* line 59, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .form__field.form__field--date {
  border: 0 !important;
}
/* line 62, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .spinner-holder {
  margin: 30px 0;
  color: white;
}
/* line 65, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .spinner-holder i {
  margin-bottom: 15px;
}
/* line 70, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .homepage-countdown {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
/* line 74, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .homepage-countdown .divider {
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width: 1040px) {
  /* line 79, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .homepage-countdown .divider, .CompetitionPage .homepage-countdown .value {
    font-size: 2vw;
  }
}
@media (max-width: 900px) {
  /* line 84, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .homepage-countdown .divider, .CompetitionPage .homepage-countdown .value {
    font-size: 2.5vw;
  }
}
@media (max-width: 750px) {
  /* line 89, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .homepage-countdown .divider, .CompetitionPage .homepage-countdown .value {
    font-size: 3.5vw;
  }
}
@media (max-width: 500px) {
  /* line 94, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .homepage-countdown .divider, .CompetitionPage .homepage-countdown .value {
    font-size: 5vw;
  }
}
@media (max-width: 400px) {
  /* line 99, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .homepage-countdown .divider, .CompetitionPage .homepage-countdown .value {
    font-size: 6vw;
  }
}
/* line 105, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .form-area hr {
  border-color: white;
}
/* line 108, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box {
  margin-bottom: 0;
}
/* line 110, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .subbox-focus {
  background-color: white;
  border: 1px solid darkgray;
  border-radius: 3px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 94px;
}
@media (max-width: 767px) {
  /* line 121, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .focus-area .box .subbox-focus.pool {
    min-height: inherit;
  }
}
/* line 127, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .subbox-focus h1, .CompetitionPage .focus-area .box .subbox-focus h2, .CompetitionPage .focus-area .box .subbox-focus p {
  color: black;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
/* line 134, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .subbox-focus h1 {
  font-size: 150%;
}
/* line 138, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .subbox-focus p {
  margin-top: 10px;
}
/* line 143, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .inner-focus {
  background-color: #d1d1d1;
  border: 1px solid darkgray;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
/* line 151, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .inner-focus h2 {
  color: black;
}
/* line 156, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .inner-title-padding {
  font-size: 20px;
}
/* line 160, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .box .funds__message {
  line-height: 32px;
}
@media (max-width: 767px) {
  /* line 160, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .focus-area .box .funds__message {
    line-height: inherit;
    text-align: center;
  }
}
/* line 168, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage hr {
  border-color: darkgrey;
}
/* line 171, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .picker-clock {
  margin: 0 !important;
}
/* line 174, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .currency-field input {
  width: 80% !important;
  border: 1px solid #ccc !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
/* line 180, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .enter-amount {
  font-size: 18px !important;
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 180, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .enter-amount {
    text-align: left;
  }
}
/* line 188, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .panel-code .checkbox-field input {
  float: left;
  margin-right: 5px;
  width: 18px;
}
/* line 193, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .panel-code #competitionTermsAndConditions {
  margin-bottom: 20px;
}
/* line 197, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #ForgottenPasswordForm_ForgottenPasswordForm {
  padding: 0 15px;
}
/* line 200, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #ForgottenPasswordForm_ForgottenPasswordForm, .CompetitionPage #ForgottenPasswordForm_ForgottenPasswordForm .field.text {
  font-size: 16px;
}
/* line 203, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #ForgottenPasswordForm_ForgottenPasswordForm_email {
  margin-bottom: 10px;
}
/* line 206, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #ForgottenPasswordForm_ForgottenPasswordForm_email {
  margin-top: 10px;
}
/* line 209, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #ForgottenPasswordForm_ForgottenPasswordForm_action_process {
  background-color: #2ABB9B;
  color: white;
}
/* line 213, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #ForgottenPasswordForm_ForgottenPasswordForm .button {
  width: 100%;
}
/* line 216, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .message.error.form_error {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  /* line 216, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .message.error.form_error {
    padding: 0;
  }
}
/* line 222, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .register-info p {
  font-size: 14px !important;
  line-height: 20px;
}
/* line 226, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .btn-facebook {
  margin-bottom: 20px;
}
/* line 229, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .caption.desktop p {
  font-size: 14px !important;
}
/* line 232, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .form-area.step-one {
  margin-bottom: 20px;
}
/* line 235, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #TopUpForm .col-sm-8.control-label {
  padding-top: 4px;
}
/* line 238, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .version {
  content: "#2";
}
/* line 241, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area {
  padding: 0;
  margin-bottom: 20px;
}
/* line 245, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .register-form {
  font-size: 12px;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0px 0px;
}
/* line 251, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .register-form h3 {
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 256, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .login-form {
  font-size: 12px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 259, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .login-form h3 {
  font-size: 20px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 264, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .heading {
  font-size: 36px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
/* line 268, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .subheading {
  font-size: 24px;
  color: #adadad;
  font-family: "Open Sans", sans-serif;
}
/* line 272, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .hr-separator {
  border: 1px solid white;
  margin: 20px 0px 40px 0px;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 272, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .focus-area .hr-separator {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
/* line 283, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .field.eighteen .field-holder {
  vertical-align: top;
}
/* line 290, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .padding-text {
  margin-bottom: 20px;
}
/* line 294, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .caption {
  font-size: 14px;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 1px solid white;
}
/* line 298, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .complete.caption.desktop {
  padding: 10px;
  margin-top: 0;
}
/* line 302, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .caption.mobile {
  margin-top: 20px;
  padding-bottom: 10px;
}
/* line 306, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area h1.heading {
  font-size: 40px;
}
/* line 309, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .summary-margin {
  margin-bottom: 20px;
}
/* line 312, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .summary.summary-margin {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 312, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .summary.summary-margin {
    padding: 0;
  }
}
/* line 318, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area h3 {
  font-size: 22px;
}
/* line 321, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .content h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 325, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .focus-area .caption.register-info h3 {
  margin: 10px 0;
}
/* line 329, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .account-balance h3 span {
  font-size: 30px;
}
/* line 333, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .gl-text {
  margin-top: 30px;
}
/* line 337, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .whats-next-action .button {
  display: table-cell;
  vertical-align: middle;
  line-height: inherit;
}
/* line 343, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .required-fields {
  margin-bottom: 20px;
}
/* line 346, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .facebook-message {
  display: inline-block;
  color: white !important;
  text-decoration: underline;
  font-size: 14px !important;
  margin-bottom: 40px;
  width: 100%;
}
/* line 355, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .facebook-sign-in-padding {
  margin-bottom: 10px;
}
/* line 359, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .landing-inner {
  padding: initial;
}
/* line 361, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .landing-inner h3 {
  margin-bottom: 20px;
}
/* line 364, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .landing-inner .complete-entry {
  margin-bottom: 25px;
}
/* line 367, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .landing-inner .landing-title {
  margin-bottom: 20px;
}
/* line 372, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #CompleteEntryForm_CompleteEntryForm_action_submit {
  margin: 0 auto;
  float: none;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  /* line 372, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage #CompleteEntryForm_CompleteEntryForm_action_submit {
    margin-top: 20px;
  }
}
/* line 383, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .complete-form .terms-and-conditions, .CompetitionPage .login-form .terms-and-conditions {
  float: left;
  margin-left: 0;
  text-align: left;
  width: calc(100% - 29px);
}
/* line 390, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage #CompetitionSpinner {
  font-size: 100px;
  color: white;
  margin-bottom: 20px;
}
/* line 396, ../../sass/pages/CompetitionPage.scss */
.CompetitionPage .form-area.step-two {
  width: 100%;
  display: inline-block;
  padding: 40px 0px;
}
@media screen and (max-width: 767px) {
  /* line 396, ../../sass/pages/CompetitionPage.scss */
  .CompetitionPage .form-area.step-two {
    padding: 20px 0px;
  }
}

/* line 407, ../../sass/pages/CompetitionPage.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: 5px;
  margin-bottom: 15px;
  padding: 10px !important;
}
/* line 417, ../../sass/pages/CompetitionPage.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 417, ../../sass/pages/CompetitionPage.scss */
  .login-link a, .register-link a {
    margin-bottom: 5px;
  }
}

/* line 429, ../../sass/pages/CompetitionPage.scss */
.heading.login, .heading.create-my-account {
  margin-bottom: 20px !important;
}
