/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*! normalize.css v3.0.0 | 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 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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.
 * Hide the `template` element in IE, 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, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

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 5, 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.
 */

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+, 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"], /* 1 */
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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */

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, body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  font-family: "Baskerville", "Palatino", "Garamond", serif;
  font-style: normal;
  font-weight: 400; }
  html a, body a {
    color: #f95e45; }
  html .bold, body .bold {
    font-family: "Baskerville", "Palatino", "Garamond", serif;
    font-weight: 700;
    font-style: normal; }
  html .normal, body .normal {
    font-family: "Baskerville", "Palatino", "Garamond", serif;
    font-style: normal;
    font-weight: 400; }
  html .italic, body .italic {
    font-family: "archivo-italic", sans-serif;
    font-weight: 400;
    font-style: italic; }
  html .bold-italic, body .bold-italic {
    font-family: "Soleil", sans-serif;
    font-style: italic;
    font-weight: bolder; }
  html .hidden, body .hidden {
    display: none; }
  html .jcrop-holder, body .jcrop-holder {
    margin: 0 auto; }
  html span.desktop-only, body span.desktop-only {
    display: none; }
    @media (min-width: 700px) {
      html span.desktop-only, body span.desktop-only {
        display: inline; } }
  html div.desktop-only, body div.desktop-only {
    display: none; }
    @media (min-width: 700px) {
      html div.desktop-only, body div.desktop-only {
        display: block; } }
  html h1, body h1 {
    font-family: "soleil", sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  html p, body p {
    font-size: 17px;
    line-height: 32px;
    margin: 0;
    padding: 0; }
  html button, html a.button, body button, body a.button {
    font-family: "Arial Narrow", "Arial", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    outline: none;
    text-decoration: none; }
    html button.disabled, html a.button.disabled, body button.disabled, body a.button.disabled {
      background: #777;
      box-shadow: none !important; }
    html button:hover, html a.button:hover, body button:hover, body a.button:hover {
      background: #ff735b; }
      html button:hover:disabled, html button.disabled:hover, html a.button:hover:disabled, html a.button.disabled:hover, body button:hover:disabled, body button.disabled:hover, body a.button:hover:disabled, body a.button.disabled:hover {
        background: #777;
        box-shadow: none; }
    html button:focus, html button:active, html a.button:focus, html a.button:active, body button:focus, body button:active, body a.button:focus, body a.button:active {
      background: #ed5c43; }
      html button:focus:disabled, html button.disabled:focus, html button:active:disabled, html button.disabled:active, html a.button:focus:disabled, html a.button.disabled:focus, html a.button:active:disabled, html a.button.disabled:active, body button:focus:disabled, body button.disabled:focus, body button:active:disabled, body button.disabled:active, body a.button:focus:disabled, body a.button.disabled:focus, body a.button:active:disabled, body a.button.disabled:active {
        background: #777;
        box-shadow: none; }
    html button.create-another, html a.button.create-another, body button.create-another, body a.button.create-another {
      color: #5A5A5A; }
    html button.go-back, html a.button.go-back, body button.go-back, body a.button.go-back {
      background: #555453;
      color: #c9c6c6; }
      html button.go-back:hover, html a.button.go-back:hover, body button.go-back:hover, body a.button.go-back:hover {
        background: #696867; }
      html button.go-back:focus, html button.go-back:active, html a.button.go-back:focus, html a.button.go-back:active, body button.go-back:focus, body button.go-back:active, body a.button.go-back:focus, body a.button.go-back:active {
        background: #4d4c4b; }
    html button.mobile-only, html a.button.mobile-only, body button.mobile-only, body a.button.mobile-only {
      display: block !important; }
      @media (min-width: 410px) {
        html button.mobile-only, html a.button.mobile-only, body button.mobile-only, body a.button.mobile-only {
          display: none !important; } }
    html button.desktop-only, html a.button.desktop-only, body button.desktop-only, body a.button.desktop-only {
      display: none !important; }
      @media (min-width: 410px) {
        html button.desktop-only, html a.button.desktop-only, body button.desktop-only, body a.button.desktop-only {
          display: inline-block !important; } }
    html button.outline, html a.button.outline, body button.outline, body a.button.outline {
      color: #f95e45;
      background: #FFF;
      border: 1px solid #F95e45; }
      html button.outline:hover, html a.button.outline:hover, body button.outline:hover, body a.button.outline:hover {
        color: #ff8774;
        border: 1px solid #ff8774; }
  html #choice-modal .button,
  html #home-cta #js-open-choice-modal, body #choice-modal .button,
  body #home-cta #js-open-choice-modal {
    font-family: "soleil", sans-serif;
    font-size: 16px;
    font-weight: bolder;
    border: 3px solid #EE484A;
    color: #EE484A;
    background: #FFF; }
    html #choice-modal .button:hover,
    html #home-cta #js-open-choice-modal:hover, body #choice-modal .button:hover,
    body #home-cta #js-open-choice-modal:hover {
      background: #EE484A;
      color: #FFF; }
  html #home-cta #js-open-video, body #home-cta #js-open-video {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #EE484A;
    border: none; }
  html header, body header {
    position: relative;
    width: 100%;
    background: #FFF;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    z-index: 2; }
    html header div.content, body header div.content {
      width: 98%;
      max-width: 960px;
      padding: 0 1%;
      margin: auto; }
      html header div.content div.left, body header div.content div.left {
        float: left; }
        html header div.content div.left img#car-logo, body header div.content div.left img#car-logo {
          width: 100px;
          padding: 6px 0 3px 4px; }
      html header div.content div.middle, body header div.content div.middle {
        display: none; }
        html header div.content div.middle a, body header div.content div.middle a {
          color: #373232;
          text-decoration: none; }
      html header div.content div.right, body header div.content div.right {
        position: relative;
        height: 22px;
        margin-top: 5px;
        width: 130px;
        margin-right: 4px;
        float: right;
        text-align: right; }
        html header div.content div.right span.follow, body header div.content div.right span.follow {
          position: absolute;
          font-family: "liberation-sans", sans-serif;
          font-weight: 400;
          font-style: normal;
          display: inline-block;
          color: #373232;
          font-size: 14px;
          top: 7px;
          right: 120px; }
        html header div.content div.right ul#social, body header div.content div.right ul#social {
          display: inline;
          list-style: none;
          margin: 2px 6px 12px -12px;
          padding: 0; }
          html header div.content div.right ul#social li, body header div.content div.right ul#social li {
            padding: 0;
            margin-top: 0;
            list-style: none;
            display: inline-block; }
            html header div.content div.right ul#social li a, body header div.content div.right ul#social li a {
              display: inline-block;
              width: 30px;
              height: 30px;
              background-size: 30px 30px;
              background-repeat: no-repeat; }
              html header div.content div.right ul#social li a#facebook-share-icon, body header div.content div.right ul#social li a#facebook-share-icon {
                background-image: url(/assets/icons/facebook_logo.svg); }
              html header div.content div.right ul#social li a#twitter-share-icon, body header div.content div.right ul#social li a#twitter-share-icon {
                background-image: url(/assets/icons/twitter_logo.svg); }
              html header div.content div.right ul#social li a#pinterest-share-icon, body header div.content div.right ul#social li a#pinterest-share-icon {
                background-image: url(/assets/icons/pinterest_logo.svg); }
      @media (min-width: 550px) {
        html header div.content div.middle, body header div.content div.middle {
          display: block;
          position: absolute;
          width: 400px;
          margin-left: -190px;
          left: 50%;
          top: 13px;
          text-align: center; }
          html header div.content div.middle h1, body header div.content div.middle h1 {
            display: inline-block;
            font-size: 22px;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            font-family: "Baskerville", "Palatino", "Garamond", serif;
            font-weight: 700;
            font-style: normal; }
        html header div.content div.right span.follow, body header div.content div.right span.follow {
          display: none; } }
      @media (min-width: 700px) {
        html header div.content div.left img#car-logo, body header div.content div.left img#car-logo {
          width: 135px;
          height: 56px;
          padding: 9px 0 5px 0; }
        html header div.content div.middle, body header div.content div.middle {
          top: 16px; }
          html header div.content div.middle h1, body header div.content div.middle h1 {
            font-family: "archivo-black", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 33px; }
        html header div.content div.right, body header div.content div.right {
          margin-top: 16px;
          margin-right: 8px; }
          html header div.content div.right ul#social li, body header div.content div.right ul#social li {
            margin: 0;
            margin-left: 3px; } }
  @media (min-width: 700px) and (min-width: 805px) {
    html header div.content div.right span.follow, body header div.content div.right span.follow {
      display: inline-block; } }
    html header .middle sup, body header .middle sup {
      font-size: 60%;
      vertical-align: middle;
      font-family: "archivo-black", sans-serif;
      font-weight: 400;
      font-style: normal; }
  html div#mobile-middle, body div#mobile-middle {
    width: 100%;
    background: #f8f8f8;
    text-align: center; }
    html div#mobile-middle a, body div#mobile-middle a {
      color: #000;
      text-decoration: none; }
    html div#mobile-middle h1, body div#mobile-middle h1 {
      font-family: "archivo-black", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin: 0;
      padding: 6px 0 5px 0;
      font-size: 22px;
      text-transform: uppercase; }
  @media (min-width: 550px) {
    html header, body header {
      border-bottom: none; }
    html div#mobile-middle, body div#mobile-middle {
      display: none; } }
  html footer, body footer {
    background: #FFF;
    width: 100%;
    margin: 0;
    padding: 0; }
    html footer.absolute, body footer.absolute {
      position: absolute;
      bottom: 0; }
    html footer ul, body footer ul {
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0; }
      html footer ul img#footer-arrow, body footer ul img#footer-arrow {
        width: 5px;
        height: 10px; }
      html footer ul#footer-bottom, body footer ul#footer-bottom {
        font-family: "Arial Narrow", "Arial", sans-serif; }
        html footer ul#footer-bottom li, body footer ul#footer-bottom li {
          font-size: 15px;
          margin-top: 1px;
          background: #e1e1e1;
          color: #464646; }
          html footer ul#footer-bottom li a, html footer ul#footer-bottom li.copy, body footer ul#footer-bottom li a, body footer ul#footer-bottom li.copy {
            background: #e1e1e1;
            display: block;
            width: 88%;
            padding: 8px 6% 8px 6%;
            text-decoration: none;
            color: #464646; }
            html footer ul#footer-bottom li a:hover, html footer ul#footer-bottom li a:active, html footer ul#footer-bottom li.copy:hover, html footer ul#footer-bottom li.copy:active, body footer ul#footer-bottom li a:hover, body footer ul#footer-bottom li a:active, body footer ul#footer-bottom li.copy:hover, body footer ul#footer-bottom li.copy:active {
              background: #d1d1d1; }
          html footer ul#footer-bottom li ul#social, body footer ul#footer-bottom li ul#social {
            margin: 8px 0;
            padding: 0 6%;
            width: 88%;
            text-align: center;
            list-style: none;
            display: inline-block; }
            html footer ul#footer-bottom li ul#social li, body footer ul#footer-bottom li ul#social li {
              padding: 0;
              margin: 0;
              list-style: none;
              display: inline-block; }
              html footer ul#footer-bottom li ul#social li a, body footer ul#footer-bottom li ul#social li a {
                display: inline-block;
                padding: 0;
                margin: 0 10px;
                background: none; }
                html footer ul#footer-bottom li ul#social li a:hover, body footer ul#footer-bottom li ul#social li a:hover {
                  background: none; }
                html footer ul#footer-bottom li ul#social li a#facebook-icon img, body footer ul#footer-bottom li ul#social li a#facebook-icon img {
                  width: 10px;
                  height: 21px; }
                html footer ul#footer-bottom li ul#social li a#twitter-icon img, body footer ul#footer-bottom li ul#social li a#twitter-icon img {
                  width: 23px;
                  height: 20px; }
                html footer ul#footer-bottom li ul#social li a#pinterest-icon img, body footer ul#footer-bottom li ul#social li a#pinterest-icon img {
                  width: 17px;
                  height: 21px; }
                html footer ul#footer-bottom li ul#social li a#instagram-icon img, body footer ul#footer-bottom li ul#social li a#instagram-icon img {
                  width: 20px;
                  height: 20px; }
  @media (min-width: 825px) {
    html footer ul#footer-bottom, body footer ul#footer-bottom {
      margin: auto;
      padding: 10px 0 8px 0;
      background: #e1e1e1;
      text-align: center; }
      html footer ul#footer-bottom li, body footer ul#footer-bottom li {
        text-align: center;
        display: inline-block;
        margin: 0 12px;
        padding-bottom: 5px; }
        html footer ul#footer-bottom li.copy, body footer ul#footer-bottom li.copy {
          display: inline;
          width: auto;
          padding: 0;
          margin: 0 12px; }
          html footer ul#footer-bottom li.copy:hover, html footer ul#footer-bottom li.copy:active, body footer ul#footer-bottom li.copy:hover, body footer ul#footer-bottom li.copy:active {
            background: none; }
        html footer ul#footer-bottom li a, html footer ul#footer-bottom li span, body footer ul#footer-bottom li a, body footer ul#footer-bottom li span {
          background: none;
          display: inline;
          border: none;
          width: auto;
          padding: 0; }
          html footer ul#footer-bottom li a:hover, html footer ul#footer-bottom li a:active, html footer ul#footer-bottom li span:hover, html footer ul#footer-bottom li span:active, body footer ul#footer-bottom li a:hover, body footer ul#footer-bottom li a:active, body footer ul#footer-bottom li span:hover, body footer ul#footer-bottom li span:active {
            background: none; }
        html footer ul#footer-bottom li ul#social, body footer ul#footer-bottom li ul#social {
          margin: 0;
          width: 100%;
          padding: 0; }
          html footer ul#footer-bottom li ul#social li a, body footer ul#footer-bottom li ul#social li a {
            margin: 0 3px; }
            html footer ul#footer-bottom li ul#social li a#facebook-icon img, body footer ul#footer-bottom li ul#social li a#facebook-icon img {
              width: 8px;
              height: 21px; }
            html footer ul#footer-bottom li ul#social li a#twitter-icon img, body footer ul#footer-bottom li ul#social li a#twitter-icon img {
              width: 18px;
              height: 16px; }
            html footer ul#footer-bottom li ul#social li a#pinterest-icon img, body footer ul#footer-bottom li ul#social li a#pinterest-icon img {
              width: 14px;
              height: 17px; }
            html footer ul#footer-bottom li ul#social li a#instagram-icon img, body footer ul#footer-bottom li ul#social li a#instagram-icon img {
              width: 16px;
              height: 16px; } }
  @media (min-width: 960px) {
    html footer ul#footer-bottom li, body footer ul#footer-bottom li {
      margin: 0 20px; }
      html footer ul#footer-bottom li.copy, body footer ul#footer-bottom li.copy {
        margin: 0 22px; } }
  html div#modal-overlay, body div#modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #313131;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 999; }
  html div#modal, body div#modal {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 1000;
    width: 86%;
    padding: 4%;
    margin: 10% 3%; }
    @media (min-width: 420px) {
      html div#modal, body div#modal {
        margin: 24% 3%; } }
    html div#modal div#modal-content h1.error, body div#modal div#modal-content h1.error {
      font-size: 24px;
      color: #ed5c43;
      text-transform: none; }
    html div#modal div#modal-content div#choice-modal, body div#modal div#modal-content div#choice-modal {
      padding: 12px 0 20px 0; }
    html div#modal div#modal-content a.button, body div#modal div#modal-content a.button {
      display: inline-block;
      margin: 5px 0;
      font-size: 14px;
      padding: 10px 25px; }
      @media (min-width: 420px) {
        html div#modal div#modal-content a.button, body div#modal div#modal-content a.button {
          padding: 14px 34px; } }
    html div#modal div#modal-content div, body div#modal div#modal-content div {
      text-align: center; }
    html div#modal div#modal-content span, body div#modal div#modal-content span {
      display: block;
      width: 100%;
      text-align: center; }
      html div#modal div#modal-content span div.fb-like, body div#modal div#modal-content span div.fb-like {
        display: block;
        margin-left: 40%; }
        @media (min-width: 420px) {
          html div#modal div#modal-content span div.fb-like, body div#modal div#modal-content span div.fb-like {
            width: auto;
            display: inline-block;
            margin-left: -40px; } }
      html div#modal div#modal-content span.number, body div#modal div#modal-content span.number {
        font-size: 20px;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 10px 0; }
      html div#modal div#modal-content span.car-name, body div#modal div#modal-content span.car-name {
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 100; }
        @media (min-width: 420px) {
          html div#modal div#modal-content span.car-name, body div#modal div#modal-content span.car-name {
            font-size: 16px; } }
      html div#modal div#modal-content span.or, body div#modal div#modal-content span.or {
        color: #d5d5d5;
        font-family: "archivo-black", sans-serif;
        font-style: italic;
        font-weight: 400;
        font-size: 24px; }
    html div#modal div#modal-content hr, body div#modal div#modal-content hr {
      width: 90%;
      margin: 10px 5%;
      height: 2px;
      outline: none;
      border: none;
      background: #f5f5f5; }
    html div#modal a#close-modal, body div#modal a#close-modal {
      position: absolute;
      display: block;
      margin: 0;
      top: 1px;
      right: 8px;
      text-decoration: none;
      color: #ccc;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 1px; }
      html div#modal a#close-modal:hover, body div#modal a#close-modal:hover {
        color: #888; }
    @media (min-width: 570px) {
      html div#modal, body div#modal {
        width: 505px;
        padding: 20px;
        left: 50%;
        margin-top: 0;
        margin-left: -272px;
        top: 25%; } }
  html div.content, body div.content {
    position: relative;
    width: 88%;
    max-width: 960px;
    margin: auto;
    min-height: 10px; }
    @media (min-width: 550px) {
      html div.content, body div.content {
        width: 94%; } }
    html div.content.template-selection-content, body div.content.template-selection-content {
      background: #F4F4F4; }
    html div.content.view-page, body div.content.view-page {
      width: auto; }
    html div.content img.welcome.active, body div.content img.welcome.active {
      width: 100%; }
    html div.content div#home-crossfade, body div.content div#home-crossfade {
      margin: 0;
      display: none;
      position: relative;
      width: 100%;
      box-shadow: 0 6px 10px #e0e0e0; }
      @media (min-width: 550px) {
        html div.content div#home-crossfade, body div.content div#home-crossfade {
          display: inline-block; } }
      html div.content div#home-crossfade img.base, body div.content div#home-crossfade img.base {
        width: 100%;
        z-index: 1; }
      html div.content div#home-crossfade img.welcome, body div.content div#home-crossfade img.welcome {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2; }
        html div.content div#home-crossfade img.welcome.active, body div.content div#home-crossfade img.welcome.active {
          z-index: 3; }
        html div.content div#home-crossfade img.welcome.transitioning, body div.content div#home-crossfade img.welcome.transitioning {
          z-index: 4; }
    html div.content div#home-copy, body div.content div#home-copy {
      padding: 20px 0;
      text-align: center; }
      html div.content div#home-copy h1, body div.content div#home-copy h1 {
        color: #EE484A;
        margin-bottom: 20px; }
    html div.content div#home-cta, body div.content div#home-cta {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      html div.content div#home-cta button, body div.content div#home-cta button {
        width: 100%;
        max-width: 300px;
        padding: 11px 0 9px 0; }
      html div.content div#home-cta div.share, body div.content div#home-cta div.share {
        position: relative;
        margin: 10px 0;
        text-align: center; }
        html div.content div#home-cta div.share span.hashtag, body div.content div#home-cta div.share span.hashtag {
          position: absolute;
          top: 9px; }
          html div.content div#home-cta div.share span.hashtag.share, body div.content div#home-cta div.share span.hashtag.share {
            margin-left: -74px; }
    @media (min-width: 800px) {
      html div.content div#home-copy, body div.content div#home-copy {
        width: 100%;
        padding-right: 2%; }
        html div.content div#home-copy p, body div.content div#home-copy p {
          font-family: "open-sans", sans-serif;
          font-size: 14px; }
      html div.content div#home-cta, body div.content div#home-cta {
        margin-top: 0px;
        width: 100%;
        padding: 10px 0 0 0%; }
        html div.content div#home-cta button, body div.content div#home-cta button {
          font-size: 22px;
          padding: 13px 12px 10px 12px;
          margin: 25px 0 15px 0; }
          html div.content div#home-cta button.outline, body div.content div#home-cta button.outline {
            margin: 0 0 25px 0; }
        html div.content div#home-cta div.share span.hashtag, body div.content div#home-cta div.share span.hashtag {
          font-size: 12px;
          top: 11px; }
          html div.content div#home-cta div.share span.hashtag.share, body div.content div#home-cta div.share span.hashtag.share {
            margin-left: -60px; } }
  @media (min-width: 800px) and (min-width: 950px) {
    html div.content div#home-cta div.share span.hashtag, body div.content div#home-cta div.share span.hashtag {
      font-size: 15px; }
      html div.content div#home-cta div.share span.hashtag.share, body div.content div#home-cta div.share span.hashtag.share {
        margin-left: -76px; } }
    html div.content.top-bar, body div.content.top-bar {
      width: 100%;
      text-align: center;
      font-size: 20px; }
      html div.content.top-bar span.number, body div.content.top-bar span.number {
        font-family: "archivo-black", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-right: 5px;
        font-size: 28px; }
        html div.content.top-bar span.number.one, body div.content.top-bar span.number.one {
          float: left; }
          @media (min-width: 420px) {
            html div.content.top-bar span.number.one, body div.content.top-bar span.number.one {
              float: none; } }
      html div.content.top-bar div.step, body div.content.top-bar div.step {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-family: "archivo", sans-serif;
        font-weight: 400;
        font-style: normal;
        position: relative;
        float: left;
        width: 92%;
        text-align: left;
        padding: 10px 0 10px 8%;
        border-bottom: solid 1px #e0e0e0; }
        html div.content.top-bar div.step .fb-like span, body div.content.top-bar div.step .fb-like span {
          float: left;
          vertical-align: middle !important; }
        html div.content.top-bar div.step.centered, body div.content.top-bar div.step.centered {
          width: 100%;
          border-left: none;
          text-align: center;
          padding-left: 0; }
        html div.content.top-bar div.step img#car-logo-stacked, body div.content.top-bar div.step img#car-logo-stacked {
          margin-left: 8px;
          width: 100px;
          height: 42px; }
          @media (min-width: 420px) {
            html div.content.top-bar div.step img#car-logo-stacked, body div.content.top-bar div.step img#car-logo-stacked {
              margin-left: 2px; } }
      @media (min-width: 700px) {
        html div.content.top-bar, body div.content.top-bar {
          max-width: 960px;
          padding: 12px 0 12px 1%;
          font-size: 22px; }
          html div.content.top-bar div.step, body div.content.top-bar div.step {
            justify-content: center;
            text-align: center;
            border-bottom: none;
            width: 33%;
            padding: 0; }
            html div.content.top-bar div.step.first, body div.content.top-bar div.step.first {
              border-left: none; } }
    html div.content #template-selection-masonry, body div.content #template-selection-masonry {
      margin: 20px auto;
      background: #F4F4F4; }
      html div.content #template-selection-masonry .template-selection-overlay, body div.content #template-selection-masonry .template-selection-overlay {
        position: relative;
        margin: 15px 10px;
        box-shadow: 0 1px 6px #666;
        width: 93%; }
        @media (min-width: 420px) {
          html div.content #template-selection-masonry .template-selection-overlay, body div.content #template-selection-masonry .template-selection-overlay {
            width: auto; } }
        html div.content #template-selection-masonry .template-selection-overlay img, body div.content #template-selection-masonry .template-selection-overlay img {
          transition: all 150ms;
          width: 100%; }
          @media (min-width: 420px) {
            html div.content #template-selection-masonry .template-selection-overlay img, body div.content #template-selection-masonry .template-selection-overlay img {
              width: 400px; } }
        html div.content #template-selection-masonry .template-selection-overlay:hover img, html div.content #template-selection-masonry .template-selection-overlay:active img, body div.content #template-selection-masonry .template-selection-overlay:hover img, body div.content #template-selection-masonry .template-selection-overlay:active img {
          box-shadow: 0px 0px 0px 7px #EE484A, 0 1px 6px 6px #666; }
    html div.content.carousel-content, body div.content.carousel-content {
      margin: 30px auto 20px auto;
      text-align: center; }
      html div.content.carousel-content #carousel div img, body div.content.carousel-content #carousel div img {
        width: 300px;
        box-shadow: 0 1px 10px #666; }
    html div.content.upload-photo-content, body div.content.upload-photo-content {
      text-align: center;
      margin: -20px auto 20px auto; }
      html div.content.upload-photo-content img.upload-page-template, body div.content.upload-photo-content img.upload-page-template {
        width: 100%;
        max-width: 410px;
        box-shadow: 0 1px 10px #666;
        margin-top: 10px; }
        html div.content.upload-photo-content img.upload-page-template.landscape, body div.content.upload-photo-content img.upload-page-template.landscape {
          max-width: 700px; }
    html div.content.crop-photo-content, body div.content.crop-photo-content {
      width: 100%;
      max-width: 960px;
      text-align: center;
      margin: -20px auto 20px auto; }
      html div.content.crop-photo-content #target, body div.content.crop-photo-content #target {
        margin: 0 auto;
        width: 100%;
        max-width: 960px;
        z-index: 1; }
        html div.content.crop-photo-content #target.loading, body div.content.crop-photo-content #target.loading {
          display: none; }
      html div.content.crop-photo-content #target-overlay, body div.content.crop-photo-content #target-overlay {
        position: absolute;
        opacity: 0.5;
        z-index: 99999999999999999999999; }
    html div.content div.upload-actions-holder form, html div.content .btn-container form, body div.content div.upload-actions-holder form, body div.content .btn-container form {
      height: 0; }
    html div.content div.upload-actions-holder a.button, html div.content .btn-container a.button, body div.content div.upload-actions-holder a.button, body div.content .btn-container a.button {
      display: block;
      padding: 10px 15px 8px 15px;
      font-size: 24px;
      margin: 10px 5px;
      box-shadow: 0 1px 4px #666; }
      html div.content div.upload-actions-holder a.button img#upload-upload, html div.content .btn-container a.button img#upload-upload, body div.content div.upload-actions-holder a.button img#upload-upload, body div.content .btn-container a.button img#upload-upload {
        width: 20px;
        height: 24px;
        margin-top: -3px; }
      html div.content div.upload-actions-holder a.button img#upload-loading, html div.content .btn-container a.button img#upload-loading, body div.content div.upload-actions-holder a.button img#upload-loading, body div.content .btn-container a.button img#upload-loading {
        width: 32px;
        height: 32px; }
        html div.content div.upload-actions-holder a.button img#upload-loading.hidden, html div.content .btn-container a.button img#upload-loading.hidden, body div.content div.upload-actions-holder a.button img#upload-loading.hidden, body div.content .btn-container a.button img#upload-loading.hidden {
          visibility: hidden;
          width: 1px;
          height: 1px; }
      @media (min-width: 410px) {
        html div.content div.upload-actions-holder a.button, html div.content .btn-container a.button, body div.content div.upload-actions-holder a.button, body div.content .btn-container a.button {
          display: inline-block; } }
      html div.content div.upload-actions-holder a.button:focus, html div.content div.upload-actions-holder a.button:active, html div.content .btn-container a.button:focus, html div.content .btn-container a.button:active, body div.content div.upload-actions-holder a.button:focus, body div.content div.upload-actions-holder a.button:active, body div.content .btn-container a.button:focus, body div.content .btn-container a.button:active {
        box-shadow: none; }
    html div.content.preview-content, body div.content.preview-content {
      margin: 20px auto;
      text-align: center; }
      html div.content.preview-content img.preview, body div.content.preview-content img.preview {
        max-width: 100%;
        box-shadow: 0 1px 4px #666; }
      html div.content.preview-content div#cropped-preview-container, body div.content.preview-content div#cropped-preview-container {
        position: relative;
        max-width: 100%;
        box-shadow: 0 1px 4px #666;
        overflow: hidden;
        background: #e5e5e5;
        padding: 0; }
        html div.content.preview-content div#cropped-preview-container div#name-company, body div.content.preview-content div#cropped-preview-container div#name-company {
          font-family: "Soleil", sans-serif;
          padding-top: 4px;
          font-size: 26px;
          position: absolute;
          width: 100%;
          line-height: 26px; }
          html div.content.preview-content div#cropped-preview-container div#name-company span, body div.content.preview-content div#cropped-preview-container div#name-company span {
            display: block;
            margin: 0;
            padding: 0; }
            html div.content.preview-content div#cropped-preview-container div#name-company span#overlay-company, html div.content.preview-content div#cropped-preview-container div#name-company span#overlay-bre-number, body div.content.preview-content div#cropped-preview-container div#name-company span#overlay-company, body div.content.preview-content div#cropped-preview-container div#name-company span#overlay-bre-number {
              font-size: 13px;
              line-height: 24px; }
            html div.content.preview-content div#cropped-preview-container div#name-company span#overlay-bre-number, body div.content.preview-content div#cropped-preview-container div#name-company span#overlay-bre-number {
              line-height: 16px; }
          html div.content.preview-content div#cropped-preview-container div#name-company.black, body div.content.preview-content div#cropped-preview-container div#name-company.black {
            color: #000; }
          html div.content.preview-content div#cropped-preview-container div#name-company.white, body div.content.preview-content div#cropped-preview-container div#name-company.white {
            color: #FFF; }
          html div.content.preview-content div#cropped-preview-container div#name-company.NorthWest, body div.content.preview-content div#cropped-preview-container div#name-company.NorthWest {
            text-align: left;
            top: 0;
            left: 0; }
          html div.content.preview-content div#cropped-preview-container div#name-company.SouthWest, body div.content.preview-content div#cropped-preview-container div#name-company.SouthWest {
            text-align: left;
            bottom: 0;
            left: 0; }
          html div.content.preview-content div#cropped-preview-container div#name-company.cffffff, body div.content.preview-content div#cropped-preview-container div#name-company.cffffff {
            color: #FFFFFF; }
          html div.content.preview-content div#cropped-preview-container div#name-company.c000000, body div.content.preview-content div#cropped-preview-container div#name-company.c000000 {
            color: #000000; }
        html div.content.preview-content div#cropped-preview-container img#template-overlay, body div.content.preview-content div#cropped-preview-container img#template-overlay {
          top: 0;
          left: 0;
          width: 100%;
          position: absolute; }
        html div.content.preview-content div#cropped-preview-container img.preview, body div.content.preview-content div#cropped-preview-container img.preview {
          margin: 0;
          padding: 0;
          top: 0;
          left: 0;
          max-width: none;
          position: absolute;
          box-shadow: none; }
        html div.content.preview-content div#cropped-preview-container div.message, body div.content.preview-content div#cropped-preview-container div.message {
          position: absolute;
          display: inline-block;
          overflow: hidden; }
          html div.content.preview-content div#cropped-preview-container div.message.Center, body div.content.preview-content div#cropped-preview-container div.message.Center {
            text-align: center !important; }
      html div.content.preview-content div.preview-form-container, body div.content.preview-content div.preview-form-container {
        position: relative;
        font-family: "Soleil", sans-serif;
        margin: 16px auto;
        background: #FFF;
        width: 92%;
        padding: 4%;
        box-shadow: 0 1px 4px #666; }
        html div.content.preview-content div.preview-form-container h3, body div.content.preview-content div.preview-form-container h3 {
          color: #373232;
          font-size: 28px;
          font-weight: normal;
          margin: 4px 5%;
          padding: 0 0 4% 0;
          width: 90%;
          border-bottom: 1px solid #e0e0e0; }
          html div.content.preview-content div.preview-form-container h3.share, body div.content.preview-content div.preview-form-container h3.share {
            width: 100%;
            margin: 0;
            padding-bottom: 1%; }
        html div.content.preview-content div.preview-form-container form, body div.content.preview-content div.preview-form-container form {
          text-align: left; }
          html div.content.preview-content div.preview-form-container form .btn-container, body div.content.preview-content div.preview-form-container form .btn-container {
            text-align: center; }
          html div.content.preview-content div.preview-form-container form div.field, body div.content.preview-content div.preview-form-container form div.field {
            padding: 10px 0; }
            html div.content.preview-content div.preview-form-container form div.field span, body div.content.preview-content div.preview-form-container form div.field span {
              color: #433D3D;
              display: block;
              font-size: 17px; }
            html div.content.preview-content div.preview-form-container form div.field input[type='text'], html div.content.preview-content div.preview-form-container form div.field input[type='number'], html div.content.preview-content div.preview-form-container form div.field input[type='email'], html div.content.preview-content div.preview-form-container form div.field textarea, body div.content.preview-content div.preview-form-container form div.field input[type='text'], body div.content.preview-content div.preview-form-container form div.field input[type='number'], body div.content.preview-content div.preview-form-container form div.field input[type='email'], body div.content.preview-content div.preview-form-container form div.field textarea {
              width: 94%;
              color: #433D3D;
              border: 1px solid #d4d4d4;
              font-size: 18px;
              padding: 6px 3%;
              outline: none; }
              html div.content.preview-content div.preview-form-container form div.field input[type='text']:focus, html div.content.preview-content div.preview-form-container form div.field input[type='text']:active, html div.content.preview-content div.preview-form-container form div.field input[type='number']:focus, html div.content.preview-content div.preview-form-container form div.field input[type='number']:active, html div.content.preview-content div.preview-form-container form div.field input[type='email']:focus, html div.content.preview-content div.preview-form-container form div.field input[type='email']:active, html div.content.preview-content div.preview-form-container form div.field textarea:focus, html div.content.preview-content div.preview-form-container form div.field textarea:active, body div.content.preview-content div.preview-form-container form div.field input[type='text']:focus, body div.content.preview-content div.preview-form-container form div.field input[type='text']:active, body div.content.preview-content div.preview-form-container form div.field input[type='number']:focus, body div.content.preview-content div.preview-form-container form div.field input[type='number']:active, body div.content.preview-content div.preview-form-container form div.field input[type='email']:focus, body div.content.preview-content div.preview-form-container form div.field input[type='email']:active, body div.content.preview-content div.preview-form-container form div.field textarea:focus, body div.content.preview-content div.preview-form-container form div.field textarea:active {
                outline: none;
                border: 1px solid #b4b4b4; }
              html div.content.preview-content div.preview-form-container form div.field input[type='text'][readonly], html div.content.preview-content div.preview-form-container form div.field input[type='text'][readonly="readonly"], html div.content.preview-content div.preview-form-container form div.field input[type='number'][readonly], html div.content.preview-content div.preview-form-container form div.field input[type='number'][readonly="readonly"], html div.content.preview-content div.preview-form-container form div.field input[type='email'][readonly], html div.content.preview-content div.preview-form-container form div.field input[type='email'][readonly="readonly"], html div.content.preview-content div.preview-form-container form div.field textarea[readonly], html div.content.preview-content div.preview-form-container form div.field textarea[readonly="readonly"], body div.content.preview-content div.preview-form-container form div.field input[type='text'][readonly], body div.content.preview-content div.preview-form-container form div.field input[type='text'][readonly="readonly"], body div.content.preview-content div.preview-form-container form div.field input[type='number'][readonly], body div.content.preview-content div.preview-form-container form div.field input[type='number'][readonly="readonly"], body div.content.preview-content div.preview-form-container form div.field input[type='email'][readonly], body div.content.preview-content div.preview-form-container form div.field input[type='email'][readonly="readonly"], body div.content.preview-content div.preview-form-container form div.field textarea[readonly], body div.content.preview-content div.preview-form-container form div.field textarea[readonly="readonly"] {
                background: #eee;
                outline: none;
                border: 1px solid #b4b4b4; }
              html div.content.preview-content div.preview-form-container form div.field input.error[type='text'], html div.content.preview-content div.preview-form-container form div.field input.error[type='number'], html div.content.preview-content div.preview-form-container form div.field input.error[type='email'], html div.content.preview-content div.preview-form-container form div.field textarea.error, body div.content.preview-content div.preview-form-container form div.field input.error[type='text'], body div.content.preview-content div.preview-form-container form div.field input.error[type='number'], body div.content.preview-content div.preview-form-container form div.field input.error[type='email'], body div.content.preview-content div.preview-form-container form div.field textarea.error {
                border: 1px solid #f95e45; }
            html div.content.preview-content div.preview-form-container form div.field textarea, body div.content.preview-content div.preview-form-container form div.field textarea {
              height: 80px; }
              html div.content.preview-content div.preview-form-container form div.field textarea.disabled, body div.content.preview-content div.preview-form-container form div.field textarea.disabled {
                background: #eee;
                outline: none;
                border: 1px solid #b4b4b4; }
          html div.content.preview-content div.preview-form-container form div.terms span, body div.content.preview-content div.preview-form-container form div.terms span {
            display: block;
            margin: 10px 0;
            font-size: 14px; }
            @media (min-width: 420px) {
              html div.content.preview-content div.preview-form-container form div.terms span, body div.content.preview-content div.preview-form-container form div.terms span {
                font-size: 16px; } }
        html div.content.preview-content div.preview-form-container div.social-icons, body div.content.preview-content div.preview-form-container div.social-icons {
          border-bottom: 1px solid #e0e0e0;
          display: block; }
          html div.content.preview-content div.preview-form-container div.social-icons a.share-button, body div.content.preview-content div.preview-form-container div.social-icons a.share-button {
            text-align: left;
            font-family: "Arial Narrow", "Arial", sans-serif;
            float: left;
            color: #000;
            text-decoration: none;
            width: 28%;
            height: 17px;
            padding: 8px 0 12px 22%;
            margin: 4px 0;
            background-size: 38px 38px;
            background-repeat: no-repeat;
            background-position: 19px 0; }
            html div.content.preview-content div.preview-form-container div.social-icons a.share-button:hover, html div.content.preview-content div.preview-form-container div.social-icons a.share-button:active, html div.content.preview-content div.preview-form-container div.social-icons a.share-button:focus, body div.content.preview-content div.preview-form-container div.social-icons a.share-button:hover, body div.content.preview-content div.preview-form-container div.social-icons a.share-button:active, body div.content.preview-content div.preview-form-container div.social-icons a.share-button:focus {
              background-color: #e0e0e0; }
              @media (min-width: 410px) {
                html div.content.preview-content div.preview-form-container div.social-icons a.share-button:hover, html div.content.preview-content div.preview-form-container div.social-icons a.share-button:active, html div.content.preview-content div.preview-form-container div.social-icons a.share-button:focus, body div.content.preview-content div.preview-form-container div.social-icons a.share-button:hover, body div.content.preview-content div.preview-form-container div.social-icons a.share-button:active, body div.content.preview-content div.preview-form-container div.social-icons a.share-button:focus {
                  background-color: #FFF; } }
            html div.content.preview-content div.preview-form-container div.social-icons a#share-facebook.share-button, html div.content.preview-content div.preview-form-container div.social-icons a#share-pinterest.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-facebook.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-pinterest.share-button {
              margin-left: -1px;
              border-right: 1px #e0e0e0 solid; }
            html div.content.preview-content div.preview-form-container div.social-icons a#share-facebook.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-facebook.share-button {
              background-image: url(/assets/facebook-share-icon.png); }
            html div.content.preview-content div.preview-form-container div.social-icons a#share-twitter.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-twitter.share-button {
              background-image: url(/assets/twitter-share-icon.png); }
            html div.content.preview-content div.preview-form-container div.social-icons a#share-pinterest.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-pinterest.share-button {
              background-image: url(/assets/pinterest-share-icon.png); }
            html div.content.preview-content div.preview-form-container div.social-icons a#share-email.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-email.share-button {
              background-image: url(/assets/email-share-icon.png); }
            @media (min-width: 900px) {
              html div.content.preview-content div.preview-form-container div.social-icons a.share-button, body div.content.preview-content div.preview-form-container div.social-icons a.share-button {
                width: 15%;
                padding: 8px 0 12px 10%;
                background-position: 0 0;
                text-align: left; }
                html div.content.preview-content div.preview-form-container div.social-icons a#share-facebook.share-button, html div.content.preview-content div.preview-form-container div.social-icons a#share-pinterest.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-facebook.share-button, body div.content.preview-content div.preview-form-container div.social-icons a#share-pinterest.share-button {
                  border-right: none; } }
        html div.content.preview-content div.preview-form-container .final-hashtag, body div.content.preview-content div.preview-form-container .final-hashtag {
          margin-top: 12px;
          font-size: 18px;
          font-family: "archivo-black", sans-serif;
          font-style: italic;
          font-weight: 400; }
      @media (min-width: 700px) {
        html div.content.preview-content.view-page img.preview, body div.content.preview-content.view-page img.preview {
          float: none;
          margin: 0 auto;
          width: auto; } }
      @media (min-width: 700px) {
        html div.content.preview-content img.preview, body div.content.preview-content img.preview {
          float: left;
          width: 43%; }
        html div.content.preview-content div#cropped-preview-container, body div.content.preview-content div#cropped-preview-container {
          width: 43%;
          float: left; }
          html div.content.preview-content div#cropped-preview-container img.preview, body div.content.preview-content div#cropped-preview-container img.preview {
            width: auto;
            max-width: none;
            float: none;
            margin: 0;
            padding: 0; }
          html div.content.preview-content div#cropped-preview-container.landscape, body div.content.preview-content div#cropped-preview-container.landscape {
            float: none;
            width: 100%;
            max-width: 700px;
            margin: auto; }
        html div.content.preview-content div.preview-form-container, body div.content.preview-content div.preview-form-container {
          float: right;
          margin-top: 0px;
          width: 45%; }
          html div.content.preview-content div.preview-form-container.landscape, body div.content.preview-content div.preview-form-container.landscape {
            float: none;
            width: 92%;
            padding-left: 4%;
            padding-right: 4%;
            max-width: 630px;
            margin: 12px auto; } }
  html #photos-form, body #photos-form {
    visibility: hidden; }
  html section.white, body section.white {
    width: 100%;
    background: #FFF;
    margin: 0 0 50px;
    z-index: 1; }
  html section.red, body section.red {
    width: 100%;
    background: rgba(236, 140, 141, 0.5);
    margin: 0 0 50px;
    z-index: 1; }
  html .jcrop-holder #preview-pane, body .jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: -280px;
    padding: 6px;
    border: 1px rgba(0, 0, 0, 0.4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2); }

#js-create-button-words {
  color: #5A5A5A; }

.upload-photo.button,
.crop-button.button {
  background: black; }

.caroufredsel_wrapper {
  position: relative;
  z-index: 0; }

#carousel {
  display: none;
  padding: 0;
  margin: 0 auto; }
  #carousel img {
    box-shadow: 0 0 0.3em #361C1C;
    margin: 0 10px;
    width: 300px; }
    @media (min-width: 420px) {
      #carousel img {
        width: 400px; } }
.pager {
  margin: 10px auto;
  text-align: center; }
  .pager a {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 10px 5px;
    padding: 7px 7px;
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 30px;
    background: #869791;
    background: #233D80;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    text-indent: -999em; }
  .pager a:hover, .pager a.selected {
    background: #132C6E;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none; }

/* Style the pagination button with dot */
/* Same as prev and next button, we use the same css sprite */
@media only screen and (device-width: 768px) {
  html div.fb-like, body div.fb-like {
    margin-left: 220px !important; }
  html div.step span.one, body div.step span.one {
    margin-left: 10px !important;
    display: inline-block !important;
    float: left !important; }
  html div.step div.fb-like, body div.step div.fb-like {
    display: inline-block !important;
    float: left !important;
    margin-left: 40px !important;
    margin-top: -36px !important; }
  html div.step img#car-logo-stacked, body div.step img#car-logo-stacked {
    display: block !important;
    float: right !important;
    margin-top: -45px;
    margin-right: 15px; } }
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/assets/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:none;}
    #cboxTopRight{width:21px; height:21px; background:none;}
    #cboxBottomLeft{width:21px; height:21px; background:none;}
    #cboxBottomRight{width:21px; height:21px; background:none;}
    #cboxMiddleLeft{width:21px; background:none;}
    #cboxMiddleRight{width:21px; background:none;}
    #cboxTopCenter{height:21px; background:none;}
    #cboxBottomCenter{height:21px; background:none;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/assets/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/assets/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/assets/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/assets/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
