/* 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: #6a2368; }

.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: #f06f46 url(../img/abstract.jpg) 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; }

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: 20px;
  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: #6a2368;
  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: #eb7f00;
  border-color: #eb7f00; }

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

.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; }

/*! Parallax Banner Scroll */
.grid-sizer {
  width: 100%; }

.grid-item {
  background: #fff;
  width: 100%;
  height: 300px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 20px; }

.grid-item--width2 {
  width: 100%; }

@media only screen and (min-width: 600px) {
  .grid-sizer {
    width: 50%; }

  .grid-item {
    background: #fff;
    width: 50%;
    height: 300px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 20px; }

  .grid-item--width2 {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .grid-sizer {
    width: 33.33%; }

  .grid-item {
    background: #fff;
    width: 33.33%;
    height: 300px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 20px; }

  .grid-item--width2 {
    width: 66.66%; } }
@media only screen and (min-width: 1200px) {
  .grid-sizer {
    width: 20%; }

  .grid-item {
    background: #fff;
    width: 20%;
    height: 300px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 20px; }

  .grid-item--width2 {
    width: 40%; } }
/*! 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: #fb616b; }

.progress-bar-fill:before,
.progress-bar-fill:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fb616b;
  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; }

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

.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;
  transition: opacity .25s ease;
  pointer-events: none; }

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

.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; }

.side-by-side-images {
  padding: 10px;
  background: #ededed;
  margin: 0 0 20px; }
  .side-by-side-images a {
    display: block;
    float: left;
    width: 50%;
    padding: 3px; }
  .side-by-side-images img {
    border: 5px solid #fff;
    display: block; }

.focal-point-image,
.camera-angle-image {
  position: relative;
  background: #fff;
  padding: 10px;
  margin: 0 0 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .focal-point-image img,
  .camera-angle-image img {
    border: 1px solid #ededed; }

.focal-point-1 {
  display: block;
  position: absolute;
  left: 35%;
  top: 12%;
  width: 30%;
  height: 30%; }

.focal-point-2 {
  display: block;
  position: absolute;
  left: 35%;
  top: 50%;
  width: 30%;
  height: 30%; }

.focal-point-3 {
  display: block;
  position: absolute;
  left: 28%;
  top: 14%;
  width: 30%;
  height: 30%; }

.camera-angle-task {
  padding: 0;
  background: #ededed;
  margin: 0 0 20px; }

@media only screen and (min-width: 600px) {
  .focal-point-image,
  .camera-angle-image {
    margin: 0 0 20px; }

  .camera-angle-task {
    padding: 20px; } }
.image-descriptors {
  text-align: center; }
  .image-descriptors li {
    display: inline-block;
    margin: 0 2px 10px; }
  .image-descriptors a {
    display: block;
    padding: 0 14px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    background: #6a2368;
    border: 1px solid #6a2368;
    border-radius: 20px;
    line-height: 38px;
    transition: all .25s; }
  .image-descriptors a:hover {
    background: #fb616b;
    border-color: #fb616b; }
  .image-descriptors a.selected {
    border-color: #6a2368;
    color: #6a2368;
    background: #fff; }

.image-drag-thing {
  position: relative;
  margin: 0 0 20px; }

.images-to-drag {
  background: #ededed;
  position: relative;
  z-index: 10; }
  .images-to-drag img {
    display: block; }

.image-drag {
  position: absolute;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  width: 90%;
  left: 5%;
  top: 5%;
  cursor: pointer;
  transition: box-shadow .25s; }

.image-drag.ui-draggable-dragging {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.image-drag-1 {
  transform: rotate(2deg); }

.image-drag-2 {
  transform: rotate(-5deg); }

.image-drag-3 {
  transform: rotate(6deg); }

.image-drag-4 {
  transform: rotate(-3deg); }

.image-drag-5 {
  transform: rotate(3deg); }

.image-drag-6 {
  transform: rotate(-6deg); }

.image-drag-7 {
  transform: rotate(4deg); }

.image-drag-8 {
  transform: rotate(1deg); }

.image-drag-thing .drop-area {
  height: 120px;
  position: relative;
  padding: 45px 10px 10px 10px; }

.image-drag-thing .drop-area img {
  transform: rotate(0deg);
  width: 100px !important;
  height: auto !important;
  border-width: 2px;
  margin-right: 5px; }

.image-drag-thing .drop-area img + img {
  margin-left: -40px;
  transform: translate(5px, 5px); }

.image-drag-thing h3 {
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.3em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin: 0; }

.cheerful h3 {
  background: #e64e12; }

.mysterious h3 {
  background: #000; }

.retro h3 {
  background: #704214; }

.calming h3 {
  background: #c9ecfa; }

.cheerful {
  background: #fde9e1; }

.mysterious {
  background: #d9d9d9; }

.retro {
  background: #f8e8d8; }

.calming {
  background: #f8fcfe; }

@media only screen and (min-width: 600px) {
  .image-drag-thing {
    position: relative;
    height: 500px; }

  .image-drag-thing .drop-area {
    height: 50%;
    width: 50%;
    position: absolute; }

  .cheerful {
    left: 0;
    top: 0; }

  .mysterious {
    left: 50%;
    top: 0;
    text-align: right; }

  .retro {
    left: 0;
    top: 50%;
    padding-top: 75px !important; }

  .calming {
    left: 50%;
    top: 50%;
    text-align: right;
    padding-top: 75px !important; }

  .mysterious h3 {
    left: auto;
    right: 10px; }

  .retro h3 {
    top: auto;
    bottom: 10px; }

  .calming h3 {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px; }

  .image-drag-thing .drop-area img {
    width: 182px !important;
    transform: rotate(-3deg); }

  .image-drag-thing .drop-area img + img {
    margin-left: -120px;
    transform: translate(10px, 10px); }

  .images-to-drag {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: none;
    margin: -94px 0 0 -150px; } }
@media only screen and (min-width: 768px) {
  .image-drag-thing h3 {
    font-size: 1.6em; }

  .image-drag {
    border-width: 6px; }

  .images-to-drag {
    width: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: none;
    margin: -113px 0 0 -180px; } }
.task--image-choice {
  text-align: center; }

.start-image {
  margin: 0 0 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: 3px solid #fff; }

.image-option {
  background: #fff;
  padding: 3px;
  margin: 0 0 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: block;
  color: #333;
  text-decoration: none;
  transition: all .25s; }
  .image-option img {
    margin: 0 0 10px; }

.image-option:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 2; }

.image-option.selected {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 2; }

@media only screen and (min-width: 600px) {
  .image-option {
    width: 48%;
    float: left;
    margin: 0 1%; }

  .task .image-option:nth-of-type(1) {
    transform: rotate(-2deg); }

  .task .image-option:nth-of-type(2) {
    transform: rotate(2deg); }

  .task .image-option:nth-of-type(1):hover {
    transform: rotate(-6deg); }

  .task .image-option:nth-of-type(2):hover {
    transform: rotate(6deg); }

  .task .image-option:nth-of-type(1).selected {
    transform: rotate(-2deg) translateX(100px);
    z-index: 2; }

  .task .image-option:nth-of-type(2).selected {
    transform: rotate(2deg) translateX(-100px);
    z-index: 2; }

  .task .image-option:nth-of-type(1).no-selected {
    transform: rotate(-2deg) translateX(100px) scale(0.8); }

  .task .image-option:nth-of-type(2).no-selected {
    transform: rotate(2deg) translateX(-100px) scale(0.8); } }
/*! Intro Page */
.intro-page-banner {
  background: #455a64 url(../img/banner-bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 564px;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: 390px; }

.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;
  position: relative;
  z-index: 10;
  color: #d22b34;
  text-shadow: 0 0 20px white;
  background: url(../img/crop-icon.png) no-repeat center top;
  padding-top: 60px; }
  .intro-heading span {
    font-family: mullerextrabold;
    font-size: 1.3em;
    display: table;
    margin: 0 auto;
    color: #6a2368; }

.payoff-sentence {
  color: #333; }

@media only screen and (max-width: 767px) {
  .down-arrow {
    bottom: 30px; } }
@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-banner .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; } }
[type=range] {
  -webkit-appearance: none;
  margin: 15px 0;
  width: 100%; }
  [type=range]:focus {
    outline: none; }
  [type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #ededed;
    border: 0 solid transparent;
    border-radius: 5px; }
  [type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(13, 13, 13, 0.3);
    border: 0 solid transparent;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #f06f46;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px; }
  [type=range]:focus::-webkit-slider-runnable-track {
    background: #fafafa; }
  [type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #ededed;
    border: 0 solid transparent;
    border-radius: 5px; }
  [type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(13, 13, 13, 0.3);
    border: 0 solid transparent;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #f06f46;
    cursor: pointer; }
  [type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    transition: all .2s ease;
    background: transparent;
    border-color: transparent;
    border-width: 30px 0;
    color: transparent; }
  [type=range]::-ms-fill-lower {
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #e0e0e0;
    border: 0 solid transparent;
    border-radius: 10px; }
  [type=range]::-ms-fill-upper {
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #ededed;
    border: 0 solid transparent;
    border-radius: 10px; }
  [type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(13, 13, 13, 0.3);
    border: 0 solid transparent;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #f06f46;
    cursor: pointer; }
  [type=range]:focus::-ms-fill-lower {
    background: #ededed; }
  [type=range]:focus::-ms-fill-upper {
    background: #fafafa; }

input[type="range"]::-moz-range-progress {
  background-color: #f06f46; }

input[type="range"]::-webkit-range-progress {
  background-color: #f06f46; }

::-webkit-progress-bar {
  background-color: #f06f46; }

input[type="range"]::-ms-fill-lower {
  background-color: #f06f46; }

.range-holder {
  position: relative;
  padding: 0 30px; }

.range-start {
  position: absolute;
  left: 0;
  top: 11px; }

.range-end {
  position: absolute;
  right: 0;
  top: 11px; }

/*! Final Task */
.email-intro {
  background: url(../img/final-task-bg.png) no-repeat center top;
  height: 443px;
  background-size: 150% auto;
  position: relative;
  margin: 0 0 80px;
  border-bottom: 5px solid #455a64; }

.get-email-envelope {
  background: #fff;
  border-radius: 5px;
  width: 100px;
  height: 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 174px;
  margin: 0 0 0 -50px;
  overflow: hidden;
  animation: youveGotMail 1.4s 1 linear;
  animation-delay: .5s;
  opacity: 0;
  animation-fill-mode: forwards; }

.get-email-envelope:after {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  border-radius: 5px;
  border: 2px solid #f48d6b;
  position: absolute;
  left: 50%;
  top: -70px;
  margin-left: -50px;
  background: #fff; }

.get-email-envelope:before {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  border-radius: 5px;
  border: 2px solid #f48d6b;
  position: absolute;
  left: 50%;
  bottom: -70px;
  margin-left: -50px;
  background: #fff; }

.the-email {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  animation: theEmailBg .7s 1 linear;
  animation-delay: 2.4s;
  opacity: 0;
  animation-fill-mode: forwards; }

.the-email-window {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 580px;
  left: 50%;
  margin: 0 0 0 -290px;
  animation: theEmail 1.4s 1 linear;
  animation-delay: 2.4s;
  opacity: 0;
  animation-fill-mode: forwards;
  top: 16px; }
  .the-email-window ul {
    background: #ededed;
    padding: 20px 20px 10px; }
  .the-email-window li {
    background: #fff;
    padding: 5px; }

.email-body {
  padding: 20px; }

@media only screen and (min-width: 768px) {
  .get-email-envelope {
    top: 178px; }

  .email-intro {
    height: 453px;
    background-size: 120% auto; }

  .the-email-window {
    top: 20px; } }
@media only screen and (min-width: 1024px) {
  .get-email-envelope {
    top: 227px; }

  .email-intro {
    height: 552px;
    background-size: 110% auto;
    margin: 0; }

  .the-email-window {
    top: 25px; } }
@media only screen and (min-width: 1200px) {
  .get-email-envelope {
    top: 237px; }

  .email-intro {
    height: 575px;
    background-size: 100% auto; }

  .the-email-window {
    top: 30px; } }
.the-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  display: table; }

.the-page img {
  display: block;
  transition: all .25s;
  outline: 2px dotted transparent; }

.the-page a:hover img {
  outline: 2px dotted #f06f46;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1; }

.the-page.hide {
  display: none; }

textarea.fillscreen {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  font-family: monospace;
  font-size: 1.6em; }

.overlay-instructions {
  padding: 10px 0;
  font-size: 1.4em;
  position: absolute;
  left: 40px;
  top: 0;
  font-family: mullerregular;
  color: #f06f46; }

.help {
  position: fixed;
  bottom: 0;
  right: -395px;
  top: 0;
  width: 400px;
  background: #fff;
  overflow-y: auto;
  z-index: 1000;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-left: 5px solid #f06f46;
  transition: right .25s ease; }

.trigger-help {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  top: 190px;
  z-index: 1001;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.6em;
  right: 0;
  transition: right .25s ease;
  cursor: pointer; }

.trigger-help:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: 1000;
  filter: blur(2px);
  border-radius: 5px 0 0 5px; }

.trigger-help:after {
  content: 'Help';
  display: block;
  width: 60px;
  height: 60px;
  background: #f06f46;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1001;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  left: 0;
  border-radius: 5px 0 0 5px; }

.help.expanded {
  right: 0; }

.trigger-help.on {
  right: 400px; }

.help h2,
.final-heading {
  font-family: mullerextrabold;
  font-size: 2em;
  text-transform: uppercase;
  color: #455a64; }

.help h2 {
  padding: 0 10px; }

.final-heading {
  font-size: 3em;
  color: #666; }

.help h3 {
  font-size: 1.6em;
  font-family: mullerextrabold;
  margin: 0;
  border-top: 1px dotted #ccc;
  padding: 20px 10px;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: background .25s ease; }

.help h3:hover {
  background: #ededed; }

.help p {
  display: none;
  padding: 0 10px; }

.confirm-changes {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: #f06f46;
  padding: 15px 35px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8em; }

.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 {
  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; }

@keyframes youveGotMail {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0; }
  20% {
    transform: scale(0.2, 0.2);
    opacity: 0; }
  30% {
    transform: scale(0.2, 0.2);
    opacity: 1; }
  50% {
    transform: scale(1, 1);
    opacity: 1; }
  70% {
    opacity: 0; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes theEmail {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0; }
  20% {
    transform: scale(0.2, 0.2);
    opacity: 0; }
  30% {
    transform: scale(0.2, 0.2);
    opacity: 1; }
  50% {
    transform: scale(1, 1);
    opacity: 1; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }
@keyframes theEmailBg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 479px) {
  .help {
    width: 80%;
    padding: 20px 0; }

  .trigger-help.on {
    right: 80%; }

  .help p {
    font-size: 1.2em; }

  .help h3 {
    font-size: 1.4em; }

  .the-email-window {
    max-width: 100%;
    left: 0;
    margin: 0;
    top: 0; }

  .email-intro {
    height: 570px; }

  .confirm-changes {
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center; }

  .code-overlay {
    padding-bottom: 53px; }

  .overlay-instructions {
    left: 0;
    right: 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px; } }
.the-players {
  text-align: center;
  padding: 20px 0; }
  .the-players li {
    display: inline-block;
    width: 30.3333%;
    vertical-align: top;
    font-size: 1.4em;
    line-height: 1.1; }
  .the-players img {
    display: block;
    margin: 0 auto; }

.final-task {
  text-align: center; }

.poster-content {
  padding: 4px; }

.poster {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }

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

.comment img {
  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: #fff;
  border-radius: 10px;
  position: relative; }

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

.comment--client .comment-inner {
  background: #718faf; }

.comment--client .comment-inner::before {
  border-right-color: #718faf; }

.comment--photographer .comment-inner {
  background: #867096; }

.comment--photographer .comment-inner::before {
  border-right-color: #867096; }

.comment--creative-director .comment-inner {
  background: #5c4c52; }

.comment--creative-director .comment-inner::before {
  border-right-color: #5c4c52; }

.available-photos {
  margin: 0 -4px; }
  .available-photos li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 4px; }
  .available-photos img {
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }

@media only screen and (min-width: 768px) {
  .available-photos li {
    width: 25%; } }
.poster-preview {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  background: #fff;
  margin: 0 0 20px;
  background-size: cover; }

.task-outcome {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .25s, transform .25s;
  transition-delay: .5s; }

.task-outcome.show {
  height: auto;
  opacity: 1;
  transform: scale(1); }

.invisible,
.task-reveal {
  visibility: hidden; }

.task-reveal.visible,
.task.visible {
  visibility: visible; }

.task-reveal .comment--photographer,
.task-reveal .comment--creative-director {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .25s, transform .25s;
  transition-delay: 1s; }

.task-reveal.visible .comment--photographer,
.task-reveal.visible .comment--creative-director {
  height: auto;
  opacity: 1;
  transform: scale(1); }

.invisible .available-photos img {
  opacity: 0; }

.visible .available-photos img {
  opacity: 1; }

.available-photos img {
  transition: opacity .5s; }

.available-photos li:nth-child(1) img {
  transition-delay: 1.6s; }

.available-photos li:nth-child(2) img {
  transition-delay: 1.7s; }

.available-photos li:nth-child(3) img {
  transition-delay: 1.8s; }

.available-photos li:nth-child(4) img {
  transition-delay: 1.9s; }

.available-photos li:nth-child(5) img {
  transition-delay: 2s; }

.available-photos li:nth-child(6) img {
  transition-delay: 2.1s; }

.available-photos li:nth-child(7) img {
  transition-delay: 2.2s; }

.available-photos li:nth-child(8) img {
  transition-delay: 2.3s; }

.email {
  border: 5px solid #ededed;
  text-align: left;
  padding: 15px 15px 5px;
  margin: 0 0 20px; }

.treat-image {
  position: relative; }

.image-to-be-treated {
  opacity: .6;
  display: block; }

.logo-image,
.treat-image-text {
  position: absolute;
  left: 0;
  top: 0; }

.treat-image-options {
  text-align: center;
  margin: 0 0 10px; }
  .treat-image-options li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    text-transform: uppercase; }
  .treat-image-options a {
    display: block;
    text-transform: uppercase;
    border: 1px solid #333;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    color: #333; }

.final-hol-image {
  display: block; }

.hover-area {
  position: absolute;
  width: 50%;
  height: 50%;
  transition: all .25s; }

.hover--area-tl {
  left: 0;
  top: 0; }

.hover--area-bl {
  left: 0;
  bottom: 0; }

.hover--area-tr {
  right: 0;
  top: 0; }

.hover--area-br {
  right: 0;
  bottom: 0; }

.hover-area::hover {
  background: rgba(255, 255, 255, 0.3); }

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