.body {
  background-color: #e0e0e0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.form {
  position: static;
  left: 100px;
  top: 100px;
  display: block;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: transparent;
}

.kill_left_pad {
  padding-left: 0px;
}

.kill_right_pad {
  padding-right: 0px;
}

.input {
  width: 100%;
  margin-bottom: 20px;
  border-style: none none none solid;
  border-left-width: 2px;
  border-left-color: #fff;
  background-color: hsla(0, 0%, 100%, .16);
  color: #fff;
}

.input.email {
  margin-bottom: 0px;
}

.birth_wrap {
  width: 100%;
  max-width: 240px;
  margin-bottom: 9px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  line-height: 100%;
  font-weight: 300;
}

.tagline {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .79);
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.angle_bg {
  position: fixed;
  left: -260px;
  top: -15%;
  z-index: 0;
  width: 600px;
  height: 140%;
  min-height: 1080px;
  background-color: rgba(20, 16, 29, .93);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.submit {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  background-color: #0098ff;
  cursor: pointer;
}

.submit:hover {
  background-color: #fff;
  color: #0098ff;
}

.button_text {
  height: 100%;
  padding-top: 9px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.button_text.submit {
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.artist_name {
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 41px;
  line-height: 100%;
  font-weight: 700;
  text-transform: none;
}

.checkbox {
  margin-bottom: 19px;
}

.checkbox.last-child {
  display: block;
  margin-bottom: 27px;
}

.form_wrapper {
  width: 320px;
  padding: 28px 10px 25px;
}

.date_format {
  color: hsla(0, 0%, 100%, .65);
  font-size: 12px;
  font-weight: 400;
}

.mobile_image {
  display: none;
}

.p_link {
  color: #0098ff;
  text-decoration: none;
}

.vertical-align_wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100vh;
}

.vertical-align {
  position: relative;
}

.modal_wrap {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: -300px;
  display: block;
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 5px;
  background-color: #202020;
  opacity: 1;
}

.success_heading {
  margin-top: 0px;
  font-family: Roboto;
  font-size: 41px;
  text-align: center;
}

.center {
  text-align: center;
}

.trigger {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-right: 8px;
  padding: 3px 8px 5px;
  background-color: #0098ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.trigger.modal_trigger {
  position: relative;
  display: inline-block;
}

.vert_wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.w.black {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 0;
  width: 40px;
  height: 40px;
  opacity: 0.21;
}

.artist_image {
  position: absolute;
  left: 320px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.artist_image.abrams_image {
  background-image: url('../images/theabrams.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.artist_image.tns_image {
  background-image: url('../images/tns.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.agree_text {
  width: 230px;
  margin-bottom: 1px;
}

.required_text {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Roboto;
  color: hsla(0, 0%, 100%, .78);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.required_text.email {
  margin-bottom: 13px;
  padding-left: 6px;
}

.required_text.email.red_text {
  color: red;
}

.required_text.red_text {
  color: red;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-right: 3px;
  padding-left: 6px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: red;
}

.email_required {
  margin-bottom: 9px;
  opacity: 1;
}

.email_required.terms {
  margin-top: -2px;
  padding-left: 13px;
}

.triggers {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 200px;
}

.terms_required {
  margin-top: -4px;
  margin-bottom: 5px;
  padding-left: 15px;
  opacity: 1;
}

.tns_logo {
  display: block;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
}

.link_block {
  background-color: #0098ff;
}

.image_col {
  position: relative;
}

.bold {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
}

.angle_bg2 {
  width: 150px;
  height: 100%;
  background-color: #000;
  -webkit-transform: skew(-7deg, 0deg) translate(-74px, 0px);
  -ms-transform: skew(-7deg, 0deg) translate(-74px, 0px);
  transform: skew(-7deg, 0deg) translate(-74px, 0px);
}

.main_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  max-width: 1920px;
  background-color: #000;
}

.birth_label {
  margin-bottom: 0px;
}

.abrams_logo {
  display: block;
  width: 290px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

html.w-mod-js *[data-ix="slide-in-one"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="slide-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="slide-in-3"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="preload-unhide"] {
  display: none;
}

@media (max-width: 991px) {
  .form {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .tagline {
    width: auto;
    text-align: center;
  }
  .artist_name {
    text-align: center;
  }
  .form_wrapper {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 46px;
    padding-bottom: 40px;
  }
  .mobile_image {
    display: block;
  }
  .postal_country_row {
    max-width: 320px;
  }
  .trigger {
    display: none;
  }
  .trigger.email_trigger {
    display: block;
  }
  .trigger.terms_trigger {
    display: block;
  }
  .trigger.clear_trigger {
    display: block;
  }
  .artist_image {
    position: relative;
    left: 0px;
    height: 400px;
  }
  .agree_text {
    width: 100%;
  }
  .tns_logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image_col {
    position: relative;
  }
  .angle_bg2 {
    display: none;
  }
  .main_wrap {
    height: auto;
    max-height: auto;
  }
  .left_col {
    position: relative;
    display: inline-block;
    width: 300px;
  }
  .right_col {
    display: inline-block;
    width: 300px;
  }
}

@media (max-width: 767px) {
  .form {
    display: block;
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .kill_right_pad {
    padding-left: 0px;
  }
  .tagline {
    width: 100%;
    margin-bottom: 27px;
    text-align: center;
  }
  .angle_bg {
    display: none;
  }
  .artist_name {
    text-align: center;
  }
  .form_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mobile_image {
    display: block;
  }
  .postal_country_row {
    max-width: 320px;
  }
  .artist_image {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .form {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .tagline {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .form_wrapper {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .artist_image {
    height: 300px;
  }
  .artist_image.abrams_image {
    background-position: 50% 50%;
    background-size: cover;
  }
  .artist_image.tns_image {
    background-position: 50% 50%;
  }
  .triggers {
    position: static;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}