@font-face {
    font-family: 'Acumin Pro Wide';
    src: url('../fonts/AcuminProWide-Bold.eot');
    src: url('../fonts/AcuminProWide-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminProWide-Bold.woff2') format('woff2'),
        url('../fonts/AcuminProWide-Bold.woff') format('woff'),
        url('../fonts/AcuminProWide-Bold.ttf') format('truetype'),
        url('../fonts/AcuminProWide-Bold.svg#AcuminProWide-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; 
}

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Baseline Grid to be layered on Normalize
 *
 * Makes elements consistent across browsers, sets up some decent
 * default css styles and a baseline grid.
 *
 * @author Abban Dunne http://abandon.ie
 * @author James Wilson http://jimmynotjim.com
 * @version 1.1
 */
/* ========================================================== */
/* = Box sizing makes life easier                           = */
/* ========================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ========================================================== */
/* = Set up baseline                                        = */
/* ========================================================== */
html {
  font-size: 100.01%; }

body {
  font-size: 100%;
  color: #333;
  line-height: 1.5em;
  font-family: Rubik;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;}

a {
  color: gray;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover, a:focus {
  color: black; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

ul, ol, dl {
  margin: 0;
  margin-bottom: 1.5em; }

label {
  display: block; }

.inline {
  display: inline;
  padding-right: 24px; }


input:focus,
textarea:focus,
select:focus {
  outline: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.4em;
	background:transparent;
border-top: 0;
border-right: 0;
border-left: 0;
  border-bottom: 2px solid #ccc;
  line-height: 1.5em;
color:white;
  font-family: "Acumin Pro Wide", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
text-transform: uppercase; 
text-align:center;}

input[type="submit"],
input[type="button"] {
  border: 1px solid #ccc;
  background: #ddd;
  padding: 0.7em 2em;
  margin: 0 20px 0 0;
  font-family: "Acumin Pro Wide", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  line-height: 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

p {
  margin: 0 0 1.5em 0; }
.row {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 2.5px; }

.half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 2.5px; }

@media screen and (max-width: 640px) {
  .half {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 2.5px; } }

.half .half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 0px; }

.full, .half {
  margin-bottom: 5px; }

.page {
  max-width: 850px !important;
  display: none;
  margin: 0 auto; 

}

.right {
  float: right; }

.left {
  float: left; }

.lowercase {
  text-transform: none !important; }

body {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  font-family: "Roboto", "Helvetica",Arial,sans-serif; }

img {
  width: 100%;
  max-width: 100%; }

.logo {
  width: 150px;
  margin: 0 auto 35px auto;
}

.error_page {
  text-align: center;
  max-width: 250px;
  padding: 10px;
  margin: 0 auto; }

.error_page h1 {
  color: #4d4d4d; }

.error_page small h6 {
  color: #8d8d8d; }

small a {
  color: gray; }

small a:hover {
  cursor: pointer;
  color: black; }

.text-center {
  text-align: center; }

form.error label.error {
  color: red; }

label.error, .date_invalid_error {
  width: 100%;
  display: block;
  border-radius: 3px;
  margin-top: 7px;
  color: #ED7272;
  font-size: 14px;
  padding-left: 6px; }

#formError .error, #formError.error {
  color: red !important;
  position: relative;
  z-index: 99999; }

#message {

}

/*
.datefield.error {
  border: 2px solid red !important; }

.datefield.error input {
  border: 0 !important; }

.error input {
  border: 2px solid red !important; }

.error .custom-select > span {
  border: 2px solid red !important; }

.success input {
  border: 2px solid #2a347e !important; }

.success .custom-select > span {
  border: 2px solid #2a347e !important; }*/

.loading {
  text-align: center;
  margin: 25px 0 25px 0; }

.loading img {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

  p,label{
    color:#3F3D48;
  }

  label {
    font-family: Rubik;
    color: #3F3D48;
    font-size: 15px;
    font-weight: normal !important;
    display: inline;
    margin-right: 20px;
  }
  .required_label {
    color: #3F3D48;
    margin-left: .25em;
  }
h1, label, h3, p, button, .button, .question, .footer, .header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  font-family: "Roboto",'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif; }

p, input, textarea, label {
    font-weight: normal;
    font-family: "Acumin Pro Wide",'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  padding-top: 0.53em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 0.25em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0.35em;
  margin-bottom: 0.65em; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  padding-top: 0.45em;
  margin-bottom: 0.8em; }

h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-top: 0.6em;
  margin-bottom: 0.9em; }

h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 0; }

p {
  font-size: 16px;
  font-size: 1rem; }

@media screen and (max-width: 420px) {
  p {
    font-size: 14px;
    font-size: 0.875rem; } }


.pd-top {
  padding-top: 30px;
}

p.small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff; }

.footer {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%; }

.footer p, .footer a {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0; }

.footer a {
  color: #F2F5F6;
  text-decoration: none; }

::-webkit-input-placeholder {
  color: #c1c1c1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c1c1c1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1c1c1; }

:-ms-input-placeholder {
  color: #c1c1c1; }

input:focus::-webkit-input-placeholder {
  background: transparent; }

input:focus:-moz-placeholder {
  /* Firefox 18- */
  background: transparent; }

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  background: transparent; }

input:focus:-ms-input-placeholder {
  background: transparent; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  width: 100%;
  background-color: transparent;
  border-bottom: 2px solid #c8c8c8;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: 400; }

/*
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  background-color: #eee; }
*/

input[type="number"] {
  background-color: white;
  border: 2px solid #c8c8c8;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: 400; }

/*
input[type="number"]:focus {
  background-color: #eee; }
*/

textarea {
  box-shadow: 0;
  border: 0;
  background-color: white; }

textarea:focus {
  background-color: #eee; }

.date_invalid_error {
  display: none;
  float: left;
  width: 100%; }


.datefield {
  display: block;
  width: 100%;
  position: relative;
  border: 0;
  padding-top: 4px;
  *zoom: 1; 
height: 48px;}

.datefield:before,
.datefield:after {
  content: "";
  display: table; }

.datefield:after {
  clear: both; }

.datefield_cont {
  margin: 0 auto;
  width: 80%;
  overflow: auto; }

  .datefield_cont .error {
display: none !important;
}

.datefield input {
/*
  display: inline !important;
  padding: 0 !important;
  border: 0;
  background: white;
  color: #000;
  margin-bottom: 0px;
  box-shadow: none;
  height: 35px;
  text-align: center; 
*/

display: block;
    width: 100%;
    margin: 0 0 0.75em;
    padding: 0.4em;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #ccc;
    line-height: 1.5em;
    color: white;
    font-family: "Acumin Pro Wide", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: center;

}

/*
.datefield input:focus {
  background-color: #eee; }
*/

.dobLabel, .dobdayinput, .dobmonthinput, .dobyearinput, .divider {
  float: left; }


.divider {
  margin: 6px 10px;
  font-weight: bold;
  color: #9d9d9d; }

.dobLabel {
  margin-right: 10px;
  margin-top: 7px;
  font-weight: 400; 
  color: grey;
    font-family: "Acumin Pro Wide", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
}

.dobdayinput {
  width: 60px !important; }

.dobmonthinput {
  width: 60px !important; }

.dobyearinput {
  width: 80px !important; }



.arrow {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px; 
  color: #c8c8c8; 
}

.select label {
  display: block; }

/* Start Custom select element
=========================================================================== */
/* Wrapper element to enable positioning */
.custom-select-container {
  position: relative;
  margin-bottom: 10px !important; }

.custom-select-container.error {
  margin-bottom: 0; }

/* Set the dimensions of the replaced select element and make it transparent. */
select.custom.replaced {
  position: relative;
  z-index: 10;
  width: 100%;
  border: 0;
  filter: alpha(opacity=0);
  /* Move to IE-specific CSS file if you want to. */
  opacity: 0;
  line-height: 2;
  cursor: pointer;
  height: 44px; }

.custom-select {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: transparent; 
  /* color: #c8c8c8; */
}

.custom-select > span {
  cursor: pointer;
  display: block;
  color: white;
  text-transform: uppercase;
  background: transparent;
  font-weight: bold;
border-top:0;
border-left:0;
border-right:0;
  border-bottom: 2px solid #c8c8c8;
  box-shadow: none; }

.custom-select span span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #c8c8c8;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  font-family: "Acumin Pro Wide", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-size: 1rem; }

/* hides the spin-button for firefox */
input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

.lt-ie9 .custom-select > span {
  background-position: 95% 50% !important;
  zoom: 1; }

/* End Custom select element
=========================================================================== */
button[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

button[disabled]:hover {
  cursor: not-allowed; }

.button-block {
  width: 100%;
  margin-top: 1em; }

a.button, button, .button {
    font-family: "Acumin Pro Wide", sans-serif;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin: 20px auto 5px auto;
    border: 1px solid #620000;
    background: transparent;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    border: none;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding: 10px 40px 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

a.button.small, button.small, .button.small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.5em 1rem 0.5em 1rem; }

@media screen and (max-width: 380px) {
  a.button.small, button.small, .button.small {
    width: 100%;
    margin: 0 0 0.5em 0 !important; } }

a.button.primary, button.primary, .button.primary {
  background: gray; }

a.button.primary:hover, button.primary:hover, .button.primary:hover {
  background: #676767;
  font-weight: 700; }

a.button.submit, button.submit, .button.submit {
    border: 1px solid #484848;
    background: transparent;
    color: white;
}

a.button.submit:hover, button.submit:hover, .button.submit:hover {
  opacity:0.8;
}

a.button.right, button.right, .button.right {
  margin-left: 5px; }

.button.success, a.button.success {
  background-color: #27ae60; }

.button.success:hover, a.button.success:hover {
  background-color: #19703e; }

/* Thanks */
.thanks {
  display: none; }

.thanks p {
  color: #FFF;
}

/*.half label, .custom-select-container label {
  display: none !important; }*/

body {
  background: #0f0f0f;
  color: #3F3D48;
  /*url("../img/mal1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */}

.page {
  background: transparent;
  margin-top: 1em;
  padding: 10px; }

.terms {
  display: none;
  font-size: 0.7em;
  line-height: 1.5em; }

#terms {
  cursor: pointer; }

#logo {
  max-width: 100%;
  margin: 20px auto; }

#itc {
  width: 193px;
  margin: 20px auto; }

.select-venue {
  display: none;
}

.label-venues {
  display: inline !important;
} 


.check-cities div.error {
  position: relative;
}

.check-cities label.error {
  display: none;
  bottom: 0;
  left: 0;
}

.checkbox {
margin: 20px auto 45px auto;
border: 2px solid #707070;
border-radius: 12px;
padding: 20px 30px 18px 30px;
}

.optinlabel {
  text-align:left;
  font-size:14px;
  color:white;
font-family:"Acumin Pro Wide",'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.checkbox label, label.interestCategory {
    position: relative;
    display: inline-block;
    
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 57px;
}

.checkbox label::before,
.checkbox label::after,
label.interestCategory::before,
label.interestCategory::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before, label.interestCategory::before {
    height: 28px;
    width: 30px;
    border-radius: 5px;
    border: 2px solid #707070;
    left: 0px;
    background-color: white;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 8px;
}

label.interestCategory::before {
  left: 15px;
  top: 14px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after, label.interestCategory::after {
    height: 6px;
    width: 12px;
    border-left: 2px solid #707070;
    border-bottom: 2px solid #707070;
    
    transform: rotate(-45deg);
    
    left: 10px;
    top: 18px;
}

label.interestCategory::after {
  left: 25px;
  top: 24px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after, input[type="radio"] + label.interestCategory::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after, input[type="radio"]:checked + label.interestCategory::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

label.interestCategory {
  line-height: 45px;
  border: 2px solid #707070;
  padding: 7px 20px 7px 60px;
  border-radius: 12px;
  margin-top: 15px;
}

input[type="radio"] {
  opacity: 0;
}

.consent_required, .existing_customer p, .existing_customer a{
  display: none;
  color: #ED7272;
}

.consent_required a {
  text-decoration: none;
  color: #ED7272;
}

.error_label {
  color: #ED7272;
}

.checkbox.error, .checkbox.error .optinlabel::before, .existing_customer p {
  border: 2px solid #ED7272;
}

.error_form .consent_required {
  max-width: 360px;
  margin: 20px auto;
}

.existing_customer {
  padding: 20px 30px 0px 30px;
}

.existing_customer p {
  border-radius: 12px;
  padding: 25px 30px;
}