/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! 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,
button,
input,
select,
textarea {
  color: #222;
}
html {
  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,
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
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * 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;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   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
     */
  .ir a:after,
  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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'crema-icons';
  src: url('lib/assets/font/crema-icons.eot?53078927');
  src: url('lib/assets/font/crema-icons.eot?53078927#iefix') format('embedded-opentype'), url('lib/assets/font/crema-icons.woff?53078927') format('woff'), url('lib/assets/font/crema-icons.ttf?53078927') format('truetype'), url('lib/assets/font/crema-icons.svg?53078927#crema-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "crema-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.icon-down {
  /* '' */
}
.icon-down:before {
  content: '\e800';
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}
@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  /*animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;*/
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    /*transform: scale(0);*/
    opacity: 0.0;
  }
  60% {
    /*transform: scale(1.1);	*/
  }
  80% {
    /*transform: scale(0.9);*/
    /*opacity: 1;	*/
  }
  100% {
    /*transform: scale(1);*/
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    /*-webkit-transform: scale(0);*/
    opacity: 0.0;
  }
  60% {
    /*-webkit-transform: scale(1.1);*/
  }
  80% {
    /*-webkit-transform: scale(0.9);*/
    /*opacity: 1;	*/
  }
  100% {
    /*-webkit-transform: scale(1);*/
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}
@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*
==============================================
Custom Crema.co Animations
==============================================
*/
/*
==============================================
slideDownFade
==============================================
*/
.slideDownFade {
  animation-name: slideDownFade;
  -webkit-animation-name: slideDownFade;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideDownFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideUpFade
==============================================
*/
.slideUpFade {
  animation-name: slideUpFade;
  -webkit-animation-name: slideUpFade;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUpFade {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
    visibility: hidden;
  }
}
@-webkit-keyframes slideUpFade {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    visibility: hidden;
  }
}
/*
==============================================
slideLeftFade
==============================================
*/
.slideLeftFade {
  animation-name: slideLeftFade;
  -webkit-animation-name: slideLeftFade;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeftFade {
  0% {
    transform: translateX(150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeftFade {
  0% {
    -webkit-transform: translateX(150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
html {
  font-size: 12px;
}
body {
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.334em;
  line-height: 1.125em;
  color: #333333;
  background-color: #edebe4;
}
h1,
h2,
.h2 {
  margin: 1.25rem 0 0.25rem 0;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
  font-weight: 600;
  font-size: 2.67rem;
  line-height: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 648px) {
  h1,
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
h3,
.h3 {
  margin: 1rem 0 0 0;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}
p {
  margin: 0 0 1.5rem 0;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
}
b,
strong {
  font-weight: 600;
}
blockquote {
  padding-left: 1.83rem;
  border-left: .167rem solid #ccc;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: italic;
  color: #666;
}
.lt-ie9 body * {
  display: none;
}
.lt-ie9 body .browsehappy,
.lt-ie9 body .browsehappy * {
  display: inline;
}
.error-message {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #666;
  text-align: center;
  margin: 2rem 0;
}
.padded {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 648px) {
  .padded {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 528px) {
  .padded {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.v-padded {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 648px) {
  .v-padded {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 528px) {
  .v-padded {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 528px) {
  .hide-small {
    display: none;
  }
}
.viewport {
  width: 100%;
  overflow: hidden;
}
.content-container {
  position: relative;
  z-index: 500;
  width: 100%;
  -webkit-box-shadow: -1px -1px 0 #bcb7a5;
  -moz-box-shadow: -1px -1px 0 #bcb7a5;
  box-shadow: -1px -1px 0 #bcb7a5;
  -webkit-transition: margin-left 0.4s;
  -moz-transition: margin-left 0.4s;
  -o-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
}
.a-new .content-container,
.a-edit .content-container,
.a-create .content-container {
  background-color: #edebe4;
}
.brewlist-panel {
  box-sizing: border-box;
  position: fixed;
  z-index: 600;
  top: 0;
  right: -25rem;
  width: 25rem;
  height: 100%;
  border-left: 2px solid #bcb7a5;
  background-color: #edebe4;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  -o-transition: right 0.4s;
  transition: right 0.4s;
}
.show-brewlist .content-container {
  margin-left: -25rem;
}
.show-brewlist .brewlist-panel {
  right: 0;
}
.show-brewlist .siteheader {
  left: -25rem;
  right: 25rem;
}
.intercom-launcher {
  z-index: 500!important;
}
.alert {
  padding: 1rem;
  background-color: #333333;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}
.alert .close {
  float: left;
  width: 1.5rem;
  margin-right: -2rem;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
}
.alert .close:hover {
  font-weight: 600;
}
.alert p {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
  line-height: 2rem;
  text-align: center;
  color: white;
}
.alert-hide {
  margin-top: -4rem;
  opacity: 0;
}
.alert-notice {
  background-color: #5b7430;
}
.alert-alert {
  background-color: #ba754a;
}
.alert-alert,
.alert-alert-error,
.alert-error {
  background-color: #b34d39;
}
.button {
  display: inline-block;
  box-sizing: border-box;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  border: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #5b7430;
  color: white;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.button:hover {
  background-color: #6f8d3a;
  text-decoration: none;
}
.button:active {
  background-color: #3f5021;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.button:disabled {
  opacity: 0.5;
}
.button:disabled:hover,
.button:disabled:active {
  background-color: #5b7430;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
/*dl*/
.detail-list {
  margin-top: 0;
  margin-bottom: 0;
}
.dt {
  margin-top: 1.5rem;
  font-size: .9167rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
dt {
  margin-top: 1.5rem;
  font-size: .9167rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
dt:first-child {
  margin-top: 0;
}
.dd {
  display: block;
  margin: 0;
  padding: 0.167rem 0;
  line-height: 1.67rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 0 50%;
}
dd {
  display: block;
  margin: 0;
  padding: 0.167rem 0;
  line-height: 1.67rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 0 50%;
}
dd:last-child {
  padding-bottom: 0;
  margin-bottom: -0.25rem;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 648px) {
  /*dl*/
  .detail-list {
    margin-bottom: 1.5rem;
  }
  dt {
    border-bottom: 1px solid #d9d4c5;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 2rem;
  }
  dd {
    padding: 0.5rem 0 0.5rem 0;
    background-size: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
body.a-new,
body.a-edit {
  background-color: #edebe4;
}
.field_with_errors {
  display: inline;
}
.form-validation-errors ul {
  padding: 1rem;
  border: 1px solid #b34d39;
  margin: 0 0 2rem 0;
  background-color: #ede5e3;
}
.form-validation-errors li {
  display: block;
  list-style: none outside none;
  color: #b34d39;
  font-weight: 600;
  line-height: 2rem;
}
.form-notice {
  display: inline-block;
  padding: 1.5rem 1.75rem 1.5rem 1.75rem;
  border-left: 0.25rem solid #5b7430;
  margin: 0 0 1.5rem -2rem;
  background-color: #e9ede3;
  color: #4d6229;
  line-height: 2rem;
}
.form-notice a {
  color: #4d6229;
}
.form-notice p {
  margin-bottom: 1rem;
}
.form-notice p:last-child {
  margin-bottom: 0;
}
.form-notice .button {
  display: inline-block;
  box-sizing: border-box;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  border: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #5b7430;
  color: white;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.form-notice .button:hover {
  background-color: #6f8d3a;
  text-decoration: none;
}
.form-notice .button:active {
  background-color: #3f5021;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.form-notice .button:disabled {
  opacity: 0.5;
}
.form-notice .button:disabled:hover,
.form-notice .button:disabled:active {
  background-color: #5b7430;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.form-warning {
  display: inline-block;
  padding: 1.5rem 1.75rem 1.5rem 1.75rem;
  border-left: 0.25rem solid #ba754a;
  margin: 0 0 1.5rem -2rem;
  background-color: #ede7e3;
  color: #aa6941;
  line-height: 2rem;
}
.form-warning a {
  color: #aa6941;
}
.form-warning p {
  margin-bottom: 1rem;
}
.form-warning p:last-child {
  margin-bottom: 0;
}
.form-warning .button {
  display: inline-block;
  box-sizing: border-box;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  border: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #ba754a;
  color: white;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.form-warning .button:hover {
  background-color: #c48964;
  text-decoration: none;
}
.form-warning .button:active {
  background-color: #975e3a;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.form-warning .button:disabled {
  opacity: 0.5;
}
.form-warning .button:disabled:hover,
.form-warning .button:disabled:active {
  background-color: #ba754a;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.form-error {
  display: inline-block;
  padding: 1.5rem 1.75rem 1.5rem 1.75rem;
  border-left: 0.25rem solid #b34d39;
  margin: 0 0 1.5rem -2rem;
  background-color: #ede5e3;
  color: #a04533;
  line-height: 2rem;
}
.form-error a {
  color: #a04533;
}
.form-error p {
  margin-bottom: 1rem;
}
.form-error p:last-child {
  margin-bottom: 0;
}
.form-error .button {
  display: inline-block;
  box-sizing: border-box;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  border: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #b34d39;
  color: white;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.form-error .button:hover {
  background-color: #c55e4a;
  text-decoration: none;
}
.form-error .button:active {
  background-color: #8c3c2d;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.form-error .button:disabled {
  opacity: 0.5;
}
.form-error .button:disabled:hover,
.form-error .button:disabled:active {
  background-color: #b34d39;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.center {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 66.66666667%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 16.66666667%;
  margin-right: 16.66666667%;
  float: none;
}
@media screen and (max-width: 960px) {
  .center {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 83.33333333%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
    float: none;
  }
}
@media screen and (max-width: 648px) {
  .center {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
select {
  padding: 0 0.75rem;
  width: 14rem;
  height: 2.5rem;
  border: 1px solid #333333;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  background-color: white;
  color: #333333;
  outline: none;
  -moz-outline: none;
}
select:hover {
  border-color: #333333;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
select:active,
select:focus {
  border-color: #333333;
  border-width: 2px;
  padding-left: .67rem;
  padding-right: .67rem;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-arrow-down-black-2596aa5697a8b25e4dc01a647e06d5a12e50b7242d3fd01ff23b3b38edc85b4b.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 1.16rem;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.form-container {
  background-color: white;
}
.create-edit-form {
  padding-top: 2rem;
  *zoom: 1;
  zoom: 1;
  background-color: white;
}
.create-edit-form:before,
.create-edit-form:after {
  content: "";
  display: table;
}
.create-edit-form:after {
  clear: both;
}
.create-edit-form fieldset {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 2rem 2rem 2rem;
}
.create-edit-form fieldset:last-child {
  border-bottom: 0;
}
.create-edit-form fieldset fieldset {
  padding: 0;
  border-bottom: none;
  margin: 2rem 0 0 0;
}
.create-edit-form legend {
  margin: 1rem 0 0 0;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}
.create-edit-form input[type=text],
.create-edit-form input[type=email],
.create-edit-form input[type=password],
.create-edit-form input[type=number],
.create-edit-form select,
.create-edit-form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  margin-bottom: 0;
  -webkit-border-radius: 0.334rem;
  -moz-border-radius: 0.334rem;
  border-radius: 0.334rem;
  font-size: 1.33rem;
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.create-edit-form input[type=text]:hover,
.create-edit-form input[type=email]:hover,
.create-edit-form input[type=password]:hover,
.create-edit-form input[type=number]:hover,
.create-edit-form select:hover,
.create-edit-form textarea:hover {
  border-color: #999999;
}
.create-edit-form input[type=text]:focus,
.create-edit-form input[type=email]:focus,
.create-edit-form input[type=password]:focus,
.create-edit-form input[type=number]:focus,
.create-edit-form select:focus,
.create-edit-form textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 4px rgba(91, 116, 48, 0.5);
  -moz-box-shadow: 0 0 4px rgba(91, 116, 48, 0.5);
  box-shadow: 0 0 4px rgba(91, 116, 48, 0.5);
  border-color: #5b7430;
}
.create-edit-form input[type=file] {
  margin-top: 0.667rem;
}
.create-edit-form input[type=radio],
.create-edit-form input[type=checkbox] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.33rem;
  line-height: 1.667rem;
  font-weight: normal;
}
.create-edit-form input[type=radio] + label,
.create-edit-form input[type=checkbox] + label {
  display: inline-block;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  float: none;
  width: auto;
  padding: 0 0 0 0.25rem;
  margin-left: 0;
  text-align: left;
  font-size: 1.33rem;
  line-height: 3rem;
  font-weight: 400;
}
.create-edit-form textarea {
  height: 13rem;
}
.create-edit-form .help {
  display: block;
  padding-top: 0.5rem;
  font-size: 1.167rem;
  line-height: 1.25rem;
  color: #666;
}
.create-edit-form .help a {
  color: #666;
}
.create-edit-form .field_with_errors input[type=text],
.create-edit-form .field_with_errors input[type=email],
.create-edit-form .field_with_errors input[type=password],
.create-edit-form .field_with_errors input[type=number],
.create-edit-form .field_with_errors select,
.create-edit-form .field_with_errors textarea {
  border-color: #b34d39;
}
.create-edit-form input[type=submit] {
  box-sizing: border-box;
  height: 3rem;
  padding: 0 1.5rem;
  border: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #5b7430;
  color: white;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.5rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.create-edit-form input[type=submit]:hover {
  background-color: #6f8d3a;
}
.create-edit-form input[type=submit]:active {
  background-color: #3f5021;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.create-edit-form input[type=submit]:disabled {
  opacity: 0.5;
}
.create-edit-form input[type=submit]:disabled:hover,
.create-edit-form input[type=submit]:disabled:active {
  background-color: #5b7430;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.create-edit-form .form-links,
.create-edit-form .delete-entity {
  margin-top: 0.5rem;
  line-height: 2rem;
}
.create-edit-form .delete-entity {
  float: right;
  font-size: 1.167rem;
  color: #999;
  text-decoration: none;
}
.create-edit-form .delete-entity:hover {
  color: red;
}
.create-edit-form .form-links {
  display: inline-block;
  font-size: 1.334rem;
}
.create-edit-form .form-links a,
.create-edit-form .form-links span {
  margin-left: 1rem;
  color: #666;
  text-decoration: none;
}
.create-edit-form .form-links a:hover,
.create-edit-form .form-links span:hover {
  text-decoration: underline;
  color: #333333;
}
.form-group {
  max-width: 66rem;
  padding: 0.667rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  *zoom: 1;
  zoom: 1;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.form-group:before,
.form-group:after {
  content: "";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group > label,
.form-group > .field_with_errors > label {
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
  font-size: 1.4167rem;
  line-height: 2rem;
  font-weight: 500;
}
.form-group.focus {
  background-color: rgba(237, 235, 228, 0.75);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.form-group.focus > label {
  font-weight: 700;
}
.form-group .field_with_errors > label {
  color: #b34d39;
}
.horizontal-form legend {
  padding-left: 13rem;
}
.horizontal-form .form-group {
  padding-left: 14rem;
}
.horizontal-form .form-group > label,
.horizontal-form .form-group > .field_with_errors > label {
  display: block;
  width: 14rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  margin-left: -14rem;
  float: left;
  -webkit-transition: padding-right 0.25s;
  -moz-transition: padding-right 0.25s;
  -o-transition: padding-right 0.25s;
  transition: padding-right 0.25s;
  text-align: right;
}
.horizontal-form .form-group.focus > label {
  padding-right: 2rem;
}
@media screen and (max-width: 648px) {
  .horizontal-form legend {
    padding-left: 0;
  }
  .horizontal-form .form-group {
    padding-left: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .horizontal-form .form-group > label {
    width: auto;
    padding-top: 0;
    margin-left: 0;
    float: none;
    text-align: left;
  }
}
.form-group-2,
.form-group-3,
.form-group-4,
.form-group-5 {
  padding-right: 0;
}
.form-group-inline .form-sub-group {
  padding-right: 2.5rem;
}
.form-group-2 .form-sub-group {
  width: 50%;
}
.form-group-3 .form-sub-group {
  width: 33%;
}
.form-group-4 .form-sub-group {
  width: 25%;
}
.form-group-5 .form-sub-group {
  width: 20%;
}
.form-sub-group {
  box-sizing: border-box;
  padding-right: 1rem;
  float: left;
}
.form-sub-group label {
  display: block;
  padding-top: .25rem;
  margin-left: 0;
  font-size: 1.1667rem;
  line-height: 1.25rem;
  -webkit-transition: margin 0.25s;
  -moz-transition: margin 0.25s;
  -o-transition: margin 0.25s;
  transition: margin 0.25s;
}
.form-sub-group input:focus + label,
.form-sub-group select:focus + label,
.form-sub-group textarea:focus + label {
  font-weight: bold;
  margin-top: 0.334rem;
  margin-bottom: -0.334rem;
}
@media screen and (max-width: 480px) {
  .form-group .form-sub-group {
    width: 100%;
    margin-bottom: 1.34rem;
    float: none;
  }
  .form-group .form-sub-group:last-child {
    margin-bottom: 0;
  }
}
.image-input {
  width: 24rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.image-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
  height: 6rem;
  margin: 0;
  opacity: 0;
}
.image-input-thumbnail {
  box-sizing: border-box;
  float: left;
  width: 6rem;
  height: 6rem;
  border: 1px solid #cecbc1;
  background-color: #cecbc1;
  cursor: pointer;
}
.image-input-thumbnail img {
  min-width: 100%;
  max-height: 100%;
}
.image-input-text {
  box-sizing: border-box;
  float: left;
  width: 18rem;
  height: 6rem;
  padding: 2rem;
  border: 1px solid #cecbc1;
  border-left: 0;
  -webkit-border-radius: 0 0.334rem 0.334rem 0;
  -moz-border-radius: 0 0.334rem 0.334rem 0;
  border-radius: 0 0.334rem 0.334rem 0;
  background-color: #edebe4;
  color: #666666;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.image-input:hover .image-input-text {
  border-color: #c1bdb0;
  background-color: #f3f2ed;
  color: #333333;
  font-weight: 500;
}
.image-input:active .image-input-text {
  border-color: #b3af9e;
  background-color: #e5e2d8;
  color: #333333;
  font-weight: 600;
}
.modal-loading-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}
.modal-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 25rem;
  height: 25rem;
  margin: -12.5rem 0 0 -12.5rem;
  background-color: #edebe4;
  -webkit-box-shadow: 0 0 1rem rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 1rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.5);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-loader-a8c5df7d1b42650f60bef0d58be0cd242e8289c438fc755688c89643f27c1dbe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12.5rem;
  z-index: 2001;
}
.modal-loading-text-top {
  padding: 2rem;
  text-align: center;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
}
.modal-loading-text-bottom {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: 23rem;
  margin-bottom: 0;
  text-align: center;
}
.overview {
  *zoom: 1;
  zoom: 1;
}
.overview:before,
.overview:after {
  content: "";
  display: table;
}
.overview:after {
  clear: both;
}
.overview-details,
.overview-text,
.overview-image {
  box-sizing: border-box;
}
.overview-details {
  position: relative;
  float: left;
  width: 18rem;
  margin: 4rem;
}
.overview-details .detail-list {
  border-right: 1px solid #ccc;
  padding-right: 2rem;
}
.overview-details img {
  max-width: 100%;
}
.m-flip .overview-details {
  float: right;
}
.m-flip .overview-details .detail-list {
  padding-right: 0;
  padding-left: 2rem;
  border-right: none;
  border-left: 1px solid #ccc;
}
.overview-details.m-text-align-right {
  text-align: right;
}
.m-details-none .overview-details {
  display: none;
}
.overview-image-text-container {
  overflow: hidden;
  padding-right: 48rem;
}
.m-flip .overview-image-text-container {
  padding-right: 0;
  padding-left: 48rem;
}
.m-image-none .overview-image-text-container,
.m-image-none.m-flip .overview-image-text-container {
  padding-left: 0;
}
.m-image-panoramic .overview-image-text-container {
  padding-right: 0;
  padding-left: 48rem;
}
.m-flip.m-image-panoramic .overview-image-text-container {
  padding-left: 0;
  padding-right: 48rem;
}
.overview-text {
  float: left;
  width: 100%;
  padding: 4rem 4rem 4rem 0;
  line-height: 2rem;
}
.overview-text h2 {
  text-align: left;
  margin: 0 0 1rem 0;
}
.overview-text ul,
.overview-text ol {
  padding-left: 2rem;
}
.overview-text li {
  margin-bottom: 1rem;
}
.m-flip .overview-text {
  float: right;
}
.m-image-panoramic .overview-text {
  width: 48rem;
  padding-left: 4rem;
  margin-left: -48rem;
}
.m-flip.m-image-panoramic .overview-text {
  margin-right: -48rem;
}
.m-image-none .overview-text {
  padding-left: 4rem;
}
.overview-image {
  float: right;
  width: 48rem;
  margin-right: -48rem;
}
.m-flip .overview-image {
  margin-left: -48rem;
}
.m-image-none .overview-image {
  display: none;
}
.overview-image img,
.overview-image iframe {
  display: block;
  width: 100%;
}
.overview-image img {
  opacity: 1;
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.overview-image img.loading {
  opacity: 0;
}
.m-flip .overview-image {
  float: left;
  margin-right: 0;
}
.overview-image.m-frame {
  padding: 4rem;
}
.m-image-panoramic .overview-image,
.m-flip.m-image-panoramic .overview-image {
  width: 100%;
  margin: 0;
  float: none;
}
.m-image-panoramic .overview-image.m-frame {
  padding-left: 0;
}
.m-flip.m-image-panoramic .overview-image.m-frame {
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .overview-image-text-container {
    overflow: hidden;
    padding-right: 38rem;
  }
  .m-flip .overview-image-text-container {
    padding-right: 0;
    padding-left: 38rem;
  }
  .m-image-none .overview-image-text-container,
  .m-image-none.m-flip .overview-image-text-container {
    padding-left: 0;
  }
  .overview-image {
    width: 38rem;
    margin-right: -38rem;
  }
  .m-flip .overview-image {
    margin-left: -38rem;
  }
  .m-image-none .overview-image {
    display: none;
  }
}
@media screen and (max-width: 1104px) {
  .overview-image-text-container {
    overflow: hidden;
    padding-right: 33rem;
  }
  .m-flip .overview-image-text-container {
    padding-right: 0;
    padding-left: 33rem;
  }
  .m-image-none .overview-image-text-container,
  .m-image-none.m-flip .overview-image-text-container {
    padding-left: 0;
  }
  .overview-image {
    width: 33rem;
    margin-right: -33rem;
  }
  .m-flip .overview-image {
    margin-left: -33rem;
  }
  .m-image-none .overview-image {
    display: none;
  }
}
@media screen and (max-width: 1008px) {
  .overview-image-text-container {
    overflow: hidden;
    padding-right: 30rem;
  }
  .m-flip .overview-image-text-container {
    padding-right: 0;
    padding-left: 30rem;
  }
  .m-image-none .overview-image-text-container,
  .m-image-none.m-flip .overview-image-text-container {
    padding-left: 0;
  }
  .overview-image {
    width: 30rem;
    margin-right: -30rem;
  }
  .m-flip .overview-image {
    margin-left: -30rem;
  }
  .m-image-none .overview-image {
    display: none;
  }
}
@media screen and (max-width: 936px) {
  .overview-image-text-container {
    overflow: hidden;
    padding-right: 26rem;
  }
  .m-flip .overview-image-text-container {
    padding-right: 0;
    padding-left: 26rem;
  }
  .m-image-none .overview-image-text-container,
  .m-image-none.m-flip .overview-image-text-container {
    padding-left: 0;
  }
  .overview-image {
    width: 26rem;
    margin-right: -26rem;
  }
  .m-flip .overview-image {
    margin-left: -26rem;
  }
  .m-image-none .overview-image {
    display: none;
  }
}
@media screen and (max-width: 888px) {
  .overview-image-text-container,
  .m-flip .overview-image-text-container {
    padding: 0;
  }
  .overview-image,
  .overview-image.m-frame {
    width: 100%;
    padding: 0 4rem 4rem 0;
    margin: -2rem 0 0 0;
  }
  .m-details-none .overview-image.m-frame {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .m-details-none .overview-text {
    padding-left: 4rem;
  }
  .m-image-panoramic .overview-image-text-container,
  .m-flip.m-image-panoramic .overview-image-text-container,
  .m-details-none.m-flip.m-image-panoramic .overview-image-text-container {
    padding: 0;
  }
  .m-image-panoramic .overview-image,
  .m-flip.m-image-panoramic .overview-image,
  .m-details-none.m-flip.m-image-panoramic .overview-image,
  .m-image-panoramic .overview-text,
  .m-flip.m-image-panoramic .overview-text,
  .m-details-none.m-flip.m-image-panoramic .overview-text {
    width: 50%;
    margin: 0;
  }
  .m-image-panoramic .overview-image.m-frame {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 648px) {
  .overview .overview-details,
  .overview-details.m-text-align-right {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-right: 3rem;
    margin-bottom: -2rem;
    margin-left: 3rem;
    text-align: left;
  }
  .overview-details .detail-list {
    border: none;
  }
  .overview-text {
    float: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .overview-image,
  .m-flip .overview-image,
  .overview-image.m-frame,
  .m-image-panoramic .overview-image,
  .m-image-panoramic.m-flip .overview-image.m-frame {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .m-image-panoramic .overview-image,
  .m-flip.m-image-panoramic .overview-image,
  .m-details-none.m-flip.m-image-panoramic .overview-image {
    margin-top: -2rem;
  }
  .m-image-panoramic .overview-text,
  .m-flip.m-image-panoramic .overview-text,
  .m-details-none.m-flip.m-image-panoramic .overview-text {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 528px) {
  .overview .overview-details,
  .overview-details.m-text-align-right {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .overview-text,
  .m-details-none .overview-text,
  .overview-image,
  .m-flip .overview-image,
  .overview-image.m-frame,
  .m-image-panoramic .overview-image,
  .m-image-panoramic.m-flip .overview-image.m-frame {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-header {
  position: relative;
  overflow: hidden;
  background-color: #333333;
}
.page-header img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 2s ease-out;
  -moz-transition: opacity 2s ease-out;
  -o-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}
.page-header img.loading {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .page-header img {
    left: 50%;
    margin-left: -672px;
  }
}
@media screen and (min-width: 1345px) {
  .page-header img {
    margin-left: -50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
.page-header .page-header-title {
  position: relative;
  z-index: 1;
  color: white;
}
.page-header-large {
  height: 32rem;
}
.page-header-huge {
  height: 54rem;
}
.page-header-small {
  height: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-header-small .button {
  display: block;
  position: relative;
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 3rem;
  text-decoration: none;
  text-align: center;
  z-index: 100;
}
.page-header-small .button-narrow {
  width: 6.5rem;
  margin: 0.5rem 0 0.5rem -6.5rem;
}
.page-header-small .button-wide {
  width: 10rem;
  margin: 0.5rem 0 0.5rem -10rem;
}
.page-header-small .page-header-title {
  margin: 0;
  font-size: 2.67rem;
  line-height: 4rem;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 648px) {
  .page-header-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-header-small .page-header-title {
    font-size: 2rem;
  }
}
.page-header-medium {
  background-color: #333333;
  height: 17rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-header-medium .page-header-title {
  margin-top: 6rem;
  margin-bottom: 6rem;
  font-size: 3.5rem;
  line-height: 5rem;
  text-shadow: 0 1px 0.5rem #333333;
}
@media screen and (max-width: 648px) {
  .page-header-medium .page-header-title {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.popover {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 15rem;
  margin-top: -0.5rem;
  margin-left: -7.5rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.4167rem;
  -moz-border-radius: 0.4167rem;
  border-radius: 0.4167rem;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.show-popover > .popover {
  margin-top: 0.5rem;
  opacity: 1;
  visibility: visible;
}
.popover:before {
  position: absolute;
  display: block;
  top: -0.75rem;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  content: " ";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popover:after {
  position: absolute;
  display: block;
  top: -0.5833rem;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 0.5833rem solid transparent;
  border-right: 0.5833rem solid transparent;
  border-bottom: 0.5833rem solid white;
  margin-left: -0.5833rem;
  content: " ";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popover a {
  display: block;
  padding: 0.5rem 2rem;
  color: #444;
  font-weight: 400;
  text-decoration: none;
}
.popover a:hover {
  background-color: #edebe4;
  font-weight: 600;
}
.popover a:first-child {
  margin-top: 0.5rem;
}
.popover a:last-child {
  margin-bottom: 0.5rem;
}
.rating {
  overflow: hidden;
}
.rating .star {
  display: block;
  float: left;
  width: 1.167rem;
  height: 1.167rem;
  margin: .083rem .167rem;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-50903e2dc01f4dc3876859ecdc8899371ac978d97e6082ff4e2bdf0e0b9106dd.svg);
  background-size: 1.167rem;
}
.rating.rating5 .star,
.rating.rating6 .star,
.rating.rating7 .star,
.rating.rating8 .star,
.rating.rating9 .star,
.rating.rating10 .star {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-filled-d9692fdaa902722582a4ad381e43b48f3f7bb8bfe5fbd77aecc7aeba17599d11.svg);
}
.rating.rating1 .star1 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-half-867d4dc31f08febfed6933ba9221e1b41f0728141dd06009fed1a4cda0a09e9e.svg);
}
.rating.rating2 .star1 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-filled-d9692fdaa902722582a4ad381e43b48f3f7bb8bfe5fbd77aecc7aeba17599d11.svg);
}
.rating.rating3 .star1 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-filled-d9692fdaa902722582a4ad381e43b48f3f7bb8bfe5fbd77aecc7aeba17599d11.svg);
}
.rating.rating3 .star2 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-half-867d4dc31f08febfed6933ba9221e1b41f0728141dd06009fed1a4cda0a09e9e.svg);
}
.rating.rating4 .star1,
.rating.rating4 .star2 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-filled-d9692fdaa902722582a4ad381e43b48f3f7bb8bfe5fbd77aecc7aeba17599d11.svg);
}
.rating.rating5 .star3 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-half-867d4dc31f08febfed6933ba9221e1b41f0728141dd06009fed1a4cda0a09e9e.svg);
}
.rating.rating5 .star4,
.rating.rating5 .star5 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-50903e2dc01f4dc3876859ecdc8899371ac978d97e6082ff4e2bdf0e0b9106dd.svg);
}
.rating.rating6 .star4,
.rating.rating6 .star5 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-50903e2dc01f4dc3876859ecdc8899371ac978d97e6082ff4e2bdf0e0b9106dd.svg);
}
.rating.rating7 .star4 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-half-867d4dc31f08febfed6933ba9221e1b41f0728141dd06009fed1a4cda0a09e9e.svg);
}
.rating.rating7 .star5 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-50903e2dc01f4dc3876859ecdc8899371ac978d97e6082ff4e2bdf0e0b9106dd.svg);
}
.rating.rating8 .star5 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-50903e2dc01f4dc3876859ecdc8899371ac978d97e6082ff4e2bdf0e0b9106dd.svg);
}
.rating.rating9 .star5 {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-star-half-867d4dc31f08febfed6933ba9221e1b41f0728141dd06009fed1a4cda0a09e9e.svg);
}
.result-list {
  padding: 0 2rem 0 2rem;
  margin: 0;
  list-style: none outside none;
  *zoom: 1;
  zoom: 1;
}
.result-list:before,
.result-list:after {
  content: "";
  display: table;
}
.result-list:after {
  clear: both;
}
.result {
  float: left;
  box-sizing: border-box;
  width: 33%;
  padding: 2rem;
  background-color: transparent;
  -webkit-transition: background-color 0.33s;
  -moz-transition: background-color 0.33s;
  -o-transition: background-color 0.33s;
  transition: background-color 0.33s;
}
.result:nth-child(3n+1) {
  clear: both;
}
.result:hover {
  background-color: rgba(186, 178, 152, 0.2);
}
.result-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #e1ddd2;
  overflow: hidden;
}
.result-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}
.result-thumbnail img.loading {
  opacity: 0;
}
.result-roaster-logo {
  position: relative;
  float: left;
  width: 6rem;
  height: 6rem;
  margin: -7.167rem 0 0 0.833rem;
  border: 0.167rem solid rgba(51, 51, 51, 0.66);
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.result-roaster-logo .liner {
  background-color: #edebe4;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
.result-roaster-logo img {
  width: 6rem;
  height: 6rem;
  opacity: 1;
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.result-roaster-logo img.loading {
  opacity: 0;
}
.result-roaster-logo:hover:hover {
  -webkit-transform: scale(1.06);
}
.result-roaster-logo:hover:active {
  -webkit-transform: scale(1.03);
}
.result-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.167rem;
}
.result-title a {
  color: #333333;
  text-decoration: none;
}
.result-title a:hover {
  text-decoration: underline;
}
.result-description {
  margin-bottom: 0.5rem;
}
.result-certifications-price {
  overflow: hidden;
  margin-top: 0.5rem;
}
.result-certifications {
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0 0.25rem 0 0;
}
.result-certification {
  display: block;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0 0.5rem 0 0;
  background-size: 1.5rem;
  opacity: 0.75;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.result-certification:hover {
  opacity: 1;
  -webkit-transform: scale(1.125);
}
.result-certification span {
  display: none;
}
.certification-fair-trade {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-fairtrade-8b1943e2dbda55268079dd33891142127e061670f2f5ab70b1aae4928eadbdb5.svg);
}
.certification-rainforest-alliance {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-rainforest-alliance-a9e12f3b9d6a4253287073cad6c581b97e888382887e2bfa542369ea61f00e12.svg);
}
.certification-usda-organic {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-usda-organic-c0d6c11bc13e490ede2fa94403f8c0cd093e363ee41b666d6fb02a5b53bf8b6d.svg);
}
.certification-direct-trade {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-direct-trade-3045526dd2a511eaaa43649faf2b2cc13490bab0339868de9f9b2d530c1f7729.svg);
}
.decaf {
  float: left;
  padding: 0.1667rem 0.5rem 0.1667rem 0.5em;
  margin: 0.0834rem 0.5rem 0.0834rem 0;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #cdaa36;
}
.result-rating {
  float: left;
}
.result-price {
  display: block;
  float: left;
  margin-bottom: 0;
  color: #5b7430;
  font-size: 1.167rem;
  line-height: 1.5rem;
}
.result-size {
  color: #666;
}
.result-add-button {
  display: inline-block;
  color: #5b7430;
  text-decoration: none;
  font-size: 1.167rem;
  line-height: 1.5rem;
  padding: 0.167rem 0.5rem;
  border: 1px solid #d5d0bf;
  margin-top: 1rem;
  -webkit-border-radius: 0.33rem;
  -moz-border-radius: 0.33rem;
  border-radius: 0.33rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.result-add-button:hover {
  color: white;
  background-color: #5b7430;
  border-color: #5b7430;
  text-decoration: none;
}
.result-add-button:active {
  color: white;
  border-color: #3f5021;
  background-color: #3f5021;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.result:hover .result-add-button,
.result:hover .result-add-button:hover {
  border-color: #5b7430;
}
.result-add-button.active,
.result:hover .result-add-button.active {
  padding: .167rem 0.5rem .167rem 2rem;
  border-color: transparent;
  background: transparent url(//d1qeu4daemd51d.cloudfront.net/assets/icon-check-green-7dd220f7c29d8b8953400272c3dd1e6d8fc6037a9cfcf30d1550c6fe79265dc2.svg) no-repeat;
  background-size: 1.5rem;
  color: #5b7430;
  font-weight: 600;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 1272px) {
  .result {
    width: 25%;
  }
  .result:nth-child(3n+1) {
    clear: none;
  }
  .result:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 720px) {
  .result {
    width: 50%;
  }
  .result:nth-child(3n+1) {
    clear: none;
  }
  .result:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 648px) {
  .result-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 528px) {
  .result-list {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }
  .result {
    width: 100%;
    float: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .result-list {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 432px) {
  .result-list {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 408px) {
  .result-list {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}
.roast {
  display: table;
  width: 100%;
  height: 0.25rem;
  overflow: hidden;
}
.roast-level {
  display: table-cell;
  background-color: #e1ddd2;
}
.roast-description-container {
  overflow: hidden;
  margin-top: -0.25rem;
}
.roast-description {
  float: left;
  min-width: 5rem;
  padding: 0.1667rem 1rem 0.1667rem 1rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0;
  animation-name: slideUpFade;
  -webkit-animation-name: slideUpFade;
  animation-duration: .2s;
  -webkit-animation-duration: .2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
.result:hover .roast-description,
.coffee-grower-image:hover .roast-description {
  animation-name: slideDownFade;
  -webkit-animation-name: slideDownFade;
  animation-duration: .2s;
  -webkit-animation-duration: .2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
  opacity: 1;
}
.roast-1.roast-description,
.roast-1 .roast-level-1 {
  background-color: #b88742;
}
.roast-2.roast-description,
.roast-2 .roast-level-1,
.roast-2 .roast-level-2 {
  background-color: #9e6c39;
}
.roast-3.roast-description,
.roast-3 .roast-level-1,
.roast-3 .roast-level-2,
.roast-3 .roast-level-3 {
  background-color: #8f5933;
}
.roast-4.roast-description,
.roast-4 .roast-level-1,
.roast-4 .roast-level-2,
.roast-4 .roast-level-3,
.roast-4 .roast-level-4 {
  background-color: #7a4a2c;
}
.roast-5.roast-description,
.roast-5 .roast-level-1,
.roast-5 .roast-level-2,
.roast-5 .roast-level-3,
.roast-5 .roast-level-4,
.roast-5 .roast-level-5 {
  background-color: #593928;
}
.roast-6.roast-description,
.roast-6 .roast-level-1,
.roast-6 .roast-level-2,
.roast-6 .roast-level-3,
.roast-6 .roast-level-4,
.roast-6 .roast-level-5,
.roast-6 .roast-level-6 {
  background-color: #332924;
}
.roast-7.roast-description,
.roast-7 .roast-level {
  background-color: #261e1b;
}
@media screen and (max-width: 528px) {
  .roast-description {
    visibility: visible !important;
    opacity: 1;
  }
}
.admin-table-actions {
  padding: 0.75rem 1rem;
  background-color: #bab298;
  overflow: hidden;
}
.admin-table-action {
  display: block;
  float: left;
  padding: 0.25rem 1rem;
  border: 1px solid #5f5840;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #7e7554;
  color: white;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.admin-table-action:hover {
  background-color: #8d835e;
}
.admin-table-action:active {
  background-color: #696146;
  border: 1px solid #696146;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.admin-table-message {
  float: left;
  padding: 0.25rem 0;
  margin: 1px 0.5rem 0 1px;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #333333;
}
.admin-table {
  width: 100%;
  border: 1px solid #bab298;
  margin-bottom: 4rem;
}
.admin-table thead {
  background-color: #d9d4c5;
}
.admin-table tr:nth-child(even) {
  background-color: #f7f6f3;
}
.admin-table td,
.admin-table th {
  padding: 1rem;
  border-right: 1px solid #d9d4c5;
  text-align: left;
}
.admin-table th {
  font-weight: 600;
  border-right: 1px solid #bab298;
}
.admin-table a {
  color: #333333;
}
.admin-table + .admin-table-actions {
  border-bottom: 1px solid #bab298;
  margin-top: -4rem;
  margin-bottom: 4rem;
}
.admin-table-emtpy-text {
  padding: 4rem 2rem;
  border-top: 1px solid #bab298;
  border-bottom: 1px solid #bab298;
  color: #666;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
.admin-table-tabs ul {
  padding: 0 0 0 0;
  border-bottom: 2px solid #bab298;
  margin: 0;
  overflow: hidden;
}
.admin-table-tabs li {
  padding: 0;
  margin: 0;
}
.admin-table-tabs a {
  display: block;
  float: left;
  list-style: none outside none;
  padding: 1rem 1.5rem;
  -webkit-border-radius: 0.5rem 0.5rem 0 0;
  -moz-border-radius: 0.5rem 0.5rem 0 0;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-right: 0.167rem;
  background-color: #edebe4;
  text-decoration: none;
  color: #333333;
}
.admin-table-tabs a:hover {
  background-color: #d9d4c5;
  font-weight: 500;
}
.admin-table-tabs a:active {
  background-color: #cec9b6;
  font-weight: 600;
}
.admin-table-tabs a.active,
.admin-table-tabs a.active:hover {
  background-color: #bab298;
  font-weight: 600;
  cursor: default;
}
.admin-table-tabs > .admin-table-actions {
  margin-top: -2px;
}
.toggle-control ul {
  padding: 0 0 0 0;
  margin: 0;
  overflow: hidden;
}
.toggle-control li {
  padding: 0;
  margin: 0;
}
.toggle-control a {
  display: block;
  float: left;
  box-sizing: border-box;
  list-style: none outside none;
  width: 11rem;
  padding: 1rem;
  border-color: #d5d0bf;
  border-style: solid;
  border-width: 2px 1px 2px 1px;
  background-color: #333333;
  color: #d5d0bf;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
}
.toggle-control a:hover {
  background-color: #1a1a1a;
  color: #edebe4;
}
.toggle-control a:active {
  background-color: rgba(213, 208, 191, 0.33);
  color: white;
  font-weight: 600;
}
.toggle-control a.active,
.toggle-control a.active:hover {
  background-color: #d5d0bf;
  font-weight: 600;
  color: #333333;
  cursor: default;
}
.toggle-control li:last-child a {
  -webkit-border-radius: 0 0.75rem 0.75rem 0;
  -moz-border-radius: 0 0.75rem 0.75rem 0;
  border-radius: 0 0.75rem 0.75rem 0;
  border-right-width: 2px;
}
.toggle-control li:first-child a {
  -webkit-border-radius: 0.75rem 0 0 0.75rem;
  -moz-border-radius: 0.75rem 0 0 0.75rem;
  border-radius: 0.75rem 0 0 0.75rem;
  border-left-width: 2px;
}
@media screen and (max-width: 528px) {
  .toggle-control ul {
    display: table;
    width: 100%;
  }
  .toggle-control li {
    display: table-cell;
  }
  .toggle-control a {
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
.content-container {
  margin-top: 7rem;
}
.siteheader-nav {
  *zoom: 1;
  zoom: 1;
  padding: .667rem 0.75rem;
  margin: 0.5rem;
}
.siteheader-nav:before,
.siteheader-nav:after {
  content: "";
  display: table;
}
.siteheader-nav:after {
  clear: both;
}
.siteheader-nav .nav-item {
  display: block;
  position: relative;
  float: left;
  padding: 0.334rem 0.75rem 0.334rem 0.75rem;
  line-height: 2rem;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.siteheader-nav .nav-item:hover {
  font-weight: 600;
  color: black;
}
.siteheader-nav .nav-item-beta-login {
  padding-right: 0;
}
.siteheader-nav .nav-item-user {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-arrow-down-black-2596aa5697a8b25e4dc01a647e06d5a12e50b7242d3fd01ff23b3b38edc85b4b.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.siteheader-nav .nav-item-user .icon {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -0.25rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.siteheader-nav .nav-item-user .icon:hover {
  -webkit-transform: scale(1.1);
}
.siteheader-nav .nav-item-user .icon:active {
  -webkit-transform: scale(1.06);
}
.siteheader-nav .nav-item-user.show-popover .icon-user-path,
.siteheader-nav .nav-item-user.show-popover .icon:hover .icon-user-path,
.siteheader-nav .nav-item-user.show-popover .icon:active .icon-user-path {
  fill: #ba754a;
  -webkit-transform: scale(1.06);
}
.siteheader-nav-left {
  float: left;
  border-left: 1px solid #d5d0bf;
  margin-left: 1.5rem;
}
.siteheader-nav-right {
  float: right;
  padding-right: 0;
  margin-right: 0;
}
.siteheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  -webkit-box-shadow: 1px 1px 0 #d5d0bf;
  -moz-box-shadow: 1px 1px 0 #d5d0bf;
  box-shadow: 1px 1px 0 #d5d0bf;
  opacity: 0.98;
  z-index: 1000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-home.a-index .siteheader {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.siteheader-logo {
  float: left;
  margin: 1.334rem 0 1.667rem 0;
}
.c-coffees .nav-item.nav-coffees,
.c-roasters .nav-item.nav-roasters {
  font-weight: 600;
  color: black;
}
.siteheader-emblem {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 5rem;
  height: 5rem;
  margin: 0 -2.5rem;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -webkit-transform 0.2s;
  -o-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
}
.siteheader-emblem:hover {
  -webkit-transform: scale(1.08);
}
.siteheader-emblem:active {
  -webkit-transform: scale(1.04);
}
.siteheader-brewlist {
  position: relative;
  float: right;
  width: 5rem;
  height: 4rem;
  padding-left: 1.5rem;
  margin: 0.5rem 0 0.5rem 0;
  border-left: 1px solid #d5d0bf;
  text-align: center;
  overflow: visible;
}
.siteheader-brewlist-icon {
  display: block;
  margin: 0 auto 0.5rem auto;
  width: 3rem;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -webkit-transform 0.2s;
  -o-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
}
.siteheader-brewlist-icon .icon-brewlist-path {
  fill: #333333;
  -webkit-transition: fill 0.4s;
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}
.siteheader-brewlist-text {
  line-height: 1.5rem;
  color: #333333;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.siteheader-brewlist a {
  text-decoration: none;
}
.siteheader-brewlist:hover {
  font-weight: 600;
  cursor: pointer;
}
.siteheader-brewlist:hover .siteheader-brewlist-icon {
  -webkit-transform: scale(1.1);
}
.siteheader-brewlist:hover .siteheader-brewlist-icon:active {
  -webkit-transform: scale(1.06);
}
.show-brewlist .siteheader-brewlist-text {
  color: #ba754a;
  font-weight: 600;
}
.show-brewlist .siteheader-brewlist-icon {
  -webkit-transform: scale(1.1);
}
.show-brewlist .icon-brewlist-path {
  fill: #ba754a;
}
.lookatme-brewlist {
  display: none;
  position: absolute;
  right: 0;
  bottom: -5rem;
  width: 30rem;
  padding: 1rem;
  background-color: #ba754a;
  z-index: 2000;
  text-align: center;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.lookatme-brewlist p {
  margin: 0;
  color: white;
  font-weight: 500;
  line-height: 2rem;
}
.lookatme-brewlist a {
  text-decoration: underline;
  color: white;
}
.lookatme-brewlist strong {
  font-weight: 700;
}
.lookatme-brewlist:before {
  position: absolute;
  display: block;
  top: -1rem;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #ba754a;
  content: " ";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.show-lookatme-brewlist .lookatme-brewlist {
  opacity: 1;
}
.nav-item.siteheader-signup-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: #5b7430;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 0.4167rem;
  -moz-border-radius: 0.4167rem;
  border-radius: 0.4167rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-item.siteheader-signup-button:hover {
  background-color: #6f8d3a;
}
.nav-item.siteheader-signup-button:active {
  background-color: #3f5021;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.nav-item.show-popover {
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .siteheader-logo {
    display: none;
  }
  .siteheader-nav {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .siteheader-nav-left .nav-item {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  .nav-item.siteheader-signup-button {
    margin-left: 0;
    margin-right: 0;
  }
  .siteheader-brewlist {
    width: 3rem;
    padding-left: 0;
    border-left: none;
  }
  .siteheader-brewlist-text {
    display: none;
  }
  .siteheader-brewlist-icon {
    margin-top: 1.167rem;
  }
  .lookatme-brewlist {
    right: -1rem;
  }
  .siteheader-nav .nav-item-user {
    background: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: 1rem;
  }
  .siteheader-nav .nav-item-user .text {
    display: none;
  }
  .siteheader-nav .nav-item-user .icon {
    display: block;
  }
}
@media screen and (max-width: 528px) {
  .content-container {
    margin-top: 6rem;
  }
  .siteheader {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .siteheader-emblem {
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin: 0 -2rem;
  }
  .siteheader-rightbuttons {
    border-right: none;
    margin-right: 0;
  }
  .siteheader-nav .nav-roasters {
    display: none;
  }
  .lookatme-brewlist {
    bottom: -4.5rem;
    width: 22.75rem;
  }
}
.sitefooter {
  position: relative;
  clear: both;
  height: 7rem;
  background-color: #d5d0bf;
}
.sitefooter-nav {
  padding-top: 2.75rem;
  text-align: center;
}
.sitefooter-nav ul {
  margin: 0;
  padding: 0;
}
.sitefooter-nav li {
  display: inline;
  padding-left: 2rem;
}
.sitefooter-nav li:first-child {
  padding-left: 0;
}
.sitefooter-nav a {
  color: #666;
  text-decoration: none;
}
.sitefooter-nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .sitefooter {
    height: auto;
  }
  .sitefooter-nav {
    padding-bottom: 2.75rem;
  }
  .sitefooter-nav li,
  .sitefooter-nav li:first-child {
    display: block;
    padding: 1rem;
  }
}
.site-subnav {
  background-color: #8db7b8;
  text-align: center;
  padding: 1rem;
}
.site-subnav label {
  padding: 0 1rem;
}
.site-subnav a {
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  padding: 0 1rem;
}
.site-subnav a:hover {
  font-weight: 600;
}
.c-admin-orders .subnav-item.nav-orders,
.c-admin-products .subnav-item.nav-products,
.c-admin-roasters .subnav-item.nav-roasters,
.c-admin-users .subnav-item.nav-users {
  font-weight: 600;
}
.login-container .page-header-small {
  position: relative;
  z-index: 200;
}
.login-container .create-edit-form {
  position: relative;
  z-index: 100;
  max-width: 36rem;
  margin: 10rem auto 0 auto;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.login-container fieldset {
  margin-bottom: 0;
}
@media screen and (max-width: 528px) {
  .login-container .create-edit-form {
    margin: 2rem auto;
    max-width: 24rem;
  }
  .login-container .page-header-huge {
    height: 36.25rem;
  }
}
@media screen and (max-width: 912px) {
  .c-sell-orders.a-show .page-header-title,
  .c-admin-orders.a-show .page-header-title {
    text-align: left;
  }
}
.c-sell-orders.a-show .page-header .button,
.c-admin-orders.a-show .page-header .button {
  width: auto;
  margin-right: 0;
  margin-left: 1rem;
  text-transform: capitalize;
}
.c-sell-orders.a-show .order-buttons,
.c-admin-orders.a-show .order-buttons {
  position: absolute;
  width: 100%;
  top: 1.5rem;
  right: 4rem;
  z-index: 100;
}
@media screen and (max-width: 528px) {
  .c-sell-orders.a-show .order-buttons,
  .c-admin-orders.a-show .order-buttons {
    top: 1rem;
    right: 2rem;
  }
}
.order-overview {
  background-color: white;
  overflow: hidden;
}
.order-overview-text {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.order-overview-details {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.order-user-name {
  text-transform: capitalize;
}
.order-overview-email {
  margin-top: -0.5rem;
  font-size: 1.167rem;
  line-height: 1.5rem;
}
.order-overview-email a {
  color: #666;
  text-decoration: none;
}
.order-overview-email a:hover {
  text-decoration: underline;
}
.order-overview-ship-to {
  margin-top: 1.75rem;
  margin-bottom: 0.25rem;
  font-size: .9167rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.order-overview-address {
  margin-bottom: 0;
}
.order-shipping-label {
  width: 9rem;
  height: 13.5rem;
  float: right;
  border: 0.167rem solid rgba(51, 51, 51, 0.66);
  margin-right: -4rem;
  -webkit-border-radius: 0.334rem;
  -moz-border-radius: 0.334rem;
  border-radius: 0.334rem;
}
.order-shipping-label img {
  max-width: 100%;
  max-height: 100%;
}
article.order-line-items {
  min-height: 0;
}
.order-log-container {
  background-color: white;
  padding-top: 0;
}
.order-log-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.order-log-list {
  padding: 0;
  border-top: 1px solid #d5d0bf;
  margin: 0;
}
.order-log-entry {
  list-style: none outside none;
  padding: 1rem 0;
  border-bottom: 1px solid #d5d0bf;
  font-size: 1.25rem;
}
.order-log-entry time {
  display: inline-block;
  font-weight: 600;
  color: #666;
  width: 5rem;
}
article.user-overview-orders {
  min-height: 0;
}
.user-associated-seller-image {
  width: 10rem;
  height: 10rem;
  float: right;
  border: 0.167rem solid rgba(51, 51, 51, 0.66);
  margin-right: -4rem;
  -webkit-border-radius: 0.334rem;
  -moz-border-radius: 0.334rem;
  border-radius: 0.334rem;
}
.user-associated-seller-image img {
  max-width: 100%;
  max-height: 100%;
}
.home-hero {
  position: relative;
  height: 46rem;
  background-color: #333333;
  color: white;
  overflow: hidden;
}
.home-hero-text {
  position: relative;
  z-index: 9;
  overflow: hidden;
  text-shadow: 0 1px 3px black;
}
/*h1*/
.home-hero-heading {
  margin: 4rem 0 0 0;
  font-size: 4rem;
  line-height: 6rem;
  text-align: center;
}
/*h1*/
.home-hero-heading,
.home-hero-subheading {
  position: relative;
  z-index: 10;
}
/*p*/
.home-hero-subheading {
  max-width: 59rem;
  margin: 1.5rem auto 0 auto;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.83rem;
  line-height: 2.5rem;
  font-weight: 300;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 1080px) {
  .home-hero-subheading {
    font-weight: 400;
  }
}
.home-hero-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.2);
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.home-hero-fig {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33.334%;
  margin: 0 -16.667%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: center;
}
.home-hero-fig:hover .home-hero-shade {
  background-color: rgba(15, 15, 15, 0);
}
.home-hero-line {
  position: absolute;
  left: 4rem;
  right: 4rem;
  bottom: 13rem;
  z-index: 15;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .home-hero-line {
    border-top: 1px solid white;
  }
}
.home-hero-fig1 {
  left: 16.67%;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/hero-fig1-c5757beb6e2d7ff1d00936e723d17bf3bf439da69e5f45349d0c754ed88970a4.jpg);
  background-repeat: no-repeat;
  z-index: 5;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .home-hero-fig1 {
    background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/hero-fig1_@2x-91017837a14a56be38654660258d38f4d0a3c6def8a6e33b52b962cfceb5f96f.jpg);
    background-size: 552px 552px;
  }
}
.home-hero-fig1:hover {
  width: 43.334%;
  margin: 0 -21.667% 0 -19.167%;
}
.home-hero-fig1:hover + figure {
  width: 28.334%;
  margin-left: -11.667%;
}
.home-hero-fig2 {
  left: 50%;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/hero-fig2-92d495b026de3b54cd7bf1832d013a54eb60ffc37aa5e8aa8c2c91eda7da111e.jpg);
  z-index: 6;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .home-hero-fig2 {
    background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/hero-fig2_@2x-961c16b2caad0fa3033756b68ee9224345cd12a4e5e65fca110ac5fd0a46e461.jpg);
    background-size: 552px 552px;
  }
}
.home-hero-fig2:hover {
  width: 38.334%;
  margin: 0 -19.167%;
}
.home-hero-fig2:hover + figure {
  width: 30.834%;
  margin-left: -14.167%;
}
.home-hero-fig3 {
  left: 83.33%;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/hero-fig3-f23c0b7b0282d5ba7cae12fe434b71dbb0ea19929463a1e5af4455d40842e5b1.jpg);
  z-index: 7;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .home-hero-fig3 {
    background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/hero-fig3_@2x-e94df4205b8173a5edafefd2fafef2973b1f30f7f364b0882091c939865a383e.jpg);
    background-size: 552px 552px;
  }
}
.home-hero-fig3:hover {
  width: 38.334%;
  margin: 0 -11.667% 0 -21.667%;
}
@media screen and (max-width: 1080px) {
  /*p*/
  .home-hero-subheading {
    max-width: 42rem;
  }
}
@media screen and (max-width: 924px) {
  .home-hero {
    position: relative;
    height: 38rem;
  }
  .home-hero-label,
  .home-hero-plus,
  .home-hero-line {
    display: none;
  }
  .home-hero-shade {
    background-color: rgba(15, 15, 15, 0.5);
  }
  .home-hero-fig:hover .home-hero-shade {
    background-color: rgba(15, 15, 15, 0.4);
  }
  /*h1*/
  .home-hero-heading {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  /*p*/
  .home-hero-subheading {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 552px) {
  .home-hero-fig2,
  .home-hero-fig3 {
    display: none;
  }
  .home-hero-fig1,
  .home-hero-fig1:hover {
    width: 100%;
    height: 46rem;
    left: 0;
    margin: 0;
    -webkit-filter: blur(5px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .home-hero-shade {
    background-color: rgba(15, 15, 15, 0.4);
  }
  /*h1*/
  .home-hero-heading {
    margin-top: 3rem;
  }
  .home-hero-text {
    text-shadow: none;
  }
  /*p*/
  .home-hero-subheading {
    margin-top: 2rem;
    letter-spacing: -0.04167rem;
    font-size: 1.667rem;
    line-height: 2.33rem;
  }
}
@media screen and (max-width: 432px) {
  /*p*/
  .home-hero-subheading {
    max-width: 23rem;
  }
}
.mc_embed_signup {
  position: relative;
  margin-top: 3rem;
  z-index: 15;
}
#mc-embedded-subscribe-form {
  width: 33rem;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
#mc-embedded-subscribe-form:before,
#mc-embedded-subscribe-form:after {
  content: "";
  display: table;
}
#mc-embedded-subscribe-form:after {
  clear: both;
}
.mc-field-group {
  float: left;
  /*input*/
}
.mc-field-group input {
  box-sizing: border-box;
}
.mc-field-group .email {
  padding: 0 1rem;
  width: 19rem;
  height: 4rem;
  border: none;
  border-right: none;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
  -moz-border-radius: 0.5rem 0 0 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.334rem;
  line-height: 2rem;
  font-weight: 400;
  background-color: #fff;
  outline: none;
  -moz-outline: none;
  color: black!important;
}
.mc-field-group .email:hover {
  border-color: #ba754a;
  -webkit-box-shadow: 0 0 3px #ba754a;
  -moz-box-shadow: 0 0 3px #ba754a;
  box-shadow: 0 0 3px #ba754a;
}
.mc-field-group .email:active,
.mc-field-group .email:focus {
  -webkit-box-shadow: inset 0 0 2px #333333;
  -moz-box-shadow: inset 0 0 2px #333333;
  box-shadow: inset 0 0 2px #333333;
}
.mc-field-group .email:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 white;
}
.mc-embedded-subscribe.button {
  width: 14rem;
  height: 4rem;
  margin: 0 auto;
  border: none;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.334rem;
  font-weight: 600;
  background-color: #ba754a;
  color: white;
  text-align: center;
  -webkit-border-radius: 0 0.5rem 0.5rem 0;
  -moz-border-radius: 0 0.5rem 0.5rem 0;
  border-radius: 0 0.5rem 0.5rem 0;
}
.mc-embedded-subscribe.button:hover {
  background-color: #c08059;
}
.mc-embedded-subscribe.button:active {
  background-color: #9f623c;
}
@media screen and (max-width: 912px) {
  .mc-field-group .email,
  .mc-embedded-subscribe.button {
    height: 3rem;
  }
}
@media screen and (max-width: 552px) {
  .mc_embed_signup {
    margin-top: 2rem;
  }
  #mc-embedded-subscribe-form {
    width: 20rem;
  }
  .mc-field-group .email {
    width: 16rem;
  }
  .mc-embedded-subscribe.button {
    width: 4rem;
    background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-arrow-right-56ed0ab45c6493d61a1b2a03a5a7c8f22359dd5f4e49eec2bd0e84f8218e0403.svg);
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .mc-embedded-subscribe.button span {
    display: none;
  }
}
.home-how {
  padding: 0 2rem 4rem 2rem;
  background-color: #e5e4da;
  *zoom: 1;
  zoom: 1;
}
.home-how:before,
.home-how:after {
  content: "";
  display: table;
}
.home-how:after {
  clear: both;
}
.home-how h2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 0.083rem;
  text-align: center;
}
.home-how-step {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 66.66666667%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 16.66666667%;
  margin-right: 16.66666667%;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.no-js .home-how-step,
.home-how-step.animate-in {
  opacity: 1;
}
.home-how-image {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 25%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 1.58rem;
  text-align: right;
  transition: 0.25s;
}
.home-how-image img {
  max-width: 100%;
  margin-left: -4rem;
  margin-right: 4rem;
  -webkit-transition: margin 0.75s;
  -moz-transition: margin 0.75s;
  -o-transition: margin 0.75s;
  transition: margin 0.75s;
}
.no-js .home-how-image img,
.animate-in .home-how-image img {
  margin-left: 0;
  margin-right: 0;
}
.home-how-step:hover .home-how-image {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.home-how-text {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 75%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 0%;
  margin-right: 0%;
}
.home-how-text h3 {
  margin-bottom: 0.5rem;
}
.home-how-description {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (max-width: 1152px) {
  .home-how-step {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 83.33333333%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
  }
  .home-how-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 25%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  .home-how-text {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 75%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 816px) {
  .home-how-step {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  .home-how-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 25%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  .home-how-text {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 75%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 672px) {
  .home-how {
    padding-left: 0;
    padding-right: 0;
  }
  .home-how-step {
    padding: 0;
  }
  .home-how-image {
    display: block;
    width: 16rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home-how-text {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  .home-how-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }
}
.pr-logos {
  position: relative;
  background-color: #333333;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  text-align: center;
}
.pr-logos-heading {
  position: absolute;
  top: 0.834rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #d9d4c5;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: .25rem;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-delay: .5s;
  opacity: 0;
  filter: alpha "(opacity = 0)";
  zoom: 1;
}
.pr-logos a {
  text-decoration: none;
}
.pr-logos:hover .pr-logos-heading {
  opacity: 1;
  filter: alpha "(opacity = 1)";
  zoom: 1;
}
.pr-logo {
  position: relative;
  display: inline-block;
  width: 13rem;
  height: 5rem;
  padding: 1.334rem 2rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
}
.pr-logo figcaption {
  display: block;
  position: absolute;
  width: 21rem;
  bottom: -2.25rem;
  left: -2rem;
  color: white;
  text-align: center;
  opacity: 0;
  filter: alpha "(opacity = 0)";
  zoom: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-style: italic;
  font-weight: 300;
  color: #d9d4c5;
}
.pr-logo:hover {
  width: 15rem;
  height: 5.75rem;
  padding: 0.9583rem 1rem;
}
.pr-logo:hover figcaption {
  bottom: -1.75rem;
  opacity: 1;
  filter: alpha "(opacity = 1)";
  zoom: 1;
}
.pr-logo-barista {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/logo-barista-magazine-2986ef2896286bcc1b4a6648aa1e2e0f30d32a1079b36684b0590aff0a8afede.png);
}
.pr-logo-scaa {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/logo-scaa-chronicle-3c10b58f6b6be37499f68f777e9d0f2d6546f1ab2c4e541a27f21cd3539bade5.png);
}
.pr-logo-food-wine {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/logo-food-wine-7f1a98b92b473db4b072845ef877e9e55c2d432e35552f25f2ba9445299a72cb.png);
}
.pr-logo-brew-guides {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/logo-brew-guides-dea275d6e9a34e6853f9fcddf3cecee1feda3a25e8563d705d50b31701984243.png);
}
.pr-logo-coffeetalk {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/logo-coffeetalk-dbb33818c2c86c84be980adb4ba351e0fc60491595ec5e5adfe2f4737031a225.png);
}
.pr-logo-kickstarter {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/home/logo-kickstarter-98404b440fcc00d61b99ef43d26cfc8650588dc9a5bb271bd9ae88fa93389176.png);
}
@media screen and (max-width: 1332px) {
  .pr-logos a:last-child {
    display: none;
  }
}
@media screen and (max-width: 1131px) {
  .pr-logos a:last-child {
    display: inline;
  }
}
.home-video {
  clear: both;
  background-color: #fff;
  padding: 4rem 0;
}
.home-video h2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.home-video iframe {
  display: block;
  width: 90rem;
  height: 56.33rem;
  margin: 5.333rem auto 2rem auto;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
}
.home-video iframe.animate-in,
.no-js .home-video iframe {
  opacity: 1;
  margin-top: 5.33rem;
}
@media screen and (max-width: 1176px) {
  .home-video iframe {
    width: 78rem;
    height: 48.83rem;
  }
}
@media screen and (max-width: 1032px) {
  .home-video iframe {
    width: 66rem;
    height: 41.33rem;
  }
}
@media screen and (max-width: 888px) {
  .home-video iframe {
    width: 46rem;
    height: 28.83rem;
  }
}
@media screen and (max-width: 648px) {
  .home-video iframe {
    width: 38rem;
    height: 23.75rem;
  }
  .home-video iframe.animate-in,
  .no-js .home-video iframe {
    margin-top: 2.33rem;
  }
}
@media screen and (max-width: 528px) {
  .home-video iframe {
    width: 30rem;
    height: 18.75rem;
  }
}
@media screen and (max-width: 432px) {
  .home-video iframe {
    width: 272px;
    height: 169px;
    margin-bottom: 2rem;
  }
}
.nav-menu-wrapper {
  top: 18px;
  z-index: 1001;
}
.nav-menu-wrapper .selector .bar-icon {
  background: #262626;
}
.nav-menu .pop-menu.active {
  margin-top: -10px;
}
.header-image-wrapper {
  height: 252px;
  background-color: #262626;
}
.blog-title-wrapper .title-group a,
.blog-title-wrapper .description {
  color: white!important;
}
.blog-title-wrapper .description {
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  text-shadow: none;
}
.blog-title-wrapper {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-weight: 700;
}
.post-content h2 {
  text-align: left;
}
.post-content .body-text {
  line-height: 1.44em;
  font-size: 1.125em;
}
.post-content .body-text {
  margin-bottom: 0.33em;
}
.coffees-hfilters {
  background-color: #333333;
  height: 10rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.coffees-hfilters .page-header-title {
  line-height: 4rem;
  margin: 0;
}
.theme-toggle-control {
  width: 33rem;
  margin: 1.25rem auto 0.25rem auto;
}
.coffees-main {
  background-color: white;
  *zoom: 1;
  zoom: 1;
}
.coffees-main:before,
.coffees-main:after {
  content: "";
  display: table;
}
.coffees-main:after {
  clear: both;
}
.coffees-header {
  padding-bottom: 2.5rem;
}
.coffees-header h2 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
.coffees-header p {
  font-size: 1.667rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0;
}
.coffees-container {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.coffees-container:nth-child(odd) {
  background-color: #edebe4;
}
.coffees-container:nth-child(even) {
  background-color: white;
}
@media screen and (max-width: 1020px) {
  .coffees-vfilters {
    display: none;
  }
  .coffees-container {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-header-title .hide-small {
    display: none;
  }
}
@media screen and (max-width: 528px) {
  .coffees-hfilters {
    height: 8rem;
  }
  .coffees-hfilters .page-header-title {
    line-height: 2.75rem;
  }
  .theme-toggle-control {
    width: auto;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .coffees-main h2 {
    text-transform: capitalize;
  }
  .coffees-header p:first-letter {
    text-transform: capitalize;
  }
}
.c-coffees .overview:nth-child(odd),
.roaster-coffees-container {
  background-color: white;
}
.c-coffees .overview:nth-child(even) {
  background-color: #edebe4;
}
.coffee-overview-image-text-container {
  overflow: visible;
}
.coffee-overview-image {
  position: relative;
  height: 48.67rem;
  margin-top: -8rem;
  margin-bottom: 4rem;
  z-index: 10;
}
.coffee-overview-image img {
  border: 0.334rem solid #ffffff;
  -webkit-border-radius: 0.334rem;
  -moz-border-radius: 0.334rem;
  border-radius: 0.334rem;
}
.coffee-overview-text {
  margin-top: 1.5rem;
  text-align: center;
}
/*h1*/
.coffee-overview-roaster {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.167rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
}
.coffee-overview-roaster a {
  color: #666;
  text-decoration: none;
}
.coffee-overview-roaster a:hover {
  text-decoration: underline;
}
/*h1*/
.coffee-overview-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 4rem;
}
.coffee-overview-tasting-notes {
  margin-bottom: 2.33rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-style: italic;
}
.coffee-overview-price {
  margin-bottom: 1.167rem;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
  font-size: 1.75rem;
  line-height: 3rem;
}
.coffee-overview-size {
  font-weight: 300;
  color: #666;
}
.coffee-overview-button {
  display: inline-block;
  box-sizing: border-box;
  height: 4rem;
  padding: 0 2rem;
  margin: auto 0 3.667rem 0;
  border: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #5b7430;
  color: white;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.5rem;
  line-height: 4rem;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.coffee-overview-button:hover {
  background-color: #6f8d3a;
}
.coffee-overview-button:active {
  background-color: #3f5021;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
.coffee-overview-button.active {
  background-color: #3f5021;
  cursor: default;
}
.coffee-overview-button.active:before {
  display: block;
  float: left;
  width: 2rem;
  height: 2rem;
  margin: 1rem 1rem 1rem 0;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-check-09f02abecdea2f9dd9a66443ba83c992e6bb6bf8e213c2e1b50333d89f79d59c.svg);
  content: ' ';
}
.coffee-overview-description {
  clear: both;
  max-width: 40rem;
  margin: 0 auto;
  padding-bottom: .667rem;
  font-size: 1.4167rem;
  line-height: 2.5rem;
  text-align: justify;
}
.coffee-overview-description:first-letter {
  font-size: 3rem;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
}
.grower-overview-image-fig {
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}
.grower-overview-image-fig.loading {
  opacity: 0;
}
#source-map {
  height: 38rem;
}
.coffees-show .roaster-overview-logo {
  margin: -6rem -2px 3rem -2px;
}
.coffee-page-call-to-action {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  background-color: #333333;
}
.coffee-page-call-to-action h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  font-weight: 300;
}
.coffee-page-call-to-action h2 span {
  font-style: italic;
}
.coffee-page-call-to-action .coffee-overview-button {
  margin-bottom: 2rem;
}
.c-coffees .roaster-coffees-header {
  margin: 1rem 0 0 0;
  font-family: "lemonde-courrier", "Le Monde Courrier Pro", Georgia, serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
.c-coffees .roaster-coffees-header a {
  text-decoration: none;
  color: #333333;
}
.c-coffees .roaster-coffees-header a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .coffee-overview-image {
    margin-top: 0;
    height: 348px;
  }
  .grower-overview-image {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 888px) {
  .c-coffees.a-show .coffee-overview-image-text-container {
    overflow: visible;
    *zoom: 1;
    zoom: 1;
  }
  .c-coffees.a-show .coffee-overview-image-text-container:before,
  .c-coffees.a-show .coffee-overview-image-text-container:after {
    content: "";
    display: table;
  }
  .c-coffees.a-show .coffee-overview-image-text-container:after {
    clear: both;
  }
  .c-coffees.a-show .coffee-overview-image {
    float: none;
    width: 40rem;
    height: 32.67rem;
    padding-bottom: 0;
    margin-top: -27rem;
    margin-right: auto;
    margin-bottom: -1rem;
    margin-left: auto;
  }
  .grower-overview-image {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 648px) {
  .coffees-show .roaster-overview-logo {
    width: 18rem;
    height: 18rem;
    margin: 0 auto 4rem auto;
  }
}
@media screen and (max-width: 528px) {
  .c-coffees.a-show .coffee-overview-image {
    width: 26.67rem;
    height: 18.67rem;
    margin-top: -25.667rem;
    margin-bottom: 6rem;
  }
  #source-map {
    height: 30rem;
    margin: 0 -2rem;
  }
}
.roasters-container {
  background-color: white;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.roaster-result .result-thumbnail {
  border: 0.167rem solid rgba(51, 51, 51, 0.66);
  -webkit-border-radius: 0.334rem;
  -moz-border-radius: 0.334rem;
  border-radius: 0.334rem;
  background-color: #edebe4;
}
@media screen and (min-width: 1020px) {
  .roasters-container {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1272px) {
  .roasters-container .result {
    width: 33.3%;
  }
  .roasters-container .result:nth-child(3n+1) {
    clear: both;
  }
  .roasters-container .result:nth-child(4n+1) {
    clear: none;
  }
}
.roaster-overview-logo {
  width: 18rem;
  height: 18rem;
  border: 0.167rem solid rgba(51, 51, 51, 0.66);
  -webkit-border-radius: 0.334rem;
  -moz-border-radius: 0.334rem;
  border-radius: 0.334rem;
}
.roaster-overview-logo .liner {
  width: 100%;
  height: 100%;
  background-color: #edebe4;
  -webkit-border-radius: 0.334rem;
  -moz-border-radius: 0.334rem;
  border-radius: 0.334rem;
}
.roaster-overview-logo img {
  max-width: 100%;
  max-height: 100%;
}
.roasters-show .roaster-overview-logo {
  position: absolute;
  margin: -20.167rem -2px;
}
.roaster-overview-logo-fig img {
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}
.roaster-overview-logo-fig img.loading {
  opacity: 0;
}
@media screen and (max-width: 648px) {
  .roasters-show .roaster-overview-logo {
    left: 50%;
    margin-left: -9.0835rem;
    margin-top: -29.167rem;
  }
}
.roaster-coffees-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
.roaster-coffees-container .coffees-result-list {
  margin-top: 0;
}
.roaster-coffees-header {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1020px) {
  .roaster-coffees-container {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
.brewlist-header {
  padding: 2rem;
  height: 3rem;
  border-bottom: 1px solid #cec9b6;
  background-color: #dbd7c8;
}
.brewlist-header h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 3rem;
  text-align: left;
}
.brewlist-close {
  float: right;
  border: 1px solid #a29b81;
  padding: 0.33rem 1rem 0.25rem 1rem;
  margin: 0.25rem 0;
  font-size: 1.167rem;
  line-height: 1.9167rem;
  font-weight: 400;
  letter-spacing: 0.0834rem;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-border-radius: 0.33rem;
  -moz-border-radius: 0.33rem;
  border-radius: 0.33rem;
}
.brewlist-close:hover {
  color: #333333;
  font-weight: 400;
  border-color: #8a8266;
  background-color: #d5d0bf;
  text-decoration: none;
}
.brewlist-close:active {
  background-color: #ccc7b3;
}
.brewlist-empty h3,
.brewlist-how-it-works h3 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
.brewlist-empty h4,
.brewlist-how-it-works h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.brewlist-empty p,
.brewlist-how-it-works p,
.brewlist-empty ol,
.brewlist-how-it-works ol {
  line-height: 2rem;
  margin-bottom: 2rem;
}
.brewlist-empty ol,
.brewlist-how-it-works ol {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.brewlist-empty strong,
.brewlist-how-it-works strong,
.brewlist-empty .strong,
.brewlist-how-it-works .strong {
  font-weight: 600;
}
.brewlist-empty a,
.brewlist-how-it-works a {
  color: #333333;
  text-decoration: none;
}
.brewlist-empty a:hover,
.brewlist-how-it-works a:hover {
  text-decoration: underline;
}
.brewlist-empty .button,
.brewlist-alert .button {
  display: block;
  height: auto;
  font-weight: 500;
  text-align: center;
  color: white;
}
.brewlist-empty .button:hover,
.brewlist-alert .button:hover {
  text-decoration: none;
}
.brewlist-empty {
  display: none;
  padding: 2rem 2rem 1rem 2rem;
}
.brewlist-how-it-works {
  padding: 1rem 2rem 2rem 2rem;
}
.brewlist-how-it-works h4 {
  color: #666;
}
.brewlist-how-it-works p {
  color: #666;
  font-size: 1.167rem;
  line-height: 1.5rem;
}
.brewlist-alert {
  display: none;
  background-color: #cec9b6;
  padding: 1.25rem 2rem;
  margin-top: -1px;
}
.brewlist-alert a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.brewlist-alert a:hover {
  text-decoration: underline;
}
.brewlist-alert .button {
  margin-top: 1rem;
}
.brewlist-controls {
  *zoom: 1;
  zoom: 1;
  padding: 0.75rem 2rem;
  border-bottom: 1px solid #cec9b6;
  background-color: #dbd7c8;
}
.brewlist-controls:before,
.brewlist-controls:after {
  content: "";
  display: table;
}
.brewlist-controls:after {
  clear: both;
}
.brewlist-frequency-label {
  display: block;
  float: left;
  width: 7rem;
  margin-right: 1rem;
  margin-left: -1rem;
  text-align: right;
  font-size: 1.167rem;
  font-weight: 600;
  line-height: 2.5rem;
}
/*select*/
#brewlist-frequency {
  float: left;
  width: 10.33rem;
  margin-right: 1rem;
  color: #333333;
  background-color: #dbd7c8;
  border-color: #a29b81;
}
#brewlist-frequency:hover,
#brewlist-frequency:active,
#brewlist-frequency:focus {
  border-color: #8a8266;
  color: black;
}
#brewlist-pause {
  display: block;
  position: relative;
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: -2.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #b1ab96;
  cursor: pointer;
}
#brewlist-pause:hover {
  background-color: #a29b81;
}
#brewlist-pause:active {
  background-color: #8a8266;
}
.brewlist-pause-e {
  display: block;
  position: absolute;
  top: 0.67rem;
  left: 0.75rem;
  width: 0.33rem;
  height: 1.16rem;
  background-color: #edebe4;
}
.brewlist-pause-e.e2 {
  left: 1.42rem;
}
#brewlist-pause:hover .brewlist-pause-e {
  background-color: white;
}
#brewlist-pause.paused {
  background-color: #5b7430;
}
#brewlist-pause.paused:hover {
  background-color: #6f8d3a;
}
#brewlist-pause.paused:active {
  background-color: #3f5021;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -moz-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
}
#brewlist-pause.paused .brewlist-pause-e.e2 {
  display: none;
}
#brewlist-pause.paused .brewlist-pause-e.e1 {
  top: 0.5rem;
  left: 1rem;
  width: 0;
  height: 0;
  border-top: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 0.75rem solid white;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.brewlist-wrapper {
  position: relative;
}
.brewlist-interstitial {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 1px 0;
  background-color: rgba(237, 235, 228, 0.66);
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-loader-a8c5df7d1b42650f60bef0d58be0cd242e8289c438fc755688c89643f27c1dbe.svg);
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
}
.brewlist-loaded .brewlist-interstitial {
  -webkit-animation: hide-interstitial 0.2s 1 ease-out;
  animation: hide-interstitial 0.2s 1 ease-out;
}
.brewlist-loading .brewlist-interstitial {
  -webkit-animation: show-interstitial 0.2s 1 ease-out;
  animation: show-interstitial 0.2s 1 ease-out;
  opacity: 1;
  visibility: visible;
}
@keyframes show-interstitial {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show-interstitial {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-interstitial {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes hide-interstitial {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#brewlist {
  padding: 0;
  margin: 0;
  min-height: 9rem;
}
.brewitem {
  padding: 1.5rem 2rem;
  border-top: 1px solid #cec9b6;
  border-bottom: 1px solid #cec9b6;
  margin: -1px 0 0 0;
  list-style: none outside none;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.brewitem:hover {
  background-color: #e5e2d8;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-draggable-e3a744efff79458374165f70802db29aeff3bd8971dcea4ed6487fdee7278c51.svg);
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 0.75rem 1.5rem;
}
.brewitem:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
  background-color: #e1ddd2;
}
.brewitem-placeholder {
  height: 9rem;
  background-color: #e1ddd2;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.brewitem-thumbnail {
  float: left;
  width: 6rem;
  height: 6rem;
  margin-right: 12px;
}
.brewitem-title {
  margin: 0;
  font-size: 1.334rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.brewitem-title a {
  color: #333333;
  text-decoration: none;
}
.brewitem-title a:hover {
  text-decoration: underline;
}
.brewitem-roaster {
  margin: 0;
  font-size: 1.167rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.brewitem-roaster a {
  color: #333333;
  text-decoration: none;
}
.brewitem-roaster a:hover {
  text-decoration: underline;
}
.brewitem-details {
  margin: 0;
  font-size: 1.167rem;
  line-height: 1.5rem;
  overflow: hidden;
}
.brewitem-price {
  float: left;
  margin-bottom: 0;
  padding-right: 1rem;
  color: #5b7430;
}
.brewitem-size {
  color: #666;
}
.brewitem-view,
.brewitem-remove {
  float: left;
  margin-bottom: 0;
  padding-right: 1rem;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.brewitem-view:hover {
  color: #333333;
}
.brewitem-remove:hover {
  color: #b34d39;
}
.brewitem-status {
  margin-bottom: 0;
  font-size: 1.167rem;
  line-height: 1.5rem;
  font-style: italic;
  color: #666;
}
.brewitem:first-child .brewitem-status {
  color: #5b7430;
  font-weight: 600;
}
.brewlist-paused .brewitem:first-child .brewitem-status {
  color: #666;
  font-weight: normal;
}
.add-to-brewlist-sprite {
  position: fixed;
  z-index: 2000;
  width: 28px;
  height: 45px;
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-coffeebag2-6a633dcd124a9df0c3e7c6e64f90f1601e587f2517e3ed2e7815fa034149009d.svg);
  background-repeat: no-repeat;
  opacity: 0;
}
.brewlist-controls {
  background-image: url(//d1qeu4daemd51d.cloudfront.net/assets/icon-coffeebag2-6a633dcd124a9df0c3e7c6e64f90f1601e587f2517e3ed2e7815fa034149009d.svg);
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
}
body.brewlist-count-0 .brewlist-empty-ineligible {
  display: block;
}
body.brewlist-count-0 #brewlist {
  display: none;
}
body.brewlist-count-0 .brewlist-controls {
  display: none;
}
body.brewlist-count-0.brewlist-eligible .brewlist-empty-ineligible {
  display: none;
}
body.brewlist-count-0.brewlist-eligible .brewlist-empty-eligible {
  display: block;
}
.brewlist-alert-paused {
  display: none;
  position: relative;
  margin-bottom: -1px;
  z-index: 1;
  background-color: #ba754a;
  color: white;
}
.brewlist-alert-paused a {
  display: inline;
  font-weight: 600;
  color: white;
  cursor: pointer;
}
body.brewlist-count-1 .brewlist-alert-1,
body.brewlist-count-2 .brewlist-alert-2,
body.brewlist-count-3 .brewlist-alert-3,
body.brewlist-paused .brewlist-alert-paused {
  display: block;
}
@media screen and (max-width: 528px) {
  .brewlist-header {
    height: 2rem;
  }
  .brewlist-header h2 {
    line-height: 2rem;
  }
  .brewlist-close {
    margin-top: -0.25rem;
  }
}
.sell-nav {
  float: left;
  width: 16.25rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  background-color: #edebe4;
}
.sell-nav ul {
  padding: 0;
  margin: 0;
}
.sell-nav-heading {
  padding: 1.5rem 1rem 1.5rem 4rem;
  margin: 0;
  font-size: 1.67rem;
  line-height: 2rem;
}
.sell-nav-heading a:hover {
  text-decoration: none;
}
.sell-nav-item {
  display: block;
  padding: 1.5rem 1rem 1.5rem 4rem;
  color: #333333;
  text-decoration: none;
}
.sell-nav-item:hover {
  background-color: #e1ddd2;
  text-decoration: none;
}
.sell-nav-item:active {
  font-weight: 600;
  background-color: #d5d0bf;
}
.c-admin-dashboard .nav-dashboard,
.c-sell-dashboard .nav-dashboard,
.c-admin-orders .nav-orders,
.c-sell-orders .nav-orders,
.c-sell-order_batches .nav-orders,
.c-admin-sellers .nav-sellers,
.c-admin-products .nav-products,
.c-sell-products .nav-products,
.c-admin-users .nav-users,
.c-sell-profile .nav-profile,
.c-profile.a-show .nav-account-overview,
.c-profile.a-edit .nav-account-profile,
.c-profile.a-billing .nav-account-billing,
.c-profile.a-orders .nav-account-orders,
.c-admin-brewlist_runs .nav-brewlist-runs,
.c-admin-referrals .nav-referrals {
  font-weight: 600;
  background-color: #d5d0bf;
}
.sell-content {
  padding-left: 16.25rem;
}
.sell-breadcrumbs {
  padding: 1.5rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #d5d0bf;
  background-color: white;
}
.sell-breadcrumbs ol {
  padding: 0;
  margin: 0;
}
.sell-breadcrumb-item {
  display: inline;
  padding-right: 1rem;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-size: 1.167rem;
  font-weight: 400;
  color: #666;
}
.sell-breadcrumb-item a {
  color: #666;
  text-decoration: none;
}
.sell-breadcrumb-item a:hover {
  font-weight: 600;
  color: #333333;
}
.sell-breadcrumb-item:after {
  content: "»";
  padding-left: 0.5rem;
  color: #666;
}
.sell-breadcrumb-item:last-child:after {
  content: "";
  padding-left: 0;
}
.admin-table-container {
  min-height: 33rem;
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 648px) {
  .sell-nav {
    display: none;
  }
  .sell-content {
    padding-left: 0;
  }
}
.billing-address-fields {
  display: none;
}
.form-group-cc-choose input:checked + label {
  font-weight: 600;
}
.form-group-cc-icons {
  margin-bottom: -0.5rem;
}
.form-group-cc-icons img {
  margin-bottom: 0.5rem;
}
.credit-card-fields {
  margin-top: 0.5rem;
}
#user-profile-form .form-group-cc-choose,
#user-profile-form .profile-billing-address-checkbox {
  padding-top: 0;
}
#user-profile-form .form-group-cc-choose label,
#user-profile-form .profile-billing-address-checkbox label {
  line-height: 2rem!important;
}
.dashboard-field {
  margin-bottom: 1.5rem;
}
.field-label {
  margin-top: 1.5rem;
  font-size: .9167rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  margin: 0;
}
.field-value {
  display: block;
  margin: 0;
  padding: 0.167rem 0;
  line-height: 1.67rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 0 50%;
}
.order-list {
  padding: 0;
  border-bottom: 1px solid #d5d0bf;
  margin: 0;
  *zoom: 1;
  zoom: 1;
}
.order-list:before,
.order-list:after {
  content: "";
  display: table;
}
.order-list:after {
  clear: both;
}
.order-list .order {
  display: block;
  padding: 0;
  border-left: 1px solid #d5d0bf;
  border-right: 1px solid #d5d0bf;
  *zoom: 1;
  zoom: 1;
}
.order-list .order:before,
.order-list .order:after {
  content: "";
  display: table;
}
.order-list .order:after {
  clear: both;
}
.order-list .order-header {
  padding: 1rem 0;
  border-top: 1px solid #d5d0bf;
  overflow: hidden;
  background-color: #f5f4f0;
}
.order-list .order-header .field {
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 0 0 0 2rem;
}
.order-list .order-header .empty {
  color: #666;
  text-align: center;
  margin: 1rem 0;
  font-style: italic;
}
.order-list .expandable .order-header {
  cursor: pointer;
}
.order-list .expandable .order-header:hover {
  background-color: #edebe4;
}
.order-list .expandable .order-header.active,
.order-list .expandable .order-header.active:hover,
.order-list .expandable .order-header:active {
  background-color: #e5e2d8;
}
.order-list .order-content {
  overflow: hidden;
}
.order-list .order-content-liner {
  padding: 2rem 2rem 3rem 2rem;
  overflow: hidden;
}
.order-list .expandable .order-content {
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  -moz-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
}
.order-list .order-content.expanded {
  max-height: 20rem;
}
.order-list .coffee-grower-image {
  padding: 0;
  width: 10rem;
  float: left;
  margin-right: 1.5rem;
}
.order-list .result-roaster-logo {
  float: right;
  margin: 0;
}
.order-list .coffee-details {
  padding-left: 11.5rem;
}
.order-list .coffee-line-item {
  margin-top: -1rem;
  margin-bottom: -0.5rem;
}
.order-list .coffee-line-item p {
  font-style: italic;
}
@media screen and (max-width: 1080px) {
  .order-list .order-header {
    padding-bottom: 0;
  }
  .order-list .order-header .field {
    width: 33%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 864px) {
  .order-list .order-header .field {
    width: 50%;
  }
}
@media screen and (max-width: 528px) {
  .order-list .order-header {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .order-list .result-roaster-logo {
    display: none;
  }
  .order-list .order-content-liner {
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .order-list .order {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 360px) {
  .order-list .order-header .field {
    width: 100%;
  }
}
.address-verification-messages {
  display: block;
  transform: translateY(-20rem);
  -webkit-transform: translateY(-20rem);
  max-height: 0rem;
  opacity: 0;
  -webkit-transition: 0.34s;
  -moz-transition: 0.34s;
  -o-transition: 0.34s;
  transition: 0.34s;
}
.address-verification-messages.show {
  max-height: 20rem;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.address-verification-accept {
  margin-right: 0.75rem;
  cursor: pointer;
}
.address-verification-decline {
  cursor: pointer;
}
.address-verification-decline:hover {
  text-decoration: underline;
}
@media screen and (max-width: 528px) {
  .address-verification-decline {
    display: block;
    margin-top: 1rem;
  }
}
.thank-you-text {
  background-color: white;
}
.thank-you-text p,
.thank-you-text ol,
.thank-you-text fieldset {
  margin: 0 auto 2rem auto;
  font-size: 2rem;
  line-height: 3rem;
  max-width: 52rem;
}
.thank-you-text fieldset {
  margin-bottom: 0;
}
.thank-you-text li {
  margin-left: 3rem;
  margin-bottom: 1rem;
}
.thank-you-text a {
  color: #5b7430;
  font-weight: 600;
  text-decoration: none;
}
.thank-you-text a:hover {
  text-decoration: underline;
}
.thank-you-text .button,
.thank-you-text input[type=submit] {
  height: auto;
  color: white;
  text-decoration: none;
  font-size: 1.75rem;
  font-weight: 400;
  padding: 1rem 2rem;
}
.thank-you-text .form-links {
  margin-top: 0;
  padding-top: 0;
}
.thank-you-text .form-links span:hover {
  text-decoration: none;
}
.thank-you-text form {
  padding-top: 0;
}
.kickstarter-form {
  max-width: 58rem;
  margin: 0 auto;
}
@media screen and (max-width: 648px) {
  .thank-you-text p,
  .thank-you-text ol,
  .thank-you-text fieldset {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .thank-you-text li {
    margin-left: 1rem;
  }
  .thank-you-text .form-links {
    display: block;
    float: none;
    clear: both;
    margin-top: 2rem;
  }
  .thank-you-text .form-links span {
    margin-left: 0;
  }
}
.dashboard {
  min-height: 33rem;
  background-color: white;
  overflow: hidden;
}
.dashboard-heading {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.dashboard-heading-link {
  padding-left: .25rem;
  font-size: 1.34rem;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Century Gothic", "lemonde-sans", "Verdana", sans-serif;
  font-weight: 400;
  color: #666;
}
.dashboard-panel {
  *zoom: 1;
  zoom: 1;
}
.dashboard-panel:before,
.dashboard-panel:after {
  content: "";
  display: table;
}
.dashboard-panel:after {
  clear: both;
}
.dashboard-panel-3 .dashboard-section {
  box-sizing: border-box;
  float: left;
  width: 33%;
  padding-right: 2rem;
}
@media screen and (max-width: 960px) {
  .dashboard-panel-3 .dashboard-section {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.dashboard-section {
  margin-bottom: 1.5rem;
}
.activation-terms {
  margin-top: 1.5rem;
  line-height: 1.75rem!important;
}
.c-roasters.a-show article:nth-child(odd) {
  background-color: #edebe4;
}
.c-roasters.a-show article:nth-child(even) {
  background-color: white;
}
