/* CSS Document */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Variables */
/*! Fonts */
@font-face {
  font-family: 'mullerregular';
  src: url("../fonts/Muller-Regular-webfont.eot");
  src: url("../fonts/Muller-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-Regular-webfont.woff2") format("woff2"), url("../fonts/Muller-Regular-webfont.woff") format("woff"), url("../fonts/Muller-Regular-webfont.ttf") format("truetype"), url("../fonts/Muller-Regular-webfont.svg#muller_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mullerextrabold';
  src: url("../fonts/Muller-ExtraBold-webfont.eot");
  src: url("../fonts/Muller-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-ExtraBold-webfont.woff2") format("woff2"), url("../fonts/Muller-ExtraBold-webfont.woff") format("woff"), url("../fonts/Muller-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/Muller-ExtraBold-webfont.svg#mullerextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mullerlight';
  src: url("../fonts/Muller-Light-webfont.eot");
  src: url("../fonts/Muller-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-Light-webfont.woff2") format("woff2"), url("../fonts/Muller-Light-webfont.woff") format("woff"), url("../fonts/Muller-Light-webfont.ttf") format("truetype"), url("../fonts/Muller-Light-webfont.svg#mullerlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mullerlightitalic';
  src: url("../fonts/Muller-Light Italic-webfont.eot");
  src: url("../fonts/Muller-Light Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller-Light Italic-webfont.woff2") format("woff2"), url("../fonts/Muller-Light Italic-webfont.woff") format("woff"), url("../fonts/Muller-Light Italic-webfont.ttf") format("truetype"), url("../fonts/Muller-Light Italic-webfont.svg#mullerlight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! Typography */
body {
  font-size: 62.5% !important;
  font-family: mullerregular; }

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1.2; }

h1, .h1 {
  font-size: 3.6em;
  line-height: 1.16; }

h2, .h2 {
  font-size: 2.4em;
  line-height: 1.25; }

h3, .h3 {
  font-size: 1.8em;
  line-height: 1.33; }

h4, .h4 {
  font-size: 1.6em;
  line-height: 1.375; }

h5, .h5 {
  font-size: 1.4em;
  line-heigh: 1.43; }

h6, .h6 {
  font-size: 1.2em;
  line-height: 1.5; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 65%;
  color: #666; }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 25px; }

p, li, dl, address {
  font-size: 1.6em;
  margin: 0 0 10px;
  line-height: 1.55;
  font-family: mullerlight; }

p.lead {
  font-size: 2em;
  font-family: mullerlight; }

address {
  font-style: normal; }

a {
  color: #900; }

a:hover {
  text-decoration: none; }

.link-reset {
  color: inherit;
  text-decoration: none; }

/* Lists */
ul, ol {
  margin: 0;
  padding: 0 0 0 20px; }

ul ul, ol ol, ul ol, ol ul {
  padding: 15px 0 0 40px; }

ol ol {
  list-style: lower-roman; }

li li {
  font-size: 1em; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0; }

dl {
  margin: 0 0 15px; }

dt {
  font-weight: 700; }

dd {
  margin: 0; }

dt, dd {
  line-height: 1.45; }

pre {
  padding: 10px;
  background: #fafafa;
  font: 1.4em/1.4 Consolas, monospace, serif;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }

.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px; }

.dl-horizontal dd {
  margin-left: 180px; }

.dl-horizontal dd:before {
  content: '';
  display: table; }

blockquote {
  font-family: mullerlightitalic;
  margin: 0;
  padding: 0; }

blockquote > p {
  font-size: 2em;
  line-height: 1.2;
  font-family: mullerlightitalic; }

.quote-outdented {
  margin-left: -50px; }

.quote-indented {
  padding-left: 20px;
  border-left: 5px solid #ccc; }

.quote-pullout {
  width: 50%;
  margin: 0 20px 10px 0;
  float: left;
  font-style: italic;
  max-width: 400px;
  padding: 20px;
  background: #e6e6e6; }

.quote-pullout > p {
  font-size: 2em; }

@media only screen and (min-width: 600px) {
  .quote-pullout {
    width: 50%;
    margin: 0 20px 10px 0;
    float: left;
    font-style: italic;
    max-width: 400px;
    padding: 20px;
    background: #e6e6e6; }

  .quote-pullout > p {
    font-size: 3em; } }
.quote-right {
  text-align: right; }

.quote-right.quote-pullout {
  float: right;
  margin: 0 0 10px 20px; }

.quote-right.quote-indented {
  border-left: none;
  border-right: 5px solid #ccc;
  padding-right: 20px;
  padding-left: 0; }

.badge {
  display: inline-block;
  padding: 0 5px;
  background: #009dd8;
  font-size: 80%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }

.badge-danger {
  background: #C9181B; }

.cta {
  font-size: 1.8em;
  padding: 20px 0 0; }

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

.page-title {
  font-family: mullerextrabold;
  font-size: 3.6em;
  text-transform: uppercase;
  color: #A41A8D; }

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

@media only screen and (max-width: 479px) {
  .page-title {
    font-size: 2.4em; } }
/*! Framework */
img {
  max-width: 100%;
  height: auto; }

html, body, .holder {
  min-height: 100%; }

body {
  background: #333; }

.holder {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.inline-list li {
  display: inline-block;
  margin: 0 10px 10px 0; }

/*
@media only screen and (max-width: $sm-width-under) {
    .small-screen { display: flex; align-items: center; text-align: center; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: #455a64; color: #fff; }
    .small-screen-message { width: 80%; margin: 0 auto; }
    .page-content { display: none; }
}

@media only screen and (min-width: $sm-width) {
    
   .small-screen { display: none; } 
    
}*/
.small-screen {
  display: none; }

body {
  background: #93d3d1 url(../img/banner-bg-blur.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover; }

/*! Helpers */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

.clearfix:after,
.clear-both {
  clear: both; }

.hide {
  display: none; }

/*! Forms */
label {
  display: block;
  margin: 0 0 3px; }

.lg-input {
  font-size: 2em; }

.sm-input {
  font-size: 1.1em; }

/*--
FORM INLINE
--*/
.form-inline p {
  display: inline-block;
  margin: 0 10px 0 0; }

.form-inline label {
  display: inline-block;
  padding: 0 3px 0 0; }

.form-inline input {
  width: auto !important; }

/*--
FORM HORIZONTAL
--*/
.form-horizontal label {
  display: inline-block;
  width: 200px;
  text-align: right;
  padding-right: 10px; }

.form-horizontal .checkbox label,
.form-horizontal .radio label {
  text-align: left; }

.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-left: 204px; }

/*--
INPUTS
--*/
input, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none; }

textarea {
  height: 100px;
  resize: vertical; }

select {
  position: relative;
  background: #fff url(../img/select-arrow.png) no-repeat center right 10px; }

.standard-form-control {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 250px;
  outline-width: 0; }

select.standard-form-control {
  background: #fff url(../img/select-arrow.png) no-repeat center right 10px;
  width: auto;
  padding: 4px 30px 4px 6px;
  background-color: #6a2368;
  color: #fff;
  box-shadow: none;
  border-color: #fff; }

.standard-form-control--full-width {
  width: 100%; }

.standard-form-control--medium-width {
  width: 150px; }

.standard-form-control--small-width {
  width: 50px; }

input + label {
  display: inline-block; }

.help-block,
.help-inline {
  color: #666; }

.help-block {
  display: block;
  padding: 4px 0 0; }

.help-inline {
  display: inline-block;
  margin: 0 0 0 10px; }

.form-action-right {
  text-align: right; }

[type="radio"] + label {
  display: inline-block; }

[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  transition: border-color 0.2s, box-shadow 0.2s; }

[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  transition: all .2s; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="radio"]:checked:focus + label:before, [type="radio"]:not(:checked):focus + label:before {
  outline: none; }

.radio-inline p,
.checkbox-inline p {
  display: inline-block;
  margin-right: 10px; }

.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 10px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #78ab55;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #900;
  color: #fff;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  height: 20px;
  background: #FFFFFF;
  position: absolute;
  top: 6px;
  bottom: 5px;
  right: 46px;
  border-radius: 5px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 5px; }

.yes-no-list li {
  background: #fff;
  padding: 5px;
  border-radius: 5px; }

@media only screen and (min-width: 600px) {
  .yes-no-list li {
    width: 50%;
    float: left;
    background: #fff;
    padding: 5px;
    border-radius: 5px; }

  .yes-no-list li:nth-child(2n+1) {
    border-right: 5px solid #ededed; }

  .yes-no-list li:nth-child(2n) {
    border-left: 5px solid #ededed; } }
/*!
 * animsition v4.0.1
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.no-js .animsition,
.no-js .animsition-overlay {
  position: relative;
  opacity: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

/*! Header */
.lockup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100; }

.idea-logo {
  position: absolute;
  right: 3rem;
  top: 0;
  width: 80px; }

.garter {
  float: left;
  width: 70px;
  height: 70px; }

.with-title {
  background: #ededed;
  height: 70px; }

.site-title {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #A41A8D;
  padding: 12px 0 0;
  float: left; }

.site-title span {
  display: block;
  font-size: 1.8em;
  font-family: mullerextrabold; }

@media only screen and (max-width: 479px) {
  .idea-logo {
    right: 0;
    width: 70px;
    height: auto; }

  .site-title {
    display: none; } }
/*! Footer */
/*! Grid */
.holder {
  margin: 0 auto;
  border-bottom: 20px solid #fb616b; }

[class*='xs-col-'] {
  float: left; }

.xs-col-1-1 {
  width: 100%; }

.xs-col-1-2 {
  width: 50%; }

.xs-col-1-3 {
  width: 33.33%; }

.xs-col-2-3 {
  width: 66.66%; }

.xs-col-1-4 {
  width: 25%; }

.xs-col-3-4 {
  width: 75%; }

.xs-push-1-4 {
  margin-left: 25%; }

.xs-push-3-4 {
  margin-left: 75%; }

.xs-push-1-2 {
  margin-left: 50%; }

.xs-push-1-3 {
  margin-left: 33.33%; }

.xs-push-2-3 {
  margin-left: 66.66%; }

.row {
  clear: both;
  padding: 0;
  margin: 0 0 20px; }

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

.row:after {
  clear: both; }

.column-content {
  padding: 20px;
  margin: 0 10px; }

.column-content--no-hz-padding {
  padding-left: 0;
  padding-right: 0;
  background: #fff; }

.column-content--no-vt-padding {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff; }

.column-content--no-t-padding {
  padding-top: 0; }

.column-content--no-b-padding {
  padding-bottom: 0; }

.column-content--no-l-padding {
  padding-left: 0; }

.column-content--no-r-padding {
  padding-right: 0; }

.column-content--no-padding {
  padding: 0; }

.column-content--border-right {
  border-right: 1px solid #000;
  margin-right: 0;
  padding-right: 30px; }

.column-content--border-left {
  border-left: 1px solid #000;
  margin-left: 0;
  padding-left: 30px; }

.centre-col {
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

.xs-width-1-1 {
  width: 100%; }

.xs-width-1-2 {
  width: 50%; }

.xs-width-1-3 {
  width: 33.33%; }

.xs-width-1-4 {
  width: 25%; }

.panel-box {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 4px; }

.with-footer {
  padding: 0 0 80px;
  position: relative;
  border-bottom: 5px solid #6a2368;
  margin: 0; }

.question-column {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px; }

@media only screen and (min-width: 600px) {
  .holder {
    width: 600px;
    margin: 0 auto; }

  [class*='sm-col-'] {
    float: left; }

  .sm-col-1-1 {
    width: 100%; }

  .sm-col-1-2 {
    width: 50%; }

  .sm-col-1-3 {
    width: 33.33%; }

  .sm-col-2-3 {
    width: 66.66%; }

  .sm-col-1-4 {
    width: 25%; }

  .sm-col-3-4 {
    width: 75%; }

  .sm-col-1-5 {
    width: 20%; }

  .sm-col-2-5 {
    width: 40%; }

  .sm-col-3-5 {
    width: 60%; }

  .sm-col-4-5 {
    width: 80%; }

  .sm-push-1-4 {
    margin-left: 25%; }

  .sm-push-3-4 {
    margin-left: 75%; }

  .sm-push-1-2 {
    margin-left: 50%; }

  .sm-push-1-3 {
    margin-left: 33.33%; }

  .sm-push-2-3 {
    margin-left: 66.66%; }

  .sm-push-1-5 {
    margin-left: 20%; }

  .sm-push-2-5 {
    margin-left: 40%; }

  .sm-width-1-1 {
    width: 100%; }

  .sm-width-1-2 {
    width: 50%; }

  .sm-width-1-3 {
    width: 33.33%; }

  .sm-width-1-4 {
    width: 25%; } }
@media only screen and (min-width: 768px) {
  .holder {
    width: 768px;
    margin: 0 auto; }

  .column-content--md-no-hz-padding {
    padding-left: 0;
    padding-right: 0;
    background: #fff; }

  .column-content--md-no-vt-padding {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff; }

  .column-content--md-no-t-padding {
    padding-top: 0; }

  .column-content--md-no-b-padding {
    padding-bottom: 0; }

  .column-content--md-no-l-padding {
    padding-left: 0; }

  .column-content--md-no-r-padding {
    padding-right: 0; }

  .column-content--md-no-padding {
    padding: 0; }

  [class*='md-col-'] {
    float: left; }

  .md-col-1-1 {
    width: 100%; }

  .md-col-1-2 {
    width: 50%; }

  .md-col-1-3 {
    width: 33.33%; }

  .md-col-2-3 {
    width: 66.66%; }

  .md-col-3-4 {
    width: 75%; }

  .md-col-1-4 {
    width: 25%; }

  .md-col-1-5 {
    width: 20%; }

  .md-col-2-5 {
    width: 40%; }

  .md-col-3-5 {
    width: 60%; }

  .md-col-4-5 {
    width: 80%; }

  .md-col-1-6 {
    width: 16.66%; }

  .md-col-5-6 {
    width: 83.3%; }

  .md-col-1-7 {
    width: 14.28%; }

  .md-col-2-7 {
    width: 28.56%; }

  .md-col-3-7 {
    width: 42.84%; }

  .md-col-4-7 {
    width: 57.12%; }

  .md-col-5-7 {
    width: 71.4%; }

  .md-col-6-7 {
    width: 85.68%; }

  .md-col-1-8 {
    width: 12.5%; }

  .md-col-3-8 {
    width: 37.5%; }

  .md-col-5-8 {
    width: 62.5%; }

  .md-col-7-8 {
    width: 87.5%; }

  .md-push-1-4 {
    margin-left: 25%; }

  .md-push-3-4 {
    margin-left: 75%; }

  .md-push-1-2 {
    margin-left: 50%; }

  .md-push-1-3 {
    margin-left: 33.33%; }

  .md-push-2-3 {
    margin-left: 66.66%; }

  .md-push-1-5 {
    margin-left: 20%; }

  .md-push-2-5 {
    margin-left: 40%; }

  .md-push-1-7 {
    margin-left: 14.28%; }

  .md-push-2-7 {
    margin-left: 28.56%; }

  .md-push-3-7 {
    margin-left: 42.84%; }

  .md-push-4-7 {
    margin-left: 57.12%; }

  .md-push-5-7 {
    margin-left: 71.4%; }

  .md-push-6-7 {
    margin-left: 85.68%; }

  .md-push-1-8 {
    margin-left: 12.5%; }

  .md-push-3-8 {
    margin-left: 37.5%; }

  .md-push-5-8 {
    margin-left: 62.5%; }

  .md-push-7-8 {
    margin-left: 87.5%; }

  .md-width-1-1 {
    width: 100%; }

  .md-width-1-2 {
    width: 50%; }

  .md-width-1-3 {
    width: 33.33%; }

  .md-width-1-4 {
    width: 25%; } }
@media only screen and (min-width: 1024px) {
  .holder {
    width: 1024px;
    margin: 0 auto; }

  .column-content--lg-no-hz-padding {
    padding-left: 0;
    padding-right: 0;
    background: #fff; }

  .column-content--lg-no-vt-padding {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff; }

  .column-content--lg-no-t-padding {
    padding-top: 0; }

  .column-content--lg-no-b-padding {
    padding-bottom: 0; }

  .column-content--lg-no-l-padding {
    padding-left: 0; }

  .column-content--lg-no-r-padding {
    padding-right: 0; }

  .column-content--lg-no-padding {
    padding: 0; }

  [class*='lg-col-'] {
    float: left; }

  .lg-col-1-1 {
    width: 100%; }

  .lg-col-1-2 {
    width: 50%; }

  .lg-col-1-3 {
    width: 33.33%; }

  .lg-col-2-3 {
    width: 66.66%; }

  .lg-col-3-4 {
    width: 75%; }

  .lg-col-1-4 {
    width: 25%; }

  .lg-col-1-5 {
    width: 20%; }

  .lg-col-2-5 {
    width: 40%; }

  .lg-col-3-5 {
    width: 60%; }

  .lg-col-4-5 {
    width: 80%; }

  .lg-col-1-6 {
    width: 16.66%; }

  .lg-col-5-6 {
    width: 83.3%; }

  .lg-col-1-7 {
    width: 14.28%; }

  .lg-col-2-7 {
    width: 28.56%; }

  .lg-col-3-7 {
    width: 42.84%; }

  .lg-col-4-7 {
    width: 57.12%; }

  .lg-col-5-7 {
    width: 71.4%; }

  .lg-col-6-7 {
    width: 85.68%; }

  .lg-col-1-8 {
    width: 12.5%; }

  .lg-col-3-8 {
    width: 37.5%; }

  .lg-col-5-8 {
    width: 62.5%; }

  .lg-col-7-8 {
    width: 87.5%; }

  .lg-push-1-4 {
    margin-left: 25%; }

  .lg-push-3-4 {
    margin-left: 75%; }

  .lg-push-1-2 {
    margin-left: 50%; }

  .lg-push-1-3 {
    margin-left: 33.33%; }

  .lg-push-2-3 {
    margin-left: 66.66%; }

  .lg-push-1-5 {
    margin-left: 20%; }

  .lg-push-2-5 {
    margin-left: 40%; }

  .lg-push-1-7 {
    margin-left: 14.28%; }

  .lg-push-2-7 {
    margin-left: 28.56%; }

  .lg-push-3-7 {
    margin-left: 42.84%; }

  .lg-push-4-7 {
    margin-left: 57.12%; }

  .lg-push-5-7 {
    margin-left: 71.4%; }

  .lg-push-6-7 {
    margin-left: 85.68%; }

  .lg-push-1-8 {
    margin-left: 12.5%; }

  .lg-push-3-8 {
    margin-left: 37.5%; }

  .lg-push-5-8 {
    margin-left: 62.5%; }

  .lg-push-7-8 {
    margin-left: 87.5%; }

  .lg-width-1-1 {
    width: 100%; }

  .lg-width-1-2 {
    width: 50%; }

  .lg-width-1-3 {
    width: 33.33%; }

  .lg-width-1-4 {
    width: 25%; } }
@media only screen and (min-width: 1200px) {
  .holder {
    width: 1170px;
    margin: 0 auto; }

  [class*='xl-col-'] {
    float: left; }

  .xl-col-1-1 {
    width: 100%; }

  .xl-col-1-2 {
    width: 50%; }

  .xl-col-1-3 {
    width: 33.33%; }

  .xl-col-2-3 {
    width: 66.66%; }

  .xl-col-3-4 {
    width: 75%; }

  .xl-col-1-4 {
    width: 25%; }

  .xl-col-1-5 {
    width: 20%; }

  .xl-col-2-5 {
    width: 40%; }

  .xl-col-3-5 {
    width: 60%; }

  .xl-col-4-5 {
    width: 80%; }

  .xl-col-1-6 {
    width: 16.66%; }

  .xl-col-5-6 {
    width: 83.3%; }

  .xl-col-1-7 {
    width: 14.28%; }

  .xl-col-2-7 {
    width: 28.56%; }

  .xl-col-3-7 {
    width: 42.84%; }

  .xl-col-4-7 {
    width: 57.12%; }

  .xl-col-5-7 {
    width: 71.4%; }

  .xl-col-6-7 {
    width: 85.68%; }

  .xl-col-1-8 {
    width: 12.5%; }

  .xl-col-3-8 {
    width: 37.5%; }

  .xl-col-5-8 {
    width: 62.5%; }

  .xl-col-7-8 {
    width: 87.5%; }

  .xl-push-1-4 {
    margin-left: 25%; }

  .xl-push-3-4 {
    margin-left: 75%; }

  .xl-push-1-2 {
    margin-left: 50%; }

  .xl-push-1-3 {
    margin-left: 33.33%; }

  .xl-push-2-3 {
    margin-left: 66.66%; }

  .xl-push-1-5 {
    margin-left: 20%; }

  .xl-push-2-5 {
    margin-left: 40%; }

  .xl-push-1-7 {
    margin-left: 14.28%; }

  .xl-push-2-7 {
    margin-left: 28.56%; }

  .xl-push-3-7 {
    margin-left: 42.84%; }

  .xl-push-4-7 {
    margin-left: 57.12%; }

  .xl-push-5-7 {
    margin-left: 71.4%; }

  .xl-push-6-7 {
    margin-left: 85.68%; }

  .xl-push-1-8 {
    margin-left: 12.5%; }

  .xl-push-3-8 {
    margin-left: 37.5%; }

  .xl-push-5-8 {
    margin-left: 62.5%; }

  .xl-push-7-8 {
    margin-left: 87.5%; }

  .xl-width-1-1 {
    width: 100%; }

  .xl-width-1-2 {
    width: 50%; }

  .xl-width-1-3 {
    width: 33.33%; }

  .xl-width-1-4 {
    width: 25%; } }
/*! General */
/*! Breadcrumbs */
.breadcrumbs {
  background-color: #f5f5f5;
  border-radius: 5px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px; }

.breadcrumbs > li {
  display: inline-block;
  margin: 0; }

.breadcrumbs > li + li::before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px; }

.breadcrumbs > .active {
  color: #333; }

/*! Buttons */
.btn {
  display: inline-block;
  padding: 15px 35px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
  text-transform: uppercase; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-primary {
  color: #fff;
  background-color: #A41A8D;
  border-color: #A41A8D; }

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #4c0c41;
  border-color: #4c0c41; }

.btn-secondary {
  color: #fff;
  background-color: #f90;
  border-color: #cc7a00; }

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #ffad33;
  border-color: #ff9900; }

.btn-tertiary {
  color: #fff;
  background-color: #c30;
  border-color: #c30; }

.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover {
  color: #fff;
  background-color: #992600;
  border-color: #992600; }

.btn-lg {
  font-size: 150%;
  padding: 6px 18px; }

.btn-sm {
  font-size: 90%;
  padding: 4px 8px; }

/*! Feature Banner */
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith ($mbmufffin)
 * 
 */
/*--
RESET
--*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/*--
BASE
--*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  font-size: 1em;
  overflow: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/*--
THEME
--*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  display: none;
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-indent: -9999em;
  overflow: hidden; }

.flex-direction-nav a:before {
  font-size: 30px;
  display: inline-block;
  font-family: 'Flaticon';
  content: '\e036';
  color: #fff; }

.flex-direction-nav a.flex-next:before {
  content: '\e052'; }

.flex-direction-nav .flex-prev {
  left: 10px; }

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 1px solid #999; }

.flex-control-paging li a:hover {
  background: #ccc; }

.flex-control-paging li a.flex-active {
  background: #999;
  cursor: default; }

@media screen and (min-width: 768px) {
  .flex-direction-nav a {
    top: 50%; }

  .flex-control-nav {
    bottom: 20px;
    z-index: 100; }

  .flex-control-paging li a {
    border-color: #fff;
    background: none; }

  .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.6); }

  .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default; } }
@media screen and (min-width: 1024px) {
  .flex-direction-nav {
    display: block; } }
/*--
RESPONSIVE
--*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*--
CONTENT ANIMATION
--*/
.slide-1 {
  background: purple; }

.slide-2 {
  background: gray; }

.slide-3 {
  background: pink; }

.slide-4 {
  background: silver; }

.feature-banner-content {
  padding: 50px; }

.feature-animate-heading {
  transform: translateX(-300px);
  opacity: 0;
  transition: transform .4s ease-in-out .1s, opacity .4s ease-in-out .1s; }

.feature-animate-blurb {
  transform: translateX(300px);
  opacity: 0;
  transition: transform .4s ease-in-out .1s, opacity .4s ease-in-out .1s; }

.feature-animate-link {
  transform: translateX(-300px);
  opacity: 0;
  transition: transform .4s ease-in-out .1s, opacity .4s ease-in-out .1s; }

.flex-active-slide .feature-animate-heading {
  transition: transform .4s ease-in-out .5s, opacity .4s ease-in-out .5s; }

.flex-active-slide .feature-animate-blurb {
  transition: transform .4s ease-in-out .8s, opacity .4s ease-in-out .8s; }

.flex-active-slide .feature-animate-link {
  transition: transform .4s ease-in-out 1.1s, opacity .4s ease-in-out 1.1s; }

.flex-active-slide .feature-animate-heading,
.flex-active-slide .feature-animate-blurb,
.flex-active-slide .feature-animate-link {
  transform: translateX(0);
  opacity: 1; }

/*! Overlays */
.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear; }

.overlay-bg.overlay-bg-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  background: #fff;
  margin: -250px 0 0 -250px;
  transform: scale(0.5, 0.5);
  transition: visibility 0s linear 0.25s,opacity 0.25s linear,transform 0.25s linear; }

.overlay.overlay-visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  transition-delay: 0s; }

.overlay-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: url(../img/close-button.png) no-repeat center center;
  display: block; }

.overlay-content-holder {
  overflow: auto;
  height: 100%;
  padding: 50px 20px 20px; }

.overlay.overlay-full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0; }

.code-overlay {
  left: 10%;
  right: 10%;
  top: 10%;
  height: 80%;
  width: auto;
  margin: 0 !important;
  position: fixed !important;
  padding: 40px;
  z-index: 10; }

.code-iframe {
  border: 1px solid #ccc;
  width: 100%;
  height: 100%; }

/*! Lazy Load */
.lazyload {
  opacity: 0;
  transform: scale(1); }

.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 1s; }

/*! Progress */
.progress-holder {
  padding: 130px 0 40px; }

.progress-bar {
  background: #ededed;
  height: 4px;
  position: relative; }

.progress-bar-fill {
  height: 4px;
  width: 20px;
  background: #09978F; }

.progress-bar-fill:before,
.progress-bar-fill:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #09978F;
  position: absolute;
  top: 50%;
  margin-top: -7px; }

.progress-bar-fill:before {
  left: 0; }

.progress-bar-fill:after {
  right: 0;
  background: #ededed; }

/*! Tasks */
.task {
  background: #ededed;
  padding: 20px;
  margin: 30px 0;
  border-radius: 15px; }

.task li,
.task p {
  font-size: 1.4em; }

.task .input-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .task .input-list li {
    display: flex;
    flex-direction: column;
    margin: .8rem 0 0; }

.image-holder {
  margin: 30px 0; }
  .image-holder img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

.lets-move-on,
.reveal-section-1,
.reveal-section-2 {
  display: none;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none; }

.lets-move-on.visible,
.reveal-section-1.visible,
.reveal-section-2.visible {
  opacity: 1;
  pointer-events: auto;
  display: block; }

.correct-message {
  padding: 78px 20px 25px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto 30px;
  position: relative;
  min-height: 78px;
  font-size: 1.6em;
  text-align: center;
  background: #78ab55;
  color: #fff; }

.tick-holder {
  position: absolute;
  left: 50%;
  top: 25px;
  margin: 0 0 0 -25px;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  padding: 14px 0 0; }

.correct-message svg {
  width: 30px;
  height: 23px; }

.error {
  background: #900;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .25s ease;
  pointer-events: none;
  border-radius: 5px;
  height: 0;
  overflow: hidden; }
  .error p {
    margin: 0; }

.error.visible {
  opacity: 1;
  pointer-events: auto;
  height: auto;
  padding: 20px; }

.definition {
  background: #ededed;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  margin: 20px 0; }
  .definition footer {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-transform: uppercase;
    font-family: mullerlight;
    font-size: 1.2em; }

.border-image {
  border: 2px solid #ededed;
  margin: 10px 0 20px; }

.comment {
  position: relative;
  padding: 0 0 0 60px;
  margin: 20px 0 20px;
  text-align: left; }

.comment img.person {
  position: absolute;
  width: 40px;
  left: 0;
  top: 0; }

.comment h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 1.4em; }

.comment-inner {
  padding: 15px;
  color: #333;
  border-radius: 10px;
  position: relative;
  border: 3px solid #718faf; }

.comment-inner:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #718faf;
  position: absolute;
  left: -9px;
  top: 15px; }

.info-graphic {
  background: #fff;
  position: relative;
  margin: 0 0 5px; }
  .info-graphic img {
    display: block; }

.infographic-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #718faf;
  transition: width 1s ease; }

.info-fg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.trainer-preview {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin: 20px -20px -20px; }
  .trainer-preview li {
    float: left;
    width: 50%;
    background: #fff;
    margin: 0;
    transition: all .75s ease; }
  .trainer-preview img {
    display: block; }

.trainer-quotes {
  font-size: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch; }
  .trainer-quotes > li {
    padding: 20px;
    background: #718faf;
    margin: 10px;
    flex-grow: 1;
    text-transform: uppercase;
    color: #fff;
    flex-shrink: 0;
    flex-basis: 200px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    transition: transform .25s ease; }
  .trainer-quotes ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    align-self: flex-end;
    width: 100%; }
    .trainer-quotes ul li {
      float: left;
      width: 50%;
      font-size: 1em;
      margin: 0; }
    .trainer-quotes ul li:first-child {
      padding-right: 3px; }
    .trainer-quotes ul li:last-child {
      padding-left: 3px; }
    .trainer-quotes ul a {
      display: block;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      background: rgba(0, 0, 0, 0.1);
      color: inherit; }
    .trainer-quotes ul a:hover,
    .trainer-quotes ul .active {
      background: #fff;
      color: #718faf; }

.trainer-quotes > li:nth-child(even):hover {
  transform: scale(1.1) rotate(1deg);
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }

.trainer-quotes > li:nth-child(odd):hover {
  transform: scale(1.1) rotate(-1deg);
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .trainer-quotes {
    display: block; }

  .trainer-quotes > li {
    float: left;
    width: 46%;
    height: 220px; } }
.quote {
  flex-grow: 1; }

.quote small {
  display: block;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px dotted #fff; }

.trainer-quotes > li.suitable {
  background: #84AF48; }

.trainer-quotes > li.not-suitable {
  opacity: .6; }

.postits {
  text-align: center; }
  .postits li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 -4px;
    padding: 5px;
    font-size: 22px;
    line-height: 1;
    vertical-align: top; }

.postit {
  background: #f1f1a7;
  padding: 40px 10px 10px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  height: 120px;
  position: relative;
  border-bottom: 1px solid #fdfada;
  font-family: 'Indie Flower', cursive;
  left: 0;
  top: 0;
  transition: box-shadow .25s;
  font-size: 15px; }

.postit:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05); }

li:hover .postit {
  position: relative;
  left: -5px;
  top: -5px;
  box-shadow: 7px 7px 3px rgba(0, 0, 0, 0.1); }

.postit.ui-draggable-dragging {
  z-index: 10; }

.whiteboard {
  border: 10px solid #ccc;
  border-bottom-color: #999;
  border-right-color: #777;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8), 5px 5px 5px rgba(0, 0, 0, 0.3);
  margin: -20px -20px 10px;
  background: #fff; }

.approach-bucket {
  padding: 20px 4px;
  text-align: center; }
  .approach-bucket h2 {
    font-family: 'Indie Flower', cursive;
    border-bottom: 1px solid #039;
    color: #039;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 1.6em; }
  .approach-bucket .dropzone {
    height: 200px; }

.dropzone .postit {
  width: 100% !important;
  padding: 25px 10px 10px !important;
  line-height: 1 !important;
  margin: 0 0 5px;
  height: 90px !important; }

@media only screen and (max-width: 599px) {
  .dropzone .postit {
    font-size: 12px; } }
@media only screen and (min-width: 600px) {
  .approach-bucket {
    padding: 20px; }
    .approach-bucket h2 {
      font-size: 2.4em; }

  .postits li {
    display: inline-block;
    width: 33.33333%; }

  .postit {
    font-size: 22px; }

  .dropzone .postit {
    font-size: 20px;
    height: 100px !important; } }
.users-graph {
  padding: 10px 0 0; }
  .users-graph li {
    margin: 0 0 1px;
    position: relative;
    height: 45px;
    background: #fff; }
  .users-graph svg {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 5px;
    top: 5px; }

.social-bar {
  display: block;
  height: 45px;
  width: 1px;
  border-radius: 0 20px 20px 0;
  transition: width .5s; }

.facebook-bar {
  background: #3B5998; }

.youtube-bar {
  background: #D80027; }

.instagram-bar {
  background: #6A453B; }

.with-pie-chart {
  position: relative;
  min-height: 130px; }
  .with-pie-chart .question {
    padding-right: 120px; }

.pie-holder {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50px; }

/*
  make each pie piece a rectangle twice as high as it is wide.
  move the transform origin to the middle of the left side.
  Also ensure that overflow is set to hidden.
*/
.pie {
  position: absolute;
  width: 50px;
  height: 100px;
  overflow: hidden;
  left: 50px;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

/*
  unless the piece represents more than 50% of the whole chart.
  then make it a square, and ensure the transform origin is
  back in the center.

  NOTE: since this is only ever a single piece, you could
  move this to a piece specific rule and remove the extra class
*/
.pie.big {
  width: 100px;
  height: 100px;
  left: 0;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

/*
  this is the actual visible part of the pie.
  Give it the same dimensions as the regular piece.
  Use border radius make it a half circle.
  move transform origin to the middle of the right side.
  Push it out to the left of the containing box.
*/
.pie:BEFORE {
  content: "";
  position: absolute;
  width: 50px;
  height: 100px;
  left: -50px;
  border-radius: 50px 0 0 50px;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

/* if it's part of a big piece, bring it back into the square */
.pie.big:BEFORE {
  left: 0px; }

/*
  big pieces will also need a second semicircle, pointed in the
  opposite direction to hide the first part behind.
*/
.pie.big:AFTER {
  content: "";
  position: absolute;
  width: 50px;
  height: 100px;
  left: 50px;
  border-radius: 0 50px 50px 0; }

/*
  add colour to each piece.
*/
.pie:nth-of-type(1):BEFORE,
.pie:nth-of-type(1):AFTER {
  background-color: #718faf; }

.pie:nth-of-type(2):AFTER,
.pie:nth-of-type(2):BEFORE {
  background-color: orange; }

/*
  now rotate each piece based on their cumulative starting
  position
*/
.pie[data-start="30"] {
  transform: rotate(30deg); }

.pie[data-start="60"] {
  transform: rotate(60deg); }

.pie[data-start="100"] {
  transform: rotate(100deg); }

/*
  and rotate the amount of the pie that's showing.

  NOTE: add an extra degree to all but the final piece,
  to fill in unsightly gaps.
*/
.pie[data-value="10"]:BEFORE {
  transform: rotate(10deg); }

.pie[data-value="40"]:BEFORE {
  transform: rotate(41deg); }

.pie[data-value="260"]:BEFORE {
  transform: rotate(260deg); }

.map-holder {
  position: relative; }

.heat-map,
.radius-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none; }

.map-controls {
  margin: 0 0 10px; }
  .map-controls li {
    float: left;
    width: 50%;
    margin: 0;
    line-height: 1.1; }
  .map-controls li:first-child {
    border-right: 1px solid #ededed; }
  .map-controls li:last-child {
    border-left: 1px solid #ededed; }
  .map-controls a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    height: 66px;
    color: #333; }
  .map-controls a.active {
    background: #718faf;
    color: #fff; }

@media only screen and (min-width: 600px) {
  .map-controls a {
    height: auto; } }
.pin {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background: #a41a8d;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  font-family: mullerextrabold;
  font-size: 20px;
  position: absolute; }

.pin1 {
  left: 71%;
  top: 58%; }

.pin2 {
  left: 8%;
  top: 5%; }

.pin3 {
  left: 43%;
  top: 45%; }

.pin4 {
  left: 7%;
  top: 69%; }

.location-overlay-bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.location-overlay {
  background: #fff;
  height: 400px;
  width: 320px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -160px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px; }
  .location-overlay h2 {
    font-size: 1.4em;
    font-family: mullerextrabold;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #a41a8d; }
  .location-overlay h3 {
    margin: 10px 0 10px;
    font-size: 2em; }
  .location-overlay .cta {
    padding-top: 0 !important; }

.stat {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 5px;
  font-size: 1.4em; }
  .stat span {
    float: right; }

.cold {
  background: #cff;
  display: inline-block;
  padding: 2px 5px; }

.warm {
  background: #fcc;
  display: inline-block;
  padding: 2px 5px; }

.hot {
  background: #f00;
  display: inline-block;
  padding: 2px 5px;
  color: #fff; }

html,
.payoff {
  height: 100%; }
  html .page-content,
  html .research-banner,
  .payoff .page-content,
  .payoff .research-banner {
    min-height: 100%; }

.not-right,
.location-not-right {
  position: fixed;
  padding: 40px;
  left: 0;
  top: -200px;
  right: 0;
  background: rgba(153, 0, 0, 0.9);
  color: #fff;
  margin: 0;
  text-align: center;
  z-index: 1000;
  transition: top .7s ease; }

.show-error .not-right,
.show-location-error .location-not-right {
  top: 0; }

.payoff-sentence {
  z-index: 2;
  position: relative; }

.badge-holder {
  background: url(../img/badge.png) no-repeat center center;
  border-radius: 15px;
  background-size: 100%;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 3;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1; }

.invisible,
.task-reveal {
  display: none; }

.task-reveal.visible,
.task.visible {
  display: block; }

/*! Intro Page */
.intro-page-banner {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden; }

.research-banner {
  background: #455a64 url(../img/banner-bg-blur.png) no-repeat 0 0/cover; }

.research-banner-image {
  display: none; }

.overflow-container {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.payoff-banner,
.payoff-banner .intro-page-banner {
  height: 100%;
  width: 100%;
  margin: 0; }

.payoff-banner .intro-page-banner {
  padding: 190px 0 100px; }

.intro-heading {
  font-family: mullerregular;
  font-size: 3.6em;
  text-transform: uppercase;
  line-height: 1;
  z-index: 10;
  color: #A41A8D;
  text-shadow: 0 0 20px white;
  margin: 0 0 20px; }
  .intro-heading span {
    font-family: mullerextrabold;
    font-size: 1.3em;
    display: table;
    margin: 0 auto;
    color: #333; }

.banner-text {
  position: absolute;
  width: 680px;
  margin: -200px 0 0 -340px;
  left: 50%;
  top: 50%;
  text-align: center; }

.payoff-sentence {
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); }

.landing-page {
  width: 100%;
  overflow: hidden; }

.intro-text {
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .down-arrow {
    bottom: 30px; }

  .banner-text {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 60px 20px 50px;
    overflow: auto;
    margin: 0; }

  .intro-heading {
    margin: 0; } }
@media only screen and (max-width: 479px) {
  .down-arrow {
    bottom: 30px; }

  .payoff-banner,
  .payoff-banner .intro-page-banner {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden; }

  .payoff-sentence {
    padding-left: 20px;
    padding-right: 20px; }

  .payoff .btn {
    margin: 0 20px;
    word-wrap: normal;
    white-space: normal; }

  .intro-page-banner {
    padding-top: 300px;
    height: 487px; }

  .intro-heading {
    padding: 20px;
    font-size: 2.4em;
    padding-top: 40px;
    background-size: auto 30px; }

  .payoff-banner .intro-page-banner {
    padding-top: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .down-arrow {
    bottom: 70px; }

  .payoff-banner .intro-top-left {
    transform: scaleY(-1);
    left: 0;
    bottom: 0;
    top: auto;
    display: block; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .down-arrow {
    bottom: 70px; }

  .payoff-banner .intro-page-banner {
    padding-top: 200px; } }

/*# sourceMappingURL=main.css.map */
