/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Hide text in an element */
/* Create an empty block element - used with :before and :after elements */
/* Standard input style */
.question-wrapper textarea, .user-details textarea, .optins-container textarea, .question-wrapper select, .user-details select, .optins-container select, .question-wrapper input[type=text], .question-wrapper input[type=email], .question-wrapper input[type=file], .question-wrapper input[type=phone], .question-wrapper input[type=password], .question-wrapper input[type=tel], .user-details input[type=text], .user-details input[type=email], .user-details input[type=file], .user-details input[type=phone], .user-details input[type=password], .user-details input[type=tel], .optins-container input[type=text], .optins-container input[type=email], .optins-container input[type=file], .optins-container input[type=phone], .optins-container input[type=password], .optins-container input[type=tel] {
  color: #000;
  width: 100%;
  border: 1px solid #a6bcc4;
  padding: 0.6em 0.3em;
  height: 2.4em;
  font-size: 1.5em;
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

/* Generic box shadow that can be applied to a collection of elements */
.question-wrapper textarea:focus, .user-details textarea:focus, .optins-container textarea:focus, .question-wrapper select:focus, .user-details select:focus, .optins-container select:focus, .question-wrapper input[type=radio]:focus + label:before, .question-wrapper input[type=checkbox]:focus + label:before, .question-wrapper input[type=text]:focus, .question-wrapper input[type=email]:focus, .question-wrapper input[type=file]:focus, .question-wrapper input[type=tel]:focus, .user-details input[type=radio]:focus + label:before, .user-details input[type=checkbox]:focus + label:before, .user-details input[type=text]:focus, .user-details input[type=email]:focus, .user-details input[type=file]:focus, .user-details input[type=tel]:focus, .optins-container input[type=radio]:focus + label:before, .optins-container input[type=checkbox]:focus + label:before, .optins-container input[type=text]:focus, .optins-container input[type=email]:focus, .optins-container input[type=file]:focus, .optins-container input[type=tel]:focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* Common classes/helpers */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  width: 100%;
  background: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #444;
  margin: 0 auto;
  text-align: center;
}

.wrapper {
  display: block;
  max-width: 1200px;
  padding: 3em 2em;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper:after {
  display: table;
  clear: both;
  content: "";
}
.wrapper .text-box {
  max-width: 810px;
  margin: auto;
}

#frame {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

@media (max-width: 1020px) {
  #frame {
    min-width: 100%;
  }
}
.no-media .wrapper {
  max-width: 980px;
}
.no-media #frame {
  min-width: 1000px;
}

.ie8 .wrapper {
  max-width: 980px;
}
.ie8 #frame {
  min-width: 1000px;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
  white-space: nowrap;
  /* 1 */
}

.clearfix:after {
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.krux {
  height: 0;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

button {
  cursor: pointer;
  border: none;
}

h1 {
  margin-bottom: 0.2em;
  font-size: 3.8em;
}

h2 {
  margin-bottom: 0.2em;
  font-size: 3em;
}

h3 {
  margin-bottom: 0.2em;
  font-size: 2.4em;
}

h4 {
  margin-bottom: 0.2em;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

p {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.cta {
  display: block;
  padding: 0.6em 1.5em;
  background: #e82349;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 1em 0;
  float: left;
  position: relative;
}

a {
  color: #e82349;
  text-decoration: none;
}
a img {
  border: none;
}

/* RADIOS AND CHECKBOXES */
.question-wrapper input.date, .user-details input.date, .optins-container input.date {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.question-wrapper input:last-child, .user-details input:last-child, .optins-container input:last-child {
  margin: 0;
  float: right;
}
.question-wrapper input::-webkit-input-placeholder, .question-wrapper input:-moz-placeholder, .question-wrapper input::-moz-placeholder, .question-wrapper input:-ms-input-placeholder, .user-details input::-webkit-input-placeholder, .user-details input:-moz-placeholder, .user-details input::-moz-placeholder, .user-details input:-ms-input-placeholder, .optins-container input::-webkit-input-placeholder, .optins-container input:-moz-placeholder, .optins-container input::-moz-placeholder, .optins-container input:-ms-input-placeholder {
  color: #000;
  font-style: italic;
}
.question-wrapper input[type=checkbox] + label:before, .user-details input[type=checkbox] + label:before, .optins-container input[type=checkbox] + label:before {
  border: 1px solid #444;
  background: transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.question-wrapper input[type=radio] + label, .user-details input[type=radio] + label, .optins-container input[type=radio] + label {
  border: 1px solid white;
  width: 350px;
  margin: 0 auto;
  background: transparent;
  color: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
@media (max-width: 600px) {
  .question-wrapper input[type=radio] + label, .user-details input[type=radio] + label, .optins-container input[type=radio] + label {
    width: 250px;
  }
}
.question-wrapper input[type=radio]:checked + label, .user-details input[type=radio]:checked + label, .optins-container input[type=radio]:checked + label {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c6203f), to(#8f021a));
  background-image: -o-linear-gradient(#c6203f, #8f021a);
  background-image: linear-gradient(#c6203f, #8f021a);
  color: white;
  border: 1px solid #bb1937;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.question-wrapper input[type=radio]:hover + label, .user-details input[type=radio]:hover + label, .optins-container input[type=radio]:hover + label {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c6203f), to(#8f021a));
  background-image: -o-linear-gradient(#c6203f, #8f021a);
  background-image: linear-gradient(#c6203f, #8f021a);
  color: white;
  border: 1px solid #bb1937;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.question-wrapper input[type=checkbox]:checked + label:before, .user-details input[type=checkbox]:checked + label:before, .optins-container input[type=checkbox]:checked + label:before {
  background-color: #e82349;
}
.question-wrapper textarea, .user-details textarea, .optins-container textarea {
  min-height: 5em;
  max-width: 687px;
}
.question-wrapper fieldset, .user-details fieldset, .optins-container fieldset {
  border: 0;
  padding-top: 2em;
}
.question-wrapper fieldset input, .question-wrapper fieldset select, .question-wrapper fieldset textarea, .user-details fieldset input, .user-details fieldset select, .user-details fieldset textarea, .optins-container fieldset input, .optins-container fieldset select, .optins-container fieldset textarea {
  opacity: 0.7;
}
.question-wrapper fieldset input[type=radio] + label:before, .question-wrapper fieldset input[type=checkbox] + label:before, .question-wrapper fieldset select[type=radio] + label:before, .question-wrapper fieldset select[type=checkbox] + label:before, .question-wrapper fieldset textarea[type=radio] + label:before, .question-wrapper fieldset textarea[type=checkbox] + label:before, .user-details fieldset input[type=radio] + label:before, .user-details fieldset input[type=checkbox] + label:before, .user-details fieldset select[type=radio] + label:before, .user-details fieldset select[type=checkbox] + label:before, .user-details fieldset textarea[type=radio] + label:before, .user-details fieldset textarea[type=checkbox] + label:before, .optins-container fieldset input[type=radio] + label:before, .optins-container fieldset input[type=checkbox] + label:before, .optins-container fieldset select[type=radio] + label:before, .optins-container fieldset select[type=checkbox] + label:before, .optins-container fieldset textarea[type=radio] + label:before, .optins-container fieldset textarea[type=checkbox] + label:before {
  width: 1.3em;
  height: 1.3em;
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.question-wrapper fieldset input[type=radio] + label, .question-wrapper fieldset input[type=checkbox] + label, .question-wrapper fieldset select[type=radio] + label, .question-wrapper fieldset select[type=checkbox] + label, .question-wrapper fieldset textarea[type=radio] + label, .question-wrapper fieldset textarea[type=checkbox] + label, .user-details fieldset input[type=radio] + label, .user-details fieldset input[type=checkbox] + label, .user-details fieldset select[type=radio] + label, .user-details fieldset select[type=checkbox] + label, .user-details fieldset textarea[type=radio] + label, .user-details fieldset textarea[type=checkbox] + label, .optins-container fieldset input[type=radio] + label, .optins-container fieldset input[type=checkbox] + label, .optins-container fieldset select[type=radio] + label, .optins-container fieldset select[type=checkbox] + label, .optins-container fieldset textarea[type=radio] + label, .optins-container fieldset textarea[type=checkbox] + label {
  padding-left: 2em;
  display: block;
  position: relative;
}
.question-wrapper label, .user-details label, .optins-container label {
  color: #444;
}
.question-wrapper a + a.fake, .question-wrapper input[type=radio], .question-wrapper input[type=checkbox], .user-details a + a.fake, .user-details input[type=radio], .user-details input[type=checkbox], .optins-container a + a.fake, .optins-container input[type=radio], .optins-container input[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
}

.ie8 label:before {
  display: none !important;
}
.ie8 input[type=radio], .ie8 input[type=checkbox] {
  opacity: 1 !important;
  margin-right: 0.5em;
  width: auto;
}
.ie8 input#dateOfBirth_year {
  margin: 0;
  float: right;
}

/* LABEL COLOURS */
dt label, div label {
  color: #444;
  font-style: normal;
  font-weight: 400;
  padding: 0.5em 0 0.3em;
  font-size: 1.5em;
  display: inline-block;
  text-transform: uppercase;
}

dd {
  margin-bottom: 0.5em;
  position: relative;
}

.error {
  color: #fff;
  font-style: italic;
  text-align: left;
  font-size: 1.5em;
}

.error {
  background-color: #e82349;
  padding: 4px;
  margin-top: 1em;
}

/* QUESTION AND ANSWERS */
.answer-length {
  text-align: right;
  font-size: 1.4em;
}
.answer-length.less-than-0 {
  color: #e82349;
}

.social-login-container {
  background: #eceaeb;
  text-align: left;
}
.social-login-container h2#social-login-title {
  text-align: center;
  padding-top: 2em;
}
.social-login-container.social--logged-in h2#social-login-title {
  display: none;
}

.social-connect-container #signup,
.social-connect-container #login {
  padding-bottom: 2em;
}
.social-connect-container > .component {
  padding: 4px 0 0 0;
  background: none;
  text-align: center;
}
.social-connect-container .form {
  text-align: left;
}
.social-connect-container label.field__label {
  color: #444;
  font-size: 1em;
}
.social-connect-container .grid-row__col--2 {
  float: none;
}

@media (min-width: 1024px) {
  .social-connect-container .grid-row {
    text-align: center;
  }
}
.icon-arrow, .slick-prev,
.slick-next {
  display: inline-block;
  height: 64px;
  width: 64px;
  background: none;
  border: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 0 128 128'%3E%3Cpolyline fill='none' stroke-width='16px' stroke='%23011A54' stroke-linejoin='square' stroke-linecap='square' points='43.06 22.06 84.94 63.94 43.06 105.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Example with additional styles */
.icon-arrow-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 0 128 128'%3E%3Cpolyline fill='none' stroke-width='4px' stroke='%23333333' stroke-linejoin='square' stroke-linecap='square' points='43.06 22.06 84.94 63.94 43.06 105.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  background-color: #eee;
  border: 3px solid #ddd;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  /* When positioning the icons using absolute positioning + transform: translate (to center them),
     the rotation of .icon-prev needs to be reapplied (as it gets overwritten)! Example of how to use transforms:

  transform: translateY(-50%);
  &.icon-prev { transform: translateY(-50%) rotate(-180deg); }
  */
}
.icon-arrow-1:hover, .icon-arrow-1:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 0 128 128'%3E%3Cpolyline fill='none' stroke-width='16px' stroke='%23ea9b3a' stroke-linejoin='round' stroke-linecap='round' points='43.06 22.06 84.94 63.94 43.06 105.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border-color: #ea9b3a;
}

/* HTML examples, copy-paste these in your html

<button type="button" class="icon-arrow icon-prev"></button>
<button type="button" class="icon-arrow icon-next"></button>

<button type="button" class="icon-arrow icon-prev icon-arrow-1"></button>
<button type="button" class="icon-arrow icon-next icon-arrow-1"></button>

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

fieldset {
  min-width: initial;
}

.carousel-slick {
  padding-bottom: 6em;
}

.carousel-inner {
  max-width: 800px;
  margin: 0 auto;
}
.carousel-inner iframe {
  max-width: 100%;
}
@media (max-width: 640px) {
  .carousel-inner iframe {
    height: 56.2vw;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  outline: none;
}
.slick-prev.slick-prev,
.slick-next.slick-prev {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
@media (max-width: 940px) {
  .slick-prev,
.slick-next {
    top: auto;
    bottom: -86px;
  }
}

.slick-prev {
  left: -80px;
}
@media (max-width: 940px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  right: -80px;
}
@media (max-width: 940px) {
  .slick-next {
    right: 0;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-color: #e82349;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background-color: #e82349;
  opacity: 0.75;
}

body > iframe {
  display: none;
}

#frame {
  max-width: 1920px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

h1, h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 2.25rem;
}
@media (max-width: 970px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media (max-width: 970px) {
  h2 {
    font-size: 1.75rem;
  }
}

header {
  padding: 2em 3em;
}
@media (max-width: 380px) {
  header {
    padding: 2em;
  }
}
header .header-inner {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
header .brand-logo {
  display: block;
  padding-bottom: 8em;
}
header .brand-logo svg, header .brand-logo img {
  max-width: 140px;
}
header .client-logo {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
header .client-logo svg, header .client-logo img {
  max-width: 100%;
}

.copy-body {
  margin: 4em 0;
}

.main-content-wrap,
.competition-question {
  line-height: 1.5;
}
.main-content-wrap p,
.competition-question p {
  margin: 1.5em 0;
}
.main-content-wrap a:not(.btn-cta),
.competition-question a:not(.btn-cta) {
  color: inherit;
  text-decoration: underline;
}

.btn-cta {
  display: inline-block;
  padding: 1em 2em;
  background-color: #ed1a3b;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: 3em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c6203f), to(#8f021a));
  background-image: -o-linear-gradient(#c6203f, #8f021a);
  background-image: linear-gradient(#c6203f, #8f021a);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #bb1937;
}
.btn-cta:hover, .btn-cta:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f021a), to(#c6203f));
  background-image: -o-linear-gradient(#8f021a, #c6203f);
  background-image: linear-gradient(#8f021a, #c6203f);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #bb1937;
}

.slide-up > * {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.slide-up.slide-up > * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
}
.slide-up.slide-up > *:nth-child(1) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slide-up.slide-up > *:nth-child(2) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.slide-up.slide-up > *:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.slide-up.slide-up > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.slide-up.slide-up > *:nth-child(5) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.slide-up.slide-up > *:nth-child(6) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.slide-up.slide-up > *:nth-child(7) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.slide-up.slide-up > *:nth-child(8) {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.slide-up.slide-up > *:nth-child(9) {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.slide-up.slide-up > *:nth-child(10) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.intro {
  padding: 0;
  color: white;
  position: relative;
  background: url("../img/hero-new.jpg") no-repeat 50% 50%/cover;
}
.intro .red-text {
  color: #c72040;
}
.intro .btn-cta {
  margin-top: 0;
}
.intro .slide-up > * {
  -webkit-transition: all 0.4s ease-in-out forwards;
  -o-transition: all 0.4s ease-in-out forwards;
  transition: all 0.4s ease-in-out forwards;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.intro .slide-up.animation > * {
  -webkit-transition: all 0.4s ease-in-out forwards;
  -o-transition: all 0.4s ease-in-out forwards;
  transition: all 0.4s ease-in-out forwards;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.intro .slide-up.animation > *:nth-child(1) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro .slide-up.animation > *:nth-child(2) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.intro .slide-up.animation > *:nth-child(3) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.intro .slide-up.animation > *:nth-child(4) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.intro .slide-up.animation > *:nth-child(5) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.intro .slide-up.animation > *:nth-child(6) {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.intro .slide-up.animation > *:nth-child(7) {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.intro .slide-up.animation > *:nth-child(8) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.intro .slide-up.animation > *:nth-child(9) {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.intro .slide-up.animation > *:nth-child(10) {
  -webkit-transition-delay: 3.1s;
       -o-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
.intro .copy-body {
  max-width: 540px;
  margin: auto;
  padding: 2em;
  position: relative;
  z-index: 3;
}
.intro .copy-body:before {
  position: absolute;
  display: block;
  content: "";
  background-color: rgba(1, 26, 84, 0.6);
  width: 110%;
  height: 100%;
  top: 0;
  left: -5%;
  z-index: -1;
}
.intro .wrapper {
  position: relative;
  max-width: 1400px;
  margin-bottom: -10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 970px) {
  .intro .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.intro .hero-logo {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.intro .hero-logo img {
  position: relative;
  left: -30px;
}
.intro .hero-logo h3 {
  margin: 1em 0;
  font-size: 3em;
}
.intro .hero-logo .btn-watch {
  text-decoration: none;
  background: white;
  color: #c72040;
  padding: 0.4em 3em;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
}
.intro .text-box {
  width: 50%;
  padding: 2em;
  text-align: left;
}
@media (max-width: 970px) {
  .intro .text-box {
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
}

.clientSection {
  padding: 16em 0 20em 0;
  color: #011A54;
  background-color: #d8e1ff;
}
.clientSection .slide-up > * {
  -webkit-transition: all 0.4s ease-in-out forwards;
  -o-transition: all 0.4s ease-in-out forwards;
  transition: all 0.4s ease-in-out forwards;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.clientSection .slide-up.animation > * {
  -webkit-transition: all 0.4s ease-in-out forwards;
  -o-transition: all 0.4s ease-in-out forwards;
  transition: all 0.4s ease-in-out forwards;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.clientSection .slide-up.animation > *:nth-child(1) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.clientSection .slide-up.animation > *:nth-child(2) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.clientSection .slide-up.animation > *:nth-child(3) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.clientSection .slide-up.animation > *:nth-child(4) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.clientSection .slide-up.animation > *:nth-child(5) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.clientSection .slide-up.animation > *:nth-child(6) {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.clientSection .slide-up.animation > *:nth-child(7) {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.clientSection .slide-up.animation > *:nth-child(8) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.clientSection .slide-up.animation > *:nth-child(9) {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.clientSection .slide-up.animation > *:nth-child(10) {
  -webkit-transition-delay: 3.1s;
       -o-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
.clientSection .wrapper {
  max-width: 1400px;
}
.clientSection .text-box {
  position: relative;
  width: 50%;
  margin-left: 50%;
  text-align: left;
}
@media (max-width: 970px) {
  .clientSection .text-box {
    width: 100%;
    text-align: center;
    margin-left: auto;
    padding-bottom: 45vw;
  }
}
.clientSection .text-box:before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/pod2.jpg") no-repeat center center/contain;
  width: 602px;
  height: 645px;
  left: -91%;
  bottom: -10%;
}
@media (max-width: 1250px) {
  .clientSection .text-box:before {
    width: 36.8vw;
    height: 39.4vw;
  }
}
@media (max-width: 970px) {
  .clientSection .text-box:before {
    width: 36.8vw;
    height: 39.4vw;
    left: -webkit-calc(50% - 18.4vw);
    left: calc(50% - 18.4vw);
  }
}
@media (max-width: 600px) {
  .clientSection .text-box:before {
    width: 100%;
    height: 50vw;
    left: 0;
  }
}
.clientSection .text-box:after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/bow.png") no-repeat center center/contain;
  width: 169px;
  height: 183px;
  left: -90%;
  bottom: -15%;
  opacity: 0;
}
@media (max-width: 1250px) {
  .clientSection .text-box:after {
    width: 12.9vw;
    height: 13.9vw;
  }
}
@media (max-width: 970px) {
  .clientSection .text-box:after {
    width: 12.9vw;
    height: 13.9vw;
    left: -webkit-calc(50% - 24vw);
    left: calc(50% - 24vw);
  }
}
.clientSection .text-box.animation:after {
  -webkit-animation: appear-scale 0.8s ease-in-out forwards;
          animation: appear-scale 0.8s ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes appear-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes appear-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clientSection .text-box .copy-body {
  max-width: 540px;
  padding: 15em 2em 0 2em;
  margin: 0 auto;
}
@media (max-width: 970px) {
  .clientSection .text-box .copy-body {
    margin: auto;
    padding: 2em;
  }
}

.carousel-slick {
  padding: 8em 0 15em;
  color: #011A54;
}

.competition {
  background-color: inherit;
  color: #444;
}
.competition .competition-question {
  padding: 5em 0;
  background-color: #f9f3ea;
}
.competition .competition-question .red-text {
  color: #c72040;
}
.competition h2 {
  color: inherit;
}
.competition .form-wrapper.thank-you {
  padding-top: 40em;
  padding-bottom: 200px;
  text-align: center;
}
.competition a {
  font-weight: 700;
}
.competition .column {
  max-width: 100%;
  margin: auto;
}
.competition p {
  font-size: 1.5em;
}
.competition .submit-btn {
  margin-top: 1.5em;
  background: #e82349;
  color: white;
  border: none;
  padding: 0.6em 1.5em;
  text-transform: uppercase;
}
.competition .competition-question {
  background-color: #011A54;
  color: white;
}
.competition .competition-question .text-box {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 970px) {
  .competition .competition-question .text-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.competition .competition-question .copy-body {
  max-width: 480px;
  margin: auto auto auto 0;
}
@media (max-width: 970px) {
  .competition .competition-question .copy-body {
    margin: auto;
  }
}
.competition .competition-question .comp-copy {
  width: 50%;
  text-align: left;
  position: relative;
  z-index: 99;
}
.competition .competition-question .comp-copy a {
  text-decoration: none;
}
@media (max-width: 970px) {
  .competition .competition-question .comp-copy {
    width: 100%;
    text-align: center;
    padding-bottom: 20vw;
  }
}
@media (max-width: 600px) {
  .competition .competition-question .comp-copy {
    width: 100%;
    text-align: center;
    padding-bottom: 38vw;
  }
}
.competition .competition-question .comp-q-a {
  width: 50%;
  position: relative;
  padding-top: 5em;
  z-index: 5;
}
@media (max-width: 970px) {
  .competition .competition-question .comp-q-a {
    width: 100%;
  }
}
.competition .competition-question .comp-q-a:before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/question-logo.png") no-repeat center center/contain;
  width: 157px;
  height: 156px;
  left: -webkit-calc(50% - 77px);
  left: calc(50% - 77px);
  top: -25%;
  opacity: 0;
}
@media (max-width: 500px) {
  .competition .competition-question .comp-q-a:before {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.competition .competition-question .comp-q-a.animation:before {
  -webkit-animation: appear 0.5s ease-in-out forwards;
          animation: appear 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.competition .competition-question .comp-q-a:after {
  position: absolute;
  display: block;
  content: "";
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1c3e85), to(#03175b));
  background-image: -o-linear-gradient(top left, #1c3e85, #03175b);
  background-image: linear-gradient(to bottom right, #1c3e85, #03175b);
  width: 100%;
  height: 148%;
  bottom: -17%;
  left: 0;
  z-index: -1;
}
@media (max-width: 970px) {
  .competition .competition-question .comp-q-a:after {
    left: 0;
  }
}
.competition .competition-question .question-container {
  font-size: 1.6em;
  margin: 1em 0;
  text-transform: uppercase;
}
.competition .competition-question .answers-container ul {
  list-style: none;
  margin: 1em;
}
.competition .competition-question .answers-container ul li {
  margin: 1em 2em 0 0;
  font-size: 1.2em;
  display: block;
}
@media (max-width: 600px) {
  .competition .competition-question .answers-container ul li {
    display: block;
    margin-right: 0;
  }
}
.competition .competition-question .answers-container ul li [type=radio] + label {
  padding-left: 0;
}
.competition .competition-optins {
  margin-top: 3em;
}
.competition .competition-optins p label {
  font-size: 1em;
  color: #444;
}
.competition small {
  text-align: right;
  display: block;
}
.competition .comp-inactive {
  padding: 10em 0;
  background-color: #f3f3f3;
}
footer {
  color: #011A54;
  background-color: #d8e1ff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}

.pixel_img {
  opacity: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 700px) {
  body {
    font-size: 9px;
  }

  .competition .competition-details, .competition .competition-optins {
    width: 100%;
    float: none;
  }
  .competition .competition-details .sign-in-container, .competition .competition-details .register-container {
    width: 100%;
    float: none;
  }
  .competition .competition-details .register-container {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  body {
    font-size: 8px;
  }

  .competition .competition-details .nested.half, .competition .competition-optins .nested.half {
    width: 100%;
  }
}
/*# sourceMappingURL=layout.css.map */