/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  height: 100%;
  margin: 0; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  width: 100%;
  height: 100%; }

/* 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

*:focus {
  outline: none; }

/*  Variables -------------------------------------------------------------------------- */
/*  Mixins -------------------------------------------------------------------------- */
/*********************
RESPONSIVE HELPER FUNCTION
*********************/
@font-face {
  font-family: 'SpaFon';
  src: url("../fonts/SpaFon.eot");
  src: url("../fonts/SpaFon.eot?#iefix") format("embedded-opentype"), url("../fonts/SpaFon.woff") format("woff"), url("../fonts/SpaFon.ttf") format("truetype"), url("../fonts/SpaFon.svg#SpaFon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SquaTront';
  src: url("../fonts/SquaTront.eot");
  src: url("../fonts/SquaTront.eot?#iefix") format("embedded-opentype"), url("../fonts/SquaTront.woff") format("woff"), url("../fonts/SquaTront.ttf") format("truetype"), url("../fonts/SquaTront.svg#SquaTront") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Routed Gothic';
  src: url("../fonts/RoutedGothic-2017-01-14-r9099.eot");
  src: url("../fonts/RoutedGothic-2017-01-14-r9099.eot?#iefix") format("embedded-opentype"), url("../fonts/RoutedGothic-2017-01-14-r9099.woff") format("woff"), url("../fonts/RoutedGothic-2017-01-14-r9099.ttf") format("truetype"), url("../fonts/RoutedGothic-2017-01-14-r9099.svg#Routed Gothic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SignPainter-HouseScript';
  src: url("../fonts/SignPainter-HouseScript.eot");
  src: url("../fonts/SignPainter-HouseScript.eot?#iefix") format("embedded-opentype"), url("../fonts/SignPainter-HouseScript.woff") format("woff"), url("../fonts/SignPainter-HouseScript.ttf") format("truetype"), url("../fonts/SignPainter-HouseScript.svg#SignPainter-HouseScript") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  Links & Typography -------------------------------------------------------------------------- */
a {
  color: #fac9d4;
  text-decoration: underline; }

a:hover {
  color: #02151B; }

strong, b {
  font-family: "SpaFon", Helvetica, Arial, sans-serif;
  font-weight: normal; }

span.strong {
  font-family: "SpaFon", Helvetica, Arial, sans-serif; }

::selection {
  background: #feff9b; }

::-moz-selection {
  background: #feff9b; }

#content, #content .sidebar form {
  zoom: 1; }
  #content:after, #content .sidebar form:after {
    content: "";
    display: table;
    clear: both; }

/*  Defaults -------------------------------------------------------------------------- */
#content, #content .sidebar form {
  zoom: 1; }
  #content:after, #content .sidebar form:after {
    content: "";
    display: table;
    clear: both; }

body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  font-family: "SquaTront", Helvetica, Arial, sans-serif;
  color: #02151B;
  line-height: 1.5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2%;
  background: #fcf2ea;
  background: -moz-radial-gradient(center, ellipse cover, #fcf2ea 51%, #fcf2ea 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #fcf2ea 51%, #fcf2ea 100%);
  background: radial-gradient(ellipse at center, #fcf2ea 51%, #fcf2ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf2ea', endColorstr='#fcf2ea',GradientType=1 ); }

#page {
  margin: 2%;
  border: 3px solid #000;
  background-image: url(images/the-awful-truth.svg);
  background-repeat: no-repeat;
  background-position: 0 2%;
  background-size: 102% auto; }
  #page button.btn, #page a.btn, #page input.btn {
    background: transparent;
    color: #000;
    border: 3px solid #000;
    line-height: 1.5em;
    padding: 1.5em 0.8em 0.9em;
    outline: none;
    text-align: center;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-top: 1.5em; }
    #page button.btn:hover, #page a.btn:hover, #page input.btn:hover {
      border-color: #ee3c65;
      color: #ee3c65; }
      #page button.btn:hover:after, #page a.btn:hover:after, #page input.btn:hover:after {
        top: .25em;
        left: .25em; }
    #page button.btn:active, #page a.btn:active, #page input.btn:active {
      border-color: #38adf7;
      color: #38adf7; }
      #page button.btn:active:after, #page a.btn:active:after, #page input.btn:active:after {
        top: 0;
        left: 0; }
    #page button.btn:after, #page a.btn:after, #page input.btn:after {
      display: block;
      content: " ";
      position: absolute;
      top: .35em;
      left: .35em;
      width: 100%;
      height: 100%;
      border: 2px solid #f69aaf;
      background: #f69aaf;
      z-index: -1; }

img {
  display: block; }

#content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  padding: 0 1.5em 1em;
  margin: 11% auto 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content .mobile-intro {
    display: none; }
  #content .box {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 0 0% 2% 0%; }
    #content .box.dashed {
      margin-top: 4em;
      border-left: 3px dashed #000;
      border-right: 3px dashed #000;
      border-bottom: 3px dashed #000;
      border-top: 3px dashed #000; }
      #content .box.dashed h2 {
        margin-top: 0; }
    #content .box p {
      padding: 0 6% 0 6%; }
    #content .box h1, #content .box h2 {
      text-align: center;
      font-size: 1.2em;
      font-weight: normal;
      margin-top: 2em;
      background: #000;
      color: #fcf2ea;
      padding: 1em 0.5em 0.5em 0.5em; }
    #content .box h3 {
      text-align: center;
      font-size: 1.2em;
      font-weight: normal;
      margin-top: 0;
      background: #000;
      color: #fcf2ea;
      padding: 1em 0.5em 0.5em 0.5em; }
    #content .box .small {
      text-align: left; }
  #content #primary {
    width: 47.5%;
    float: left;
    padding: 13% 0 0;
    position: relative;
    z-index: 101; }
  #content .sidebar {
    width: 47.5%;
    float: right;
    padding-top: 9%;
    text-align: left;
    padding-bottom: 8em; }
    #content .sidebar .arrow {
      margin-left: -6%;
      max-width: 430px; }
      #content .sidebar .arrow img {
        width: 100%;
        height: auto; }
    #content .sidebar .box h2 {
      line-height: 1.6em; }
    #content .sidebar form {
      padding: 0 6%;
      font-family: "Routed Gothic", Helvetica, Arial, sans-serif;
      margin-top: 2em; }
      #content .sidebar form .form-field {
        border-bottom: 3px dashed #000;
        padding-bottom: .25em;
        margin-bottom: .5em; }
        #content .sidebar form .form-field input {
          background: transparent;
          border: none;
          width: auto;
          min-width: 60%; }
      #content .sidebar form label {
        text-transform: uppercase;
        font-weight: bold; }
      #content .sidebar form button.btn {
        text-transform: uppercase;
        font-weight: bold;
        padding: 1em 0.8em 0.9em;
        margin: 1em 0 0.5em;
        float: right;
        line-height: 1em; }
        #content .sidebar form button.btn:after {
          background: #fdf8f3;
          border: 2px solid #fdf8f3; }
    #content .sidebar .script {
      font-family: "SignPainter-HouseScript", Helvetica, Arial, sans-serif;
      font-size: 2em !important; }
    #content .sidebar .illo {
      margin: 1em 0;
      max-width: 400px;
      height: auto; }
    #content .sidebar button#save {
      float: right; }
    #content .sidebar p.bottom {
      margin-top: 5em; }
      #content .sidebar p.bottom a {
        color: #000;
        text-decoration: none;
        background: #fdeaee; }
        #content .sidebar p.bottom a:hover {
          color: #f69aaf; }
  #content img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 101; }
  #content .book {
    position: relative; }
    #content .book .bottom {
      width: 100%;
      height: auto;
      margin-top: -.5%; }
  #content .owl-carousel {
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.15);*/
    border: 3px solid #000; }
  #content .owl-dots {
    display: none; }

#t1 {
  width: 100%;
  height: auto;
  margin: 3em 0 4em; }

.small {
  font-family: "Routed Gothic", Helvetica, Arial, sans-serif; }

span.script {
  font-family: "SignPainter-HouseScript", Helvetica, Arial, sans-serif;
  font-size: 1.25em; }

#colophon {
  background: url(images/footer.svg) center bottom no-repeat;
  background-size: 104% auto;
  color: #fcf2ea;
  clear: both;
  font-family: "Routed Gothic", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  padding: 20% 0 2em; }
  #colophon a {
    text-decoration: none;
    color: #fcf2ea; }
    #colophon a:hover {
      color: #f69aaf; }

.icon {
  display: inline-block;
  max-width: 24px;
  height: auto;
  margin: 0 0 -6px 1em; }

#menu {
  line-height: 1.5em;
  text-align: right; }
  #menu a {
    display: block;
    color: #000;
    text-decoration: none;
    font-family: "Routed Gothic", Helvetica, Arial, sans-serif; }
    #menu a:hover {
      color: #f69aaf; }

#prizes {
  text-align: center; }

#mc_embed_signup div.mce_inline_error {
  background-color: #f69aaf !important; }

/*  Make your own -------------------------------------------------------------------------- */
#content #make-your-own h3, #content #make-your-own h4 {
  text-align: center; }

#content #make-your-own h3.script {
  font-size: 5em !important;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: .5em;
  transform: rotate(-2deg); }

#content #make-your-own h4.boxed {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0;
  background: #000;
  color: #fcf2ea;
  padding: 1em 0.5em 0.5em 0.5em; }

#content #make-your-own .btn {
  margin-top: .5em; }

.left {
  width: 47.5%;
  float: left; }

.right {
  width: 47.5%;
  float: right; }

#composer {
  max-width: 100%;
  height: auto;
  width: auto;
  overflow: hidden;
  z-index: 1;
  border: 3px solid #000;
  background: url(images/data/loading.gif) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box; }
  #composer button#save {
    float: right; }
  #composer p.bottom {
    margin-top: 5em; }
    #composer p.bottom a {
      color: #000;
      text-decoration: none;
      background: #fdeaee; }
      #composer p.bottom a:hover {
        color: #f69aaf; }

@media (max-width: 1210px) {
  #masthead .subhead h2 {
    font-size: .75em;
    font-size: 1.3vw; } }

@media (max-width: 767px) {
  #page {
    background-position: center top; }
  #content #primary {
    width: 100%;
    float: none; }
    #content #primary .mobile-intro {
      display: block;
      margin-top: 2em; }
      #content #primary .mobile-intro h1.script {
        font-family: "SignPainter-HouseScript", Helvetica, Arial, sans-serif;
        font-size: 3em;
        font-size: 15vw; }
  #content .sidebar {
    width: 100%;
    float: none;
    text-align: center; }
    #content .sidebar .arrow {
      margin: 0 auto; }
    #content .sidebar .illo {
      margin: 2.5em auto 0; }
  #content #make-your-own h3.script {
    font-size: 4em !important; }
  #colophon {
    background-color: #000; } }

@media (min-width: 840px) {
  #content .sidebar .illo {
    margin: -2em 0 0 2em;
    position: relative;
    z-index: -2; } }
