/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  /*-webkit-hyphens: auto;
   -epub-hyphens:   auto;
   -moz-hyphens:    auto;
   hyphens:         auto;*/ }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

* {
  box-sizing: border-box; }

.clearfix:before, .jblLV-wrapper:before, .jblLV-stepItems:before, .clearfix:after, .jblLV-wrapper:after, .jblLV-stepItems:after {
  content: "";
  display: table; }

.clearfix:after, .jblLV-wrapper:after, .jblLV-stepItems:after {
  clear: both; }

@font-face {
  font-family: 'GillSans-Bold-02';
  src: url("../assets/fonts/GillSans-Bold-02.eot");
  src: url("../assets/fonts/GillSans-Bold-02.woff2") format("woff2"), url("../assets/fonts/GillSans-Bold-02.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-Bold';
  src: url("../assets/fonts/GillSans-Bold.woff") format("woff"), url("../assets/fonts/GillSans-Bold.ttf") format("truetype"), url("../assets/fonts/GillSans-Bold.svg#GillSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-Light-08';
  src: url("../assets/fonts/GillSans-Light-08.eot");
  src: url("../assets/fonts/GillSans-Light-08.woff2") format("woff2"), url("../assets/fonts/GillSans-Light-08.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-Light';
  src: url("../assets/fonts/GillSans-Light.woff") format("woff"), url("../assets/fonts/GillSans-Light.ttf") format("truetype"), url("../assets/fonts/GillSans-Light.svg#GillSans-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-01';
  src: url("../assets/fonts/GillSans-01.eot");
  src: url("../assets/fonts/GillSans-01.woff2") format("woff2"), url("../assets/fonts/GillSans-01.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans';
  src: url("../assets/fonts/GillSans.woff") format("woff"), url("../assets/fonts/GillSans.ttf") format("truetype"), url("../assets/fonts/GillSans.svg#GillSans") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-SemiBold-05';
  src: url("../assets/fonts/GillSans-SemiBold-05.eot");
  src: url("../assets/fonts/GillSans-SemiBold-05.woff2") format("woff2"), url("../assets/fonts/GillSans-SemiBold-05.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-SemiBold';
  src: url("../assets/fonts/GillSans-SemiBold.woff") format("woff"), url("../assets/fonts/GillSans-SemiBold.ttf") format("truetype"), url("../assets/fonts/GillSans-SemiBold.svg#GillSans-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-UltraBold-07';
  src: url("../assets/fonts/GillSans-UltraBold-07.eot");
  src: url("../assets/fonts/GillSans-UltraBold-07.woff2") format("woff2"), url("../assets/fonts/GillSans-UltraBold-07.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GillSans-UltraBold';
  src: url("../assets/fonts/GillSans-UltraBold.woff") format("woff"), url("../assets/fonts/GillSans-UltraBold.ttf") format("truetype"), url("../assets/fonts/GillSans-UltraBold.svg#GillSans-UltraBold") format("svg");
  font-weight: normal;
  font-style: normal; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html {
  width: 100%;
  height: 100%; }

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "GillSans", sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #fff; }

h1, h2, h3, h4, h5, h6, p, li {
  line-height: 140%; }

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

input, textarea {
  border-radius: 0px; }

a {
  text-decoration: none; }

.error {
  display: inline-block;
  background: #fff;
  color: red;
  padding: 10px 20px;
  border: 2px solid red;
  margin-bottom: 0; }

.info {
  padding-left: 20px;
  font-size: 16px;
  margin-top: 4px;
  text-transform: uppercase;
  font-family: "GillSans-Light", "GillSans-Light-08", sans-serif; }

.preloader {
  max-width: 32px; }

.jblLV-wrapper {
  padding-left: 20px;
  padding-right: 20px; }

.jblLV-outer {
  width: 100%;
  padding-bottom: 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f95ad+0,4466ac+51,5d47ad+100 */
  background: #1f95ad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1f95ad 0%, #4466ac 51%, #5d47ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f95ad', endColorstr='#5d47ad',GradientType=1 );
  /* IE6-9 */ }

.jblLV {
  width: 100%;
  max-width: 1360px;
  padding-left: 14px;
  padding-right: 14px;
  margin: 0 auto; }

.jblLV-header {
  padding-top: 30px;
  text-align: center;
  position: relative; }
  .jblLV-header-logo-outer {
    padding-left: 40px;
    padding-right: 40px; }
  .jblLV-header-logo {
    display: inline-block;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .jblLV-header-logo {
        margin-bottom: 60px; } }
  .jblLV-header-headline {
    position: relative;
    z-index: 99;
    margin-bottom: 140px; }
    @media screen and (min-width: 1024px) {
      .jblLV-header-headline {
        margin-bottom: 60px; } }
  .jblLV-header-left, .jblLV-header-right {
    display: none; }
    @media screen and (min-width: 1024px) {
      .jblLV-header-left, .jblLV-header-right {
        display: block; } }
  .jblLV-header-left {
    z-index: 9;
    position: absolute;
    bottom: -6px;
    left: -6px; }
  .jblLV-header-right {
    z-index: 9;
    position: absolute;
    bottom: -5px;
    right: 0; }
  .jblLV-header-when {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
    max-width: 160px; }
    @media screen and (min-width: 1024px) {
      .jblLV-header-when {
        max-width: auto;
        left: auto;
        right: 0;
        bottom: 220px; } }
    @media (min-width: 1220px) {
      .jblLV-header-when {
        right: 50px;
        bottom: -120px; } }
  @media screen and (min-width: 1024px) {
    .jblLV-header {
      min-height: 600px; } }

.jblLV-content {
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 1000px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64a9c4+0,7496c4+100 */
  background: #64a9c4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #64a9c4 0%, #7496c4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a9c4', endColorstr='#7496c4',GradientType=1 );
  /* IE6-9 */
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
  padding-top: 160px;
  padding-bottom: 180px; }
  @media screen and (min-width: 1024px) {
    .jblLV-content {
      padding-top: 90px; } }

.jblLV-dec-bl, .jblLV-dec-br {
  position: absolute;
  bottom: -120px;
  left: 0; }

@media screen and (min-width: 768px) {
  .jblLV-dec-bl {
    left: -90px; } }

.jblLV-dec-br {
  left: auto;
  right: -290px; }

.jblLV-footer {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 99;
  width: 100%;
  background: #fff;
  min-height: 120px; }

.jblLV-dec-br {
  display: none; }
  @media screen and (min-width: 768px) {
    .jblLV-dec-br {
      display: block; } }

.jblLV-steps {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  /*.nb {
		font-weight: 800;
		width: 48px;
		height: 62px;
		display: inline-block;
		transform: translateY(-4px);
		margin-right: 10px;
		color: rgba(255, 255, 255, 0);
		font-size: 70px;
		background: url('../assets/img/JBL-assets/numbers.png');
	}

	.nb-2 {
		background-position: -48px 0px;
	}

	.nb-3 {
		background-position: -96px 0px;
	}

	.nb-4 {
		width: 54px;
		background-position: -144px 0px;
	}*/ }
  .jblLV-steps p {
    margin-top: 0; }
  .jblLV-steps a {
    text-decoration: none;
    position: relative;
    color: #fff; }
  .jblLV-steps a.link-underline:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #fff; }
  .jblLV-steps .disclimer-goto {
    font-size: 16px;
    font-family: "GillSans-Bold", "GillSans-Bold-02", sans-serif; }
  .jblLV-steps .nb {
    font-family: "GillSans-UltraBold", "GillSans-UltraBold-07", sans-serif;
    font-size: 80px;
    display: inline-block;
    transform: translateY(10px); }
  .jblLV-steps .text {
    font-family: "GillSans-Light", "GillSans-Light-08", sans-serif; }
  .jblLV-steps .bold {
    font-family: "GillSans-Bold", "GillSans-Bold-02", sans-serif; }

.jblLV-stepItems {
  text-align: center;
  margin: 4px 0px 0px;
  display: inline-block;
  width: 100%; }

.jblLV-stepItem {
  width: 90%;
  margin: 0px 20px;
  margin-bottom: 30px;
  display: inline-block;
  transition: 0.3s ease; }
  @media screen and (min-width: 768px) {
    .jblLV-stepItem {
      max-width: 24%; } }
  .jblLV-stepItem:hover {
    transform: scale(1.06);
    transition: 0.3s ease; }

.jblLV-form {
  display: block;
  max-width: 1016px;
  margin: 0 auto; }

.jblLV-form-section {
  margin-bottom: 60px; }

.jblLV-form-subtitle {
  margin-top: 0;
  text-transform: uppercase;
  font-family: "GillSans-Light", "GillSans-Light-08", sans-serif;
  margin-bottom: 4px;
  font-size: 20px; }

.jblLV-form-title {
  margin-top: 60px;
  text-align: center;
  font-size: 30px;
  font-family: "GillSans-UltraBold", "GillSans-UltraBold-07", sans-serif;
  text-transform: uppercase; }
  .jblLV-form-title span {
    display: block; }

.jblLV-rodo-row {
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "GillSans-SemiBold", "GillSans-SemiBold-05", sans-serif;
  line-height: 16px;
  margin-bottom: 10px;
  /*max-width: 700px;*/ }
  .jblLV-rodo-row a {
    color: #fff;
    text-decoration: underline; }
  .jblLV-rodo-row input {
    position: absolute;
    left: 0;
    top: 0px; }

.g-recaptcha {
  margin: 10px 0px;
  padding-left: 20px; }

.jblLV-form-question {
  font-size: 30px;
  font-family: "GillSans-UltraBold", "GillSans-UltraBold-07", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px; }

.parsley-errors-list {
  margin: 0; }
  .parsley-errors-list li {
    margin: 0;
    color: red;
    background: #fff;
    padding: 2px 4px 2px 20px;
    font-size: 14px; }

.jblLV-form-rodo .parsley-errors-list {
  padding-left: 20px; }
  .jblLV-form-rodo .parsley-errors-list.filled {
    margin-bottom: 14px; }
  .jblLV-form-rodo .parsley-errors-list li {
    display: inline-block;
    padding-left: 4px; }

.jblLV-disclaimer {
  font-size: 12px;
  font-family: "GillSans-SemiBold", "GillSans-SemiBold-05", sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 40px; }
  .jblLV-disclaimer ul {
    margin: 2px 0px; }
  .jblLV-disclaimer p {
    margin: 2px 0px; }

.jblLV-file-url-outer .parsley-errors-list {
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px; }
  .jblLV-file-url-outer .parsley-errors-list li {
    padding-left: 4px; }

.jblLV-file-btn {
  position: relative; }
  .jblLV-file-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0; }

.jblLV-form-input, .jblLV-form-answer {
  text-transform: uppercase;
  border: 2px solid #fff;
  outline: 0;
  padding: 10px 20px;
  color: #fff;
  font-family: "GillSans", sans-serif;
  background: transparent !important; }
  .jblLV-form-input::-webkit-input-placeholder, .jblLV-form-answer::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7; }
  .jblLV-form-input:-moz-placeholder, .jblLV-form-answer:-moz-placeholder {
    color: #fff;
    opacity: 0.7; }
  .jblLV-form-input::-moz-placeholder, .jblLV-form-answer::-moz-placeholder {
    color: #fff;
    opacity: 0.7; }
  .jblLV-form-input:-ms-input-placeholder, .jblLV-form-answer:-ms-input-placeholder {
    color: #fff;
    opacity: 0.7; }

.jblLV-form-outer {
  margin-bottom: 20px; }

.jblLV-form-maindata {
  margin-bottom: 40px; }

.jblLV-form-answer {
  min-height: 155px;
  width: 100%;
  outline: 0;
  font-size: 20px;
  padding: 16px 10px;
  font-family: "GillSans-Bold", "GillSans-Bold-02", sans-serif; }

@media screen and (min-width: 768px) {
  .jblLV-form-left, .jblLV-form-right {
    width: 50%;
    float: left; } }

.jblLV-form-left input, .jblLV-form-right input {
  width: 100%; }

@media screen and (min-width: 768px) {
  .jblLV-form-left {
    padding-right: 15px; } }

@media screen and (min-width: 768px) {
  .jblLV-form-right {
    padding-left: 15px; } }

.jblLV-file-preview {
  margin-top: 20px;
  background: #fff;
  display: inline-block;
  padding: 14px;
  margin-bottom: 0;
  max-width: 800px; }

.jblLV-file-btn, .jblLV-submit-btn {
  display: inline-block;
  padding: 2px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd598a+0,cf8352+32,10b4ad+68,5d4397+100 */
  background: #dd598a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dd598a 0%, #cf8352 32%, #10b4ad 68%, #5d4397 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd598a', endColorstr='#5d4397',GradientType=1 );
  /* IE6-9 */ }

.jblLV-file-btn span, .jblLV-submit-btn input {
  display: block;
  background: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "GillSans", sans-serif;
  color: #914894; }

.jblLV-submit-btn {
  margin-top: 20px; }

.jblLV-submit-btn input {
  background: #fff;
  border: none; }

.hidden {
  display: none; }

.jblLV-disclaimer-toggle {
  text-decoration: underline;
  color: #fff; }
