/*! 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: #222;
  margin: 0 auto;
  text-align: center;
}

img {
  max-width: 100%;
}

.wrapper {
  display: block;
  max-width: 1000px;
  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
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

.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: 3.6em;
}

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

h4 {
  margin-bottom: 0.2em;
}

h1, h2, h3, h4, h5 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

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 #222;
  background: transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.question-wrapper input[type=radio] + label:before, .user-details input[type=radio] + label:before, .optins-container input[type=radio] + label:before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #222;
  background: transparent;
}
.question-wrapper input[type=radio]:checked + label:before, .user-details input[type=radio]:checked + label:before, .optins-container input[type=radio]:checked + label:before {
  background-color: #e82349;
}
.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=checkbox] + label:before, .question-wrapper fieldset select[type=checkbox] + label:before, .question-wrapper fieldset textarea[type=checkbox] + label:before, .user-details fieldset input[type=checkbox] + label:before, .user-details fieldset select[type=checkbox] + label:before, .user-details fieldset textarea[type=checkbox] + label:before, .optins-container fieldset input[type=checkbox] + label:before, .optins-container fieldset select[type=checkbox] + 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=checkbox] + label, .question-wrapper fieldset select[type=checkbox] + label, .question-wrapper fieldset textarea[type=checkbox] + label, .user-details fieldset input[type=checkbox] + label, .user-details fieldset select[type=checkbox] + label, .user-details fieldset textarea[type=checkbox] + label, .optins-container fieldset input[type=checkbox] + label, .optins-container fieldset select[type=checkbox] + 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: #222;
}
.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: #222;
  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 {
  position: relative;
  color: #222;
  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: #222;
  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 {
  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='%23ffffff' 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);
}

.stars {
  position: absolute;
  pointer-events: none;
}
.stars.stars-1 {
  bottom: 20px;
  right: 40px;
  -webkit-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

body {
  background: #222;
}
body > iframe {
  display: none;
}

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

header {
  padding: 0 0 4em;
}
@media (max-width: 380px) {
  header {
    padding: 2em;
  }
}
header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
header .brand-logo {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 110px;
      -ms-flex: 0 1 110px;
          flex: 0 1 110px;
  margin-right: 2em;
}
header .brand-logo svg, header .brand-logo img {
  max-width: 100%;
}
header .client-logo {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 160px;
      -ms-flex: 0 1 160px;
          flex: 0 1 160px;
}
header .client-logo svg, header .client-logo img {
  max-width: 100%;
  fill: white;
}

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

.main-content-wrap,
.competition-question {
  line-height: 1.5;
  color: white;
}
.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 2.5em;
  background-color: #f7f410;
  color: #222;
  font-family: omnes-pro, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-cta:hover, .btn-cta:active {
  background-color: #fff;
}
.btn-cta.btn-inverse {
  background: #fff;
}
.btn-cta.btn-inverse:hover, .btn-cta.btn-inverse:active {
  background-color: #f7f410;
}

@media (min-width: 900px) {
  .intro .intro-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .intro .intro-inner > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.intro .intro-img {
  background: url("../img/intro.jpg") no-repeat center center/cover;
  min-height: 450px;
}
.intro .text-box {
  position: relative;
  padding: 5vw 7vw;
  margin: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.7) url("../img/intro-text-bg.jpg") no-repeat right top;
}

.native {
  position: relative;
  background: #3a4348 url("../img/fernbg.jpg") no-repeat center center/cover;
  padding: 7em 0 4em;
}

.clientSection {
  position: relative;
  background: #001c54;
  padding: 11em 0;
}
.clientSection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333 url("../img/client-bg.jpg") no-repeat fixed center center;
}
.clientSection .bubble {
  margin-top: 26px;
  position: relative;
  display: inline-block;
  padding: 2.4em 7em 2.4em 3.4em;
  background: #394347;
  text-align: left;
  -webkit-filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.7));
}
.clientSection .bubble h2 {
  color: #f7f410;
}
.clientSection .bubble p {
  margin: 0;
  font-family: omnes-pro, sans-serif;
  font-weight: 400;
  font-size: 2.6em;
  line-height: 1.4;
}
.clientSection .bubble .droplet {
  position: absolute;
  width: 50px;
  bottom: -webkit-calc(100% - 1px);
  bottom: calc(100% - 1px);
  right: 0;
  fill: #394347;
  -webkit-transform: rotate(180deg) scaleX(-1);
      -ms-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
}
@media (min-width: 800px) {
  .clientSection .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .clientSection .wrapper > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .clientSection .wrapper .bubble-wrap {
    margin-right: 1em;
    margin-bottom: 0;
  }
  .clientSection .wrapper .text-box {
    text-align: left;
  }
}
.clientSection .wrapper .bubble-wrap {
  margin-bottom: 4em;
}

.perks {
  position: relative;
  padding: 6em 0;
}
.perks:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333 url("../img/perks_bg2.jpg") no-repeat fixed center center;
}
.perks .text-box {
  max-width: 500px;
}
.perks h2 {
  color: #f7f410;
}

.perks-box {
  margin-bottom: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (-ms-high-contrast: none) {
  .perks-box {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.perks-box li {
  display: block;
  -webkit-box-flex: 33%;
  -webkit-flex: 33% 0 1;
      -ms-flex: 33% 0 1;
          flex: 33% 0 1;
  min-width: 110px;
  text-align: center;
  font-size: 1.4em;
  padding: 10px;
}
.perks-box li:before {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 15px;
  background: url("../img/perks.png") no-repeat;
}
.perks-box li.unlimited:before {
  background-position: 1px 1px;
}
.perks-box li.security:before {
  background-position: 1px -77px;
}
.perks-box li.fixed-price:before {
  background-position: -77px -77px;
}

.awards-box {
  margin-bottom: 3em;
}
.awards-box li {
  display: block;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  height: 74px;
  background: url("../img/sprite.png") no-repeat;
  width: 194px;
  margin: 2em 15px 0 0;
  display: inline-block;
}
.awards-box li.winner-2019 {
  background-position: 0 0;
}
.awards-box li.winner-broadband {
  background-position: 0px -73px;
}

.social a {
  display: block;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin: 0 10px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
}
.social a:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/social.jpg") no-repeat;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social .twt {
  background: #28aae1;
}
.social .twt:after {
  width: 30px;
  height: 30px;
  background-position: -4px -42px;
}
.social .fcb {
  background: #3a559f;
}
.social .fcb:after {
  width: 25px;
  height: 40px;
  background-position: -10px 0px;
}

.competition {
  position: relative;
  background-color: inherit;
  color: #222;
}
.competition .competition-question {
  position: relative;
  padding: 5em 0;
}
.competition .competition-question:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333 url("../img/comp-bg.jpg") no-repeat fixed center center;
}
.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: 660px;
  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 {
  color: #222;
}
.competition .competition-question .comp-q-a {
  max-width: 810px;
  margin: 4em auto 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 4em;
  font-family: omnes-pro, sans-serif;
}
.competition .competition-question .comp-q-a #answer {
  font-size: 1.5em;
  font-weight: bold;
}
.competition .competition-question .question-container {
  font-size: 1.6em;
  margin: 1em 0;
}
.competition .competition-question .answers-container {
  list-style: none;
  max-width: 520px;
  margin: 4rem auto 2rem;
}
@media (min-width: 700px) {
  .competition .competition-question .answers-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .competition .competition-question .answers-container li {
    -webkit-box-flex: 33%;
    -webkit-flex: 33% 1 1;
        -ms-flex: 33% 1 1;
            flex: 33% 1 1;
  }
}
.competition .competition-question .answers-container li {
  margin-bottom: 2rem;
}
.competition .competition-question .answers-container li label {
  font-size: 1.4em;
  display: inline-block;
  padding: 1em 2em;
  position: relative;
  color: white;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.competition .competition-question .answers-container li label span {
  position: relative;
  z-index: 1;
}
.competition .competition-question .answers-container li label svg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
}
.competition .competition-question .answers-container li label svg path {
  fill: #394347;
  stroke: #394347;
  stroke-width: 12;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.competition .competition-question .answers-container li label:hover, .competition .competition-question .answers-container li label:active {
  color: white !important;
}
.competition .competition-question .answers-container li label:hover svg path, .competition .competition-question .answers-container li label:active svg path {
  stroke: #e82349;
  fill: #e82349;
}
.competition .competition-question .answers-container li input[type=radio], .competition .competition-question .answers-container li input[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
}
.competition .competition-question .answers-container li input:focus + label {
  color: white !important;
}
.competition .competition-question .answers-container li input:focus + label svg path {
  stroke: #e82349;
  fill: #e82349;
}
.competition .competition-question .answers-container li input:checked + label {
  color: #e82349;
}
.competition .competition-question .answers-container li input:checked + label svg path {
  stroke: #e82349;
}
.competition .competition-optins {
  margin-top: 3em;
}
.competition .competition-optins p label {
  font-size: 1em;
  color: #222;
}
.competition small {
  text-align: right;
  display: block;
}
.competition .comp-inactive {
  padding: 10em 0;
  background-color: #f3f3f3;
}
.competition #result {
  color: white;
}

footer {
  position: relative;
  color: #222;
  background-color: white;
  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 */