/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 12, 2014 */
@font-face {
  font-family: 'petita-light';
  src: url('fonts/petitalight-webfont.eot');
  src: url('fonts/petitalight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/petitalight-webfont.woff') format('woff'), url('fonts/petitalight-webfont.ttf') format('truetype'), url('fonts/petitalight-webfont.svg#petitalightregular') format('svg');
  font-weight: normal;
  font-style: normal; }

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
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.
 */
/* line 52, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 75, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 95, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 117, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
h1 {
  font-size: 2em;
  margin: 0 0 0.25em;
  line-height: 1.25em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 191, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 215, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
sup {
  top: -0.5em; }

/* line 219, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
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.
 */
/* line 274, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
button, input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
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.
 */
/* line 327, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
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.
 */
/* line 337, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 359, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 368, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 378, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 391, /Users/bill/Desktop/crownfinish/sass/partials/patterns/normal */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 6, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
img {
  max-width: 100%;
  vertical-align: center;
  height: auto; }

/* line 15, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.nobr, .together {
  white-space: nowrap; }

/* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.clearfix:before, .list--thumbnails:before, .list--image-left li:before, .tabs--nav:before, .clearfix:after, .list--thumbnails:after, .list--image-left li:after, .tabs--nav:after {
  content: " ";
  display: table; }
/* line 29, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.clearfix:after, .list--thumbnails:after, .list--image-left li:after, .tabs--nav:after {
  clear: both; }

/* line 44, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 58, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 68, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.invisible {
  visibility: hidden; }

/* line 73, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Text meant only for screen readers */
/* line 80, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* line 87, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* line 107, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 115, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* line 129, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
audio, canvas, img, video {
  vertical-align: middle; }

/* line 136, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 145, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
textarea {
  resize: vertical; }

/* line 151, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.align-left {
  text-align: left; }

/* line 152, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.align-center {
  text-align: center; }

/* line 153, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.align-right {
  text-align: right; }

/* line 155, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.float-left {
  float: left; }

/* line 156, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tools */
.float-right {
  float: right; }

/* line 3, /Users/bill/Desktop/crownfinish/sass/partials/patterns/logos */
.logo-bg {
  display: inline-block;
  vertical-align: middle;
  text-indent: -999em;
  overflow: hidden; }
  /* line 9, /Users/bill/Desktop/crownfinish/sass/partials/patterns/logos */
  .logo-bg.crownfinish {
    background: transparent url("../img/crownfinishcaves-logo.png") no-repeat;
    width: 300px;
    height: 185px; }

/* line 11, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.color--white {
  background: #ffffff; }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.type--white {
  color: #ffffff; }

/* line 17, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.border--white {
  border: 1px solid #ffffff; }

/* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.button.white, input.white[type="submit"] {
  background: #ffffff;
  color: #333333; }
  /* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
  .button.white:hover, input.white[type="submit"]:hover {
    background: white; }

/* line 11, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.color--black {
  background: #333333; }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.type--black {
  color: #333333; }

/* line 17, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.border--black {
  border: 1px solid #333333; }

/* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.button.black, input.black[type="submit"] {
  background: #333333;
  color: white; }
  /* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
  .button.black:hover, input.black[type="submit"]:hover {
    background: #4d4d4d; }

/* line 11, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.color--grey {
  background: #eeeeee; }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.type--grey {
  color: #eeeeee; }

/* line 17, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.border--grey {
  border: 1px solid #eeeeee; }

/* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.button.grey, input.grey[type="submit"] {
  background: #eeeeee;
  color: white; }
  /* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
  .button.grey:hover, input.grey[type="submit"]:hover {
    background: white; }

/* line 11, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.color--red {
  background: #d7272b; }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.type--red {
  color: #d7272b; }

/* line 17, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.border--red {
  border: 1px solid #d7272b; }

/* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.button.red, input.red[type="submit"] {
  background: #d7272b;
  color: white; }
  /* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
  .button.red:hover, input.red[type="submit"]:hover {
    background: #e05155; }

/* line 11, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.color--blue {
  background: #24407a; }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.type--blue {
  color: #24407a; }

/* line 17, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.border--blue {
  border: 1px solid #24407a; }

/* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
.button.blue, input.blue[type="submit"] {
  background: #24407a;
  color: white; }
  /* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/colors */
  .button.blue:hover, input.blue[type="submit"]:hover {
    background: #3055a1; }

/* line 1, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
body {
  font-family: 'petita-light', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }

/* line 6, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
p, li {
  font-size: 1em;
  line-height: 1.4em; }
  @media screen and (min-width: 45em) {
    p, li {
      font-size: 1.25em; } }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
p {
  margin: 0 0 1em; }

/* line 24, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
a, .link {
  text-decoration: none;
  color: #d7272b; }
  /* line 28, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
  a:hover, .link:hover {
    text-decoration: none;
    color: #e05155; }

/* line 40, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.text-big {
  font-size: 2em;
  line-height: 1.4em; }

/* line 50, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.text-small, .form-help, .description {
  font-size: 0.8em;
  line-height: 1.5em; }

/* line 60, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.text-light, .entry-meta {
  color: #cccccc; }

/* line 73, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
blockquote {
  font-family: 'petita-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1.35em;
  border-left: 1px solid #eeeeee;
  margin-left: 40px;
  padding-left: 20px; }
  /* line 81, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
  blockquote p {
    font-weight: 400;
    margin: 0; }

/* line 87, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.quote-source {
  font-size: 0.5em;
  color: #cccccc; }
  /* line 90, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
  .quote-source:before {
    content: '—';
    padding-right: 0.25em; }

/* line 102, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
hr {
  border: none;
  border-bottom: 1px solid #eeeeee;
  margin: 1em 0; }

/* line 112, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.text-left {
  text-align: left; }

/* line 116, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.text-center {
  text-align: center; }

/* line 120, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.text-right {
  text-align: right; }

/* line 125, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
.header, h2 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.5em;
  font-family: 'petita-regular', "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 132, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
  .header.big, h2.big {
    font-size: 2.75em; }
  /* line 136, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
  .header.small, h2.small {
    font-size: 0.95em; }

/* line 145, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
h1, h2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.5em;
  font-family: 'petita-regular', "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 153, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
h3, h4, h5 {
  font-family: 'petita-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 1em;
  line-height: 1.35em; }

/* line 159, /Users/bill/Desktop/crownfinish/sass/partials/patterns/type */
h1 {
  font-size: 2.5em;
  line-height: 1.1em; }

/* line 3, /Users/bill/Desktop/crownfinish/sass/partials/patterns/buttons */
.button, a.button, input[type="submit"] {
  font-weight: 400;
  border: none;
  background: #d7272b;
  color: #ffffff;
  padding: 6.5px 14px; }
  /* line 10, /Users/bill/Desktop/crownfinish/sass/partials/patterns/buttons */
  .button:hover, input[type="submit"]:hover {
    background: #e05155; }
  /* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/buttons */
  .button.full, input.full[type="submit"] {
    display: block;
    text-align: center; }

/* line 1, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.pad--0 {
  padding: 0; }

/* line 5, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.pad--1 {
  padding: 1em; }

/* line 9, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.pad--2 {
  padding: 2em; }

/* line 13, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.pad--4 {
  padding: 4em; }

/* line 17, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.margin--0 {
  margin-bottom: 0; }

/* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.margin--1 {
  margin-bottom: 1em; }

/* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.margin--2 {
  margin-bottom: 2em; }

/* line 29, /Users/bill/Desktop/crownfinish/sass/partials/patterns/spacing */
.margin--4 {
  margin-bottom: 4em; }

/* line 7, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
.no-list, .menu, .sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/* line 22, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
.list--inline {
  margin: 0 0 1em;
  padding: 0;
  list-style: none; }
  /* line 27, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
  .list--inline li {
    display: inline-block;
    margin-right: 15px; }

/* line 37, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
.list--inline-border {
  margin: 0 0 1em;
  padding: 0;
  list-style: none; }
  /* line 42, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
  .list--inline-border li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 10px;
    border-right: 1px solid #d7272b; }
    /* line 48, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
    .list--inline-border li.last-item {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }

/* line 61, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
.list--thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 67, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
  .list--thumbnails li {
    height: 150px;
    float: left;
    margin: 0 0.5em 0.5em 0; }
  /* line 72, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
  .list--thumbnails img {
    height: 100%;
    width: auto; }

/* line 82, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
.list--underline {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 87, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
  .list--underline li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1em; }

/* line 98, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
.list--image-left {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 103, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
  .list--image-left li {
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
    padding-left: 120px; }
  /* line 110, /Users/bill/Desktop/crownfinish/sass/partials/patterns/lists */
  .list--image-left img {
    float: left;
    width: 100px;
    margin-left: -120px;
    padding-bottom: 1em; }

/* line 7, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
  border: none;
  padding: 8px;
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.25em;
  background: #eeeeee;
  font-size: 0.8em; }
  /* line 17, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    background: #ffffff;
    color: #333333; }
  /* line 22, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
  .no-boxsizing input[type="text"], .no-boxsizing input[type="email"], .no-boxsizing input[type="password"], .no-boxsizing input[type="search"], .no-boxsizing textarea {
    width: 75%; }

/* line 32, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
select {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1em;
  padding-left: 1px; }

/* line 41, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
input[type="radio"], input[type="checkbox"] {
  margin: 3px 0.5ex; }

/* line 45, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
.radio-group {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 52, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
label {
  color: #333333; }
  /* line 56, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
  .error label {
    color: #d7272b; }

/* line 62, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
.form-help, .description {
  margin: 0; }

/* line 69, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
.form-item-chilly {
  display: none; }

/* line 74, /Users/bill/Desktop/crownfinish/sass/partials/patterns/inputs */
.form-item {
  margin: 0 0 0.5em; }

/* line 2, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tables */
table {
  border: none;
  border-top: 1px solid #eeeeee;
  width: 100%; }

/* line 8, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tables */
thead {
  background: #333333;
  color: white;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333; }

/* line 16, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tables */
tbody {
  border-left: 1px solid #eeeeee; }

/* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tables */
th, td {
  padding: 0.4em 0.5em; }

/* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tables */
th {
  border: none; }

/* line 28, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tables */
td {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

/* line 3, /Users/bill/Desktop/crownfinish/sass/partials/patterns/wells */
.well {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
  background: #eeeeee;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }

/* line 3, /Users/bill/Desktop/crownfinish/sass/partials/patterns/accordian */
.accordian {
  margin-bottom: 1em; }

/* line 6, /Users/bill/Desktop/crownfinish/sass/partials/patterns/accordian */
.accordian-content {
  display: none; }
  /* line 9, /Users/bill/Desktop/crownfinish/sass/partials/patterns/accordian */
  .no-js .accordian-content {
    display: block; }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/patterns/accordian */
.accordian-title {
  cursor: pointer;
  color: #d7272b; }
  /* line 18, /Users/bill/Desktop/crownfinish/sass/partials/patterns/accordian */
  .accordian-title:hover {
    color: #e05155; }

/* line 3, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
.tabs--nav {
  margin: 0 0 -1px 0;
  padding: 0; }
  /* line 8, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
  .tabs--nav li {
    font-size: 1em;
    margin: 0 0.25em 0 0;
    background: #cccccc;
    padding: 0.6em 0.6em 0.4em;
    color: white;
    display: block;
    float: left;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    cursor: pointer; }
    /* line 21, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
    .tabs--nav li:hover {
      background: #d7272b;
      color: white; }
    /* line 25, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
    .tabs--nav li.active {
      background: white;
      color: #333333; }
  /* line 31, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
  .no-js .tabs--nav li {
    display: none; }
    /* line 33, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
    .no-js .tabs--nav li.active {
      display: block; }

/* line 39, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
.tabs--content {
  border: 1px solid #cccccc;
  padding: 1em; }
  /* line 42, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
  .no-js .tabs--content {
    border: none;
    padding: 0; }

/* line 49, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
.tabs--pane {
  display: none; }
  /* line 52, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
  .no-js .tabs--pane {
    display: block;
    border: 1px solid #cccccc;
    padding: 1em;
    margin-bottom: 1em; }
  /* line 59, /Users/bill/Desktop/crownfinish/sass/partials/patterns/tabs */
  .tabs--pane.active {
    display: block; }

/* line 4, /Users/bill/Desktop/crownfinish/sass/partials/layout/offcanvas */
#offcanvas--wrapper1 {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%; }

/* line 11, /Users/bill/Desktop/crownfinish/sass/partials/layout/offcanvas */
#offcanvas--wrapper2 {
  width: 100%;
  position: relative;
  -webkit-transition: left 0.5s ease;
       -o-transition: left 0.5s ease;
          transition: left 0.5s ease; }
  /* line 16, /Users/bill/Desktop/crownfinish/sass/partials/layout/offcanvas */
  .js #offcanvas--wrapper2 {
    left: 0; }
  /* line 20, /Users/bill/Desktop/crownfinish/sass/partials/layout/offcanvas */
  .js.js-nav #offcanvas--wrapper2 {
    left: 70%; }

/* line 27, /Users/bill/Desktop/crownfinish/sass/partials/layout/offcanvas */
#offcanvas--items {
  z-index: 200;
  width: 90%;
  position: absolute;
  top: 0;
  left: 5%; }
  /* line 35, /Users/bill/Desktop/crownfinish/sass/partials/layout/offcanvas */
  #offcanvas--items:not(:target) {
    z-index: 1;
    height: 0; }
  /* line 40, /Users/bill/Desktop/crownfinish/sass/partials/layout/offcanvas */
  .js #offcanvas--items {
    height: 100%;
    width: 70%;
    left: -70%; }
    @media screen and (min-width: 45em) {
      .js #offcanvas--items {
        height: auto;
        width: auto;
        left: auto; } }
  @media screen and (min-width: 45em) {
    #offcanvas--items {
      position: static;
      margin: 0;
      padding: 0; } }

/* line 1, /Users/bill/Desktop/crownfinish/sass/partials/layout/page */
html {
  background: #333333; }

/* line 5, /Users/bill/Desktop/crownfinish/sass/partials/layout/page */
body {
  min-width: 20em;
  background: #ffffff; }

/* line 10, /Users/bill/Desktop/crownfinish/sass/partials/layout/page */
.constrained {
  max-width: 55em;
  margin-right: auto;
  margin-left: auto; }

/* line 14, /Users/bill/Desktop/crownfinish/sass/partials/layout/page */
.hero {
  max-width: 55em;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5% 5% 1.5%;
  text-align: center; }

/* line 20, /Users/bill/Desktop/crownfinish/sass/partials/layout/page */
.info {
  max-width: 55em;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5% 2.5%;
  text-align: center; }

/* line 4, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
.main--header {
  text-align: center;
  padding: 2.5% 0 0; }

/* line 11, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
.retail, .press {
  text-align: center;
  margin-bottom: 100px; }

/* line 17, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
.retail-list, .press-list {
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 27, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
.press-list li {
  margin-bottom: 10px; }
  /* line 30, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
  .press-list li > a {
    border: 3px solid #ffffff;
    display: inline-block; }
    /* line 33, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
    .press-list li > a:hover {
      border-color: #24407a; }
/* line 39, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
.press-list p {
  margin: 0;
  font-size: 0.75em;
  display: none; }

/* line 46, /Users/bill/Desktop/crownfinish/sass/partials/layout/header */
.icon-instagram:before {
  padding-right: 6px;
  position: relative;
  top: 2px; }

/* line 9, /Users/bill/Desktop/crownfinish/sass/partials/layout/list--photos */
.slider .photos-container {
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 45em) {
    .slider .photos-container {
      width: 5200px;
      margin: 0;
      top: 0;
      left: 0;
      height: 550px;
      position: relative;
      overflow: hidden;
      -webkit-transition: margin-left 0.2s linear;
           -o-transition: margin-left 0.2s linear;
              transition: margin-left 0.2s linear; } }
  @media screen and (min-width: 45em) {
    .slider .photos-container li {
      float: left; } }
/* line 32, /Users/bill/Desktop/crownfinish/sass/partials/layout/list--photos */
.slider .gear {
  display: none; }
  @media screen and (min-width: 45em) {
    .slider .gear {
      position: absolute;
      z-index: 100;
      display: block;
      background: #d7272b;
      padding: 1em;
      color: white;
      font-weight: 600;
      width: 70px; }
      /* line 44, /Users/bill/Desktop/crownfinish/sass/partials/layout/list--photos */
      .slider .gear:hover {
        background: #24407a;
        cursor: pointer; }
      /* line 49, /Users/bill/Desktop/crownfinish/sass/partials/layout/list--photos */
      .slider .gear.next {
        right: 0; }
      /* line 52, /Users/bill/Desktop/crownfinish/sass/partials/layout/list--photos */
      .slider .gear.prev {
        left: 0; }
      /* line 56, /Users/bill/Desktop/crownfinish/sass/partials/layout/list--photos */
      .slider .gear.greyed {
        background: #cccccc; }
        /* line 58, /Users/bill/Desktop/crownfinish/sass/partials/layout/list--photos */
        .slider .gear.greyed:hover {
          background: #cccccc; } }

/* line 3, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
.events {
  max-width: 800px;
  margin: 0 auto 60px; }
  /* line 7, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
  .events .footer {
    background: #d7272b;
    color: #FFF;
    padding: 10px 30px;
    margin-top: 1px; }

/* line 15, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
.list--events {
  list-style: none;
  padding: 0;
  margin: 0; }
  /* line 20, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
  .list--events li {
    padding: 30px;
    border: 4px solid #d7272b;
    background: #d7272b;
    margin-top: 1px; }
  /* line 27, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
  .list--events, .list--events a {
    color: #FFF; }
  /* line 31, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
  .list--events a:hover {
    color: #24407a; }
  /* line 36, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
  .list--events .date, .list--events .location {
    margin-bottom: 0; }

/* line 41, /Users/bill/Desktop/crownfinish/sass/partials/layout/event */
.event-label {
  text-transform: uppercase;
  color: #FFF;
  background: #24407a;
  padding: 10px 30px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px; }

/* line 5, /Users/bill/Desktop/crownfinish/sass/partials/layout/page--front */
.front #main > .block > h2 {
  display: none; }
/*# sourceMappingURL=style.css.map */