@charset "UTF-8";

/* aka Super Light Grey in style guide */

/* not in style guide */

/* aka Light Grey in style guide */

/* not in style guide */

/* not in style guide */

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Dark Grey in style guide */

/* aka Nav Bar Black in style guide */

/* gray with an a for black */

/* grey with an e for white */

@keyframes highlight {
  0% {
    background: #fafadb;
  }

  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes heartbeat {
  0%, 55% {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(0.8, 0.9);
  }

  20%, 45% {
    transform: scale(1.4, 1.3);
  }
}

@keyframes heartattack {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    transform: scale3d(100, 100, 100);
    opacity: 0;
  }
}

@keyframes heartache {
  0%, 79%, 100% {
    transform: scale3d(1, 1, 1);
  }

  80% {
    transform: scale3d(0.45, 0.65, 0.65);
  }
}

@keyframes heartburst {
  0% {
    transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
  }

  25% {
    transform: translate(-50%, -50%) scale3d(0.4, 0.4, 0.4);
  }

  35% {
    transform: translate(-50%, -50%) scale3d(0.2, 0.2, 0.2);
  }

  45% {
    transform: translate(-50%, -50%) scale3d(0.7, 0.6, 0.5);
  }

  65% {
    transform: translate(-50%, -50%) scale3d(0.2, 0.2, 0.2);
  }

  100% {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

@keyframes heartbreak {
  0% {
    transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
  }

  100% {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

@keyframes heartbreak {
  0% {
    transform: translate(-50%, -50%) scale3d(0.3, 0.3, 0.3);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 0;
  }
}

@keyframes heartbreak-left {
  0% {
    transform: translate(50%, 0%) rotate(0deg);
  }

  70% {
    transform: translate(25%, 50%) rotate(-10deg);
  }

  100% {
    transform: translate(5%, 50%) rotate(-15deg);
  }
}

@keyframes heartbreak-right {
  0% {
    transform: translate(100%, 0%) rotate(0deg);
  }

  70% {
    transform: translate(125%, 50%) rotate(10deg);
  }

  100% {
    transform: translate(150%, 50%) rotate(15deg);
  }
}

@keyframes wetdog {
  0%, 100% {
    transform: rotate(-1deg) translateX(-3%);
    animation-timing-function: ease-in;
  }

  50% {
    transform: rotate(1.5deg) translateX(3%);
    animation-timing-function: ease-out;
  }
}

@keyframes wetdog-large {
  0%, 100% {
    transform: rotate(0deg) translateX(0%);
  }

  25% {
    transform: rotate(-9deg) translateX(-15%);
  }

  75% {
    transform: rotate(9deg) translateX(15%);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  100% {
    opacity: 0;
  }

  0% {
    opacity: 1;
  }
}

.animated-gem polygon {
  animation-duration: 700ms;
  animation-iteration-count: infinite;
}

.animated-gem polygon:nth-child(1) {
  animation-name: gem-polygon-1;
  fill: #ad1f25;
}

.animated-gem polygon:nth-child(2) {
  animation-name: gem-polygon-2;
  fill: #bc2430;
}

.animated-gem polygon:nth-child(3) {
  animation-name: gem-polygon3;
  fill: #c74946;
}

.animated-gem polygon:nth-child(4) {
  animation-name: gem-polygon-4;
  fill: #c86560;
}

.animated-gem polygon:nth-child(5) {
  animation-name: gem-polygon-5;
  fill: #cc736b;
}

.animated-gem polygon:nth-child(6) {
  animation-name: gem-polygon-6;
  fill: #d98e83;
}

.animated-gem polygon:nth-child(7) {
  animation-name: gem-polygon-7;
  fill: #d7836f;
}

.animated-gem polygon:nth-child(8) {
  animation-name: gem-polygon-8;
  fill: #d69185;
}

.animated-gem polygon:nth-child(9) {
  animation-name: gem-polygon-9;
  fill: #c54747;
}

.animated-gem polygon:nth-child(10) {
  animation-name: gem-polygon-10;
  fill: #c86560;
}

.animated-gem polygon:nth-child(11) {
  animation-name: gem-polygon-11;
  fill: #ad1f25;
}

.animated-gem polygon:nth-child(12) {
  animation-name: gem-polygon-12;
  fill: #bc2430;
}

@keyframes gemwobble {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  25% {
    transform: rotate3d(0, 1, 1, -12deg);
  }

  50% {
    transform: rotate3d(0, 1, 1, 0deg);
  }

  75% {
    transform: rotate3d(0, 1, 1, 12deg);
  }

  100% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes gem-polygon-1 {
  0% {
    fill: #ad1f25;
  }

  13% {
    fill: #c74946;
  }

  26% {
    fill: #e2928a;
  }

  39% {
    fill: #e2907d;
  }

  52% {
    fill: #e1a095;
  }

  65% {
    fill: #c54747;
  }

  78% {
    fill: #ad1f25;
  }

  91% {
    fill: #bc2430;
  }
}

@keyframes gem-polygon-2 {
  0% {
    fill: #bc2430;
  }

  13% {
    fill: #c86560;
  }

  26% {
    fill: #e49f95;
  }

  39% {
    fill: #e1a095;
  }

  52% {
    fill: #c54747;
  }

  65% {
    fill: #c86560;
  }

  78% {
    fill: #bc2430;
  }

  91% {
    fill: #ad1f25;
  }
}

@keyframes gem-polygon-3 {
  0% {
    fill: #c74946;
  }

  13% {
    fill: #e0938b;
  }

  26% {
    fill: #db8773;
  }

  39% {
    fill: #c54747;
  }

  52% {
    fill: #c86560;
  }

  65% {
    fill: #ad1f25;
  }

  78% {
    fill: #ad1f25;
  }

  91% {
    fill: #bc2430;
  }
}

@keyframes gem-polygon-4 {
  0% {
    fill: #c86560;
  }

  13% {
    fill: #eaa69d;
  }

  26% {
    fill: #d79489;
  }

  39% {
    fill: #c86560;
  }

  52% {
    fill: #ad1f25;
  }

  65% {
    fill: #bc2430;
  }

  78% {
    fill: #bc2430;
  }

  91% {
    fill: #c74946;
  }
}

@keyframes gem-polygon-5 {
  0% {
    fill: #cc736b;
  }

  13% {
    fill: #e2907d;
  }

  26% {
    fill: #c54747;
  }

  39% {
    fill: #ad1f25;
  }

  52% {
    fill: #bc2430;
  }

  65% {
    fill: #ad1f25;
  }

  78% {
    fill: #c74946;
  }

  91% {
    fill: #c86560;
  }
}

@keyframes gem-polygon-6 {
  0% {
    fill: #d98e83;
  }

  13% {
    fill: #e1a095;
  }

  26% {
    fill: #c86560;
  }

  39% {
    fill: #bc2430;
  }

  52% {
    fill: #ad1f25;
  }

  65% {
    fill: #bc2430;
  }

  78% {
    fill: #c86560;
  }

  91% {
    fill: #d77e75;
  }
}

@keyframes gem-polygon-7 {
  0% {
    fill: #d7836f;
  }

  13% {
    fill: #c54747;
  }

  26% {
    fill: #ad1f25;
  }

  39% {
    fill: #ad1f25;
  }

  52% {
    fill: #bc2430;
  }

  65% {
    fill: #c14340;
  }

  78% {
    fill: #d77e75;
  }

  91% {
    fill: #da8e84;
  }
}

@keyframes gem-polygon-8 {
  0% {
    fill: #d69185;
  }

  13% {
    fill: #c86560;
  }

  26% {
    fill: #bc2430;
  }

  39% {
    fill: #bc2430;
  }

  52% {
    fill: #c74946;
  }

  65% {
    fill: #bf5c57;
  }

  78% {
    fill: #da8e84;
  }

  91% {
    fill: #d78470;
  }
}

@keyframes gem-polygon-9 {
  0% {
    fill: #c54747;
  }

  13% {
    fill: #ad1f25;
  }

  26% {
    fill: #ad1f25;
  }

  39% {
    fill: #c74946;
  }

  52% {
    fill: #c86560;
  }

  65% {
    fill: #d2796f;
  }

  78% {
    fill: #d78470;
  }

  91% {
    fill: #d79287;
  }
}

@keyframes gem-polygon-10 {
  0% {
    fill: #c86560;
  }

  13% {
    fill: #bc2430;
  }

  26% {
    fill: #bc2430;
  }

  39% {
    fill: #c86560;
  }

  52% {
    fill: #e89991;
  }

  65% {
    fill: #d2867d;
  }

  78% {
    fill: #d79287;
  }

  91% {
    fill: #c54747;
  }
}

@keyframes gem-polygon-11 {
  0% {
    fill: #ad1f25;
  }

  13% {
    fill: #ad1f25;
  }

  26% {
    fill: #c74946;
  }

  39% {
    fill: #e89991;
  }

  52% {
    fill: #eaa69d;
  }

  65% {
    fill: #d98673;
  }

  78% {
    fill: #c54747;
  }

  91% {
    fill: #bf5a55;
  }
}

@keyframes gem-polygon-12 {
  0% {
    fill: #bc2430;
  }

  13% {
    fill: #bc2430;
  }

  26% {
    fill: #c86560;
  }

  39% {
    fill: #eaa69d;
  }

  52% {
    fill: #e2907d;
  }

  65% {
    fill: #d99489;
  }

  78% {
    fill: #bf5a55;
  }

  91% {
    fill: #ad1f25;
  }
}

@keyframes loading-pulse {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url(//www.thehunt.com//assets/3eaee658436a9b9402115adf8fac3731.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/3eaee658436a9b9402115adf8fac3731.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/cf970169a5e8768ecb817448fb324c09.woff) format("woff"), url(//www.thehunt.com//assets/91d0f5b25f9982ee62d798cd08a55cda.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url(//www.thehunt.com//assets/9bf799bc9965eceb9590773f460f3974.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/9bf799bc9965eceb9590773f460f3974.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/e0c5891fda076f9b03217f8a2d6cfa6f.woff) format("woff"), url(//www.thehunt.com//assets/b31b5fe5bbd3b199cd45e8b0c607def5.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url(//www.thehunt.com//assets/d922acc41e3b844754ede096301c54b3.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/d922acc41e3b844754ede096301c54b3.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/fa36701d1928d4efe9676bbcd02aa943.woff) format("woff"), url(//www.thehunt.com//assets/7e974cf32f49fda9b495c752bcc3c47f.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url(//www.thehunt.com//assets/193462f015f4422ed7bd1962d0c9b345.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/193462f015f4422ed7bd1962d0c9b345.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/6d6ce57562fcd9f503ec60546ccb6827.woff) format("woff"), url(//www.thehunt.com//assets/832348e95e2b17246286734c038c692b.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url(//www.thehunt.com//assets/51c32e49b8eeb48012a4cc07308f3354.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/51c32e49b8eeb48012a4cc07308f3354.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/aac6110608db537a0fa4e76b1ab5fc73.woff) format("woff"), url(//www.thehunt.com//assets/6725498c1c4bc1396c4fd1713580c341.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url(//www.thehunt.com//assets/df24248ce90f8d07ac9587d93fa8e34b.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/df24248ce90f8d07ac9587d93fa8e34b.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/c64cfc0e4f20a4881196597e280a17ef.woff) format("woff"), url(//www.thehunt.com//assets/3334af36e53451712bc0bd9304af73e8.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Harriet Display";
  src: url(//www.thehunt.com//assets/221c8210ef53e8fa0883f7cda0c3b223.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/221c8210ef53e8fa0883f7cda0c3b223.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/30c37260688a63dcbce25d6da5aa9583.woff) format("woff"), url(//www.thehunt.com//assets/8d4de6e4dca33d03f7b356270f9db246.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 900;
}

@font-face {
  font-family: "Harriet Display";
  src: url(//www.thehunt.com//assets/67943bf09333ad13686503682b85a356.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/67943bf09333ad13686503682b85a356.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/2e315d0f3bc18052bf31f1f9c820fd83.woff) format("woff"), url(//www.thehunt.com//assets/34a3934834d995c78920d0d6e949de44.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
}

@font-face {
  font-family: "Harriet Display";
  src: url(//www.thehunt.com//assets/b1eea1225bd4d82b3dfa058484d4ddce.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/b1eea1225bd4d82b3dfa058484d4ddce.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/a3b06d68de179a9bffa577c1d99ddf40.woff) format("woff"), url(//www.thehunt.com//assets/405086e9146d566f03449a85b910e126.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 500;
}

@font-face {
  font-family: "Harriet Display";
  src: url(//www.thehunt.com//assets/d31b4b098c59ad7f6e2fccbaf1057549.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/d31b4b098c59ad7f6e2fccbaf1057549.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/936d586532a2788fabe6d3aa79b2b50a.woff) format("woff"), url(//www.thehunt.com//assets/a19edbe781d98ea84a0518ae5990daff.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 100;
}

@font-face {
  font-family: "Harriet Display";
  src: url(//www.thehunt.com//assets/2553982197109e3418d8903d82f0bb9c.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/2553982197109e3418d8903d82f0bb9c.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/3d5858d3f5ed0dc402bdabb9e42603bf.woff) format("woff"), url(//www.thehunt.com//assets/04d9f880a15245b9b1e40866360b086c.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 700;
}

@font-face {
  font-family: "Harriet Display";
  src: url(//www.thehunt.com//assets/933601fb950c5851aa37a82dc21dad19.eot);
  /* IE9 Compat Modes */
  src: url(//www.thehunt.com//assets/933601fb950c5851aa37a82dc21dad19.eot) format("embedded-opentype"), url(//www.thehunt.com//assets/2cef5702350d2613a091f5343f8df03c.woff) format("woff"), url(//www.thehunt.com//assets/d3af0e92d186b5efd40ff43332bbe56e.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 300;
}

.help-block {
  padding: 0.35em 0.75em;
  margin: 0;
  font-size: 0.85em;
}

.input-container .help-block,
.help-block.toasty {
  background: #f1f1f1;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  margin: 0;
}

body.is-mobile .input-container .help-block,
body.is-mobile .help-block.toasty {
  border-radius: 0;
  padding: 0.5em;
  font-size: 1.15em;
  position: fixed;
  max-width: 100%;
  white-space: normal;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  transform: none;
  z-index: 10000;
  opacity: 1;
  animation: fade-out 300ms;
  animation-delay: 8s;
  animation-fill-mode: forwards;
}

body.is-mobile .input-container .help-block::before,
body.is-mobile .input-container .help-block::after,
body.is-mobile .help-block.toasty::before,
body.is-mobile .help-block.toasty::after {
  display: none;
}

.input-container .help-block::before,
.input-container .help-block::after,
.help-block.toasty::before,
.help-block.toasty::after {
  content: " ";
  border: 5px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  z-index: 3;
}

.input-container .help-block::before,
.help-block.toasty::before {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.input-container .help-block::after,
.help-block.toasty::after {
  border-bottom-color: #f1f1f1;
  border-width: 6px;
}

.input-container .help-block.error,
.help-block.toasty.error {
  background: #fbedec;
}

.input-container .help-block.error::after,
.help-block.toasty.error::after {
  border-bottom-color: #fbedec;
}

.input-container .help-block.error.up::after,
.toast-up .input-container .help-block.error::after,
.help-block.toasty.error.up::after,
.toast-up .help-block.toasty.error::after {
  border-color: transparent;
  border-top-color: #fbedec;
}

.input-container .help-block.error.left::after,
.toast-left .input-container .help-block.error::after,
.help-block.toasty.error.left::after,
.toast-left .help-block.toasty.error::after {
  border-color: transparent;
  border-left-color: #fbedec;
}

.input-container .help-block.error.right::after,
.toast-right .input-container .help-block.error::after,
.help-block.toasty.error.right::after,
.toast-right .help-block.toasty.error::after {
  border-color: transparent;
  border-right-color: #fbedec;
}

.help-block.toasty,
.toast-on-error .help-block {
  border-radius: 0.2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin: 0;
  z-index: 2;
}

.help-block.up,
.toast-up .help-block {
  bottom: 100%;
  top: auto;
  transform: translateX(-50%);
}

.help-block.up::before,
.help-block.up::after,
.toast-up .help-block::before,
.toast-up .help-block::after {
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.3);
  top: 100%;
  bottom: auto;
}

.help-block.up::after,
.toast-up .help-block::after {
  border-color: transparent;
  border-top-color: #f1f1f1;
}

.help-block.left,
.help-block.right,
.toast-left .help-block,
.toast-right .help-block {
  top: 50%;
  transform: translateY(-50%);
}

.help-block.left::before,
.help-block.left::after,
.help-block.right::before,
.help-block.right::after,
.toast-left .help-block::before,
.toast-left .help-block::after,
.toast-right .help-block::before,
.toast-right .help-block::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.help-block.left,
.toast-left .help-block {
  right: 100%;
  margin-right: 1em;
}

.help-block.left::before,
.help-block.left::after,
.toast-left .help-block::before,
.toast-left .help-block::after {
  left: 100%;
  right: auto;
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.3);
}

.help-block.left::after,
.toast-left .help-block::after {
  border-color: transparent;
  border-left-color: #f1f1f1;
}

.help-block.right,
.toast-right .help-block {
  left: 100%;
  margin-left: 1em;
}

.help-block.right::before,
.help-block.right::after,
.toast-right .help-block::before,
.toast-right .help-block::after {
  right: 100%;
  left: auto;
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.3);
}

.help-block.right::after,
.toast-right .help-block::after {
  border-color: transparent;
  border-right-color: #f1f1f1;
}

.help-block.error,
.input-container.error .help-block {
  color: #d9483e;
  border-bottom-color: #e47f78;
}

.input-block {
  border: 1px solid #eee;
  border-radius: 0.15em;
  padding: 0;
}

.input-block .input-actions {
  display: flex;
  flex-direction: row;
}

.input-block .input-actions > * {
  flex: 1;
  border-radius: 0;
}

.input-block .input-actions > *:first-child {
  border-radius: 0 0 0 0.15em;
}

.input-block .input-actions > *:last-child {
  border-radius: 0 0 0.15em 0;
}

.input-block .input-actions > *:only-child {
  border-radius: 0 0 0.15em 0.15em;
}

.input-block .input-actions:last-child {
  border-radius: 0 0 0.15em 0.15em;
  overflow: hidden;
}

.input-container {
  border: 1px solid #eee;
  border-radius: 0.15em;
  margin-bottom: 1em;
  position: relative;
}

.input-container .input-addon svg.icon,
.input-container button svg.icon,
.input-container .button svg.icon {
  max-width: 1em;
  max-height: 1em;
}

.input-container .input-addon svg.icon use,
.input-container button svg.icon use,
.input-container .button svg.icon use {
  fill: #aaa;
}

.input-block .input-container {
  border: 0;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.input-block .input-container:last-child {
  border-bottom: 0;
}

.input-container.error .input-addon svg.icon use {
  fill: #d9483e;
}

.input-container.valid .input-addon svg.icon use {
  fill: #89d055;
}

.input-container input,
.input-container input[type],
.input-container select,
.input-container textarea {
  display: block;
  outline: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  flex: 1;
}

.input-container input:-webkit-autofill,
.input-container input[type]:-webkit-autofill,
.input-container select:-webkit-autofill,
.input-container textarea:-webkit-autofill {
  background: transparent;
}

.input-container .input-group {
  display: flex;
  flex-direction: row;
  position: relative;
}

.input-container .input-group button,
.input-container .input-group .button {
  border: 0;
}

.input-container .input-group .input-addon {
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0.65em;
  color: #aaa;
}

.input-container .input-group input:focus + .help-block {
  display: table;
}

.input-container:first-child button:first-child,
.input-container:first-child .button:first-child,
.input-container:first-child .input-addon:first-child {
  border-radius: 0.05em 0 0 0;
}

.input-container:first-child button:last-child,
.input-container:first-child .button:last-child,
.input-container:first-child .input-addon:last-child {
  border-radius: 0 0.05em 0 0;
}

.input-container:first-child button:only-child,
.input-container:first-child .button:only-child,
.input-container:first-child .input-addon:only-child {
  border-radius: 0.05em 0.05em 0 0;
}

.input-container:last-child button:first-child,
.input-container:last-child .button:first-child,
.input-container:last-child .input-addon:first-child {
  border-radius: 0 0 0 0.05em;
}

.input-container:last-child button:last-child,
.input-container:last-child .button:last-child,
.input-container:last-child .input-addon:last-child {
  border-radius: 0 0 0.05em 0;
}

.input-container:last-child button:only-child,
.input-container:last-child .button:only-child,
.input-container:last-child .input-addon:only-child {
  border-radius: 0 0 0.05em 0.05em;
}

.input-container :only-child button:first-child,
.input-container :only-child .button:first-child,
.input-container :only-child .input-addon:first-child {
  border-radius: 0.05em 0 0 0.05em;
}

.input-container :only-child button:last-child,
.input-container :only-child .button:last-child,
.input-container :only-child .input-addon:last-child {
  border-radius: 0 0.05em 0.05em 0;
}

.input-container :only-child button:only-child,
.input-container :only-child .button:only-child,
.input-container :only-child .input-addon:only-child {
  border-radius: 0.05em;
}

.input-container.error,
.input-container.error:focus,
[contenteditable].error,
[contenteditable].error:focus {
  border-color: #e8918b;
}

.input-container.valid,
.input-container.valid:focus,
[contenteditable].valid,
[contenteditable].valid:focus {
  border-color: #b8e399;
}

.input-container.disabled,
[contenteditable].disabled {
  background: #fafafa;
  opacity: 0.65;
}

.input-container.disabled,
.input-container.disabled *,
[contenteditable].disabled,
[contenteditable].disabled * {
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}

.button-options button,
.button-options button.primary {
  position: relative;
  border-radius: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.button-options button::before,
.button-options button.primary::before {
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  border-left: 2px solid #fff;
  content: " ";
  pointer-events: none;
}

.button-options button::after,
.button-options button.primary::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.25em;
  left: 100%;
  background: #fff;
  color: #3a3a3a;
  border-radius: 10em;
  border-right: 1px solid #fff;
  content: "or";
  width: 1.5em;
  height: 1.5em;
  z-index: 2;
  pointer-events: none;
}

.button-options button:first-child,
.button-options button.primary:first-child {
  border-top-left-radius: 0.15em;
  border-bottom-left-radius: 0.15em;
}

.button-options button:last-child,
.button-options button.primary:last-child {
  border-top-right-radius: 0.15em;
  border-bottom-right-radius: 0.15em;
}

.button-options button:last-child::after,
.button-options button.primary:last-child::after {
  display: none;
}

button,
.button {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

button[disabled],
button.disabled,
.button[disabled],
.button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

button:hover,
.button:hover {
  background: #e1e1e1;
}

button:active,
.button:active {
  background: #afafaf;
}

button.danger,
.button.danger,
.danger-button {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #ef372a;
  border-bottom-color: #e33428;
}

button.danger[disabled],
button.danger.disabled,
.button.danger[disabled],
.button.danger.disabled,
.danger-button[disabled],
.danger-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

button.danger:hover,
.button.danger:hover,
.danger-button:hover {
  background: #d73226;
}

button.danger:active,
.button.danger:active,
.danger-button:active {
  background: #a7271d;
}

button.primary,
.button.primary,
.primary-button {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #ef372a;
  border-bottom-color: #e33428;
}

button.primary[disabled],
button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled,
.primary-button[disabled],
.primary-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

button.primary:hover,
.button.primary:hover,
.primary-button:hover {
  background: #d73226;
}

button.primary:active,
.button.primary:active,
.primary-button:active {
  background: #a7271d;
}

button.secondary,
.button.secondary,
.secondary-button {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #42bac1;
  border-bottom-color: #3fb1b7;
}

button.secondary[disabled],
button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled,
.secondary-button[disabled],
.secondary-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

button.secondary:hover,
.button.secondary:hover,
.secondary-button:hover {
  background: #3ba7ae;
}

button.secondary:active,
.button.secondary:active,
.secondary-button:active {
  background: #2e8287;
}

button.selected,
.button.selected {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #42bac1;
}

button.selected[disabled],
button.selected.disabled,
.button.selected[disabled],
.button.selected.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

button.selected:hover,
.button.selected:hover {
  background: #e1e1e1;
}

button.selected:active,
.button.selected:active {
  background: #afafaf;
}

button.selected svg.icon use,
.button.selected svg.icon use {
  fill: #42bac1;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

.formtastic ol,
.formtastic ul {
  list-style: none;
}

.formtastic .input .label {
  display: block;
}

.formtastic select {
  background-color: #fff;
  appearance: none;
}

.formtastic .text textarea {
  display: block;
  width: 100%;
}

.formtastic input,
.formtastic textarea {
  font-weight: inherit;
}

.formtastic input,
.formtastic select,
.formtastic textarea {
  font-size: 16px;
}

.formtastic,
.formtastic fieldset,
.formtastic li,
.formtastic ol,
.formtastic ul {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
}

.form-error li {
  padding: 5px 10px;
}

.form-error {
  margin: 0;
  width: 100%;
  color: #ef4237;
}

.formtastic input,
.formtastic textarea,
input,
select,
textarea {
  color: #171717;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
}

.formtastic input::-ms-clear,
.formtastic textarea::-ms-clear,
input::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}

.formtastic textarea {
  margin-top: 4px;
  resize: none;
}

.formtastic .action {
  float: none;
  padding-right: 0;
  margin-top: 1em;
}

.formtastic .input {
  overflow: visible;
}

.formtastic .label {
  margin-right: 10px;
  width: 25%;
  text-align: right;
}

.formtastic input[type="email"],
.formtastic input[type="number"],
.formtastic input[type="numeric"],
.formtastic input[type="password"],
.formtastic input[type="text"],
.formtastic input[type="url"],
.formtastic select,
.formtastic textarea {
  color: #3a3a3a;
}

input[type="email"]:-webkit-input-placeholder,
input[type="numeric"]:-webkit-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="text"]:-webkit-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  line-height: 120%;
  opacity: 1;
}

input[type="email"]::-webkit-input-placeholder,
input[type="numeric"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  line-height: 120%;
  opacity: 1;
}

input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="numeric"]:-moz-placeholder,
input[type="numeric"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #9b9b9b;
  text-transform: none;
  font-weight: 300;
  font-size: 15px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  line-height: 120%;
  opacity: 1;
}

.full-page-forms {
  background: #fff;
  max-width: 730px;
  margin: 3em auto;
  padding: 1.5em;
  text-align: center;
}

.full-page-forms h3 {
  margin-top: 6px;
  margin-bottom: 5px;
}

.full-page-forms .formtastic input[type="email"],
.full-page-forms .formtastic input[type="password"],
.full-page-forms .formtastic input[type="text"] {
  width: 100%;
}

.full-page-forms .formtastic .input {
  margin-bottom: 1px;
}

#password-reset-request-form-container {
  max-width: 500px;
}

.standard-form {
  margin: 20px auto;
  text-align: left;
}

.standard-form .error {
  color: #ef372a;
  text-align: center;
  font-size: 16px;
}

.standard-form-flat-container {
  margin: auto;
}

.standard-form-flat-container .formtastic input[type="email"],
.standard-form-flat-container .formtastic input[type="numeric"],
.standard-form-flat-container .formtastic input[type="password"],
.standard-form-flat-container .formtastic input[type="text"],
.standard-form-flat-container .formtastic input[type="url"],
.standard-form-flat-container .formtastic select,
.standard-form-flat-container .formtastic textarea {
  width: 93%;
}

.standard-form-flat-container .errors,
.standard-form-flat-container .inline-errors,
.standard-form-flat-container .parsley-error-list {
  display: inline-block;
  margin: 5px 0 0 -20px;
  padding: 0;
  text-align: left;
}

.standard-form-flat-container .errors li,
.standard-form-flat-container .inline-errors li,
.standard-form-flat-container .parsley-error-list li {
  display: inline;
}

.standard-form-flat-container .errors {
  margin: 0 0 10px 10px;
}

.standard-form-flat {
  margin-left: 0;
  width: 100%;
}

.standard-form-flat .inputs {
  position: relative;
  margin: 0 auto;
  border: 1px solid #ebeced;
  border-radius: 2px;
  text-align: left;
}

.standard-form-flat .inputs .input {
  margin: 0 0 0 11px;
  padding: 3px 0 7px 19px;
  border-bottom: 1px solid #ebeced;
}

.standard-form-flat .inputs .input label {
  background-color: transparent;
  color: #42bac1;
}

.standard-form-flat .inputs input[type="email"],
.standard-form-flat .inputs input[type="number"],
.standard-form-flat .inputs input[type="numeric"],
.standard-form-flat .inputs input[type="password"],
.standard-form-flat .inputs input[type="tel"],
.standard-form-flat .inputs input[type="text"] {
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0 4px 0 10px;
  border: none;
  letter-spacing: 0.03em;
  font-weight: 300;
  font-size: 0.9em;
  appearance: none;
}

.standard-form-flat .inputs input[type="email"]:-webkit-autofill,
.standard-form-flat .inputs input[type="number"]:-webkit-autofill,
.standard-form-flat .inputs input[type="numeric"]:-webkit-autofill,
.standard-form-flat .inputs input[type="password"]:-webkit-autofill,
.standard-form-flat .inputs input[type="tel"]:-webkit-autofill,
.standard-form-flat .inputs input[type="text"]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.standard-form-flat .inputs input[type="email"]:focus,
.standard-form-flat .inputs input[type="number"]:focus,
.standard-form-flat .inputs input[type="numeric"]:focus,
.standard-form-flat .inputs input[type="password"]:focus,
.standard-form-flat .inputs input[type="tel"]:focus,
.standard-form-flat .inputs input[type="text"]:focus {
  color: #3a3a3a;
}

.standard-form-flat .error {
  color: #ef372a;
}

.form-icons-bg {
  background: transparent url(//www.thehunt.com//assets/images/sprite-form-icons.9a27a78d05c50d5cab4e80dfbf4fdb7e.png) 0 13px no-repeat;
  background-size: 27px auto;
}

#preferences .input-with-icon {
  position: relative;
}

#preferences .input-with-icon span {
  position: absolute;
  top: 50%;
  left: 0.5em;
  z-index: 2;
  transform: translateY(-50%);
}

#preferences .input-with-icon input {
  padding-left: 2em;
}

.standard-field,
input[type="email"],
input[type="number"],
input[type="numeric"],
input[type="password"],
input[type="text"],
input[type="url"],
input[type="date"],
input[type="time"],
select,
textarea {
  padding: 0.65em 1em;
  border-radius: 2px;
  font-size: 1rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  max-width: 100%;
  width: auto;
  min-width: 3em;
}

.standard-field:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="numeric"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
select:focus,
textarea:focus {
  border-color: #42bac1;
}

.standard-field input,
.standard-field input[type],
.standard-field select,
.standard-field textarea {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.autocomplete {
  position: absolute;
  top: 100%;
  z-index: 9999;
  margin-top: -1px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  color: #000;
}

.autocomplete .results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  margin: 0;
  padding: 0;
  padding: 0;
  max-height: 200px;
  color: #9b9b9b;
  -webkit-tap-highlight-color: transparent;
}

.autocomplete .results li {
  display: list-item;
  padding: 0.5em;
  background-image: none;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.autocomplete .results li.focus {
  background: #eee;
  color: #888;
}

.tag-selector {
  display: flex;
  flex-direction: row;
  cursor: text;
  flex-wrap: wrap;
}

.tag-selector.tag-selector {
  padding-bottom: calc(0.75em - 3px);
  min-height: 3em;
  min-height: calc(3em + 3px);
}

.tag-selector > * {
  margin-right: 0.15em;
  margin-bottom: 3px;
  vertical-align: middle;
  flex: 0 1 auto;
}

.tag-selector .tag {
  display: inline-block;
  padding: 0.25em;
  border-radius: 3px;
  background: #42bac1;
  color: #fff;
  cursor: pointer;
}

.tag-selector .tag,
.tag-selector input {
  font-size: 13px;
}

.tag-selector .tag::before {
  content: "#";
}

.tag-selector .tag::after {
  margin-left: 0.3em;
  content: "\D7";
  font-weight: bold;
}

.tag-selector > input {
  margin-left: 0.15em !important;
  min-width: 3em;
  flex: 1;
}

select {
  background-image: url(//www.thehunt.com//assets/images/caret.325b27abdfa13d3577e35693b4819c18.png);
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
}

.sort-by {
  color: #44413b;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: bold;
  font-size: 12px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.sort-by .select-fancy select {
  margin-left: 0.5em;
  padding: 0.75em 3em 0.75em 1.25em;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: inherit;
  text-transform: inherit;
  font-weight: bold;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
}

.sort-by .select-fancy::after {
  background-image: url(//www.thehunt.com//assets/images/sprites/caret.25e5263a6f95e9324fb56af8c25fbe59.png);
  display: inline-block;
  margin-bottom: -4px;
  margin-left: -2em;
  background: #fff;
  content: " ";
}

.photo-upload-form .flex-row {
  align-items: center;
}

.photo-upload-form .current-photo {
  flex-basis: 6em;
  max-width: 6em;
}

.photo-upload-form .current-photo .background-image {
  width: 6em;
  height: 6em;
}

.photo-upload-form.user-avatar .current-photo .background-image {
  border-radius: 10em;
}

.photo-upload-form .form {
  padding-left: 1.5em;
}

.photo-upload-form input[type="file"] {
  position: absolute;
  left: -10000px;
  top: -10000px;
  opacity: 0;
}

.photo-upload-form .help-block {
  padding: 0;
  margin: 0.75em 0 0 0;
}

.photo-upload-form .help-block:not(.error) {
  color: #888;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row > * {
  flex: 1 1 auto;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column > * {
  flex: 1 1 auto;
}

.ReactModalPortal {
  position: relative;
  z-index: 10;
}

body.ReactModal__Body--open {
  overflow: hidden;
}

.default-modal {
  background-color: #fff;
  box-shadow: 0 3px 1em rgba(0, 0, 0, 0.3);
  color: #3a3a3a;
  opacity: 0;
  transition: all 0.2s ease-in;
  transition-property: opacity, background-color, color;
  will-change: opacity, background-color, color;
  transform-origin: top center;
  position: relative;
  padding: 3em;
}

.default-modal.ReactModal__Content--after-open {
  opacity: 1;
}

.default-modal button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  background: transparent;
  border: 0;
  font-size: 2em;
  color: #9b9b9b;
}

.ReactModal__Overlay {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  cursor: pointer;
}

.ReactModal__Content {
  margin: auto;
  text-align: center;
  outline: none;
}

.ReactModal__Content .modal-header {
  margin-bottom: 1em;
  color: #3a3a3a;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
}

.ReactModal__Content .modal-text {
  padding: 0 20px;
  text-align: left;
}

.ReactModal__Content .modal-text p {
  margin-top: 0;
}

.ReactModal__Content .separator {
  margin: 25px auto;
}

.ReactModal__Content .modal-header,
.ReactModal__Content fieldset {
  margin: auto;
}

.ReactModal__Content .modal-header {
  text-align: center;
}

.ReactModal__Content h1,
.ReactModal__Content h2 {
  font-weight: 900;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.ReactModal__Content .standard-form {
  padding: 0 15px 0 20px;
}

.ReactModal__Content p {
  margin-bottom: 1em;
}

.ReactModal__Content textarea {
  height: auto;
}

.ReactModal__Content .modal-footer {
  margin-top: 1em;
  padding: 1em;
  background: #f8f8f8;
  color: #9b9b9b;
}

.ReactModal__Content .modal-footer a {
  color: #42bac1;
}

.nice-work-modal .default-modal {
  background: #342f2f;
  color: #ffdddb;
  max-width: 500px;
}

.nice-work-modal .default-modal h1,
.nice-work-modal .default-modal h2,
.nice-work-modal .default-modal h3 {
  text-transform: uppercase;
  font-size: 1em;
  color: #f64958;
}

.nice-work-modal .default-modal h1 {
  font-size: 1.45em;
}

.nice-work-modal .default-modal h2 {
  font-size: 1.35em;
}

.nice-work-modal .default-modal h3 {
  font-size: 1.25em;
}

.nice-work-modal .default-modal h4 {
  font-size: 1.15em;
}

.edit-tag-modal .default-modal,
.edit-zine-modal .default-modal {
  width: 90%;
  max-width: 600px;
}

.edit-tag-modal .default-modal input,
.edit-tag-modal .default-modal textarea,
.edit-zine-modal .default-modal input,
.edit-zine-modal .default-modal textarea {
  display: block;
  width: 100%;
}

.edit-tag-modal .default-modal textarea,
.edit-zine-modal .default-modal textarea {
  min-height: 250px;
  resize: vertical;
}

body.is-mobile.ReactModal__Body--open #app {
  display: none;
}

body.is-mobile.ReactModal__Body--open .ReactModal__Overlay,
body.is-mobile.ReactModal__Body--open .ReactModal__Content {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

/* aka Super Light Grey in style guide */

/* not in style guide */

/* aka Light Grey in style guide */

/* not in style guide */

/* not in style guide */

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Dark Grey in style guide */

/* aka Nav Bar Black in style guide */

/* gray with an a for black */

/* grey with an e for white */

.signin-modal {
  width: 100%;
  background-color: #fff;
  color: #3a3a3a;
  opacity: 0;
  transition: all 0.2s ease-in;
  transition-property: opacity, background-color, color;
  will-change: opacity, background-color, color;
  transform-origin: top center;
}

@media screen and (min-width: 500px) {
  .signin-modal {
    width: 320px;
    box-shadow: 0 3px 1em rgba(0, 0, 0, 0.3);
  }
}

.signin-modal > * {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.signin-modal .close {
  z-index: 2;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 100;
  font-size: 4em;
  cursor: pointer;
  position: fixed;
  top: 1em;
  right: 1em;
}

@media screen and (max-width: 350px), screen and (max-height: 600px) {
  .signin-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
  }
}

.signin-modal.ReactModal__Content--after-open {
  opacity: 1;
}

.signin-modal.double-wide {
  width: 472px;
}

.signin-modal.double-wide .collection-container {
  float: left;
}

.signin-modal .signin-container {
  flex: 1;
}

#static-signon-container {
  background: #fff;
  box-shadow: 0 3px 0.2em rgba(0, 0, 0, 0.15);
  border-radius: 0.2em;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 3em;
  padding: 3em;
  text-align: center;
}

#static-signon-container .modal-footer {
  color: #777;
}

.signin-modal .text-through,
.signin-static .text-through {
  padding: 0.5em 0;
  position: relative;
}

.signin-modal .text-through::after,
.signin-static .text-through::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  content: " ";
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.signin-modal .text-through span,
.signin-static .text-through span {
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  padding: 0.5em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.signin-modal.on-error,
.signin-static.on-error {
  animation: wetdog 300ms 1 ease-in;
}

.signin-modal .modal-header,
.signin-static .modal-header {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
}

.signin-modal .modal-footer,
.signin-static .modal-footer {
  font-size: 0.85em;
}

.signin-modal .email-form,
.signin-static .email-form {
  padding: 1em;
}

.signin-modal .login-form .modal-header,
.signin-static .login-form .modal-header {
  margin-top: 0.5em;
}

.signin-modal .login-form fieldset,
.signin-static .login-form fieldset {
  margin-bottom: 1em;
}

.signin-modal .email-form input + button,
.signin-modal .login-form input + button,
.signin-static .email-form input + button,
.signin-static .login-form input + button {
  padding: 0 0.75em !important;
}

.signin-modal .input-block,
.signin-static .input-block {
  margin-bottom: 1em;
}

.signin-modal .input-block .input-addon,
.signin-static .input-block .input-addon {
  background: transparent;
  padding: 0 0.45em;
}

.signin-modal .input-block .input-addon + input,
.signin-static .input-block .input-addon + input {
  padding-left: 0.35em;
}

.signin-modal .input-block .input-addon:first-child svg,
.signin-static .input-block .input-addon:first-child svg {
  width: 1em;
  height: 1em;
}

.signin-modal .inline-grey-loading-container,
.signin-static .inline-grey-loading-container {
  padding: 1em;
}

.signin-modal .inline-grey-loading-container svg,
.signin-static .inline-grey-loading-container svg {
  max-width: 2em;
  animation: gemwobble 2s linear infinite;
}

.signin-header {
  margin: 0 auto;
  color: #342f2f;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.signin-header .leader-image {
  background: url(//www.thehunt.com//assets/images/welcome-banner.987b0916082935433570c22e63df1182.jpg);
  background-position: center center;
  background-size: cover;
  padding: 3em 1em;
  margin-bottom: 1.5em;
}

.signin-header img {
  height: auto;
  max-width: 70%;
}

.signin-header h1 {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.signin-header p {
  color: #545450;
  font-size: 13px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

#signon-header {
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 1em;
}

#signup-page,
#login-page {
  background-color: #d6d5d5;
}

#signup-methods p {
  margin-bottom: 0.5em;
}

/* BEGIN SIGNUP SCREEN #1 */

.popover-container.signup-modal,
.popover-container#static-signon-container {
  opacity: 1;
  z-index: 990;
  transition: none;
}

.popover.signup-bg {
  background: #fff url(//www.thehunt.com//assets/images/logo-w-collage-bg.c6eadad4d2d15883116aacbbc89f83f3.png) no-repeat top center;
  padding-top: 224px;
  background-size: 322px 204px;
  padding-bottom: 0;
}

.popover.signup-bg.hide-intro-elements {
  background-image: none;
  padding-top: 23px;
}

.popover.signup-bg.hide-intro-elements #signup-methods,
.popover.signup-bg.hide-intro-elements #cursive-command,
.popover.signup-bg.hide-intro-elements .intro-footnote {
  display: none;
}

#static-signon-container .popover {
  padding-bottom: 0;
}

.birthday-input {
  display: none;
}

.birthday-input.unhide {
  display: inline-block;
}

#birthday-messages,
#location-messages {
  display: inline-block;
}

#location-public {
  display: none;
}

.signin-container {
  padding: 1em 3em;
}

.signin-container .secondary-button,
.signin-container .button-facebook {
  background: #42bac1;
  border: 0;
  color: #fff;
  font-size: 0.95em;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  padding: 0.75em 0.5em;
  width: 100%;
  display: block;
  border-radius: 2px;
}

.signin-container .button-facebook {
  background-color: #3c5a98;
}

.signin-container .button-facebook::before {
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAIAAAAn5KxJAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAEImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MTwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+NTwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NTY8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjU2PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgICAgPGRjOnN1YmplY3Q+CiAgICAgICAgICAgIDxyZGY6QmFnLz4KICAgICAgICAgPC9kYzpzdWJqZWN0PgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNC0wNy0yMlQxNTowNzoxMTwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjI8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CnjMfUEAAAJ8SURBVGgFY7SJnB0faODjqC4hwsMw+MCLN1+27L+5cP0FhtmrTv///2+QI6AjGZ+//jQ4wxI5doHhyggMS2ShQctmGrQuQ3PYqEPRAoRi7pAJURaKvUqaAa/efr1068Xb998/fv7x999/ZmZGdjYWLnYWHm52fl52HVVxPh52rCbSyaG///zddvD2qu1XHjz9gNUdEMHOElcbY3msCujh0HuP31f17X784hNWFxApSHOHXrr5oqh9x/eff4h0EC5ltM1Mr999rerfS7krga6nrUOnLz/9/uN3XIFEkjgNHfrkxcfdR++S5Bo8imno0H0n7gNbZXjsJkmKhpnpzJVneJyiqSxqbyovLMDFwsLEyMAIUamuKIJLCw0deufRW1y2xvjpp4ebMAFdSDSgVdT/+/f/05efWJ0hwMeRFGxIkiuB5tDKoV++/cSVPlXkhIDVJlY/4BGklUP//sWZjYAhisdBuKRo5VBc9gHFmZnIsZQcPXgcQTupUYdSO2xJzn2YDvj6/df7Tz/QxD99RheBK/j2/deTl9ibfDLifHBlaAwqdJeBIxntsw6jmUsGF9i23z47FpfGQZRGpcR4cbkSKD6IHCopOkQcOhqieBIUWVJDJ0SHSmbCP/pJhXL0xevPtx6gt5G/fPvVOuMQ1iRgoCkR7qmDJsXCzGRlJIcmiMylQs0kIcoLRMiGAtl4Op/iwjx2pgpo6glyB1E5it+tow7FHz6ky46GKOlhhl/HaIjiDx/SZUdDlPQww69jNETxhw/psqMhSnqY4dcxGqL4w4d02dEQJT3M8OtgAq6CwK9iMMgCHckEHDkaDE7B7wagI1lAK3UYGAb/ciIAtS5RdxRDqUcAAAAASUVORK5CYII=");
  background-size: 21px;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  content: " ";
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 0.75em;
}

.signin-container .input_action {
  padding-right: 0;
  width: auto;
}

.signin-container #new-signup {
  margin-top: 34px;
  color: #2b2e38;
  font-size: 0.9em;
}

.signin-container #new-signup a {
  color: #1c1c1c;
  font-weight: bold;
}

.signin-container .standard-form-flat-container .formtastic select,
.signin-container .standard-form-flat-container .formtastic input[type="text"],
.signin-container .standard-form-flat-container .formtastic input[type="password"],
.signin-container .standard-form-flat-container .formtastic input[type="email"],
.signin-container .standard-form-flat-container .formtastic input[type="url"],
.signin-container .standard-form-flat-container .formtastic input[type="numeric"],
.signin-container .standard-form-flat-container .formtastic textarea {
  width: 89%;
}

.signin-container .standard-form-flat-container .formtastic .birthday-field-first {
  width: 35px !important;
  padding-right: 2px;
}

.signin-container .standard-form-flat-container .formtastic .birthday-field-second {
  width: 25px !important;
  padding-right: 0;
  padding-left: 0;
}

.signin-container .standard-form-flat-container .formtastic #signup_user_birthday_year {
  width: 89px !important;
  padding-left: 0;
  padding-right: 40px;
}

.signin-container .standard-form-flat-container .parsley-error-list,
.signin-container .standard-form-flat-container .inline-errors,
.signin-container .standard-form-flat-container .errors {
  display: none;
}

.signin-container .standard-form-flat-container .parsley-error-list.unhide,
.signin-container .standard-form-flat-container .inline-errors.unhide,
.signin-container .standard-form-flat-container .errors.unhide {
  display: inline-block;
}

.signin-container .standard-form-flat-container .signup-submit {
  text-align: center;
  margin-top: 25px;
}

.signin-container .standard-form-flat-container .signup-submit a {
  width: 214px;
}

.signin-container .standard-form-flat-container .signup-submit a.disabled {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.signin-container .standard-form-flat-container .signup-submit a.disabled[disabled],
.signin-container .standard-form-flat-container .signup-submit a.disabled.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

.signin-container .standard-form-flat-container .signup-submit a.disabled:hover {
  background: #e1e1e1;
}

.signin-container .standard-form-flat-container .signup-submit a.disabled:active {
  background: #afafaf;
}

.signin-container .step-two {
  display: none;
}

.signin-container #user_user_image {
  display: inline !important;
  /* remove this = break photo upload in Android browser */
  position: absolute;
  z-index: -10;
  visibility: hidden;
}

.signin-container .username-hint-text,
.signin-container .hint-text {
  font-size: 0.7em;
  color: #3a3a3a;
  margin-left: -20px;
  display: inline-block;
}

.standard-form-flat-container .standard-form-flat.formtastic .inputs .webkit-hack-li input[type="email"],
.standard-form-flat-container .standard-form-flat.formtastic .inputs .webkit-hack-li input[type="password"] {
  margin: 0;
  padding: 0;
  height: 1%;
  width: 1%;
}

.standard-form-flat.formtastic .inputs .input.webkit-hack-li {
  border-bottom: 0;
  overflow: hidden;
  position: fixed;
  width: 1px;
  left: -500px;
  margin: 0;
  padding: 0;
  background-image: none;
}

/* END SIGNUP SCREEN #1 */

#hardgate-container .auth-links {
  color: #fff;
  font-size: .75em;
}

.hardgate-logo {
  height: 32px;
  margin-bottom: 10px;
}

.hardgate-popover-container {
  min-width: 540px;
  display: none;
  opacity: 0;
  z-index: 999;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.hardgate-popover-container .close-button-container {
  height: 0;
  position: relative;
  left: 755px;
  bottom: 15px;
}

#text-instrux #error {
  display: none;
  background: transparent url(//www.thehunt.com//assets/images/sprite-form-icons.9a27a78d05c50d5cab4e80dfbf4fdb7e.png) left -1417px no-repeat;
  background-size: 27px auto;
  color: #ef372a;
  font-size: 16px;
  padding-left: 24px;
}

#text-instrux #success {
  display: none;
  background: transparent url(//www.thehunt.com//assets/images/sprite-form-icons.9a27a78d05c50d5cab4e80dfbf4fdb7e.png) left -1317px no-repeat;
  background-size: 27px auto;
  color: #58e36f;
  font-size: 16px;
  padding-left: 24px;
}

#hardgate-popover .close_icon_standard {
  display: none;
}

#hardgate-popover #hardgate-banner {
  background: transparent image_url("../images/bg-hardgate.png") 0 0 no-repeat;
  background-size: cover;
  padding: 2.5em;
  padding-bottom: 1.5em;
  padding-top: 12em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#hardgate-popover #hardgate-banner a {
  color: #fff;
}

#hardgate-popover #hardgate-banner .text p {
  margin: 0;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4em;
}

#hardgate-popover input[type="number"]:-webkit-input-placeholder,
#hardgate-popover input[type="number"]::-webkit-input-placeholder,
#hardgate-popover input:-webkit-input-placeholder,
#hardgate-popover input::-webkit-input-placeholder {
  color: #d6d5d5;
  opacity: 1;
}

#hardgate-popover input[type="number"]::-moz-placeholder,
#hardgate-popover input[type="number"]:-moz-placeholder,
#hardgate-popover input::-moz-placeholder,
#hardgate-popover input:-moz-placeholder {
  color: #d6d5d5;
  opacity: 1;
}

#hardgate-popover #hardgate-controls {
  width: auto;
  background-color: #fff;
  padding: 2.5em;
  margin-bottom: 8px;
}

#hardgate-popover #hardgate-controls p {
  margin: 0;
  padding: 0;
  line-height: 18px;
}

#hardgate-popover #hardgate-controls .standard-form-flat {
  position: relative;
  margin-top: 5px;
}

#hardgate-popover #hardgate-controls .standard-form-flat .inputs {
  margin-left: 0;
  height: 48px;
  width: 330px;
  border-radius: 2px 0 0 2px;
  background-color: #ffffff;
  -moz-box-shadow: inset 0 8px 6px -6px #d6d5d5;
  -webkit-box-shadow: inset 0 8px 6px -6px #d6d5d5;
  box-shadow: inset 0 8px 6px -6px #d6d5d5;
}

#hardgate-popover #hardgate-controls .standard-form-flat .inputs .input {
  margin-left: 0;
  border-bottom: none;
  width: 310px;
  padding-top: 5px;
  font-size: 25px;
}

#hardgate-popover #hardgate-controls .standard-form-flat .inputs .input input {
  font-size: 25px;
  padding-left: 0;
  width: 310px;
  color: #3a3a3a;
}

#hardgate-popover #hardgate-controls .standard-form-flat .inputs .input input.error {
  color: #ef372a;
}

.formtastic .twilio-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 130px;
  background-color: #3a3a3a;
  color: #fff;
  border: 1px solid #d6d5d5;
  border-left: none;
  border-radius: 0 2px 2px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}

.formtastic .twilio-button:focus {
  outline: 0;
}

.formtastic .twilio-button::-moz-focus-inner {
  border: 0;
}

.formtastic .twilio-button.enabled {
  background-color: #42bac1;
  cursor: pointer;
}

.formtastic .twilio-button:active {
  background-color: #3ba7ae;
  -webkit-appearance: none;
}

.formtastic .twilio-button.loading {
  opacity: 1;
  background: #3ba7ae image_url("../images/loader.gif") center center no-repeat;
  background-size: 100%;
}

.signup-modal h1 {
  font-size: 1.2em;
  color: #545450;
}

.signup-modal .footnote {
  color: #666;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 130%;
  margin-top: 0.5em;
}

p.forgot-password {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 0.85em;
}

p.forgot-password a {
  color: #42bac1;
}

.signin #signin-form-container {
  text-align: center;
}

.signin #signin-form-container .input_action {
  float: none;
  margin-left: auto;
}

body.is-mobile.ReactModal__Body--open .signin-modal .close {
  background: #1c1c1c;
  padding: 0.45em;
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  font-size: 2em;
}

#search-link:hover {
  opacity: 1;
}

#search-link .icon {
  width: 1em;
  height: 1em;
  opacity: 0.65;
}

#search-link .icon use {
  fill: #fff;
}

#search-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  z-index: 200;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(59, 53, 53, 0.98);
  color: #fff;
}

#search-container .search-overlay,
#search-container .search-controller {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}

#search-container .container {
  margin: 0 auto;
  text-align: left;
}

#search-container hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#search-container h3 {
  border: 0;
  color: inherit;
}

#search-container .search-content {
  max-height: 500px;
  max-height: 100vh;
  max-height: calc(100vh - 9em);
}

#search-container .search-content .empty-state {
  width: 100%;
}

#search-container .search-content .feed-container {
  flex: 1;
  margin: auto;
}

#search-container .loading-state,
#search-container .feed-container .pagination {
  text-align: center;
  margin: auto;
  border-radius: 10em;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#search-container .loading-state::before,
#search-container .loading-state::after,
#search-container .feed-container .pagination::before,
#search-container .feed-container .pagination::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.45;
  border-radius: 100em;
  z-index: 1;
  animation: loading-pulse 2s infinite;
  width: 6em;
  height: 6em;
  transform: scale(0);
  margin-left: -3em;
  margin-top: -3em;
}

#search-container .loading-state::after,
#search-container .feed-container .pagination::after {
  animation-delay: -1.5s;
}

#search-container .loading-state svg,
#search-container .feed-container .pagination svg {
  max-width: 2.5em;
  height: 2.5em;
  position: relative;
  z-index: 2;
  animation: gemwobble 2s linear infinite;
}

#search-container .tabbed-nav {
  position: relative;
  border: 0;
  background: #585353;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#search-container .tabbed-nav::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 3;
  padding: 2.5em;
  background: linear-gradient(to top, transparent 0%, rgba(59, 53, 53, 0.95) 100%);
  content: " ";
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-in;
}

#search-container .tabbed-nav.floating::after {
  opacity: 1;
}

#search-container .tabbed-nav ul {
  position: relative;
  z-index: 5;
  margin-bottom: -2px;
}

#search-container .tabbed-nav li {
  cursor: pointer;
}

#search-container .tabbed-nav li .menu-name {
  background: transparent;
  border: 0;
  color: #fff;
  opacity: 0.8;
  padding: 1em;
  font-size: 1.25em;
}

#search-container .tabbed-nav li .menu-name:hover,
#search-container .tabbed-nav li .menu-name.selected {
  color: #f64958;
}

#search-container .tabbed-nav li .menu-name:hover,
#search-container .tabbed-nav li .menu-name.selected {
  opacity: 1;
}

#search-container .tabbed-nav .count {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3em;
  min-width: 1.75em;
  border: 0;
  border-radius: 10em;
  background: #d6d5d5;
  color: #1c1c1c;
  text-align: center;
  font-size: 70%;
  line-height: 100%;
}

#search-container .tabbed-nav .selected .count,
#search-container .tabbed-nav li:hover .count {
  background: #ef372a !important;
  color: #fff !important;
}

#search-container:empty {
  display: none;
}

#search-container .search-content {
  overflow: auto;
  overflow-x: hidden;
  flex: 1;
  -ms-overflow-style: none;
  font-weight: normal;
}

#search-container .search-content::-webkit-scrollbar {
  display: none;
}

#search-container .search-form {
  position: relative;
  background: #36342e;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  flex: 0;
}

#search-container .search-form .container {
  position: relative;
}

#search-container .search-form .close {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  outline: none;
  border: 0;
  border-radius: 10em;
  background: transparent;
  color: #9b9b9b;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5em;
  transform: translateY(-50%);
  padding: 0;
}

#search-container .search-form .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  font-family: sans-serif;
  line-height: 100%;
  transform: translate(-50%, -50%);
}

#search-container .search-form .close:hover {
  background: #9b9b9b;
  color: #fff;
}

#search-container .search-results {
  padding: 3em 0;
}

#search-container .search-results.empty {
  padding: 3em 0;
  font-weight: 100;
  font-size: 2em;
}

#search-container .search-history h3 {
  letter-spacing: -1px;
  font-weight: 600;
}

#search-container .search-history ul,
#search-container .search-history h3 {
  font-size: 1.5em;
}

#search-container .search-history ul {
  font-weight: 100;
  padding: 0;
  margin: 0;
}

#search-container .search-history ul li {
  opacity: 0.8;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#search-container .search-history ul li a {
  color: inherit;
  flex: 1;
}

#search-container .search-history ul li:hover {
  opacity: 1;
}

#search-container .search-history a.delete,
#search-container .search-history button.delete {
  margin-right: 0.5em;
  margin-bottom: -1px;
  outline: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.25em;
  font-size: 100;
  opacity: 0.65;
  cursor: pointer;
  padding: 0.25em;
  flex: 0;
}

#search-container .search-history a.delete:hover,
#search-container .search-history button.delete:hover {
  opacity: 1;
}

#search-container .search-history .actions {
  text-transform: uppercase;
  font-weight: 100;
}

#search-container .search-history .actions a {
  color: inherit;
  font-weight: 100;
}

#search-container form {
  position: relative;
  display: block;
  padding: 0.75em 0;
}

#search-container form::after {
  position: absolute;
  top: 50%;
  left: 1em;
  display: inline-block;
  width: 24px;
  height: 24px;
  /* TODO Replace this with the proper sprite */
  background-position: -0 -226px;
  content: " ";
  vertical-align: middle;
  transform: translateY(-50%);
  mix-blend-mode: exclusion;
}

#search-container form input {
  display: block;
  width: 100%;
}

#search-container form::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-top: -1em;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #ef372a;
  content: " ";
}

#search-container .pagination {
  margin: 3em auto;
}

#search-container .pagination .animated-gem {
  max-width: 3em;
}

/* aka Super Light Grey in style guide */

/* not in style guide */

/* aka Light Grey in style guide */

/* not in style guide */

/* not in style guide */

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Dark Grey in style guide */

/* aka Nav Bar Black in style guide */

/* gray with an a for black */

/* grey with an e for white */

.start-overlay {
  background: rgba(59, 53, 53, 0.9);
  color: #fff;
  text-align: center;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  max-height: 100%;
  max-height: 100vh;
  overflow: auto;
}

.start-container.zine,
.start-modal .start-container.zine,
body.sah .start-container.zine {
  width: 91%;
  max-width: 350px;
}

.start-container.full-width,
.start-modal .start-container.full-width,
body.sah .start-container.full-width {
  width: 100%;
  max-width: 100%;
}

.start-container > .flex-row,
.start-modal .start-container > .flex-row,
body.sah .start-container > .flex-row {
  justify-content: center;
}

.start-container.detail-container .pane,
.start-modal .start-container.detail-container .pane,
body.sah .start-container.detail-container .pane {
  margin: 0;
}

.start-container.detail-container .description,
.start-modal .start-container.detail-container .description,
body.sah .start-container.detail-container .description {
  margin: 0;
}

.start-container .action-list,
.start-modal .start-container .action-list,
body.sah .start-container .action-list {
  background: #eee;
  color: #44413b;
  text-align: center;
  padding: 1em;
}

.start-container .action-list button,
.start-modal .start-container .action-list button,
body.sah .start-container .action-list button {
  display: block;
  width: 100%;
}

.start-container.duplicates-interface header,
.start-modal .start-container.duplicates-interface header,
body.sah .start-container.duplicates-interface header {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.start-container.duplicates-interface header p,
.start-modal .start-container.duplicates-interface header p,
body.sah .start-container.duplicates-interface header p {
  margin-bottom: 1.5em;
  color: rgba(255, 255, 255, 0.75);
}

.start-container.duplicates-interface header button,
.start-modal .start-container.duplicates-interface header button,
body.sah .start-container.duplicates-interface header button {
  text-shadow: none;
}

body.sah,
body.start-a-poll {
  background-color: #f9f8f8;
}

body.sah #container,
body.start-a-poll #container {
  background-color: #f9f8f8;
}

#start-a-poll {
  width: 91%;
  max-width: 770px;
  margin: 0 auto;
}

.sah,
.start-a-poll {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sah h1,
.start-a-poll h1 {
  margin-bottom: 0;
  color: #44413b;
  font-weight: 900;
  font-size: 38px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.sah h2,
.start-a-poll h2 {
  display: inline-block;
  color: #9b9b9b;
  font-weight: normal;
  font-size: 18px;
}

.sah h3,
.start-a-poll h3 {
  display: inline-block;
  margin-right: 0.65em;
  width: 2em;
  height: 2em;
  border: 2px solid #bebdbc;
  border-radius: 10em;
  color: #bebdbc;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.7em;
}

.sah .step-description,
.start-a-poll .step-description {
  color: #bebdbc;
  font-size: 21px;
}

.sah .step-container.active .step-description,
.start-a-poll .step-container.active .step-description {
  color: #44413b;
}

.sah .step-container.active h3,
.start-a-poll .step-container.active h3 {
  border-color: #ef372a;
  color: #ef372a;
}

.sah .step-description.first,
.start-a-poll .step-description.first {
  margin-right: 150px;
}

#new-zine-form-column2 .formtastic .action {
  padding: 0 !important;
}

#pinterestuser {
  padding-left: 24px;
}

.start-modal {
  flex: 1;
}

.start-modal h1 {
  color: inherit;
  font-size: 2.5em;
  font-family: 400;
}

.start-modal a.close,
.start-modal button.close {
  z-index: 2;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 100;
  font-size: 4em;
  cursor: pointer;
}

@media screen and (min-width: 880px) {
  .start-modal a.close,
  .start-modal button.close {
    position: fixed;
    top: 1em;
    right: 1em;
  }
}

.start-modal .start-splash .flex-row {
  display: block;
}

@media screen and (min-width: 880px) {
  .start-modal .start-splash .flex-row {
    display: flex;
  }
}

.start-modal .select-hunt-type {
  align-content: center;
  align-items: stretch;
  justify-content: center;
}

.start-modal .select-hunt-type a {
  display: block;
  padding: 3em;
  background: rgba(83, 188, 194, 0.6);
  color: #fff;
  transition: background 300ms ease;
  user-select: none;
  cursor: pointer;
}

@media screen and (min-width: 880px) {
  .start-modal .select-hunt-type a {
    max-width: 18em;
    margin: 1em;
  }
}

.start-modal .select-hunt-type a:hover {
  background: #53bcc2;
}

.start-modal .select-hunt-type a.style_me {
  background: rgba(64, 219, 200, 0.6);
}

.start-modal .select-hunt-type a.style_me:hover {
  background: #40dbc8;
}

.start-modal .select-hunt-type a.poll {
  background: rgba(242, 90, 103, 0.6);
}

.start-modal .select-hunt-type a.poll:hover {
  background: #f25a67;
}

.start-modal .select-hunt-type a .icon-container {
  display: flex;
  margin-bottom: 1em;
  min-height: 4.5em;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.start-modal .select-hunt-type a strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.05em;
}

.start-modal .select-hunt-type a p {
  margin: 0.45em 0 0;
  min-height: 4.5em;
  font-size: 14px;
  opacity: 0.8;
}

.start-modal .select-hunt-type a i {
  margin-bottom: 1em;
}

.start-modal .select-hunt-type a svg {
  display: block;
  margin: auto;
}

.start-modal .select-hunt-type a svg use {
  fill: #fff;
}

.exit-confirmation h1 {
  color: #f64958;
}

.exit-confirmation .actions button {
  margin: 0.25em;
}

.start-dialogue {
  margin: 3em auto;
}

.start-dialogue h1 {
  font-size: 2em;
  color: #44413b;
  margin-bottom: 0.25em;
}

.start-modal .start-dialogue h1 {
  color: #fff;
}

.start-dialogue .flex-equal {
  margin: 0 -0.5em;
}

.start-dialogue .flex-equal #add-poll-options .flex-row {
  flex-wrap: wrap;
}

.start-dialogue .flex-equal #add-poll-options .flex-row > * {
  margin-bottom: 0.5em;
  flex-basis: 100%;
}

.start-dialogue .flex-equal > * {
  padding: 0 0.5em;
  flex: 1;
}

.start-dialogue .instruction {
  margin-bottom: 1em;
  color: #b0b0ae;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.start-dialogue .collection-group {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.start-dialogue .collection-group .collection-container {
  width: calc((100% / 3) - 1em);
  position: relative;
}

.start-dialogue .start-dialogue-options .standard-field {
  text-align: left;
  outline: none;
}

.start-dialogue .choose-option {
  border: 1px solid #e1e1e1;
  border-radius: 0.3em;
  background: #f9f9fb;
  margin: 0 auto;
}

.start-dialogue .choose-option .option {
  position: relative;
  padding: 1em 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.45);
  color: #b0b0ae;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: background 200ms ease;
  flex: 1;
}

.start-dialogue .choose-option .option:last-child {
  border-right: 0;
}

.start-dialogue .choose-option .option::before {
  position: absolute;
  bottom: -2px;
  right: 50%;
  left: 50%;
  width: 0;
  border-bottom: 3px solid #42bac1;
  border-radius: 0.3em;
  content: " ";
  opacity: 0;
  transition: all 200ms ease;
}

.start-dialogue .choose-option .option.active,
.start-dialogue .choose-option .option:active {
  background: #fff;
}

.start-dialogue .choose-option .option.active,
.start-dialogue .choose-option .option:active,
.start-dialogue .choose-option .option:hover {
  background: rgba(255, 255, 255, 0.75);
  color: #42bac1;
}

.start-dialogue .choose-option .option.active::before,
.start-dialogue .choose-option .option:active::before,
.start-dialogue .choose-option .option:hover::before {
  right: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}

.start-dialogue .choose-option .option.active svg use,
.start-dialogue .choose-option .option:active svg use,
.start-dialogue .choose-option .option:hover svg use {
  fill: #42bac1;
}

.start-dialogue .choose-option .option.active svg.white use,
.start-dialogue .choose-option .option:active svg.white use,
.start-dialogue .choose-option .option:hover svg.white use {
  fill: #fff;
}

.start-dialogue .choose-option .option img,
.start-dialogue .choose-option .option svg {
  display: block;
  margin: 0 auto 0.5em;
  height: 1.75em;
  max-width: 8em;
}

.start-dialogue .choose-option .option svg use {
  fill: #b0b0ae;
}

.start-dialogue .choose-option .option svg.white use {
  fill: #fff;
}

.start-dialogue .upload-image {
  background: #fff;
  text-align: center;
  position: relative;
}

.start-dialogue .ui-image-picker {
  width: 100%;
  flex: 1;
  height: 0;
  padding-bottom: 120%;
  color: #aaa;
  cursor: pointer;
}

.start-dialogue .ui-image-picker .toasty {
  top: auto;
  bottom: 0;
}

.start-dialogue .ui-image-picker .image-zone {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.start-dialogue .ui-image-picker .image-zone .preload-image-container {
  width: 100%;
  height: 100%;
}

.start-dialogue .ui-image-picker button.remove-image {
  z-index: 2;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 100;
  font-size: 2em;
  width: 1em;
  height: 1em;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.start-dialogue .ui-image-picker button.remove-image:hover {
  background: rgba(0, 0, 0, 0.45);
}

.start-dialogue .ui-image-picker img {
  max-height: 18em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.start-dialogue .ui-image-picker input[type="file"] {
  position: absolute;
  left: -1000px;
  top: -1000px;
  opacity: 0;
}

.start-dialogue .ui-image-picker .icon-container {
  display: block;
  display: flex;
  flex-direction: column;
  margin: 0 auto 1em;
  padding: 0.5em;
  width: 5em;
  height: 5em;
  border: 2px solid #ddd;
  border-radius: 10em;
  justify-content: center;
}

.start-dialogue .ui-image-picker .icon-container svg {
  height: 3em;
}

.start-dialogue .ui-image-picker .icon-container svg use {
  fill: #ddd;
}

.start-dialogue .ui-image-picker:hover .icon-container {
  border-color: #42bac1;
}

.start-dialogue .ui-image-picker:hover svg use {
  fill: #42bac1;
}

.start-dialogue #add-poll-choices,
.start-dialogue .start-dialogue-options {
  margin-top: 2em;
}

.start-dialogue #add-poll-options,
.start-dialogue #select-poll-type {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.start-dialogue .actions {
  position: relative;
  text-align: center;
}

.start-dialogue .actions svg {
  max-width: 3em;
  max-height: 3em;
}

.start-dialogue .actions button {
  display: block;
  padding: 1em 2.5em;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 13px;
}

.flex-equal #add-poll-submit {
  padding-left: 0;
}

#add-poll-choices .flex-row {
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  border-radius: 0.25em;
}

#add-poll-choices .flex-row .choice {
  margin: 0 0.25em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  border: 1px solid #e1e1e1;
  border-radius: 0.25em;
  cursor: pointer;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  max-width: 18em;
}

#add-poll-choices .flex-row .choice .close {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  float: none;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 2em;
  text-shadow: 0 1px 7px #000;
}

#add-poll-choices .flex-row .choice:hover {
  background-color: #fafafa;
}

#add-poll-choices .flex-row .choice:first-child {
  margin-left: 0;
}

#add-poll-choices .flex-row .choice:last-child {
  margin-right: 0;
}

#add-poll-choices .flex-row .choice.optional {
  border-style: dashed;
  background-color: rgba(255, 255, 255, 0.65);
  border-width: 2px;
}

#add-poll-choices .flex-row .choice.optional .options {
  background: rgba(255, 255, 255, 0.35);
}

#add-poll-choices .flex-row .choice.optional:hover {
  border-style: solid;
  background: #fff;
}

#add-poll-choices .flex-row .choice.optional:not(:hover) {
  color: #fff;
}

#add-poll-choices .flex-row .choice .image {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 15em;
  border-radius: 0.3em 0.3em 0 0;
  background: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#add-poll-choices .flex-row .choice .image:hover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0.3em;
  background: rgba(0, 0, 0, 0.45) url(<symbol viewBox="0 0 64 64" id="pencil_beb39c74719133a31c7f6eb0b2ac7849" xmlns:xlink="http://www.w3.org/1999/xlink"> <g><path d="M55.736,13.636l-4.368-4.362c-0.451-0.451-1.044-0.677-1.636-0.677c-0.592,0-1.184,0.225-1.635,0.676l-3.494,3.484   l7.639,7.626l3.494-3.483C56.639,15.998,56.639,14.535,55.736,13.636z"/><polygon points="21.922,35.396 29.562,43.023 50.607,22.017 42.967,14.39  "/><polygon points="20.273,37.028 18.642,46.28 27.913,44.654  "/><path d="M41.393,50.403H12.587V21.597h20.329l5.01-5H10.82c-1.779,0-3.234,1.455-3.234,3.234v32.339   c0,1.779,1.455,3.234,3.234,3.234h32.339c1.779,0,3.234-1.455,3.234-3.234V29.049l-5,4.991V50.403z"/></g> </symbol>) no-repeat center center;
  content: " ";
  cursor: pointer;
}

#add-poll-choices .flex-row .choice .image img {
  display: block;
  margin: 0 auto;
  max-height: 18.175em;
}

#add-poll-choices .flex-row .choice .image-container {
  position: relative;
}

#add-poll-choices .flex-row .choice .image-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.45);
  content: " ";
  pointer-events: none;
}

.content-editable-natural {
  display: block;
  padding: 0.7em 1em;
  color: #44413b;
  text-align: left;
}

.sah .preview-image,
.start-a-poll .preview-image {
  margin: 10px;
  border: none;
}

.sah .preview-image img,
.start-a-poll .preview-image img {
  padding: 0;
  cursor: pointer;
}

.sah-go-button {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 1.4em;
}

.sah-go-button[disabled],
.sah-go-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

.sah-go-button:hover {
  background: #e1e1e1;
}

.sah-go-button:active {
  background: #afafaf;
}

#sah-add-photo {
  padding: 25px 0 100px;
  background: #f9f8f8;
  color: #9b9b9b;
  text-align: center;
}

#sah-add-photo h1 {
  font-style: bold;
  font-size: 24px;
}

#sah-add-photo h2 {
  font-style: normal;
  font-size: 18px;
}

#sah-add-photo .image-picker {
  padding: 20px 20px 10px;
  background-color: #ffffff;
}

.image-picker {
  position: relative;
  margin: 0 auto;
}

.image-picker.masonry {
  column-count: 3;
}

.image-picker .image {
  cursor: pointer;
  margin-bottom: 1em;
  opacity: 0.8;
  transition: all 300ms ease;
  transition-property: opacity, border-color;
  will-change: opacity, border-color;
  position: relative;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.image-picker .image img {
  display: block;
  margin: auto;
  padding: 1px;
  width: 200px;
}

.image-picker .image .dimensions {
  position: absolute;
  bottom: 3px;
  left: 3px;
  padding: 0.3em;
  background: rgba(0, 0, 0, 0.65);
  color: #d6d5d5;
  font-size: 11px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  line-height: 100%;
}

.image-picker .image:hover {
  opacity: 1;
  border-color: #42bac1;
}

.image-picker .drag-drop {
  position: relative;
  display: table-cell;
  width: 296px;
  height: 298px;
  background: #d2d0d0;
  color: white;
  vertical-align: middle;
}

.image-picker .drag-drop #drag-or-tap-text img {
  display: block;
  margin: 0 auto 0.5em;
}

.image-picker .drag-drop #drag-or-tap-text .incapable {
  display: none;
}

.image-picker .drag-drop .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  border: 1px solid #d6d5d5;
  background: black;
  opacity: 0;
  cursor: pointer;
}

.image-picker .drag-drop .overlay.on {
  opacity: 0.5;
}

.image-picker .drag-drop .loading {
  position: relative;
  left: 150px;
}

.image-picker .drag-drop img {
  vertical-align: middle;
}

.image-picker .drag-drop .selected-image {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: inherit;
  height: inherit;
}

.image-picker .drag-drop .selected-image img {
  max-width: 300px;
  max-height: 360px;
}

.image-picker .drag-drop .selected-image .img-container {
  position: absolute;
  width: inherit;
  height: inherit;
  cursor: pointer;
}

.image-picker .drag-drop .selected-image .close-modal {
  z-index: 100;
}

.image-picker .drag-drop .selected-image .close-modal img {
  width: 23px;
  height: 23px;
}

.image-picker .drag-drop.selected {
  width: 300px;
  height: 360px;
  border: none;
}

.image-picker .drag-drop.selected .selected-image {
  background: white;
}

.image-picker .error {
  border: #ef372a solid 2px;
}

.image-picker .choose-bar {
  margin: 10px 0;
  max-width: 296px;
  font-size: 13px;
}

.image-picker .choose-bar button {
  margin-bottom: 0.5em;
  border: 0;
  text-transform: uppercase;
}

.image-picker .choose-bar button:last-child {
  opacity: 0.65;
}

.image-picker .choose-bar img {
  margin: 0 2px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
}

#upload_form {
  margin: 0 auto;
}

#upload_form input {
  float: none !important;
}

#new-zine-flow {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 100px;
  min-height: 625px;
  background-color: #d6d5d5;
  text-align: center;
}

#new-zine-flow .form-wrapper {
  margin: 0 auto 25px;
  padding: 25px;
  width: 890px;
  height: 50px;
  background-color: #d6d5d5;
}

#new-zine-flow .form-wrapper input[type="text"],
#new-zine-flow .form-wrapper input[type="url"] {
  height: 37px;
}

#edit-zine {
  position: absolute;
  right: 10px;
  z-index: 999;
  color: #9b9b9b;
  text-decoration: underline;
  font-size: 14px;
}

#edit-zine:hover {
  text-decoration: none;
}

#edit-zine-modal {
  position: absolute;
  left: 40%;
  padding-top: 30px;
  height: 400px;
}

#edit-zine-modal #sah-add-details {
  margin: 0;
  padding: 0;
  min-height: 0;
  width: 400px;
  height: 470px;
  background-color: #ffffff;
}

#edit-zine-modal #sah-add-details #new-zine-form {
  min-height: 0;
  width: 400px;
}

#edit-zine-modal #sah-add-details #new-zine-form #new-zine-form-column2 {
  margin: 0;
  padding-left: 40px;
}

#edit-zine-modal #new-zine-form {
  min-height: 400px;
}

#edit-zine-modal #new-zine-flow {
  padding: 0;
  background-color: #ffffff !important;
}

#edit-zine-modal select {
  max-width: 300px;
}

#edit-zine-cancel {
  position: absolute;
  right: 8px;
  color: #3a3a3a;
  font-size: 14px;
}

#edit-zine-cancel:hover {
  text-decoration: underline;
}

.isotope-container {
  margin: -0.5em;
}

.isotope-container .isotope {
  margin: 0 auto;
  min-width: 315px;
  position: relative;
}

.isotope-container + .pagination,
.isotope + .pagination,
.infinite-scroll .pagination,
.loading-cap {
  margin-top: 3em;
  margin-bottom: 6em;
  opacity: 1;
  transition: opacity 300ms ease;
  text-align: center;
}

.isotope-container + .pagination .animated-gem,
.isotope + .pagination .animated-gem,
.infinite-scroll .pagination .animated-gem,
.loading-cap .animated-gem {
  margin: 1em auto;
  width: 3em;
  height: 3em;
  animation: gemwobble 2s linear infinite;
}

.isotope-container + .pagination[hidden],
.isotope + .pagination[hidden],
.infinite-scroll .pagination[hidden],
.loading-cap[hidden] {
  opacity: 0;
  display: block !important;
  pointer-events: none;
}

.collection-group,
.previews {
  opacity: 1;
  transition: opacity 300ms ease;
  position: relative;
}

.collection-group.hidden,
.previews.hidden {
  opacity: 0;
}

.collection-group .collection-container,
.previews .collection-container {
  width: 300px;
  width: 310px;
  margin: 0.5em 0;
}

.collection-group .collection-container.featured,
.previews .collection-container.featured {
  width: 630px;
}

@media screen and (max-width: 800px) {
  .collection-group .collection-container,
  .previews .collection-container {
    margin: 0.25em 0;
    width: 48%;
    width: calc((100% / 2) - 1em);
  }

  .collection-group .collection-container.featured,
  .previews .collection-container.featured {
    width: 98%;
    width: calc(100% - 1em);
  }
}

.collection-group .collection-container,
.previews .collection-container {
  text-align: left;
  background-color: rgba(251, 251, 251, 0);
  border-radius: 0.25em;
  overflow: hidden;
  transition: all 300ms ease;
  transition-property: opacity, box-shadow, background-color;
  will-change: opacity, box-shadow, background-color;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 3px 0.15em transparent;
  padding: 5px;
}

.collection-group .collection-container,
.collection-group .collection-container .zine-image,
.collection-group .collection-container .zine-image a,
.previews .collection-container,
.previews .collection-container .zine-image,
.previews .collection-container .zine-image a {
  cursor: zoom-in;
}

.collection-group .collection-container:hover,
.previews .collection-container:hover {
  background-color: #fbfbfb;
  box-shadow: 0 3px 0.85em rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.collection-group .collection-container.type-tag .item-collection,
.previews .collection-container.type-tag .item-collection {
  width: 100%;
  max-width: none;
  margin: 0;
}

.collection-group .collection-container.type-TagStamp,
.collection-group .collection-container.type-TagStamp:hover,
.previews .collection-container.type-TagStamp,
.previews .collection-container.type-TagStamp:hover {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.collection-container,
.content-render {
  /*
  .summary {
    background: rgba(0,0,0,0.45);
    padding: 1em;
    margin: 0;
    padding-bottom: 3em;
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.85);
    text-transform: capitalize;

    &:empty {
      display: none;
    }
  }
  I hope this isn't used anymore, could not determine current usage
  */
}

.collection-container .zine .title-container,
.content-render .zine .title-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0.5em 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  pointer-events: none;
}

.collection-container .zine .title-container h4,
.content-render .zine .title-container h4 {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  font-size: 1em;
  line-height: 1.45;
  margin: 0;
  color: #fff;
  overflow: hidden;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  text-overflow: ellipsis;
  display: inline;
  word-wrap: break-word;
}

.collection-container .zine .title-container h4.dark,
.content-render .zine .title-container h4.dark {
  color: #42bac1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.collection-container.featured .title-container h4,
.content-render.featured .title-container h4 {
  font-size: 1.5em;
}

@media screen and (min-width: 600px) {
  .collection-container.featured .title-container h4,
  .content-render.featured .title-container h4 {
    font-size: 2em;
  }
}

@media screen and (min-width: 800px) {
  .collection-container.featured .title-container h4,
  .content-render.featured .title-container h4 {
    font-size: 2.5em;
  }
}

.collection-container .object-fit-cover,
.content-render .object-fit-cover {
  width: 100%;
  height: 100%;
}

.collection-container .author,
.content-render .author {
  position: relative;
  z-index: 3;
  padding: 0.5em 0.75em;
  line-height: 1.2;
  color: #69645d;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.collection-container .author.flex-row,
.content-render .author.flex-row {
  align-items: center;
}

.collection-container .author.flex-row .avatar,
.content-render .author.flex-row .avatar {
  flex: 0 1 3em;
}

@media screen and (max-width: 600px) {
  .collection-container .author.flex-row .avatar,
  .content-render .author.flex-row .avatar {
    display: none;
  }
}

.collection-container .author.flex-row .details,
.content-render .author.flex-row .details {
  flex: 1;
  padding-right: 0.5em;
}

.collection-container .author.flex-row .details svg,
.content-render .author.flex-row .details svg {
  max-width: 1em;
  max-height: 1em;
  margin-right: 0.25em;
  vertical-align: top;
}

.collection-container .author.flex-row .details svg use,
.content-render .author.flex-row .details svg use {
  fill: #9b9b9b;
}

.collection-container .author.flex-row .details .name,
.content-render .author.flex-row .details .name {
  display: block;
  font-weight: bold;
}

.collection-container .author.flex-row .details .byline,
.content-render .author.flex-row .details .byline {
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  color: #9b9b9b;
}

.collection-container .author.flex-row .favorite,
.content-render .author.flex-row .favorite {
  flex: 0 1 auto;
  font-size: 1.15em;
}

.collection-container .author a,
.content-render .author a {
  font-size: 1.15em;
  color: inherit;
}

.collection-container .author img,
.content-render .author img {
  width: 2em;
  height: 2em;
  border-radius: 3em;
  border: 1px solid #f9f8f8;
}

.collection-container .notes-count,
.collection-container .votes-count,
.content-render .notes-count,
.content-render .votes-count {
  font-weight: bold;
  color: #9b9b9b;
  text-transform: capitalize;
}

.collection-container .poll .poll-choices,
.collection-container .poll .poll-choices .choice,
.content-render .poll .poll-choices,
.content-render .poll .poll-choices .choice {
  height: 100%;
  cursor: zoom-in;
}

.collection-container .zine.image-controlled .zine-image img,
.content-render .zine.image-controlled .zine-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.collection-container .zine .zine-image,
.content-render .zine .zine-image {
  text-align: center;
  display: block;
  position: relative;
}

.collection-container .zine .zine-image .shop-this,
.content-render .zine .zine-image .shop-this {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.45em;
  z-index: 2;
  text-transform: uppercase;
}

.collection-container .zine .zine-image .shop-this .button,
.content-render .zine .zine-image .shop-this .button {
  padding: 0.45em 1em;
  border: 0;
  cursor: pointer;
}

.collection-container .zine .zine-image .shop-this .button:not(:hover),
.content-render .zine .zine-image .shop-this .button:not(:hover) {
  background: rgba(0, 0, 0, 0.95);
  opacity: 0.75;
}

.collection-container .zine .zine-image .shop-this .price,
.content-render .zine .zine-image .shop-this .price {
  display: inline-block;
  padding-left: 0.65em;
  margin-left: 0.5em;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.collection-container .zine .zine-image .shop-this .price:empty,
.content-render .zine .zine-image .shop-this .price:empty {
  display: none;
}

.collection-container .zine .zine-image .preload-image-container,
.collection-container .zine .zine-image .preload-image,
.collection-container .zine .zine-image img,
.content-render .zine .zine-image .preload-image-container,
.content-render .zine .zine-image .preload-image,
.content-render .zine .zine-image img {
  border-radius: 0.25em;
}

.collection-container .zine .zine-image img,
.content-render .zine .zine-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 1;
  transition: opacity 300ms ease-in;
}

.collection-container .zine .zine-image img.hidden,
.content-render .zine .zine-image img.hidden {
  opacity: 0;
  display: block;
  will-change: opacity;
}

.collection-container .poll .choice:first-child img,
.collection-container .poll.multi_choice .choice:first-child,
.collection-container .poll.multi_choice .choice:first-child .choice-overlay::before,
.content-render .poll .choice:first-child img,
.content-render .poll.multi_choice .choice:first-child,
.content-render .poll.multi_choice .choice:first-child .choice-overlay::before {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.collection-container .poll .choice:last-child img,
.collection-container .poll.multi_choice .choice:last-child .choice-overlay::before,
.content-render .poll .choice:last-child img,
.content-render .poll.multi_choice .choice:last-child .choice-overlay::before {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.collection-container .poll .choice .choice-overlay:hover,
.content-render .poll .choice .choice-overlay:hover {
  opacity: 0.65;
}

.collection-container.type-advert,
.collection-container.type-advert:hover,
.content-render.type-advert,
.content-render.type-advert:hover {
  background: transparent;
  box-shadow: none;
}

@media screen and (max-width: 770px) {
  .collection-container.type-advert,
  .content-render.type-advert {
    width: 300px;
    width: calc(100vw - 3.75em);
  }
}

.collection-container.type-advert,
.collection-container.type-advert .gpt-container,
.content-render.type-advert,
.content-render.type-advert .gpt-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.collection-container.type-advert.hidden,
.content-render.type-advert.hidden {
  display: none;
}

.collection-container:hover {
  background-color: #fbfbfb;
  box-shadow: 0 3px 0.85em rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.collection-end {
  margin-top: 1em;
  margin-bottom: 6em;
  padding: 1.5em;
  border-top: 1px solid #eee;
  border-top-color: rgba(0, 0, 0, 0.09);
  color: #bbb;
  text-align: center;
}

.collection-end a:not(:hover) {
  color: inherit;
}

.empty-state {
  padding: 1em;
  text-align: center;
  text-transform: none;
  justify-content: center;
}

.comments-container .empty-state {
  color: #9b9b9b;
  text-align: left;
}

.comments-container .empty-state .icon {
  font-size: 2em;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  justify-content: center;
  filter: grayscale(10%);
  opacity: 0.85;
}

.comments-container .empty-state .icon + div {
  padding-left: 1.5em;
}

.empty-state + .new-comment {
  border-top-width: 1px;
  border-top: #e7e7e7;
}

.empty-state .icon {
  font-size: 3em;
}

.empty-state p {
  margin: 0;
}

.empty-state strong {
  display: block;
  margin-bottom: 0.5em;
  color: #9b9b9b;
  font-size: 1.25em;
}

.collection-image {
  vertical-align: middle;
  text-align: center;
}

.hunt_profile .collection-image {
  max-height: 355px;
}

.hunt_profile .collection-image img {
  max-height: inherit;
}

.grid-view .collection-image {
  width: 220px;
  height: 220px;
}

.collection-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.grid-view .collection-image img {
  max-width: 220px;
  max-height: 220px;
  width: auto;
}

.like-button,
.comment-button {
  color: #aaa;
}

.like-button,
.like-button:hover,
.comment-button,
.comment-button:hover {
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  box-shadow: none;
}

.like-button svg.icon,
.comment-button svg.icon {
  max-width: 1em;
  max-height: 1em;
  vertical-align: top;
  margin-right: 0.35em;
  will-change: transform, opacity;
}

.like-button svg.icon use,
.comment-button svg.icon use {
  fill: #aaa;
  transition: fill 150ms ease-in;
  will-change: fill;
}

.comment-button:hover,
.comment-button.active {
  color: #42bac1;
}

.comment-button:hover svg use,
.comment-button.active svg use {
  fill: #42bac1;
}

.like-button:not(.active):not(.disable-hover-state):hover svg,
.like-button:not(.active):not(.disable-hover-state):active svg {
  animation: heartbeat 1.5s infinite ease-in;
}

.like-button:not(.active):not(.disable-hover-state):hover svg use,
.like-button:not(.active):not(.disable-hover-state):active svg use {
  fill: #ef372a;
}

.like-button.active {
  color: #ef372a;
}

.like-button.active svg use {
  fill: #ef372a;
}

.like-button.on-active svg {
  animation: heartattack 300ms 1 ease-in;
  animation-fill-mode: forwards;
}

.collection-follow .follower-count strong,
.collection-meta .follower-count strong {
  display: block;
  margin-bottom: 0.1em;
  color: #ef372a;
  font-size: 2em;
}

.collection-follow .buttons,
.collection-meta .buttons {
  margin: 0 0 0.25em;
  padding: 0;
  border-bottom: 1px solid #d6d5d5;
  background: #fff;
  list-style: none;
  font-size: 11px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.collection-follow .buttons > *,
.collection-meta .buttons > * {
  background: transparent;
  border: 0;
  padding: 1em 1.15em;
  border-right: 1px solid #f2f2f2;
  color: #342f2f;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  flex: 1 0 50%;
  flex: 1 0 calc(50% - 2.3em);
}

.collection-follow .buttons > * a,
.collection-meta .buttons > * a {
  color: inherit;
}

.collection-follow .buttons > * i,
.collection-meta .buttons > * i {
  display: block;
  margin: 0 auto;
  width: 26px;
}

.collection-follow .buttons > *:last-child,
.collection-meta .buttons > *:last-child {
  border: 0;
}

.collection-follow .buttons a.hidden,
.collection-meta .buttons a.hidden {
  display: none;
}

#finds .note-list .note .collection-title,
#finds .note-list .note .shop-info {
  white-space: normal;
}

/*
#collection-container {
  margin: 1.5em auto;
  margin-bottom: 3em;
  width: auto;

  flex-wrap: wrap;

  hr {
    margin: 1.5em 0;
    border-color: rgba(0,0,0,0.09);
  }

  .sidebar {
    width: 300px;

    flex: 0 1 300px;

    .collection-container {
      float: none;
      width: auto;
      border-bottom: 1px solid #ddd;
      background: #fff;
    }
  }

  .content {
    margin-left: 1.5em;
    width: calc(100% - 300px - 1.5em);

    flex: 1;
  }

  .comments-container {
    border-bottom: 1px solid #dedede;
    background: #fff;

    h3 {
      margin: 0;
      margin-bottom: 0.5em;
      padding: 1em;
      border: 0;
      color: $hunt-amber-gray;
      font-weight: bold;
      font-family: $header-font;
    }
  }
}
*/

.related-notes {
  position: relative;
  margin-top: 2em;
}

.related-notes .feed-container {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.related-notes .note {
  border: 1px solid #eee;
}

.related-notes .note .collection-info .text {
  padding: 0;
}

.related-notes h2 {
  text-align: center;
  text-transform: uppercase;
  color: #69645d;
}

.related-notes .pagination {
  background: #fff;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.collection-container .poll .poll-choice-container,
.detail-container.poll .poll-choice-container,
.content-render .poll .poll-choice-container {
  overflow: hidden;
}

.collection-container .poll .poll-choices,
.detail-container.poll .poll-choices,
.content-render .poll .poll-choices {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  background: #fbfbfb;
}

.collection-container .poll .poll-choices .choice,
.detail-container.poll .poll-choices .choice,
.content-render .poll .poll-choices .choice {
  position: relative;
  display: block;
  background-position: 49% center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 300ms ease;
  transition-property: flex-basis, flex, height;
  border-left: 2px solid #fff;
  flex: 1;
}

.collection-container .poll .poll-choices .choice::after,
.detail-container.poll .poll-choices .choice::after,
.content-render .poll .poll-choices .choice::after {
  position: absolute;
  right: 100%;
  top: 50%;
  z-index: 3;
  background: #fff;
  color: #44413b;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  border-radius: 10em;
  content: "or";
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 2.25em;
  height: 2.25em;
  margin-right: -1em;
  z-index: 2;
  letter-spacing: -0.5px;
  pointer-events: none;
  line-height: 0;
}

.collection-container .poll .poll-choices .choice:first-child,
.detail-container.poll .poll-choices .choice:first-child,
.content-render .poll .poll-choices .choice:first-child {
  border-left: 0;
}

.collection-container .poll .poll-choices .choice:first-child::after,
.detail-container.poll .poll-choices .choice:first-child::after,
.content-render .poll .poll-choices .choice:first-child::after {
  display: none;
}

.collection-container .poll .poll-choices .choice > img,
.detail-container.poll .poll-choices .choice > img,
.content-render .poll .poll-choices .choice > img {
  display: block;
  width: 100%;
  transition-duration: 33ms;
  transition-property: opacity, flex-basis, flex, background, background-position, object-position !important;
}

.collection-container .poll .poll-choices .choice:hover,
.collection-container .poll .poll-choices .choice.focus,
.detail-container.poll .poll-choices .choice:hover,
.detail-container.poll .poll-choices .choice.focus,
.content-render .poll .poll-choices .choice:hover,
.content-render .poll .poll-choices .choice.focus {
  flex-basis: 60%;
  transition-delay: 0s;
}

.collection-container .poll .poll-choices .choice .choice-overlay,
.detail-container.poll .poll-choices .choice .choice-overlay,
.content-render .poll .poll-choices .choice .choice-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  font-weight: 300;
}

.collection-container .poll .poll-choices .choice .choice-overlay::before,
.detail-container.poll .poll-choices .choice .choice-overlay::before,
.content-render .poll .poll-choices .choice .choice-overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(2, 3, 4, 0.3) 80%, rgba(2, 3, 4, 0.8) 100%);
  opacity: 0.65;
  transition: opacity 150ms ease;
  will-change: opacity;
  content: " ";
}

.collection-container .poll .poll-choices .choice .choice-overlay:hover::before,
.detail-container.poll .poll-choices .choice .choice-overlay:hover::before,
.content-render .poll .poll-choices .choice .choice-overlay:hover::before {
  opacity: 1;
}

.collection-container .poll .poll-choices .choice .choice-overlay .voting-choice,
.detail-container.poll .poll-choices .choice .choice-overlay .voting-choice,
.content-render .poll .poll-choices .choice .choice-overlay .voting-choice {
  flex: 1;
}

.collection-container .poll .poll-choices .choice.selected .choice-image,
.collection-container .poll .poll-choices .choice:hover .choice-image,
.detail-container.poll .poll-choices .choice.selected .choice-image,
.detail-container.poll .poll-choices .choice:hover .choice-image,
.content-render .poll .poll-choices .choice.selected .choice-image,
.content-render .poll .poll-choices .choice:hover .choice-image {
  visibility: visible;
  opacity: 1;
}

.collection-container .poll .poll-choices .choice.selected .choice-image,
.collection-container .poll .poll-choices .choice:hover .choice-image,
.detail-container.poll .poll-choices .choice.selected .choice-image,
.detail-container.poll .poll-choices .choice:hover .choice-image,
.content-render .poll .poll-choices .choice.selected .choice-image,
.content-render .poll .poll-choices .choice:hover .choice-image {
  background: rgba(0, 0, 0, 0.15);
}

.collection-container .poll.multi_choice .choice,
.detail-container.poll.multi_choice .choice,
.content-render .poll.multi_choice .choice {
  padding-bottom: 100%;
}

.collection-container .poll.multi_choice .choice .voting-choice.disabled .label,
.detail-container.poll.multi_choice .choice .voting-choice.disabled .label,
.content-render .poll.multi_choice .choice .voting-choice.disabled .label {
  opacity: 0;
}

.collection-container .poll .vote-button,
.detail-container.poll .vote-button,
.content-render .poll .vote-button {
  width: 4em;
  height: 4em;
  padding: 0;
  margin: 0 auto;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 10em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -1px;
  z-index: 2;
  box-shadow: 0 0 1em transparent;
  transition: all 100ms ease-in;
  transition-property: background, border-color, color, box-shadow;
  will-change: background, border-color, color, box-shadow;
  pointer-events: none;
}

.collection-container .poll .vote-button:hover,
.detail-container.poll .vote-button:hover,
.content-render .poll .vote-button:hover {
  border-color: #f64958;
  background-color: #f64958;
  color: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.45);
}

.collection-container .poll.multi_choice .vote-button,
.detail-container.poll.multi_choice .vote-button,
.content-render .poll.multi_choice .vote-button {
  display: none;
}

.collection-container .poll.multi_choice .choice-overlay:hover .vote-button,
.detail-container.poll.multi_choice .choice-overlay:hover .vote-button,
.content-render .poll.multi_choice .choice-overlay:hover .vote-button {
  display: flex;
}

.collection-container .poll .poll-question,
.detail-container.poll .poll-question,
.content-render .poll .poll-question {
  padding: 0.5em 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 5px rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  font-size: 0.85em;
}

.collection-container .poll.binary .choice::before,
.detail-container.poll.binary .choice::before,
.content-render .poll.binary .choice::before {
  width: 1.15em;
  height: 1.15em;
  background-image: url(//www.thehunt.com//assets/images/sprites/poll.0c29703b431c782f975d04b4806d8927.png);
  background-position: center center;
  background-size: 1em;
  background-repeat: no-repeat;
  content: " ";
}

.collection-container .poll.has-voted .poll-choices .percent,
.collection-container .poll.has-voted .poll-choices .bar,
.detail-container.poll.has-voted .poll-choices .percent,
.detail-container.poll.has-voted .poll-choices .bar,
.content-render .poll.has-voted .poll-choices .percent,
.content-render .poll.has-voted .poll-choices .bar {
  visibility: visible !important;
  opacity: 1 !important;
}

.detail-container.poll {
  max-width: 600px;
}

@media screen and (max-width: 600px) {
  .detail-container.poll #breadcrumbs {
    display: none;
  }
}

.detail-container.poll header {
  text-align: center;
  padding: 1em;
}

.detail-container.poll header h1 {
  font-size: 2em;
  margin: 0;
}

.detail-container.poll header .description {
  font-size: 1.25em;
  margin: 0 0 1em 0;
}

.detail-container.poll header .vote-count {
  text-transform: uppercase;
  color: #f64958;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.detail-container.poll hr {
  opacity: 0.45;
  margin: 1.5em 0 0 0;
}

.detail-container.poll .choice {
  height: 100%;
}

.detail-container.poll .choice:hover {
  width: 30%;
  flex-basis: 30%;
}

.detail-container.poll .choice .choice-overlay .vote-button {
  width: 5em;
  height: 5em;
  display: flex;
}

.detail-container.poll .choice img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.detail-container.poll .main-content {
  display: flex;
  flex-direction: column;
}

.detail-container.poll .main-content .poll-choice-container {
  background-color: #000;
  position: relative;
  order: -1;
}

@media screen and (max-width: 600px) {
  .detail-container.poll.binary .poll-choice-container {
    flex-wrap: wrap;
  }
}

.detail-container.poll.binary .poll-choices {
  margin: 0 auto;
  flex: 1 0 100%;
}

@media screen and (min-width: 600px) {
  .detail-container.poll.binary .poll-choices {
    order: 2;
    flex: 1;
  }
}

.detail-container.poll.binary .poll-choices .choice {
  height: 0;
  padding-bottom: 100%;
}

.detail-container.poll.binary .poll-choices .choice-overlay,
.detail-container.poll.binary .poll-choices .choice-overlay:hover {
  background: transparent;
  background-image: none;
}

.detail-container.poll.binary .voting-choice {
  background: rgba(0, 0, 0, 0.65);
  flex: 0 1 50%;
}

@media screen and (min-width: 600px) {
  .detail-container.poll.binary .voting-choice {
    flex: 0 1 auto;
    width: 8em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.detail-container.poll.binary .voting-choice.choice-no {
  order: 1;
}

.detail-container.poll.binary .voting-choice.choice-yes {
  order: 3;
}

.detail-container.poll.multi_choice .choice .choice-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.detail-container.poll .voting-choice {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1em 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.detail-container.poll .voting-choice .bar {
  background-image: linear-gradient(to bottom, rgba(255, 62, 88, 0.1) 0%, #ff3e58 100%);
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: height 300ms ease-in;
  z-index: 0;
}

.detail-container.poll .voting-choice .number {
  font-size: 2em;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
}

.detail-container.poll .voting-choice .button {
  background: transparent;
  border: 2px solid #fff;
  width: 5em;
  height: 5em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
  margin-top: 1.5em;
  border-radius: 10em;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 150ms ease;
  transition-property: background-color, border-color, color;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.detail-container.poll .voting-choice .button div.icon {
  border: 2px solid transparent;
  border-radius: 10em;
  width: 2em;
  height: 2em;
  transition: margin-bottom 150ms ease;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.25em;
}

.detail-container.poll .voting-choice .button svg {
  max-width: 1em;
  max-height: 1em;
}

.detail-container.poll .voting-choice .button svg use {
  fill: #fff;
  transition: fill 150ms ease;
}

.detail-container.poll .voting-choice .button:hover {
  border-color: #f64958;
  color: #f64958;
}

.detail-container.poll .voting-choice .button:hover svg use {
  fill: #f64958;
}

.detail-container.poll .voting-choice .button:active {
  background-color: #f64958;
  color: #fff;
}

.detail-container.poll .voting-choice .button:active svg use {
  fill: #fff;
}

.detail-container.poll .voting-choice.disabled .button,
.detail-container.poll .voting-choice.disabled:hover .button,
.detail-container.poll .voting-choice.disabled:active .button {
  pointer-events: none;
  border-color: transparent;
  opacity: 1;
}

.detail-container.poll .voting-choice.disabled:not(.active) div.icon,
.detail-container.poll .voting-choice.disabled:hover:not(.active) div.icon,
.detail-container.poll .voting-choice.disabled:active:not(.active) div.icon {
  opacity: 0;
}

.detail-container.poll .voting-choice.active .button,
.detail-container.poll .voting-choice.active:hover .button,
.detail-container.poll .voting-choice.active:active .button {
  color: #fff;
}

.detail-container.poll .voting-choice.active div.icon,
.detail-container.poll .voting-choice.active:hover div.icon,
.detail-container.poll .voting-choice.active:active div.icon {
  opacity: 1;
  border-color: #fff;
  margin-bottom: 0.45em;
}

.detail-container.poll .voting-choice.active div.icon svg use,
.detail-container.poll .voting-choice.active:hover div.icon svg use,
.detail-container.poll .voting-choice.active:active div.icon svg use {
  fill: #fff;
}

@media screen and (max-width: 600px) {
  body.polls_controller.action_show #breadcrumbs {
    background: #ffdddb;
    padding: 0.5em;
  }

  body.polls_controller.action_show #container,
  body.polls_controller.action_show #container .container,
  body.polls_controller.action_show #footer .container {
    max-width: 100%;
    width: auto;
  }

  body.polls_controller.action_show .detail-container.poll {
    margin: 0;
  }
}

/* aka Super Light Grey in style guide */

/* not in style guide */

/* aka Light Grey in style guide */

/* not in style guide */

/* not in style guide */

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Dark Grey in style guide */

/* aka Nav Bar Black in style guide */

/* gray with an a for black */

/* grey with an e for white */

.detail-container.note .note,
.note-list .note,
.collection-group .note,
.content-render .note {
  margin-top: 1em;
  margin-bottom: 2.5em;
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dedede;
  text-transform: none;
  position: relative;
}

.detail-container.note .note .note-options,
.note-list .note .note-options,
.collection-group .note .note-options,
.content-render .note .note-options {
  padding-left: 0.5em;
  font-size: 1rem;
  flex: 0;
}

.detail-container.note .note .note-options li,
.note-list .note .note-options li,
.collection-group .note .note-options li,
.content-render .note .note-options li {
  color: #36342e;
  font-size: 1.25em;
  padding: 0.75em;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
}

.detail-container.note .note .note-options.open > .menu,
.detail-container.note .note .note-options.open > .menu::before,
.note-list .note .note-options.open > .menu,
.note-list .note .note-options.open > .menu::before,
.collection-group .note .note-options.open > .menu,
.collection-group .note .note-options.open > .menu::before,
.content-render .note .note-options.open > .menu,
.content-render .note .note-options.open > .menu::before {
  right: 0;
  left: auto;
  transform: none;
}

.detail-container.note .note .note-options svg.icon,
.note-list .note .note-options svg.icon,
.collection-group .note .note-options svg.icon,
.content-render .note .note-options svg.icon {
  fill: #69645d;
  max-width: 1.5em;
  max-height: 1.5em;
}

.detail-container.note .note:not(:only-child):last-child,
.note-list .note:not(:only-child):last-child,
.collection-group .note:not(:only-child):last-child,
.content-render .note:not(:only-child):last-child {
  margin-bottom: 0;
}

.detail-container.note .note .admin-controls,
.note-list .note .admin-controls,
.collection-group .note .admin-controls,
.content-render .note .admin-controls {
  text-align: center;
}

.detail-container.note .note > .flex-row,
.note-list .note > .flex-row,
.collection-group .note > .flex-row,
.content-render .note > .flex-row {
  display: block;
}

.detail-container.note .note.state-blocked,
.note-list .note.state-blocked,
.collection-group .note.state-blocked,
.content-render .note.state-blocked {
  opacity: 0.1;
  filter: grayscale(100%) blur(10px);
  pointer-events: none;
  cursor: not-allowed;
}

.detail-container.note .note .state-ornament,
.note-list .note .state-ornament,
.collection-group .note .state-ornament,
.content-render .note .state-ornament {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.detail-container.note .note.state-perfect .state-ornament,
.note-list .note.state-perfect .state-ornament,
.collection-group .note.state-perfect .state-ornament,
.content-render .note.state-perfect .state-ornament {
  display: block;
  width: 6em;
  height: 6em;
}

.detail-container.note .note.state-perfect .state-ornament .ornament,
.note-list .note.state-perfect .state-ornament .ornament,
.collection-group .note.state-perfect .state-ornament .ornament,
.content-render .note.state-perfect .state-ornament .ornament {
  transform: rotate(-45deg);
  font-size: 0.85rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-container.note .note.state-perfect .state-ornament .ornament::before,
.note-list .note.state-perfect .state-ornament .ornament::before,
.collection-group .note.state-perfect .state-ornament .ornament::before,
.content-render .note.state-perfect .state-ornament .ornament::before {
  background: #ef372a;
  color: #fff;
  padding: 0.5em 3em;
  margin: 0 -3em;
  content: "Perfect!";
  text-transform: uppercase;
  transform: translateY(-50%);
}

.detail-container.note .note .shop-info,
.note-list .note .shop-info,
.collection-group .note .shop-info,
.content-render .note .shop-info {
  color: #69645d;
}

.detail-container.note .note .product-footer,
.note-list .note .product-footer,
.collection-group .note .product-footer,
.content-render .note .product-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0.5em 0 0.75em 0;
}

.detail-container.note .note .product-footer .actions,
.note-list .note .product-footer .actions,
.collection-group .note .product-footer .actions,
.content-render .note .product-footer .actions {
  flex: 1;
  padding: 0;
  font-size: 1.15em;
  white-space: nowrap;
}

.detail-container.note .note .product-footer .actions .like-button,
.note-list .note .product-footer .actions .like-button,
.collection-group .note .product-footer .actions .like-button,
.content-render .note .product-footer .actions .like-button {
  margin-right: 1em;
}

.detail-container.note .note .product-footer .actions .like-button svg,
.detail-container.note .note .product-footer .actions .comment-button svg,
.note-list .note .product-footer .actions .like-button svg,
.note-list .note .product-footer .actions .comment-button svg,
.collection-group .note .product-footer .actions .like-button svg,
.collection-group .note .product-footer .actions .comment-button svg,
.content-render .note .product-footer .actions .like-button svg,
.content-render .note .product-footer .actions .comment-button svg {
  margin-top: -0.05em;
}

.detail-container.note .note .product-footer .actions svg,
.note-list .note .product-footer .actions svg,
.collection-group .note .product-footer .actions svg,
.content-render .note .product-footer .actions svg {
  font-size: 1.25em;
}

.detail-container.note .note .product-footer .product-shop,
.note-list .note .product-footer .product-shop,
.collection-group .note .product-footer .product-shop,
.content-render .note .product-footer .product-shop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex: 0 1 auto;
}

.detail-container.note .note .product-footer .price,
.note-list .note .product-footer .price,
.collection-group .note .product-footer .price,
.content-render .note .product-footer .price {
  font-size: 1.45em;
  padding: 0 0.5em;
  font-weight: 600;
  margin-bottom: 0.15em;
  flex: 0 1 auto;
}

.detail-container.note .note .product-footer .action-buttons,
.note-list .note .product-footer .action-buttons,
.collection-group .note .product-footer .action-buttons,
.content-render .note .product-footer .action-buttons {
  flex: 0 1 auto;
}

.detail-container.note .note .product-footer .action-buttons .buy-button,
.search-content .detail-container.note .note .product-footer .action-buttons .buy-button,
.note-list .note .product-footer .action-buttons .buy-button,
.search-content
    .note-list .note .product-footer .action-buttons .buy-button,
.collection-group .note .product-footer .action-buttons .buy-button,
.search-content
    .collection-group .note .product-footer .action-buttons .buy-button,
.content-render .note .product-footer .action-buttons .buy-button,
.search-content
    .content-render .note .product-footer .action-buttons .buy-button {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #ef372a;
  border-bottom-color: #e33428;
  border-bottom: 1px solid #d73226;
}

.detail-container.note .note .product-footer .action-buttons .buy-button[disabled],
.detail-container.note .note .product-footer .action-buttons .buy-button.disabled,
.search-content .detail-container.note .note .product-footer .action-buttons .buy-button[disabled],
.search-content .detail-container.note .note .product-footer .action-buttons .buy-button.disabled,
.note-list .note .product-footer .action-buttons .buy-button[disabled],
.note-list .note .product-footer .action-buttons .buy-button.disabled,
.search-content
      .note-list .note .product-footer .action-buttons .buy-button[disabled],
.search-content
      .note-list .note .product-footer .action-buttons .buy-button.disabled,
.collection-group .note .product-footer .action-buttons .buy-button[disabled],
.collection-group .note .product-footer .action-buttons .buy-button.disabled,
.search-content
      .collection-group .note .product-footer .action-buttons .buy-button[disabled],
.search-content
      .collection-group .note .product-footer .action-buttons .buy-button.disabled,
.content-render .note .product-footer .action-buttons .buy-button[disabled],
.content-render .note .product-footer .action-buttons .buy-button.disabled,
.search-content
      .content-render .note .product-footer .action-buttons .buy-button[disabled],
.search-content
      .content-render .note .product-footer .action-buttons .buy-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

.detail-container.note .note .product-footer .action-buttons .buy-button:hover,
.search-content .detail-container.note .note .product-footer .action-buttons .buy-button:hover,
.note-list .note .product-footer .action-buttons .buy-button:hover,
.search-content
      .note-list .note .product-footer .action-buttons .buy-button:hover,
.collection-group .note .product-footer .action-buttons .buy-button:hover,
.search-content
      .collection-group .note .product-footer .action-buttons .buy-button:hover,
.content-render .note .product-footer .action-buttons .buy-button:hover,
.search-content
      .content-render .note .product-footer .action-buttons .buy-button:hover {
  background: #d73226;
}

.detail-container.note .note .product-footer .action-buttons .buy-button:active,
.search-content .detail-container.note .note .product-footer .action-buttons .buy-button:active,
.note-list .note .product-footer .action-buttons .buy-button:active,
.search-content
      .note-list .note .product-footer .action-buttons .buy-button:active,
.collection-group .note .product-footer .action-buttons .buy-button:active,
.search-content
      .collection-group .note .product-footer .action-buttons .buy-button:active,
.content-render .note .product-footer .action-buttons .buy-button:active,
.search-content
      .content-render .note .product-footer .action-buttons .buy-button:active {
  background: #a7271d;
}

.detail-container.note .note .image,
.note-list .note .image,
.collection-group .note .image,
.content-render .note .image {
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 9em;
  overflow: hidden;
}

.detail-container.note .note .image .preload-image-container,
.note-list .note .image .preload-image-container,
.collection-group .note .image .preload-image-container,
.content-render .note .image .preload-image-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex: 1;
}

.detail-container.note .note .image a,
.note-list .note .image a,
.collection-group .note .image a,
.content-render .note .image a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}

.detail-container.note .note .image img,
.note-list .note .image img,
.collection-group .note .image img,
.content-render .note .image img {
  min-width: 100%;
}

.detail-container.note .note .summary,
.note-list .note .summary,
.collection-group .note .summary,
.content-render .note .summary {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 0.75em;
  margin-top: 0.65em;
}

.detail-container.note .note .summary.without-description .author,
.note-list .note .summary.without-description .author,
.collection-group .note .summary.without-description .author,
.content-render .note .summary.without-description .author {
  align-items: center;
}

.detail-container.note .note .summary.without-description .author .details small,
.note-list .note .summary.without-description .author .details small,
.collection-group .note .summary.without-description .author .details small,
.content-render .note .summary.without-description .author .details small {
  display: block;
}

.detail-container.note .note .summary blockquote,
.note-list .note .summary blockquote,
.collection-group .note .summary blockquote,
.content-render .note .summary blockquote {
  font-size: 0.85em;
  color: #69645d;
  margin: 0;
  padding: 0;
  margin-top: 0.35em;
}

.detail-container.note .note .summary .actions,
.note-list .note .summary .actions,
.collection-group .note .summary .actions,
.content-render .note .summary .actions {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.5em;
  text-align: left;
  max-width: 5em;
}

.detail-container.note .note .author .avatar,
.note-list .note .author .avatar,
.collection-group .note .author .avatar,
.content-render .note .author .avatar {
  flex: 0;
}

.detail-container.note .note .author .avatar a,
.note-list .note .author .avatar a,
.collection-group .note .author .avatar a,
.content-render .note .author .avatar a {
  display: block;
}

.detail-container.note .note .author .avatar img,
.note-list .note .author .avatar img,
.collection-group .note .author .avatar img,
.content-render .note .author .avatar img {
  max-width: 3em;
  max-height: 3em;
  border-radius: 10em;
}

.detail-container.note .note .author .details,
.note-list .note .author .details,
.collection-group .note .author .details,
.content-render .note .author .details {
  padding-left: 0.75em;
  color: #9b9b9b;
}

.detail-container.note .note .author .details small,
.note-list .note .author .details small,
.collection-group .note .author .details small,
.content-render .note .author .details small {
  font-size: 0.85em;
}

.detail-container.note .note .author .details > a,
.note-list .note .author .details > a,
.collection-group .note .author .details > a,
.content-render .note .author .details > a {
  margin-right: 0.25em;
  font-weight: 600;
  color: #42bac1;
}

.detail-container.note .note .finder,
.note-list .note .finder,
.collection-group .note .finder,
.content-render .note .finder {
  position: relative;
  float: left;
  margin-right: 1.5em;
}

.detail-container.note .note .comments-container,
.note-list .note .comments-container,
.collection-group .note .comments-container,
.content-render .note .comments-container {
  border-top: 1px solid #eee;
}

.detail-container.note .note .comments-container .new-comment:first-child,
.note-list .note .comments-container .new-comment:first-child,
.collection-group .note .comments-container .new-comment:first-child,
.content-render .note .comments-container .new-comment:first-child {
  border-top: 0;
}

.detail-container.note .note + .flag,
.note-list .note + .flag,
.collection-group .note + .flag,
.content-render .note + .flag {
  position: relative;
  top: -1em;
}

.detail-container.note .note .collection-title,
.note-list .note .collection-title,
.collection-group .note .collection-title,
.content-render .note .collection-title {
  flex: 1;
  font-size: 1.5em;
  margin: 0;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.detail-container.note .note .collection-title a,
.note-list .note .collection-title a,
.collection-group .note .collection-title a,
.content-render .note .collection-title a {
  display: block;
}

.search-content .detail-container.note .note .collection-title,
body.shop .detail-container.note .note .collection-title,
body.users .detail-container.note .note .collection-title,
.search-content
    .note-list .note .collection-title,
body.shop
    .note-list .note .collection-title,
body.users
    .note-list .note .collection-title,
.search-content
    .collection-group .note .collection-title,
body.shop
    .collection-group .note .collection-title,
body.users
    .collection-group .note .collection-title,
.search-content
    .content-render .note .collection-title,
body.shop
    .content-render .note .collection-title,
body.users
    .content-render .note .collection-title {
  font-size: 1.15em;
  margin-bottom: 0.25em;
}

.search-content .detail-container.note .note .collection-title a,
body.shop .detail-container.note .note .collection-title a,
body.users .detail-container.note .note .collection-title a,
.search-content
      .note-list .note .collection-title a,
body.shop
      .note-list .note .collection-title a,
body.users
      .note-list .note .collection-title a,
.search-content
      .collection-group .note .collection-title a,
body.shop
      .collection-group .note .collection-title a,
body.users
      .collection-group .note .collection-title a,
.search-content
      .content-render .note .collection-title a,
body.shop
      .content-render .note .collection-title a,
body.users
      .content-render .note .collection-title a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.detail-container.note .note .collection-info,
.note-list .note .collection-info,
.collection-group .note .collection-info,
.content-render .note .collection-info {
  display: flex;
  flex-direction: column;
  padding: 0 1em;
}

.detail-container.note .note .collection-info .collection-title,
.detail-container.note .note .collection-info .shop-info,
.note-list .note .collection-info .collection-title,
.note-list .note .collection-info .shop-info,
.collection-group .note .collection-info .collection-title,
.collection-group .note .collection-info .shop-info,
.content-render .note .collection-info .collection-title,
.content-render .note .collection-info .shop-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-container.note .note .collection-info .product-info,
.note-list .note .collection-info .product-info,
.collection-group .note .collection-info .product-info,
.content-render .note .collection-info .product-info {
  flex: 1;
  padding: 0.75em 0;
}

.detail-container.note .note .collection-info .admin-controls,
.note-list .note .collection-info .admin-controls,
.collection-group .note .collection-info .admin-controls,
.content-render .note .collection-info .admin-controls {
  background: transparent;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  margin: 0.5em 0;
  padding: 0;
}

.detail-container.note .note .collection-info .creation-info,
.note-list .note .collection-info .creation-info,
.collection-group .note .collection-info .creation-info,
.content-render .note .collection-info .creation-info {
  font-size: 0.8em;
}

.detail-container.note .note .collection-info .summary,
.note-list .note .collection-info .summary,
.collection-group .note .collection-info .summary,
.content-render .note .collection-info .summary {
  flex: 0 1 auto;
}

.detail-container.note #note-inner-container,
.note-list #note-inner-container,
.collection-group #note-inner-container,
.content-render #note-inner-container {
  margin-bottom: 0;
}

.detail-container.note .collection-comments,
.note-list .collection-comments,
.collection-group .collection-comments,
.content-render .collection-comments {
  border-top: 1px solid #e5eced;
  flex-basis: 100%;
}

.detail-container.note .collection-comments > a,
.note-list .collection-comments > a,
.collection-group .collection-comments > a,
.content-render .collection-comments > a {
  display: block;
}

.detail-container.note .collection-comments .comments,
.note-list .collection-comments .comments,
.collection-group .collection-comments .comments,
.content-render .collection-comments .comments {
  text-align: left;
}

.detail-container.note.no-results,
.note-list.no-results,
.collection-group.no-results,
.content-render.no-results {
  background: #fff;
  margin-top: 1em;
  padding: 3em;
  color: #42bac1;
  text-align: center;
  font-size: 1.5em;
  line-height: 130%;
  position: relative;
  white-space: pre-line;
}

.detail-container.note.no-results::after,
.note-list.no-results::after,
.collection-group.no-results::after,
.content-render.no-results::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-bottom-color: #fff;
  content: " ";
}

.detail-container.note.no-results::before,
.note-list.no-results::before,
.collection-group.no-results::before,
.content-render.no-results::before {
  display: block;
  font-size: 2em;
  content: "\1F64F";
  margin-bottom: 0.5em;
}

#finds:first-child .note-list.no-results {
  margin: 0;
}

.detail-container.note .comments-container .comment-list {
  max-height: none;
}

.detail-container.note .collection-info .collection-title {
  white-space: pre-line;
}

.collection-container .note {
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  .note-list .note > .flex-row,
  .content-render .note > .flex-row {
    display: flex;
  }

  .note-list .note > .flex-row .image,
  .content-render .note > .flex-row .image {
    max-width: 40%;
  }
}

@media screen and (min-width: 900px) {
  .note-list .note > .flex-row,
  .content-render .note > .flex-row {
    display: flex;
  }

  .note-list .note > .flex-row .image,
  .content-render .note > .flex-row .image {
    max-width: 40%;
  }
}

@media screen and (min-width: 900px) {
  .note-list .note .image,
  .content-render .note .image {
    width: 220px;
    flex: 0 0 220px;
    max-width: 40vw;
  }

  .note-list .note .collection-info,
  .content-render .note .collection-info {
    width: calc(100% - 220px);
    flex: 1 1 60%;
    flex: 1 1 calc(100% - 220px);
  }
}

.add-note-preview {
  margin-bottom: 8px;
  background-color: white;
}

.add-note-preview .truncated-height {
  overflow: hidden;
  padding: 8px 8px 3px;
  max-height: 420px;
}

#new-note-go-back-btn {
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

#new-note-go-back-btn .triangle-container {
  display: inline-block;
  float: none;
  margin: 6px 7px 6px 0;
}

#new-note-go-back-btn .triangle {
  float: left;
  margin: 5px 1em 5px 5px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-right-width: 9px;
}

#new-note-go-back-btn a {
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 0.85em;
}

.new-note-form {
  width: 100%;
  position: relative;
  border-bottom: 3px solid #42bac1;
  background-color: white;
  z-index: 5;
}

.new-note-form .error.toasty {
  font-size: 2em;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding: 0.75em 1em;
  font-size: 1.25em;
  font-weight: 600;
  max-width: 100%;
}

.new-note-form button {
  border: 0;
  flex: 0 0 auto;
}

.new-note-form button .animated-gem {
  width: 1em;
  margin: 0;
}

.new-note-form button[disabled] {
  background: #d7d7d7;
  opacity: 1;
}

.new-note-form .url-form {
  padding: 1.3em 1.45em 1.45em;
  position: relative;
}

.new-note-form .url-form h2 {
  margin: 0 0 0.25em;
  color: #ef372a;
  font-size: 1.5em;
}

.new-note-form .url-form h2 small {
  font-size: 1rem;
}

.new-note-form .url-form .input-container {
  border: 2px solid #d7d7d7;
  margin: 0;
}

.new-note-form .url-form .input-container:not(.hide-invalid):not(.valid) {
  border-color: #fcc8cd;
}

.new-note-form .url-form .input-container.valid:not(.loading) {
  border-color: #42bac1;
}

.new-note-form .url-form input {
  padding: 0.65em;
  width: 100%;
  border-right: 0;
  background-color: #fcfcfc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #262629;
  font-size: 1.1em;
  outline: none;
  transition: all 150ms ease;
}

.new-note-form .url-form input[readonly] {
  background: #ebeced;
}

.new-note-form .url-form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.new-note-form .image-form {
  padding: 1.3em 1.45em 1.45em;
}

.new-note-form .detail-form h2 {
  margin: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: -0.5px;
}

.new-note-form .detail-form .button-container {
  text-align: right;
}

.new-note-form .detail-form .button-container button {
  margin-left: 1em;
}

.new-note-form .detail-form .loading-state {
  color: #777;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  align-items: center;
}

.new-note-form .detail-form .loading-state svg {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0 auto 0.5em auto;
}

.new-note-form .detail-form .image-preview {
  background: #d9d9d9;
  border-right: 1px solid #f1f1f1;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.new-note-form .detail-form .image-preview .image-container {
  flex: 1;
  display: flex;
  width: 220px;
  max-width: 30vw;
  position: relative;
}

.new-note-form .detail-form .image-preview .image-container .background-image {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.new-note-form .detail-form .image-preview .image-container img {
  display: block;
  margin: auto;
  max-height: 15em;
}

.new-note-form .detail-form .image-preview .help-block {
  background: #f1f1f1;
  margin: 0;
  padding: 0.5em;
}

.new-note-form .detail-form .detail-preview {
  padding: 1em;
  padding-left: 1.5em;
  width: calc(100% - 220px - 1.5em);
}

.new-note-form .detail-form .detail-preview .input-container .input-addon {
  background: transparent;
}

.new-note-form .detail-form .detail-preview .input-container .input-addon + input {
  padding-left: 0.15em;
}

.new-note-form .detail-form .detail-preview .input-container.price-input {
  max-width: 8em;
}

.new-note-form .detail-form .detail-preview .input-container.price-input .help-block {
  white-space: nowrap;
}

.new-note-form .detail-form .note-contents-wrapper .flex-row {
  align-items: center;
  margin-bottom: 0.5em;
}

.new-note-form .detail-form .note-contents-wrapper .avatar-placeholder {
  flex: 0;
}

.new-note-form .detail-form .note-contents-wrapper .avatar-placeholder img {
  max-width: 1.5em !important;
  max-height: 1.5em !important;
}

.new-note-form .detail-form .note-contents-wrapper label {
  padding-left: 0.45em;
  white-space: nowrap;
  font-size: 0.85em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.new-note-form .detail-form .button-container {
  margin-top: 1em;
}

.new-note-form .animated-gem {
  margin-bottom: 1.5em;
  max-width: 3em;
}

.new-note-form .loader-text {
  font-size: 1.25em;
}

.new-note-form .inline-grey-loading-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.new-note-form .help-block {
  margin-top: 1em;
  text-align: center;
}

.new-note-form .help-block:empty {
  display: none;
}

.new-note-form .toast-on-error .help-block {
  margin-top: 0;
}

.new-note-form .showing {
  margin-left: 0;
}

.new-note-form .left-hidden {
  margin-left: -720px;
}

.new-note-form .right-hidden {
  margin-left: 720px;
}

.new-note-form #website_photo_current_view {
  border: 1px solid #999;
}

.new-note-form hr {
  margin-right: -20px;
  margin-left: -20px;
  border-top: 2px dotted #9b9b9b;
}

.new-note-form #new-find-title {
  margin-bottom: 28px;
  text-transform: capitalize;
  font-size: 2em;
}

.new-note-form .price-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  flex: 0 0 auto;
}

.new-note-form .price-wrapper .inline-hints {
  position: absolute;
  bottom: 12px;
  margin: 0 0 0 8px;
  width: 18px;
  text-align: left;
  font-size: 1.1em;
}

.new-note-form .price-options {
  display: flex;
  flex-direction: row;
  padding: 0 0.5em;
  text-align: center;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
}

.new-note-form .price-options .price {
  font-weight: bold;
  cursor: pointer;
  flex: 1;
}

.new-note-form .price-options .price:hover {
  color: #00a3a9;
}

.new-note-form #note-price-input {
  display: flex;
  flex-direction: row;
}

.new-note-form .formtastic .inline-errors {
  margin-top: 4em;
  color: #ef372a;
  text-align: left;
  text-transform: none;
  font-size: 0.8em;
}

.new-note-form .formtastic #note_price_input .inline-errors {
  position: relative;
  bottom: 40px;
  left: 120px;
}

.new-note-form .formtastic #note_price_input p:nth-of-type(2) {
  display: none;
}

.new-note-form .formtastic .error .select2-container,
.new-note-form .formtastic .error input:not(.select2-input),
.new-note-form .formtastic .error textarea {
  border-bottom: 2px solid #ef372a !important;
}

.new-note-form .formtastic .form-error {
  float: right;
  width: 190px;
  color: #ef372a;
  text-align: left;
  font-size: 0.875em;
}

.new-note-form .formtastic .form-error li {
  padding: 0;
}

.new-note-form .formtastic .inline-grey-loading-container .spinner {
  float: right;
  width: 100px;
}

.new-note-form .formtastic .inline-grey-loading-container .spinner .loader-text {
  margin-top: 9px;
}

.new-note-form .formtastic .input {
  color: #3a3a3a;
}

.new-note-form .formtastic .label {
  float: none;
  padding-top: inherit;
  padding-bottom: 8px;
  width: inherit;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.new-note-form .formtastic input[type="submit"] {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.new-note-form .formtastic input[type="submit"][disabled],
.new-note-form .formtastic input[type="submit"].disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

.new-note-form .formtastic input[type="submit"]:hover {
  background: #e1e1e1;
}

.new-note-form .formtastic input[type="submit"]:active {
  background: #afafaf;
}

.new-note-form .formtastic .note-contents-wrapper .flex-row {
  align-items: center;
}

.new-note-form .formtastic .note-contents-wrapper .avatar-placeholder {
  width: 36px;
  height: 36px;
  flex: 0 1 auto;
}

.new-note-form .formtastic .note-contents-wrapper #note_contents_input {
  padding-left: 1em;
}

.new-note-form .formtastic .button-container {
  margin-top: 1.5em;
}

.new-note-form .formtastic .button-container button {
  padding: 0.6em 3em;
  text-transform: uppercase;
}

.new-note-form .formtastic .button-container a[href="#cancel"] {
  float: right;
  margin-top: 0.5em;
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 0.95em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.new-note-form .formtastic #note_display_shop_domain:hover {
  background-color: white;
  cursor: text;
}

.new-note-form .formtastic #note_display_shop_domain:focus {
  background-color: #ffffff;
}

.new-note-form .formtastic #note_shop_domain:disabled {
  background-color: #ebeced;
}

.new-note-form .formtastic #note_price {
  display: block;
  padding-left: 20px;
  width: 90px;
}

.new-note-form .formtastic #note_contents_input {
  margin-top: 0.5em;
}

.new-note-form .formtastic .text {
  margin-bottom: 0;
}

#aside #finds .collection-image {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
}

#note-form-container {
  font-size: 14px;
}

#note-form-container form {
  display: flex;
  flex-direction: row;
}

#note-form-container form > * {
  flex: 1 0 auto;
}

#note-form-container input {
  display: block;
  width: 100%;
}

#note-form-container .left-column {
  padding-right: 1em;
  max-width: 220px;
}

.missive {
  display: none;
  margin-bottom: 0.5em;
}

.missive.fetching,
.missive.upload-image-instructions {
  display: inline-block;
}

#photo-selector {
  transition: margin 0.25s ease-in-out;
  float: left;
  width: 100%;
}

.note-feedback {
  float: none;
  clear: both;
  padding: 1em;
  background-color: #f4fbfc;
  border-top: 1px solid #e8eeef;
  font-weight: 600;
  color: #44413b;
  text-align: center;
  line-height: 1.75;
}

.note-feedback .actions {
  padding: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.note-feedback button {
  margin-left: 0.25em;
}

.note-feedback button:first-of-type {
  margin-left: 1.5em;
}

.detail-container.note .note,
.content-render .note {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  .detail-container.note .note > .flex-row,
  .content-render .note > .flex-row {
    display: flex;
  }
}

.detail-container.note .note .image,
.content-render .note .image {
  min-height: 12em;
}

.detail-container.note .note {
  margin: 0 auto;
}

#finds > .note-list:first-child [data-component="Note/DetailView"]:first-child .note {
  margin-top: 0;
}

.tag-groups {
  margin: 0 -0.5em;
}

.tag-groups .isotope {
  margin: 0 auto;
}

.tag-groups .item-collection {
  margin: 1%;
  max-width: 31.33%;
  width: 31.33%;
  flex: 1 0 31.333%;
  min-width: 19em;
}

.tag-groups .item-collection .item-header,
.collection-container.type-tag .item-collection .item-header,
.content-render .item-collection .item-header {
  display: flex;
  flex-direction: row;
}

.tag-groups .item-collection .item-header h3,
.collection-container.type-tag .item-collection .item-header h3,
.content-render .item-collection .item-header h3 {
  margin: 0;
  border: 0;
  text-transform: capitalize;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #69645d;
  flex: 1;
}

.tag-groups .item-collection .item-header h3 a,
.collection-container.type-tag .item-collection .item-header h3 a,
.content-render .item-collection .item-header h3 a {
  color: inherit;
}

.tag-groups .item-collection .item-header .follow-block,
.collection-container.type-tag .item-collection .item-header .follow-block,
.content-render .item-collection .item-header .follow-block {
  color: #ef372a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.tag-groups .item-collection .item-header .image-container,
.collection-container.type-tag .item-collection .item-header .image-container,
.content-render .item-collection .item-header .image-container {
  display: flex;
  flex-direction: column;
  padding: 0.5em 0.75em;
  justify-content: center;
  flex: 0 0 auto;
}

.tag-groups .item-collection .item-header .image-container a.image,
.collection-container.type-tag .item-collection .item-header .image-container a.image,
.content-render .item-collection .item-header .image-container a.image {
  background: #d1d1d1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 2.3em;
  height: 2.3em;
  border-radius: 10em;
  object-fit: contain;
  text-align: center;
  flex: 0 0 auto;
}

.tag-groups .item-collection .item-header .image-container a.image img,
.collection-container.type-tag .item-collection .item-header .image-container a.image img,
.content-render .item-collection .item-header .image-container a.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tag-groups .item-collection .item-header .image-container a.image img[src$="tag.svg"],
.collection-container.type-tag .item-collection .item-header .image-container a.image img[src$="tag.svg"],
.content-render .item-collection .item-header .image-container a.image img[src$="tag.svg"] {
  width: 2em;
  height: 2em;
}

.tag-groups .item-collection .item-group,
.collection-container.type-tag .item-collection .item-group,
.content-render .item-collection .item-group {
  display: flex;
  flex-direction: row;
  overflow: auto;
}

.tag-groups .item-collection .item-group::-webkit-scrollbar,
.collection-container.type-tag .item-collection .item-group::-webkit-scrollbar,
.content-render .item-collection .item-group::-webkit-scrollbar {
  display: none;
}

.tag-groups .item-collection .item-peek,
.collection-container.type-tag .item-collection .item-peek,
.content-render .item-collection .item-peek {
  position: relative;
  overflow: hidden;
  margin: 1px;
  height: 12em;
  flex: 1 0;
}

.tag-groups .item-collection .item-peek > a,
.tag-groups .item-collection .item-peek > a .preload-image-container,
.collection-container.type-tag .item-collection .item-peek > a,
.collection-container.type-tag .item-collection .item-peek > a .preload-image-container,
.content-render .item-collection .item-peek > a,
.content-render .item-collection .item-peek > a .preload-image-container {
  display: block;
  height: 100%;
}

.tag-groups .item-collection .item-peek img,
.collection-container.type-tag .item-collection .item-peek img,
.content-render .item-collection .item-peek img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.tag-groups .item-collection .item-peek:first-child,
.collection-container.type-tag .item-collection .item-peek:first-child,
.content-render .item-collection .item-peek:first-child {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.tag-groups .item-collection .item-peek:last-child,
.collection-container.type-tag .item-collection .item-peek:last-child,
.content-render .item-collection .item-peek:last-child {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.tag-groups .tag-follow,
#tag-stamp .tag-follow,
.collection-container.type-tag .tag-follow,
.content-render .item-collection .tag-follow {
  padding: 1em;
}

.tag-groups .tag-follow button,
#tag-stamp .tag-follow button,
.collection-container.type-tag .tag-follow button,
.content-render .item-collection .tag-follow button {
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  color: #69645d;
}

.tag-groups .tag-follow::before,
#tag-stamp .tag-follow::before,
.collection-container.type-tag .tag-follow::before,
.content-render .item-collection .tag-follow::before {
  background: url(//www.thehunt.com//assets/images/gem.309b4f715278c3ad35c91530daad9088.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.15em;
  content: " ";
  transition: all 150ms ease-in;
  transition-property: opacity, filter;
  filter: grayscale(100%);
  opacity: 0.65;
}

.tag-groups .tag-follow:hover::before,
.tag-groups .tag-follow.active::before,
#tag-stamp .tag-follow:hover::before,
#tag-stamp .tag-follow.active::before,
.collection-container.type-tag .tag-follow:hover::before,
.collection-container.type-tag .tag-follow.active::before,
.content-render .item-collection .tag-follow:hover::before,
.content-render .item-collection .tag-follow.active::before {
  filter: grayscale(0%);
  opacity: 1;
}

#tag-stamp .tag-follow {
  text-align: center;
}

#tag-stamp .tag-follow::before {
  width: 2.25em;
  height: 2.25em;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.25em;
}

#metatag-header .flex-row {
  align-items: center;
}

#metatag-header .flex-row > * {
  flex: 1 0 33.33%;
}

#metatag-header h1 {
  color: #44413b;
}

#tag-header {
  margin-bottom: 1em;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #36342e;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

#tag-header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

#tag-header #index-bar {
  display: flex;
  flex-direction: row;
  flex: 1;
}

#tag-header #index-bar span.menu-item {
  color: #ef372a;
  font-weight: bold;
}

#tag-header #index-bar .menu-item {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
}

#tag-header #index-bar .menu-item:first-child,
#tag-header #index-bar .menu-item:last-child {
  flex: 1.5;
}

@media screen and (max-width: 700px) {
  #tag-header #index-bar {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
  }

  #tag-header #index-bar::-webkit-scrollbar {
    display: none;
  }

  #tag-header #index-bar .menu-item {
    min-width: 3em;
  }
}

#tag-header-title {
  padding-right: 2em;
  text-transform: uppercase;
  font-weight: bold;
  flex: 0;
}

#tag-container {
  margin: 1.5em auto;
}

#item-collections {
  margin-top: 1em;
}

#item-collections .stamp {
  margin: 0.5em;
}

#tag-meta {
  margin-bottom: 1em;
}

#tag-stamp {
  box-sizing: border-box;
  width: 310px;
  width: calc(300px + 0.9em);
  padding: 0.45em 0;
}

#tag-stamp #tag-header {
  background-color: #28b3bb;
  border-radius: 0.15em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 1.25em;
}

#tag-stamp #tag-header img {
  width: 3em;
  height: 3em;
  border-radius: 10em;
  margin-right: 1em;
  margin-top: 0.25em;
  float: left;
}

#tag-stamp #tag-header .tags-title-row .tag-name {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}

#tag-stamp #tag-header .tags-title-row .tags-stats {
  font-size: 12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

#tag-stamp #tag-header .tags-title-row .tags-stats li {
  display: inline-block;
  margin-right: 1em;
}

#tag-stamp #tag-header .tags-title-row .tags-stats li:last-child {
  margin-right: 0;
}

#tag-stamp #tag-header .top-tags-link {
  float: right;
  margin: 6px 16px 0px 0px;
}

#tag-stamp #tag-header .top-tags-link a {
  color: #ffffff;
}

#tag-stamp #tag-header .background-bullet_9x9 {
  margin: 4px;
}

#tag-description,
.related-tags {
  border-bottom: 1px solid #dddddd;
  border-radius: 0.15em;
}

#tag-description {
  background: #fff;
  color: #6f6f6f;
  padding: 1.5em;
  font-size: 12px;
  margin-top: 1em;
  line-height: 145%;
}

.related-tags {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
}

.related-tags h3 {
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  color: #4c4943;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 1em;
}

.related-tags ul,
.related-tags li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.related-tags li {
  clear: both;
  font-size: 12px;
  border-bottom: 1px solid #f7f7f7;
  padding: 1em 0;
}

.related-tags li:last-child {
  border-bottom: 0;
}

.related-tags li a {
  text-decoration: none;
}

.related-tags li strong {
  color: #28b3bb;
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.25em;
}

.related-tags li span {
  color: #aaa;
  display: block;
}

.related-tags li img {
  float: left;
  margin-right: 1.5em;
  width: 3em;
  height: 3em;
  border-radius: 3em;
}

.hovercard {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10000;
  display: none;
  padding-bottom: 12px;
  font-size: 10px;
}

.hovercard.open {
  display: block;
}

@media screen and (min-width: 900px) {
  .hovercard {
    right: auto;
    left: 50%;
    width: 265px;
    font-size: 12px;
    transform: translateX(-50%);
  }
}

.hovercard .inner {
  background-color: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), inset 0 -1px 0 #ddd;
  color: #2b2e38;
}

.hovercard .hovercard-header {
  display: flex;
  padding: 0.45em 1em;
  background: #42bac1;
  color: #ffffff;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.hovercard .user-image {
  flex: 0 0 auto;
}

.hovercard .user-image img {
  margin: 0;
  padding: 0;
  width: 3.5em;
  height: 3.5em;
  border-radius: 10em;
}

.hovercard .user-info-container a {
  color: inherit;
}

.hovercard .user-info-container ul {
  display: table-cell;
  margin: 0 auto;
  padding: 0 1em;
  height: 100%;
  vertical-align: middle;
}

.hovercard .user-info-container li.followers {
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 130%;
}

.hovercard .user-info-container li.user_name {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 150%;
}

.hovercard .user-info-container li.user-location-container {
  margin-top: 4px;
  color: #9b9b9b;
  font-size: 0.8em;
}

.hovercard .user-info-container li.user-location-container .sprite-background-loc_mini {
  padding-top: 2px;
  padding-left: 15px;
}

.hovercard .user-info-container li.user-location-container .near {
  padding-right: 1px;
  padding-left: 5px;
  font-size: 1.1em;
}

.hovercard .user-info-container li.user-location-container .user-location {
  font-weight: bold;
  font-size: 1.2em;
}

.hovercard .hovercard-content .fave-container {
  border-top: 1px solid #f2f2f2;
  font-size: 12px;
}

.hovercard .hovercard-content .fave-container .follow-user-button {
  position: relative;
  padding: 1.3em 3em;
}

.hovercard .hovercard-content .fave-container .follow-user-button .button-text::before {
  position: absolute;
  top: 50%;
  left: 2.5em;
  float: left;
  transform: translatey(-50%);
}

.hovercard .fave-container a,
.hovercard .fave-container button {
  display: block;
}

.hovercard .fave-container a.hidden,
.hovercard .fave-container button.hidden {
  display: none;
}

.hovercard .stat-list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.hovercard .stat-list .stat {
  padding: 1em 0;
  border-right: 1px solid #f2f2f2;
  color: #342f2f;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  flex: 1 0 33.33%;
}

.hovercard .stat-list .stat:last-child {
  border-right: 0;
}

.hovercard .stat-list .stat .number {
  margin-bottom: 0.15em;
  color: #f64958;
  font-weight: 900;
  font-size: 2.35em;
  line-height: 100%;
}

#user-container #user-info {
  padding: 1em;
  font-size: 12px;
}

#user-container #user-personal {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #858383;
}

#user-container #user-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #342f2f;
  font-weight: bold;
  font-size: 1.3em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  line-height: 120%;
}

#user-container #user-location {
  margin-bottom: 1em;
}

#user-container .meter {
  margin-bottom: 20px;
  text-transform: uppercase;
}

#user-container .meter .score {
  width: 100%;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#user-container .meter .score .hotness {
  height: 100%;
  background-color: #ef4237;
}

#user-container #achievements {
  display: flex;
  border-bottom: 1px solid #ddd;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

#user-container #achievements > * {
  padding: 1em;
  border-right: 1px solid #eee;
  color: #3a3a3a;
  flex: 1;
}

#user-container #achievements > *:last-child {
  border-right: 0;
}

#user-container #achievements #notes-added {
  color: #42bac1;
}

#user-container #achievements #perfects-added {
  color: #ef372a;
}

#user-container #achievements .count {
  font-size: 2em;
}

#user-container #achievements .label {
  text-transform: uppercase;
}

#user-container .user-location-container {
  margin: 0;
  padding: 0;
  height: 30px;
  color: #9b9b9b;
  font-size: 0.9em;
}

#user-container .user-location-container li {
  float: left;
}

#user-container .user-location-container li.near {
  margin-left: 25px;
}

#user-container .user-location-container li#user-location {
  margin-bottom: 20px;
  margin-left: 5px;
  max-width: 67%;
  font-weight: bold;
}

#avatar-image {
  overflow: hidden;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#avatar-image img {
  display: block;
  width: 100%;
}

#form_update_tagline .editable-userinfo {
  margin-bottom: 20px;
  padding: 3px;
  width: 100%;
  border: none;
  color: #3a3a3a;
  text-transform: none;
  font-size: 0.9em;
  cursor: default;
}

#form_update_tagline .editable-userinfo:hover {
  padding: 2px;
  border: 1px solid #ccc;
}

#form_update_tagline .editing-text {
  padding: 2px;
  border: 1px solid #ccc;
  cursor: text;
}

#form_update_bio .editable-userinfo {
  margin-bottom: 20px;
  padding: 3px;
  width: 100%;
  border: none;
  color: #3a3a3a;
  text-transform: none;
  font-size: 0.9em;
  cursor: default;
}

#form_update_bio .editable-userinfo:hover {
  padding: 2px;
  border: 1px solid #ccc;
}

#form_update_bio .editing-text {
  padding: 2px;
  border: 1px solid #ccc;
  cursor: text;
}

.follow-user-button {
  display: block;
  width: 100%;
  padding: 1em;
  color: #69645d;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

#user-container .follow-user-button {
  background: #fff;
  border-radius: 0.15em;
  border-bottom: 1px solid #ddd;
}

.follow-user-button svg.icon {
  max-width: 1.25em;
  max-height: 1.25em;
  margin-top: -1px;
}

.follow-user-button svg.icon use {
  fill: #69645d;
}

.follow-user-button span + svg.icon {
  margin-left: 0.5em;
}

.follow-user-button:hover,
.follow-user-button.active,
.follow-user-button.active:hover {
  color: #42bac1;
}

.follow-user-button:hover svg.icon use,
.follow-user-button.active svg.icon use,
.follow-user-button.active:hover svg.icon use {
  fill: #42bac1;
}

.follow-user-button:hover .button-text::before,
.remove_fave.follow-user-button .button-text::before {
  filter: grayscale(0%) opacity(100%);
}

.remove_fave.follow-user-button:hover .button-text::before {
  filter: grayscale(20%) opacity(70%);
}

#user-stats {
  padding-bottom: 40px;
}

.user-preview {
  background: #fff;
  border-radius: 0.15em;
  padding: 1.5em;
  text-align: center;
}

.user-preview a {
  display: block;
}

.user-preview h6 {
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.45em;
  margin: 0;
}

.user-preview .avatar {
  margin-bottom: 0.75em;
}

.user-preview .avatar img {
  width: 6em;
  height: 6em;
  border-radius: 10em;
}

.user-preview .follow-user-button {
  margin-top: 1em;
}

.settings-content.friends .user-preview {
  max-width: 15em;
  text-align: center;
  break-inside: avoid-column;
}

.settings-content.friends {
  column-count: 3;
  column-gap: 1em;
}

body.users .detail-container.profile-container {
  max-width: none;
}

body.users .detail-container.profile-container #inner-content-container-columns {
  display: block;
}

@media screen and (min-width: 600px) {
  body.users .detail-container.profile-container #inner-content-container-columns {
    display: flex;
  }
}

body.users .detail-container.profile-container.my-profile #user-personal #avatar {
  position: relative;
}

body.users .detail-container.profile-container.my-profile #user-personal #avatar::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAA5CAYAAAB+pNYgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUY3QjlCODQwNzZFMTFFNzk5RkM4M0M5RDFFQTM1NjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUY3QjlCODMwNzZFMTFFNzk5RkM4M0M5RDFFQTM1NjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkRGNjM3OTA3NkUxMUU3OENFOUQxODY2NjgwMEMzQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkRGNjM3QTA3NkUxMUU3OENFOUQxODY2NjgwMEMzQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuUJ8oUAAAU3SURBVHja7Jt9aNVVGMfPvbtzL+mctqHoZmozQcrQsigtxahUHKgQjoQElZoWwxcGMcE0/+gfW0EK/qGoIG1CVL6/5rXSUYJR1hQLohenlZtO3Wi6l+v3Yc/gcj2/c8/v/f5+7oEPG+d373POnt9znvOc55xFEomE8FleAwtBF+ixqCMGWsEm8KtbA40J/2U6eBl0A6tvLgvcAsfdNFbEZ8/6BLzjoL7r4A1wMGzGmgLOuqD3ApgE7jqtOOqjV61wSe8Entah8awx4CLIcUk/xa5XwuJZlS4aSrBnTQ6DsQrB6x70szIMxqoAJR70Uw5GBNlY5FVve9jXu34F+PFgOOi0kDzSMj4WVHPK4KXsAHWcg+WYGHsWf/ZH0G7GWB+BRfy2rGTatJUZ5GOaQuNtA9kmxh7lz/7BaU5cx1irQK14sOV3UKVjrO/As6JfTkc1p1C/aFYdOn0YF8WXv8Ff4Da3UXAeDUaCoT6M6a6OsSIeDog21nvAt+Bn0CF5ubQqPw/mgTkeji0iKGal4VTCfbkAKsBDGuNJ5iVwNOGNnIxmQCjYCqaB+r58xoR8BWaBDV4M1G9jvQeWc8JoJ4daL3rL0x1+B3i35APwvoP6PuOsuz5sxjoAatJ8JheUgUd49aNM+k9eIY1kD2+n1rizD/A+wF8DIxT9xUA1OA26Ur57BewELyq+nwsa3QjwfhhrraKvyaBBQ8cdsE6hZ0EYVsMWsMvgGVUlvgTPaegZwCvgJoPnn3OeFujV8BtwWdKexwG61KQ+ik2LDZ59GnRjHTVop/LPJIs6N3LpSJaDBdZYlA/9YlBkq7Sht5S3PqlCHnw1qMai4/UrkvbHwJM2dc8w6O9yUI1FWfpNSXuZA/leKXtosrTzghJIY8Ukf1Bf8mlX8iS6o04n3V4a62GDOtR1h7w29W4D1fyLg2qsfDBK0n7eYHqakYuStkILqUhGpQ5PSdquKVIKXdknaXtUOFxR9dpYrxq01wrrF9mOiN7KaqqU+5FnOXnNZqpB8vm9xQLef6BK0k7xqsIPY2U72B/pMrqwQcbaYTKoU+b/m+QZFRSH+1Gicbrc0Q1eUPRXCZrS6DgIHjf4fglodqPqoHPIOpUTR1qG6VYd1cvH2XxH5A10cHvD4DmtmnM5Mx/PK+k/4AewH5xQ6D4EZrsQb+PC5GkKkc8nMQ0239ReENHoLwfkcVEw3Wdr3TzdsWKsZJaBdhsDoOk02OYY+tjq91EY3f1cynVwmWwDM0GTRdemQ9IzrMOq0DQ9DN5yv26irmXH2apUWs5WfPYZ0Goz6G9WBG0ZY0ANaPHqkFUV4GmrcI4DO3nOxDT7OKopfWHz3dG9Cjr5odvGP4nek5w2zvVyOfDTIjOdF4Bi4Z0o72cN48x4HK9eT3ONSCW7OfdxQujAtJl/JjhHKwIDhT8Sj2lm7gnNTJ5KvPN5qbcr5EklIoNEFeDprXYnTY/bGvougWMipEKeNYTj0xKeev+zkejNjkyKXzvZaFRky2FjfijuPyHeL+Q18VAYazsHS9UesEDIj5yKJDGKAnOXyIx/z3N8GjbYqCfJTmvoPkJLCB1rYPJqOI2LZXd41aMpuUX0/pcCpQ5vctzKZy+8aVBHotPiRt5Phkm2pNtIN3JeQx70hKbSIq4zRUJkKApVq1VxZRh7ieCAXqCRZ5HQScte9r6egBonwTG3g8PUx7ToqYyVlRSkoyZK0E2ca4VOommsW8C/F5rwkh4RUlEZ618u81LeVac5BUMtsTQe8jXvDeOiX8Q9AQYAIgdnbgZLYUQAAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  width: 2em;
  height: 2em;
  background-size: contain;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2em;
}

body.users .detail-container.profile-container.my-profile #user-personal #avatar::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "Change Photo";
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

body.users .detail-container.profile-container.my-profile #user-personal #avatar::before,
body.users .detail-container.profile-container.my-profile #user-personal #avatar::after {
  display: none;
  pointer-events: none;
}

body.users .detail-container.profile-container.my-profile #user-personal #avatar:hover::before,
body.users .detail-container.profile-container.my-profile #user-personal #avatar:hover::after {
  display: flex;
}

/* aka Super Light Grey in style guide */

/* not in style guide */

/* aka Light Grey in style guide */

/* not in style guide */

/* not in style guide */

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Dark Grey in style guide */

/* aka Nav Bar Black in style guide */

/* gray with an a for black */

/* grey with an e for white */

.collection-container .comments-container {
  border-top: 1px solid #e5eced;
  flex-basis: 100%;
}

.comments-container {
  color: #545450;
  font-size: 13px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.comments-container .empty-state {
  text-align: center;
  border-radius: 0.15em;
  order: 2;
  margin: 0.45em;
}

@media screen and (min-width: 800px) {
  .comments-container .empty-state {
    order: 0;
  }
}

.comments-container .comment-list {
  max-height: 21em;
  overflow-y: auto;
}

.comments-container .loading-state {
  background: #fafafa;
  border-radius: 0.2em;
  text-align: center;
  padding: 0.71em;
  margin: 0.5em;
}

.comments-container .loading-state svg {
  max-width: 2em;
  height: 2em;
}

.comments-container .pagination-prev {
  padding: 1em 2em;
  margin: 0;
  color: #42bac1;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.comments-container .pagination-prev:hover {
  background: #fafafa;
}

.comments-container .pagination-next {
  background: #fafafa;
  border: 1px solid #eee;
  display: block;
  margin: 0.5em;
  border-radius: 0.15em;
  padding: 1em;
  color: #42bac1;
  text-align: center;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  position: relative;
  cursor: pointer;
}

.comments-container .pagination-next::before,
.comments-container .pagination-next::after {
  position: absolute;
  left: 50%;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom-color: #fafafa;
  transform: translateX(-50%);
  display: block;
  content: " ";
  width: 0px;
  height: 0;
  z-index: 2;
}

.comments-container .pagination-next::after {
  z-index: 1;
  border-width: 7px;
  border-bottom-color: #eee;
}

.comments-container .pagination-next:hover {
  background: #f3f3f3;
}

.comments-container .pagination-next:hover::before {
  border-bottom-color: #f3f3f3;
}

.comments-container .help-block.toasty {
  left: 50%;
  top: 100%;
  margin-top: 0.75em;
  transform: translateX(-50%);
  font-size: 1em;
  padding: 1em;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.25em;
}

.comments-container .help-block.toasty::before,
.comments-container .help-block.toasty::after {
  border-bottom-color: #eee;
}

.comments-container .help-block.toasty::after {
  border-bottom-color: #fff;
}

.comments-container .new-comment {
  padding: 0.75em 1.5em !important;
  background: #fbfbfb;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.comments-container .new-comment .avatar,
.comments-container .new-comment .button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
}

.comments-container .new-comment .avatar {
  padding-right: 1em;
}

.comments-container .new-comment .button-container {
  padding-left: 1em;
}

.comments-container .new-comment .input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  align-items: stretch;
  -ms-overflow-style: none;
}

.comments-container .new-comment .input::-webkit-scrollbar {
  display: none;
}

.comments-container .new-comment .standard-field {
  padding: 0;
  border: 0;
  background: transparent;
  white-space: nowrap;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.comments-container .new-comment input {
  display: block;
  margin-right: 10px;
  padding: 5px 5px 6px;
  width: 100%;
  height: auto;
  border: none;
  background-color: #fff;
  text-transform: none;
  font-size: inherit;
  flex: 1;
}

.comments-container .new-comment input[type="text"] {
  margin-top: -3px;
  background: transparent;
}

.comments-container .new-comment input[type="submit"],
.comments-container .new-comment button {
  background: #42bac1;
  border: 1px solid #3ba7ae;
  display: inline-block;
  padding: 0.65em 1em;
  outline: none;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 900;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.comments-container .new-comment input[type="submit"][disabled],
.comments-container .new-comment button[disabled] {
  background: transparent;
  border: 1px solid #e3e3e3;
  color: #cdcbc9;
}

.comments-container .new-comment input[type="submit"]:hover,
.comments-container .new-comment button:hover {
  background: #55c1c7;
  color: #fff;
}

.comments-container .new-comment input[type="submit"]:active,
.comments-container .new-comment button:active {
  background: #3ba7ae;
  color: #fff;
}

.comments-container .new-comment .splash-board {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0.85em 0.85em 0.85em 1.5em;
  border-top: 1px solid #e5e5e5;
  background-color: #fbfbfb;
}

.comments-container .new-comment .splash-board li {
  list-style: none;
}

.comments-container .new-comment .splash-board li.input_action {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.comments-container .new-comment .splash-board li.string {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  align-items: center;
}

.comments-container .new-comment label {
  display: inline;
  float: none;
}

.comments-container .new-comment .label {
  float: none;
  margin: 0 1.25em 0 0;
  padding: 0;
  width: auto;
}

.comments-container .comment-row {
  display: flex;
  flex-direction: row;
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #f2f2f2;
}

.comments-container .comment-row button.delete {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  color: #9b9b9b;
  font-size: 1.5em;
}

.comments-container .comment-row button.delete:hover {
  color: #dc3000;
  transform: scale(1.5);
}

.comments-container .comment-row .embedly {
  margin-top: 0.5em;
}

.comments-container .comment-row.new {
  animation: highlight 1.5s normal forwards;
}

.comments-container .comment-row.deleted {
  background: #fafafa;
  border-bottom-style: dashed;
}

.comments-container .comment-row .author time {
  margin-left: 0.5em;
}

.comments-container .comment-row .details {
  flex: 1;
}

.comments-container .comment-row .details p {
  margin: 0.2em 0 0;
}

.comments-container .comment-row .details time {
  color: #b2b2b2;
}

.comments-container .comment-row form {
  display: block;
  width: 100%;
}

.comments-container .comment-row .avatar {
  padding-right: 1em;
  flex: 0 0 auto;
}

.comments-container .user-image {
  border-radius: 10em;
}

.content-editable-natural {
  font-weight: normal;
  outline: none;
}

.content-editable-natural.single-line {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  white-space: nowrap;
  overflow-x: auto;
}

.content-editable-natural * {
  border: 0;
  background: transparent;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  text-align: left;
  resize: vertical;
  white-space: pre;
  -ms-overflow-style: none;
}

.content-editable-natural::-webkit-scrollbar,
.comment-row::-webkit-scrollbar,
.text::-webkit-scrollbar {
  display: none;
}

.content-editable-natural .hashtag,
.comment-row .hashtag,
.text .hashtag {
  color: #42bac1 !important;
}

.content-editable-natural .mention,
.comment-row .mention,
.text .mention {
  color: #ef372a !important;
}

#preferences {
  padding: 2em;
  border-bottom: 1px solid #ddd;
  background: #fff;
  text-transform: none;
}

#preferences .settings-section-label {
  margin-bottom: 1em;
}

#preferences #public-settings,
#preferences #private-settings,
#preferences #email-preferences {
  margin-top: 1.25em;
  padding-top: 1.25em;
  border-top: 1px solid #eee;
}

#preferences #private-settings li {
  margin-bottom: 1em;
}

#preferences #private-settings li:last-child {
  margin-bottom: 0;
}

#preferences #public_location_setting {
  padding: 1em 0;
}

#preferences #preferences-response .error,
#preferences #preferences-response .success {
  margin-bottom: 48px;
  padding: 5px;
  border-radius: 23px;
  text-align: center;
}

#preferences .settings-submit input {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 15px 0;
}

#preferences .settings-submit input[disabled],
#preferences .settings-submit input.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

#preferences .settings-submit input:hover {
  background: #e1e1e1;
}

#preferences .settings-submit input:active {
  background: #afafaf;
}

#preferences #settings-save-button {
  margin-top: 1em;
}

#preferences #settings-save-button button,
#preferences #settings-save-button input[type="button"],
#preferences #settings-save-button input[type="submit"] {
  padding: 0.7em 2em;
  text-transform: uppercase;
  font-size: 14px;
}

#preferences a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.9em;
}

#preferences #user_public_location {
  font-size: 0.9em;
}

#preferences label[for='user_public_location'] {
  font-size: 15px;
  margin-left: 0.5em;
}

#preferences .instructions {
  text-transform: none;
  font-size: 20px;
}

#preferences .formtastic {
  text-transform: none;
}

#preferences .flex-inputs {
  margin: -0.75em;
}

#preferences .flex-inputs > * {
  margin: 1em 0.75em;
}

#preferences input[type="email"],
#preferences input[type="numeric"],
#preferences input[type="password"],
#preferences input[type="text"] {
  display: block;
  width: 100%;
  border-color: #e1e1e1;
}

#preferences h5 {
  margin: 0 auto;
}

#preferences #email-preferences {
  line-height: 25px;
}

#preferences #email-preferences label {
  margin-left: 0.75em;
}

#preferences .sprite-background-username_icon {
  position: relative;
  top: -7px;
  left: 7px;
  z-index: 1;
}

#preferences .settings-delete-account {
  float: right;
  margin-top: 3em;
}

#preferences #delete-account-link {
  color: #ef372a;
}

#user-settings-nav-dropdown {
  font-size: 16px;
}

#settings_user_email_input,
#settings_user_current_password_input {
  border-bottom: none;
}

#settings_user_email_input .inline-errors,
#settings_user_current_password_input .inline-errors {
  top: -36px;
}

#preferences #email-error,
#preferences #password-error {
  top: -36px;
}

#preferences input {
  text-transform: none;
}

#preferences .formtastic {
  text-transform: none;
}

#preferences .inline-errors {
  width: 175px;
}

#preferences .parsley-error-list li {
  top: 12px;
}

#preferences .parsley-error-list li.type {
  top: 26px;
}

#preferences .error {
  background-color: transparent;
}

#preferences .error input[type='text'],
#preferences .error input[type='password'],
#preferences .error input[type='email'] {
  border-bottom: 2px solid #ef4237;
}

#preferences input[type='text'].parsley-error,
#preferences input[type='password'].parsley-error,
#preferences input[type='email'].parsley-error {
  border-bottom: 2px solid #42bac1;
}

#preferences .background-loc {
  z-index: 1;
  position: relative;
  top: 9px;
  left: 7px;
}

#preferences .background-username_icon {
  z-index: 1;
  position: relative;
  top: 20px;
  left: 8px;
}

#preferences .settings-section-label {
  color: #2b2e38;
  font-weight: bold;
  font-size: 1.1em;
}

#delete-account-ally,
#delete-account-reasons {
  margin-bottom: 18px;
  padding: 30px;
  background: white;
  font-size: 15px;
}

#delete-account-ally .separator,
#delete-account-reasons .separator {
  margin: 8px 0;
}

#delete-account-signature {
  padding-top: 10px;
  height: 40px;
  background: url(//www.thehunt.com//assets/images/delete_account_ally.2fa9af225c4e30dfefef7ef283ee6959.png) no-repeat left center;
  background-size: auto 40px;
}

#delete-account-form {
  margin: 0;
  padding-top: 10px;
}

#delete-account-radio-tags {
  width: 330px;
}

#delete-account-radio-tags input[type="radio"] + label {
  opacity: 0.5;
}

#delete-account-radio-tags input[type="radio"]:checked + label {
  opacity: 1;
}

#delete-account-submit {
  margin: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
  width: 220px;
  color: #ffffff !important;
  font-size: 14px;
}

#delete-account-submit.disabled:hover {
  background-color: #d6d5d5;
}

#delete-account-cancel {
  margin-top: 3em;
  font-size: 16px;
}

#delete-account-error-state {
  font-size: 13px;
}

#post-delete-account-popover {
  padding-left: 25px;
  text-align: left;
}

#post-delete-account-popover .primary-button {
  margin-top: 15px;
  width: 267px;
}

.sprite-background-username_icon,
.sprite-background-loc {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.2em;
  height: 1.2em;
}

.sprite-background-username_icon {
  background-image: url(//www.thehunt.com//assets/images/sprites/username_icon.c90d5b784fe5e16f0bb2db8b8beddaec.png);
}

.sprite-background-loc {
  background-image: url(//www.thehunt.com//assets/images/sprites/loc.dfa521a095915c4ead45aeb1660b8995.png);
}

#editorial-link a {
  position: relative;
}

#editorial-link a::after {
  content: "NEW!";
  color: #ef372a;
  font-size: 0.65em;
  position: absolute;
  left: 100%;
  margin-left: -1.75em;
  margin-top: -4px;
}

body.articles_controller {
  background: #fcfcfc;
}

body.articles_controller #container {
  max-width: 100%;
  width: 100%;
}

.detail-container.article {
  margin: 0;
  max-width: 100%;
}

.detail-container.article figure {
  margin: 0;
}

.detail-container.article hr {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.detail-container.article .admin-controls button {
  width: auto;
}

.detail-container.article .user-notes .note-list.no-results::before {
  content: "\1F485";
}

.detail-container.article .content-text {
  font-family: "Harriet Display", Georgia, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.015em;
}

.detail-container.article .content-text a {
  color: #ff6666;
  text-decoration: underline;
  text-underline-position: under;
}

.detail-container.article .content-text a:hover {
  color: #d95757;
}

.detail-container.article .container,
.detail-container.article .content-text,
.detail-container.article .content-button,
.detail-container.article .content-divider,
.detail-container.article .content-tag,
.detail-container.article .content-image,
.detail-container.article .content-quote,
.detail-container.article .content-spotify,
.detail-container.article .comments-container,
.detail-container.article .article-notes,
.detail-container.article .user-notes,
.detail-container.article .new-note-form,
.detail-container.article .article-container {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.detail-container.article .content-tag,
.detail-container.article .content-note,
.detail-container.article .content-zine,
.detail-container.article .content-poll {
  margin: 1em auto;
}

.detail-container.article .content-text,
.detail-container.article .content-button,
.detail-container.article .content-image,
.detail-container.article .content-note,
.detail-container.article .content-instagram,
.detail-container.article .content-twitterfollow,
.detail-container.article .content-twittertimeline,
.detail-container.article .content-tweet,
.detail-container.article .article-notes,
.detail-container.article .user-notes,
.detail-container.article .main-content > .new-note-form,
.detail-container.article .article-container {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.detail-container.article header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  line-height: 1.4;
  text-align: center;
  padding: 3em 0;
  color: #69645d;
  letter-spacing: -0.015em;
  margin-bottom: 3em;
  position: relative;
}

.detail-container.article header::after,
.detail-container.article header::before {
  border: 12px solid transparent;
  border-top-color: #fff;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.detail-container.article header::before {
  border-top-color: rgba(0, 0, 0, 0.09);
  margin-top: 1px;
}

.detail-container.article header h1 {
  font-weight: 600;
  margin: 0;
  letter-spacing: inherit;
  color: #1f1f1f;
  font-size: 8vw;
  font-family: "Harriet Display", Georgia, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.015em;
}

@media screen and (min-width: 700px) {
  .detail-container.article header h1 {
    font-size: 3em;
  }
}

.detail-container.article header .subtitle {
  font-size: 5vw;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.25em;
  color: #ff9fa7;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 700px) {
  .detail-container.article header .subtitle {
    font-size: 1.75em;
  }
}

.detail-container.article header time {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 1.5em;
  color: #9b9b9b;
}

.detail-container.article .article-details {
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.detail-container.article .article-details .like-button,
.detail-container.article .article-details .comment-button {
  margin-left: 1em;
}

.detail-container.article .article-tags {
  margin-top: 2em;
  margin-bottom: 3em;
}

.detail-container.article .article-tags .category-tag {
  border-radius: 0.15em;
  color: #42bac1;
  font-weight: 600;
  font-size: 1.35em;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}

.detail-container.article .article-tags .category-tag img {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  border-radius: 10em;
  margin-right: 0.5em;
}

.detail-container.article .article-author {
  margin: 0.25em 0;
  font-size: 1.15em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.detail-container.article .article-author .avatar {
  width: 2em;
  height: 2em;
  border-radius: 10em;
  margin-right: 0.5em;
}

.detail-container.article .article-author em::before {
  content: ", ";
}

.detail-container.article .footer-flex {
  align-items: center;
}

.detail-container.article .footer-stats .comment-button,
.detail-container.article .footer-stats .like-button {
  font-size: 1.5em;
  margin-right: 1em;
}

.detail-container.article .collection-actions {
  flex: 0 1 auto;
}

.detail-container.article .content-render + hr {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 3em;
}

.detail-container.article .article-comments {
  background: #f9f9f9;
  margin-top: 3em;
  padding: 3em 0;
}

.detail-container.article .article-comments h2 {
  font-size: 2em;
  margin: 0;
  color: #ef372a;
  margin: 0;
}

.detail-container.article .article-comments h2 a {
  color: inherit;
}

.detail-container.article .article-comments .comments-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin-top: 0.5em;
}

.detail-container.article .article-notes,
.detail-container.article .user-notes {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 2em;
  padding-top: 1.5em;
}

.detail-container.article .article-notes > h2,
.detail-container.article .user-notes > h2 {
  color: #42bac1;
  margin-bottom: 0.25em;
}

.detail-container.article .new-note-form {
  margin-bottom: 1.5em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.detail-container.article .share-dialog .share-buttons {
  transform: none;
  right: 0;
  left: auto;
}

.detail-container.article .share-dialog .share-buttons::after {
  right: 3em;
  left: auto;
  transform: none;
}

.content-render {
  color: #333;
  line-height: 1.4;
}

.content-render .button {
  font-size: 1.15em;
}

.content-render .content-text h1,
.content-render .content-text h2,
.content-render .content-text h3,
.content-render .content-text h4,
.content-render .content-text h5,
.content-render .content-text h6,
.content-render .content-button h1,
.content-render .content-button h2,
.content-render .content-button h3,
.content-render .content-button h4,
.content-render .content-button h5,
.content-render .content-button h6,
.content-render .content-image h1,
.content-render .content-image h2,
.content-render .content-image h3,
.content-render .content-image h4,
.content-render .content-image h5,
.content-render .content-image h6,
.content-render .content-quote h1,
.content-render .content-quote h2,
.content-render .content-quote h3,
.content-render .content-quote h4,
.content-render .content-quote h5,
.content-render .content-quote h6,
.content-render .content-divider h1,
.content-render .content-divider h2,
.content-render .content-divider h3,
.content-render .content-divider h4,
.content-render .content-divider h5,
.content-render .content-divider h6 {
  margin: 0;
  margin-bottom: 0.2em;
  font-family: "Harriet Display", Georgia, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.015em;
}

.content-render .text-entry {
  font-size: 18px;
  line-height: 1.4;
}

.content-render .text-entry h2 {
  text-transform: uppercase;
  color: #1c1c1c;
}

.content-render .text-entry h3 {
  color: #36342e;
}

.content-render .text-entry h4 {
  color: #44413b;
}

.content-render .text-entry h5,
.content-render .text-entry h6 {
  color: #69645d;
}

.content-render .content-nag {
  background: #eee;
  padding: 0.5em 0;
  margin: 3em auto;
  text-align: center;
}

.content-render .content-nag > div {
  margin: 0 auto;
}

.content-render .content-quote {
  text-align: center;
  font-family: "Harriet Display", Georgia, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.015em;
  margin: 3em auto;
}

.content-render .content-quote blockquote {
  display: inline-block;
}

.content-render .content-quote blockquote p {
  font-size: 2.5em;
  font-style: italic;
  color: #42bac1;
  position: relative;
  margin: 0;
}

.content-render .content-quote blockquote p::before,
.content-render .content-quote blockquote p::after {
  color: #b3e3e6;
  font-size: 2em;
  line-height: 1rem;
  vertical-align: middle;
}

.content-render .content-quote blockquote p::before {
  content: "\201C";
  margin-right: 0.15em;
}

.content-render .content-quote blockquote p::after {
  content: "\201D";
  margin-left: 0.15em;
}

.content-render .content-quote blockquote footer {
  color: #69645d;
  font-weight: 600;
}

.content-render .content-quote blockquote footer::before {
  content: "\2014";
  margin-right: 0.5em;
}

.content-render .content-divider {
  margin: 3em auto !important;
  position: relative;
}

.content-render .content-divider hr {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.content-render .content-divider span {
  background: #fcfcfc;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.15em;
  padding: 0.5em 1em;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9b9b9b;
}

.content-render .content-image {
  text-align: center;
  margin: 3em 0;
}

.content-render .content-image::first-child {
  margin-top: 0;
}

.content-render .content-image figcaption {
  color: #69645d;
  font-weight: 600;
  display: block;
  padding: 0.5em 0;
}

.content-render .twitter-widget,
.content-render .instagram-widget,
.content-render .pinterest-widget,
.content-render .content-spotify {
  text-align: center;
  margin: 3em auto;
}

.content-render twitterwidget,
.content-render .twitter-follow-button,
.content-render .instagram-media,
.content-render .content-instagram iframe,
.content-render .instagram-media-registered,
.content-render .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}

.content-render .twitter-timeline,
.content-render .content-instagram iframe,
.content-render .pinterest-pin-widget {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-render .pinterest-board-widget {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-render .pinterest-board-widget {
  max-height: 600px;
}

.content-render .poll,
.content-render .zine,
.content-render .note,
.content-render .item-collection {
  position: relative;
}

.content-render .poll,
.content-render .zine {
  max-width: 300px;
  margin: 0 auto;
}

.pinterest-widget--grid {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  display: block;
  font-family: helvetica, sans-serif;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pinterest-widget--grid .grid-widget-header {
  padding-bottom: 5px;
  text-align: left;
}

.pinterest-widget--grid .grid-widget-header img {
  border-radius: 3px;
  height: 36px;
  width: 36px;
}

.pinterest-widget--grid .grid-widget-header-text {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.pinterest-widget--grid .grid-widget-header-text a {
  color: #8e8e8e;
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.pinterest-widget--grid .grid-widget-header-text a:first-child {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.pinterest-widget--grid .pinterest-grid {
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.pinterest-widget--grid .pinterest-grid a:before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2px #888 !important;
}

.pinterest-widget--grid .pinterest-grid img {
  display: block;
}

.pinterest-widget--grid .grid-widget-footer {
  background: #f4f4f4 url(https://s-passets.pinimg.com/images/pidgets/board_button_link.png);
  color: #746d6a;
  text-shadow: 0 1px #fff;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  margin: 10px 0 0;
  height: 31px;
  line-height: 32px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 13px;
}

.pinterest-widget--grid .grid-widget-logo {
  background: transparent url(https://s-passets.pinimg.com/images/pidgets/board_button_logo.png) 50% 48% no-repeat;
  display: inline-block;
  height: 15px;
  vertical-align: text-bottom;
  width: 70px;
}

.share-dialog {
  position: relative;
  z-index: 2;
}

.share-dialog button.share {
  background: transparent;
  border: 1px solid #eee;
  border-radius: 10em;
  color: #aaa;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.share-dialog button.share .text {
  padding: 0 0.15em;
}

.share-dialog button.share .count {
  padding: 0 0 0 0.65em;
  margin-left: 0.5em;
  position: relative;
}

.share-dialog button.share .count::before {
  border-left: 1px solid #e1e1e1;
  top: 50%;
  left: 0;
  height: 0.75em;
  transform: translateY(-50%);
  position: absolute;
  content: " ";
  display: block;
}

.share-dialog .share-action-zone {
  position: relative;
}

.share-dialog .share-buttons {
  background: #fafafa;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.35em 0.45em;
  border-radius: 10em;
  text-align: center;
  position: absolute;
  z-index: -1;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 150ms ease-in;
  transition-delay: 0.75s;
  transition-property: opacity, box-shadow, transform, z-index;
  will-change: opacity, box-shadow, transform;
  white-space: nowrap;
}

.share-dialog .share-buttons::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fafafa;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.share-dialog .share-buttons button {
  background: #aaa;
  border: 0;
  display: inline-block;
  text-align: center;
  width: 3em;
  height: 3em;
  border-radius: 10em;
  color: #fff;
  margin: 0 0.15em;
  padding: 0;
  text-align: center;
}

.share-dialog .share-buttons button svg {
  width: 2.5em;
  height: 2.5em;
  margin: auto !important;
}

.share-dialog .share-buttons button svg use {
  fill: #fff;
}

.share-dialog .share-buttons button:first-child {
  margin-left: 0;
}

.share-dialog .share-buttons button:last-child {
  margin-right: 0;
}

.share-dialog .share-buttons button.facebook {
  background: #3b5997;
}

.share-dialog .share-buttons button.facebook:hover {
  background: #2d4a83;
}

.share-dialog .share-buttons button.twitter {
  background: #00acee;
}

.share-dialog .share-buttons button.twitter:hover {
  background: #0099d6;
}

.share-dialog .share-buttons button.pinterest {
  background: #cc2127;
}

.share-dialog .share-buttons button.pinterest:hover {
  background: #a4181c;
}

.share-dialog .share-buttons button.tumblr {
  background: #35465c;
}

.share-dialog .share-buttons button.tumblr:hover {
  background: #1e2a3a;
}

.share-dialog:hover .share-buttons {
  transition-delay: 0s;
  z-index: 3;
}

.share-dialog:hover .share-buttons,
.share-dialog .share-buttons:hover {
  opacity: 1;
  transform: translate(-50%, 0%);
}

/* aka Super Light Grey in style guide */

/* not in style guide */

/* aka Light Grey in style guide */

/* not in style guide */

/* not in style guide */

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Mid Grey in style guide*/

/* aka Hunt Dark Grey in style guide */

/* aka Nav Bar Black in style guide */

/* gray with an a for black */

/* grey with an e for white */

ul.admin-nav {
  background: #524e4e;
  color: #fff;
  margin: 0;
  padding: 1.5em;
  flex: 0;
}

ul.admin-nav li {
  white-space: nowrap;
}

ul.admin-nav li a {
  color: #fff;
  padding: 0.5em;
  display: block;
}

.user-stats-container {
  border: 1px solid #ddd;
  border-radius: 1em;
  padding: 1em;
  background: #fff;
  margin-bottom: 1em;
}

.user-stats-container .user-image {
  float: left;
  margin-right: 0.5em;
}

.admin-controls {
  margin: 1em 0;
  padding: 1em;
  border-radius: 8px;
  background-color: #fbfaec;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  font-size: 13px;
}

.admin-controls h1,
.admin-controls h2,
.admin-controls h3,
.admin-controls h4,
.admin-controls h5,
.admin-controls h6 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1.25em;
}

.admin-controls button {
  margin-right: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.admin-controls hr {
  display: block !important;
  padding: 0 !important;
  margin: 1em auto !important;
}

.admin-controls .action-list,
.admin-controls .flex-row {
  flex-wrap: wrap;
}

.admin-controls .action-list > * {
  display: block;
  width: 100%;
  padding: 1em;
  margin: 0;
  margin-bottom: 0.25em;
}

.admin-controls .action-row > * {
  margin: 0.25em;
}

.admin-controls table.small {
  width: 100%;
  text-align: center;
}

.admin-controls table.small td {
  text-align: center;
}

.admin-controls .stat-box {
  padding: 0.5em;
}

.admin-controls .stat-box .small {
  padding: 0.25em;
  line-height: 120%;
}

.form-container.admin-form textarea {
  background-color: lightgrey;
}

body.admin #debut {
  display: flex;
  flex-direction: column;
}

body.admin #container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
  flex: 1;
}

body.admin #container #admin-content {
  flex: 1;
}

body.admin #container #wet-bar {
  background: #69645d;
  padding: 0.75em 1.5em;
}

body.admin #container #inner-content-container-columns {
  padding: 1.5em 3em;
}

body.admin #container .stats th {
  font-size: 0.7em;
}

body.admin #container .stats h3 {
  color: #ef4237;
  border-color: #ccc5b0;
}

body.admin #container .stats h6 {
  margin: 0;
  border-color: #ccc5b0;
}

body.admin #container .stats td {
  text-align: right;
}

body.admin #container .stats .post-info {
  font-size: 0.9em;
}

body.admin #container .stats .half {
  width: 260px;
  margin: 0 35px;
  float: left;
}

body.admin #container .stats .whole {
  width: 690px;
  margin: 0 15px;
  float: left;
}

body.admin #container .stats .stat-box strong {
  float: right;
}

body.admin #container .stats .stat-box .small {
  border-bottom: 1px #ccc5b0 dotted;
}

body.admin #container .stats .stat-box .last {
  border: none;
}

body.admin #container .stats hr {
  border-color: #ccc5b0;
}

body.admin #container .stats .user-info {
  margin-bottom: 7px;
}

body.admin #container .stats .user-activity {
  float: right;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: bold;
  color: #D32;
}

body.admin #container .stats .given {
  float: right;
  padding-left: 20px;
}

body.admin #container .stats .hunts .collection-container {
  margin-left: 5px;
  margin-right: 5px;
}

body.admin #container .stats .split {
  float: left;
  padding-left: 20px;
  width: 300px;
  overflow: hidden;
}

body.admin #container .stats .split .heading {
  font-size: 1.2em;
  font-weight: bold;
}

body.admin #container .stats .split li {
  padding-left: 5px;
}

body.admin #container .stats .split li.alternate {
  background-color: white;
}

body.admin #container .stats .number {
  font-family: monospace;
}

body.admin #container .stats svg path {
  stroke: steelblue;
  stroke-width: 1.5;
  fill: none;
}

body.admin #container .stats svg line {
  stroke: #ccc;
  stroke-width: 1;
}

body.admin #container .stats svg text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
  color: #333;
}

body.admin #container #outbound-clicks-cohorts {
  margin-bottom: 25px;
}

body.admin #container .stats-container {
  width: 1024px;
  margin-bottom: 40px;
  padding: 20px;
}

body.admin #container .stats-container .blocked-tag-list {
  max-height: 21em;
  overflow-y: auto;
}

body.admin #container .stats-container #admin-top-tags-form input {
  width: 95%;
  margin: 10px;
}

body.admin #container #deactivation-container,
body.admin #container .stats-container {
  min-height: 600px;
  width: 1024px;
  padding: 20px;
}

body.admin #container #deactivation-container #email-edit-form input,
body.admin #container .stats-container #email-edit-form input {
  width: 300px;
}

body.admin #container .stats-container table {
  margin-top: 20px;
}

body.admin #container .stats-container #rule_email_body,
body.admin #container .stats-container #email_body {
  width: 750px;
  height: 50px;
}

body.admin #container #recommendations-container div {
  padding-bottom: 5px;
  float: left;
}

body.admin #container #famous-people-container input {
  width: 400px;
}

body.admin #container .autonote-stats {
  font-size: 0.8em;
}

body.admin #container .autonote-stats th,
body.admin #container .autonote-stats td {
  padding-left: 4px;
  padding-right: 4px;
}

body.admin #container .autonote-stats th {
  text-align: left;
}

body.admin #container .autonote-stats td.title {
  text-align: left;
}

body.admin #container .autonote-stats td.number {
  text-align: right;
}

body.admin #container #polls-container .poll-images {
  max-width: 580px;
}

body.admin #container #polls-container .poll-images img {
  width: 180px;
  padding-right: 10px;
}

body.admin #container #polls-container .poll-info {
  width: 200px;
}

body.admin #container #polls-container .poll-comment {
  display: none;
}

body.admin #container #polls-container .shadowban,
body.admin #container #polls-container .undo-shadowban {
  padding: 11px 8px;
  margin-top: 10px;
}

body.admin #container #content-rules-container .tracking-time {
  width: 120px;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0 0 1em 0;
}

svg.icon {
  display: inline-block;
  vertical-align: middle;
}

body,
html {
  min-height: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll,
html.no-scroll {
  overflow: hidden;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  height: 100%;
  background-color: #F9F6F6;
}

body.reset_password {
  background-color: #1c1c1c;
}

body.empty {
  min-width: inherit;
  background-color: white;
  background-image: none;
}

body.landing {
  background: image_url("../images/desktop-landingpage-background.png");
}

body.landing.mobile {
  min-width: inherit;
  background-color: white;
}

body.mobile {
  font-size: 0.7em;
}

button {
  font-size: inherit;
}

input[readonly] {
  cursor: not-allowed;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

.control-group {
  display: block;
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

[hidden] {
  display: none !important;
}

h1 {
  font-size: 2.5em;
}

.clear-both {
  clear: both;
}

.cover-picture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.cover-picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

a.actions {
  margin-bottom: 1em;
}

.actions {
  padding: 1em;
}

.actions .triangle-container {
  display: inline-block;
  float: right;
  margin: 3px 30px 0 -30px;
}

.actions .triangle {
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #1c1c1c;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.fine-print {
  color: #d6d5d5;
  font-size: 9px;
  line-height: 12px;
}

a:focus {
  outline: none;
}

.flash:not(:empty) {
  background-color: #42bac1;
  margin: 0 auto;
  padding: 1em 0;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.flash:not(:empty).error {
  background-color: #ef372a;
}

.flash:not(:empty).success {
  background-color: #a7dc80;
}

.flash:empty {
  display: none;
}

.flash .message {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 978px;
  text-align: center;
}

.flash .close {
  position: absolute;
  top: 4px;
  right: 0;
  width: 30px;
  height: 30px;
}

#wet-bar {
  background: #342f2f;
  color: #ffffff;
  padding: 2em;
}

#wet-bar h1,
#wet-bar a {
  color: inherit;
}

.aspect-ratio-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.aspect-ratio-container .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.aspect-ratio-container .preload-image-container {
  width: 100%;
  height: 100%;
}

.detail-container,
.detail-container.zine .inner-container {
  max-width: 900px;
  margin: 1em auto 3em;
}

body.is-mobile .detail-container,
body.is-mobile
  .detail-container.zine .inner-container {
  margin: 0 auto;
}

.detail-container > .flex-row,
.detail-container.zine .inner-container > .flex-row {
  display: block;
}

@media screen and (min-width: 800px) {
  .detail-container > .flex-row,
  .detail-container.zine .inner-container > .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.detail-container .sidebar,
.detail-container.zine .inner-container .sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 2;
}

.detail-container .sidebar .flag-action,
.detail-container.zine .inner-container .sidebar .flag-action {
  margin: 1.5em 0;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .detail-container .sidebar,
  .detail-container.zine .inner-container .sidebar {
    width: 300px;
  }
}

.detail-container .content,
.detail-container.zine .inner-container .content {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 800px) {
  .detail-container .content,
  .detail-container.zine .inner-container .content {
    width: calc(100% - 300px - 1.5em);
    margin-left: 1.5em;
  }
}

.detail-container .enlargeable-image,
.detail-container.zine .inner-container .enlargeable-image {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-container .enlargeable-image img,
.detail-container.zine .inner-container .enlargeable-image img {
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.detail-container .enlarged-image-container,
.detail-container.zine .inner-container .enlarged-image-container {
  background: #000;
}

.detail-container .pane,
.detail-container.zine .inner-container .pane {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0.5em;
}

.detail-container .description,
.detail-container.zine .inner-container .description {
  margin-bottom: 1em;
  color: #44413b;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  line-height: 1.4;
}

.detail-container .description h1,
.detail-container.zine .inner-container .description h1 {
  margin: 0;
  font-size: 1.15em;
  margin-bottom: 0.15em;
}

.detail-container .description h1 + span,
.detail-container.zine .inner-container .description h1 + span {
  font-weight: 500;
}

.detail-container .description .hashtag,
.detail-container.zine .inner-container .description .hashtag {
  color: #42bac1;
}

.detail-container .product-info-container,
.detail-container.zine .inner-container .product-info-container {
  color: #69645d;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.85em;
}

.detail-container .collection-meta,
.detail-container.zine .inner-container .collection-meta {
  padding: 1em;
  margin-bottom: 0;
}

.detail-container .collection-meta .user-info,
.detail-container.zine .inner-container .collection-meta .user-info {
  color: #9b9b9b;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-container .collection-meta .user-info:first-child,
.detail-container.zine .inner-container .collection-meta .user-info:first-child {
  margin-top: 0;
}

.detail-container .collection-meta .user-info .label,
.detail-container.zine .inner-container .collection-meta .user-info .label {
  display: block;
  color: #69645d;
  font-weight: bold;
}

.detail-container .collection-meta .user-info .avatar,
.detail-container.zine .inner-container .collection-meta .user-info .avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.detail-container .collection-meta .user-info .avatar img,
.detail-container.zine .inner-container .collection-meta .user-info .avatar img {
  width: 3em;
  height: 3em;
  border-radius: 6em;
}

.detail-container .collection-meta .user-info .username,
.detail-container.zine .inner-container .collection-meta .user-info .username {
  margin-bottom: 0.15em;
  color: #42bac1;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.3;
  display: block;
}

.detail-container .collection-meta .user-info .username a,
.detail-container.zine .inner-container .collection-meta .user-info .username a {
  color: inherit;
}

.detail-container .collection-meta .user-info .user-details,
.detail-container.zine .inner-container .collection-meta .user-info .user-details {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail-container .collection-actions,
.detail-container.zine .inner-container .collection-actions {
  text-align: center;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.detail-container .collection-actions .help-block.toasty,
.detail-container.zine .inner-container .collection-actions .help-block.toasty {
  white-space: nowrap;
}

.detail-container .collection-actions .share-dialog,
.detail-container .collection-actions .like-button-container,
.detail-container.zine .inner-container .collection-actions .share-dialog,
.detail-container.zine .inner-container .collection-actions .like-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.detail-container .collection-actions .share-dialog .action,
.detail-container .collection-actions .like-button-container .action,
.detail-container.zine .inner-container .collection-actions .share-dialog .action,
.detail-container.zine .inner-container .collection-actions .like-button-container .action {
  border-right: 0;
}

.detail-container .collection-actions .action,
.detail-container.zine .inner-container .collection-actions .action {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 1em;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  color: inherit;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 1.15em;
}

.detail-container .collection-actions .action:last-child,
.detail-container.zine .inner-container .collection-actions .action:last-child {
  border-right: 0;
}

.detail-container .collection-actions .action.share-dialog,
.detail-container.zine .inner-container .collection-actions .action.share-dialog {
  font-size: 1em;
}

.detail-container .collection-actions .action.share-dialog .trigger svg.icon,
.detail-container.zine .inner-container .collection-actions .action.share-dialog .trigger svg.icon {
  font-size: 1.5em;
  margin-top: -0.15em;
}

.detail-container .collection-actions .action.share-dialog .share-buttons svg.icon,
.detail-container.zine .inner-container .collection-actions .action.share-dialog .share-buttons svg.icon {
  max-width: 2em;
  max-height: 2em;
}

.detail-container .collection-actions .action.share-dialog:hover .trigger,
.detail-container.zine .inner-container .collection-actions .action.share-dialog:hover .trigger {
  color: #ff9933;
}

.detail-container .collection-actions .action.share-dialog:hover .trigger svg use,
.detail-container.zine .inner-container .collection-actions .action.share-dialog:hover .trigger svg use {
  fill: #ff9933;
}

.detail-container .collection-actions .action.share-dialog button:hover svg,
.detail-container.zine .inner-container .collection-actions .action.share-dialog button:hover svg {
  -webkit-animation: wetdog-large 1.25s infinite linear;
  animation: wetdog-large 1.25s infinite linear;
}

.detail-container .collection-actions svg.icon,
.detail-container.zine .inner-container .collection-actions svg.icon {
  max-width: 1em;
  max-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -0.15em;
  fill: #888;
}

.detail-container #wet-bar,
.detail-container #collection-header,
.detail-container.zine .inner-container #wet-bar,
.detail-container.zine .inner-container #collection-header {
  margin-bottom: 1em;
  padding: 0.9em;
  font-size: 1em;
}

.detail-container #wet-bar h1,
.detail-container #collection-header h1,
.detail-container.zine .inner-container #wet-bar h1,
.detail-container.zine .inner-container #collection-header h1 {
  margin: 0;
  padding: 0;
  font-size: 2.25em;
}

.detail-container.zine {
  max-width: 100%;
}

.related-notes {
  position: relative;
  margin-bottom: 3em;
}

.related-notes .feed-container {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.related-notes .note {
  border: 1px solid #eee;
}

.related-notes .note .collection-info .text {
  padding: 0;
}

.related-notes .note .collection-title {
  font-size: 1.15em;
  font-weight: 600;
}

.related-notes .shop_link_leader {
  display: none;
}

.related-notes h2 {
  text-align: center;
  text-transform: uppercase;
  color: #69645d;
}

.related-notes .pagination {
  background: #fff;
  margin: 0;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.preload-image-container {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.preload-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 0;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}

.preload-image::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.35);
}

.preload-image + img {
  position: relative;
  z-index: 2;
}

.object-fit-cover {
  object-position: center center;
  object-fit: cover;
}

.poll-choices .choice .object-fit-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.flag-action {
  color: #999;
}

.flag-action:not(.active) {
  cursor: pointer;
}

.flag-action svg {
  max-width: 1.5em;
  max-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75em;
}

.flag-action svg use {
  fill: #999;
}

.flag-action.active,
.flag-action:hover {
  color: #dc3000;
}

.flag-action.active svg use,
.flag-action:hover svg use {
  fill: #dc3000;
}

h3 {
  color: #444;
  text-transform: uppercase;
}

h3.bottom {
  border-top: none;
  color: #444;
  text-transform: uppercase;
  font-weight: normal;
}

h3.double {
  margin: 0 15px;
  opacity: 0.5;
}

h4 {
  color: #444;
  font-weight: normal;
  font-size: 1.5em;
}

h5 {
  margin: 20px 0;
  font-size: 1.2em;
}

h6 {
  margin-bottom: 0;
  color: #666;
  text-transform: none;
  font-weight: normal;
  font-size: 1.0em;
}

hr {
  border-top: #ccc solid 1px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.fade-img,
.fade-in {
  z-index: 0;
  opacity: 1 !important;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade {
  opacity: 0.85;
  transition: opacity 0.25s ease-in-out;
}

.fade:hover {
  opacity: 1;
}

.reverse-fade {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.reverse-fade:hover {
  opacity: 0.85;
}

a {
  color: #1c1c1c;
  text-decoration: none;
}

#app {
  min-height: 100%;
  will-change: filter;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.ReactModal__Body--open #app {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

#debut,
#fin {
  width: 100%;
}

#debut {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#fin {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#container,
.container {
  margin: 0 auto;
  width: 91%;
}

@media screen and (min-width: 900px) {
  #container,
  .container {
    max-width: 800px;
  }
}

@media screen and (min-width: 1100px) {
  #container,
  .container {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  #container,
  .container {
    max-width: 1100px;
  }
}

@media screen and (max-width: 700px) {
  body.is-mobile.detail-view #container,
  body.is-mobile.detail-view #container .container {
    width: 100%;
  }
}

body.popular_collections #container,
body.polls_controller.action_index #container,
body.tags_controller.action_show #container {
  width: auto;
  max-width: 97%;
  max-width: calc(100% - 3em);
  max-width: calc(100vw - 3em);
}

@media screen and (min-width: 800px) {
  body.popular_collections #container,
  body.polls_controller.action_index #container,
  body.tags_controller.action_show #container {
    max-width: calc(100% - 10em);
    max-width: calc(100vw - 10em);
  }
}

#banner {
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  background: #282323;
  color: #f64958;
  font-size: 1em;
}

#banner .banner-contents-container {
  position: relative;
  margin: 0 auto;
  padding: 0.5em 0;
}

#banner .banner-contents-container .content {
  display: inline-block;
}

#banner .banner-contents-container .close {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  left: calc(100% - 0.5em);
  float: none;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 2em;
}

#banner .text {
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}

#banner .primary-button {
  margin-left: 0.5em;
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #342f2f;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
}

#banner .primary-button:hover {
  background: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.3);
}

#banner .primary-button:active {
  background: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.65);
}

#banner svg.icon {
  max-height: 1.25em;
  max-width: 5em;
}

@media screen and (max-width: 600px) {
  #banner {
    text-align: center;
  }

  #banner .text {
    display: block;
    margin: 0 0 0.5em 0;
  }
}

#welcome-banner {
  background: #2f2a2a url(//www.thehunt.com//assets/images/welcome-banner.987b0916082935433570c22e63df1182.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#welcome-banner #introduction.container {
  margin: 0 auto;
  padding: 1em 0 3em;
  line-height: 1.3;
  max-width: 700px;
}

@media screen and (min-height: 700px) {
  #welcome-banner #introduction.container {
    padding: 4em 0 6em;
  }
}

body.is-mobile #welcome-banner #introduction.container {
  padding: 2em 0 3em;
}

#welcome-banner #introduction h2 {
  margin: 0;
  color: #f64958;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

@media screen and (min-width: 550px) {
  #welcome-banner #introduction h2 {
    font-size: 2.5em;
  }
}

#welcome-banner #introduction p {
  opacity: 0.85;
  margin-top: 0.25em;
  margin-bottom: 2em;
  font-size: 1.15em;
  line-height: 1.5;
  white-space: pre-line;
}

#welcome-banner #introduction .app-images {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

#welcome-banner #introduction .app-images a {
  display: inline-block;
  padding: 0.5em;
  margin: 0.5em;
  font-weight: bold;
  position: relative;
}

#welcome-banner #introduction .app-images a::before {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 10.25em;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 150ms ease-in;
  will-change: transform, background;
}

#welcome-banner #introduction .app-images a:hover::before {
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

#welcome-banner a.primary-button {
  border-radius: 2px;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.65em 1.2em;
  margin: 0;
  font-weight: 600;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #f64958;
  border-bottom-color: #ea4554;
  text-transform: uppercase;
  font-size: 15px;
  padding: 1em 2em;
}

#welcome-banner a.primary-button[disabled],
#welcome-banner a.primary-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

#welcome-banner a.primary-button:hover {
  background: #dd424f;
}

#welcome-banner a.primary-button:active {
  background: #ac333e;
}

.hunt-carousel {
  position: relative;
  overflow: hidden;
}

.hunt-carousel .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hunt-carousel .cover .slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  transition: left 300ms ease-in;
  will-change: left;
}

.hunt-carousel .cover .slide {
  min-width: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  transition: opacity 300ms ease-in;
  will-change: opacity;
  opacity: 0;
}

.hunt-carousel .cover .slide.active {
  opacity: 1;
}

.hunt-carousel .blips {
  position: relative;
  padding: 0.5em 0;
  text-align: center;
}

.hunt-carousel .blips .blip {
  display: inline-block;
  margin: 0 0.2em;
  padding: 1px;
  width: 12px;
  width: 0.25em;
  height: 12px;
  height: 0.25em;
  border-radius: 100px;
  background: #69645b;
  background: rgba(105, 100, 91, 0.2);
  content: " ";
  cursor: pointer;
}

.hunt-carousel .blips .blip.active,
.hunt-carousel .blips .blip:hover {
  background: #69645b;
}

.hunt-carousel .stats-row {
  margin: 0;
  padding: 0;
  color: #bebdbc;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font-weight: bold;
  font-size: 10px;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.hunt-carousel .stats-row .sprite-background-bullet_9x9 {
  margin: 0 3px;
}

.hunt-carousel .stats-row .stat {
  display: inline-block;
  vertical-align: middle;
}

.hunt-carousel .stats-row .stat .notes-count > *,
.hunt-carousel .stats-row .stat .stars-count > *,
.hunt-carousel .stats-row .stat .votes-count > * {
  vertical-align: middle;
}

.hunt-carousel .stats-row .stat .stars-count::before {
  background-image: url(//www.thehunt.com//assets/images/sprites/icon-heart.e2cf2b1209351cdadaca4154b4c4e152.png);
}

.hunt-carousel .stats-row .stat .notes-count::before {
  background-image: url(//www.thehunt.com//assets/images/sprites/icon-diamond.02e0a76b2f3d37e56da5e45436e7dd31.png);
}

.hunt-carousel .stats-row .stat .votes-count::before {
  background-image: url(//www.thehunt.com//assets/images/sprites/icon-arrow-up.30e9ca2969ae64448f38b4ce7bfd0993.png);
}

.hunt-carousel .stats-row .stat .notes-count::before,
.hunt-carousel .stats-row .stat .stars-count::before,
.hunt-carousel .stats-row .stat .votes-count::before {
  display: inline-block;
  margin-right: 0.25em;
  content: " ";
  vertical-align: middle;
}

.hunt-carousel .stats-row .stat::after {
  display: inline-block;
  margin: 0 0.5em;
  content: "\B7";
}

.hunt-carousel .stats-row .stat:last-child::after {
  display: none;
}

#featured-header {
  margin: 0 -0.5em;
  margin-bottom: 1em;
}

#featured-header > .flex-row > * {
  margin: 0.5em;
  padding: 1em;
  max-width: 31%;
  max-width: calc((100% / 3) - 1em);
  width: 31%;
  width: calc((100% / 3) - 1em);
  border-bottom: 1px solid #dedede;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  -ms-flex: 1 0 calc((100% / 3) - 1em);
  flex: 1 0 calc((100% / 3) - 1em);
}

#featured-header h4 {
  margin: 0;
  margin-bottom: 0.75em;
  padding: 0;
  border: 0;
  color: #44413b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

#featured-header .featured-hunt .slide .label,
#featured-header .latest-hunt .slide .label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 1em;
  padding-top: 3em;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
  pointer-events: none;
  text-align: left;
}

#featured-header .featured-hunt .slide .label .stats,
#featured-header .featured-hunt .slide .label .zine-name,
#featured-header .latest-hunt .slide .label .stats,
#featured-header .latest-hunt .slide .label .zine-name {
  display: block;
}

#featured-header .featured-hunt .slide .label .zine-name,
#featured-header .latest-hunt .slide .label .zine-name {
  font-size: 18px;
  line-height: 1.2;
}

#featured-header .featured-hunt .slide .label .stats,
#featured-header .latest-hunt .slide .label .stats {
  text-transform: uppercase;
  font-size: 11px;
}

#featured-header .hunt-carousel {
  position: relative;
}

#featured-header .hunt-carousel .carousel-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

#featured-header .hunt-carousel .slide {
  position: relative;
}

#featured-header .hunt-carousel .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  min-width: 100%;
}

#featured-header .hunt-carousel .slide-container img,
#featured-header .hunt-carousel .slide-container .fade-img {
  max-width: none;
  width: 100%;
}

#featured-header .hunt-carousel .slide-container > a,
#featured-header .hunt-carousel .slide-container .fade-img {
  display: block;
  width: 100%;
  height: 100%;
}

#featured-header .hunt-carousel .slide-container .fade-img {
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#featured-header .tag-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#featured-header .tag-group .tag-item {
  position: relative;
  margin: 0.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -ms-flex: 1 0 calc(50% - 1em);
  flex: 1 0 calc(50% - 1em);
}

#featured-header .tag-group .tag-item > a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

#featured-header .tag-group .tag-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

#featured-header .tag-group .tag-item .label-container {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(24, 144, 151, 0.65) 100%);
  color: #fff;
  font-size: 13px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6189097',GradientType=0 );
  pointer-events: none;
}

#featured-header .tag-group .tag-item .label-container:hover {
  background: linear-gradient(to bottom, transparent 0%, rgba(24, 144, 151, 0.75) 100%);
}

#featured-header .tag-group .tag-item .label-container .label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#featured-header .tag-group .tag-item .label-container .tag-name {
  display: block;
  font-weight: bold;
}

#featured-header .tag-group .tag-item .label-container .stats {
  display: block;
  font-size: 0.85em;
}

#browse-bar {
  left: 50%;
  max-width: 1024px;
  background: #f9f8f8;
  box-shadow: 0 3px 0.5em rgba(0, 0, 0, 0.15);
  color: #3a3a3a;
  font-size: 12px !important;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 !important;
}

#browse-bar::before {
  display: block;
  margin-top: -5px;
  padding-top: 5px;
  background: transparent;
  content: " ";
}

#browse-bar .close-banner {
  display: none;
  padding: 1em;
  background: #f4736a;
}

body.is-mobile #browse-bar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-size: 16px;
}

body.is-mobile #browse-bar .close-banner {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.is-mobile #browse-bar .flex-row {
  overflow: auto;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-overflow-style: none;
}

body.is-mobile #browse-bar .flex-row::-webkit-scrollbar {
  display: none;
}

body.is-mobile #browse-bar .flex-row > li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#browse-bar h4 {
  margin: 0 0 0.85em;
  padding: 0;
  border: 0;
  color: #ef372a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: inherit;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

#browse-bar h4 a {
  padding-right: 0;
  padding-left: 0;
  font-size: inherit;
}

#browse-bar a {
  color: inherit;
  font-size: inherit;
}

#browse-bar .flex-row {
  margin: 0 auto;
  text-align: left;
}

#browse-bar li,
#browse-bar ul {
  margin: 0;
  padding: 0;
}

#browse-bar .flex-row > li {
  padding: 1.3em 2.85em !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

#browse-bar .flex-row > li ul li {
  padding: 0 !important;
}

#browse-bar li {
  display: block;
  border: 0;
  line-height: 1.2;
}

#browse-bar li:hover {
  background: transparent;
}

#browse-bar .flex-row ul li a {
  padding: 0.3em 0;
}

#browse-bar .celebrities li {
  text-transform: capitalize;
}

#browse-bar .flex-row > li:nth-child(odd) {
  background: #f9f3f3;
}

#breadcrumbs {
  margin: 0 auto;
  padding: 1em 0;
  list-style-type: none;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  color: #605e58;
}

body.is-mobile #breadcrumbs {
  display: none;
}

#breadcrumbs ol {
  margin: 0;
  padding: 0;
}

#breadcrumbs li,
#breadcrumbs .crumb {
  display: inline-block;
  font-weight: 600;
}

#breadcrumbs li:hover,
#breadcrumbs .crumb:hover {
  color: #44413b;
  opacity: 1;
}

#breadcrumbs li::after,
#breadcrumbs .crumb::after {
  display: inline-block;
  margin: 0 0.5em;
  content: "\B7";
}

#breadcrumbs li a,
#breadcrumbs .crumb a {
  color: inherit;
}

#breadcrumbs li:last-child,
#breadcrumbs .crumb:last-child {
  opacity: 0.85;
  font-weight: normal;
}

#breadcrumbs li:last-child::after,
#breadcrumbs .crumb:last-child::after {
  display: none;
}

#footer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1em;
  z-index: 9000;
  transition: all 300ms ease-in;
  transition-property: max-width;
}

body.footer-static #footer {
  position: relative !important;
}

body.footer-static #footer .footer-toggle {
  display: none;
}

#footer.active,
body.footer-static #footer {
  background-color: #302a2b;
  left: 0;
  width: 100%;
  opacity: 1;
  padding: 0 4em;
}

#footer.active .footer-toggle,
body.footer-static #footer .footer-toggle {
  background-color: #fff;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer.active .footer-toggle > div,
body.footer-static #footer .footer-toggle > div {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer.active .footer-toggle > div::before,
#footer.active .footer-toggle > div::after,
body.footer-static #footer .footer-toggle > div::before,
body.footer-static #footer .footer-toggle > div::after {
  background: #302a2b;
}

#footer.active .container,
body.footer-static #footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  #footer {
    padding: 0.5em;
  }

  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center !important;
  }

  #footer .container > * {
    margin-bottom: 1.5em;
  }
}

#footer .footer-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 10em;
  background-color: #302a2b;
  border: 2px solid #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
}

#footer .footer-toggle svg use {
  fill: #fff;
}

#footer .footer-toggle ~ .footer-toggle {
  margin-top: 0.5em;
}

#footer .footer-toggle .opener {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}

#footer .footer-toggle .opener::before,
#footer .footer-toggle .opener::after {
  background: #fff;
  border-radius: 2px;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: -webkit-transform 100ms ease-in;
  transition: transform 100ms ease-in;
  transition: transform 100ms ease-in, -webkit-transform 100ms ease-in;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

#footer .footer-toggle .opener::before {
  width: calc(2px * 2);
  height: 1em;
  -webkit-transform: translate(calc(2px * -1), -50%);
  -ms-transform: translate(calc(2px * -1), -50%);
  transform: translate(calc(2px * -1), -50%);
}

#footer .footer-toggle .opener::after {
  width: 1em;
  height: calc(2px * 2);
  -webkit-transform: translate(-50%, calc(2px * -1));
  -ms-transform: translate(-50%, calc(2px * -1));
  transform: translate(-50%, calc(2px * -1));
}

#footer .footer-toggle:hover > div::before {
  -webkit-transform: scale(1.5) translate(calc(2px * -1), -50%);
  -ms-transform: scale(1.5) translate(calc(2px * -1), -50%);
  transform: scale(1.5) translate(calc(2px * -1), -50%);
}

#footer .footer-toggle:hover > div::after {
  -webkit-transform: scale(1.5) translate(-50%, calc(2px * -1));
  -ms-transform: scale(1.5) translate(-50%, calc(2px * -1));
  transform: scale(1.5) translate(-50%, calc(2px * -1));
}

#footer h6 {
  color: #ffdddb;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 0.5em 0;
  white-space: nowrap;
}

#footer svg {
  max-width: 1.5em;
  max-height: 1.5em;
}

#footer .container {
  position: relative;
  margin: 0 auto;
  padding: 1em 0;
  text-align: left;
  display: none;
}

#footer .copyright {
  display: block;
  margin-bottom: 0.25em;
  padding-right: 0.5em;
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  color: #f9f8f8;
  white-space: nowrap;
}

#footer .copyright small {
  margin-left: 0.5em;
  color: #ff9fa7;
}

#footer .site-links {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

#footer .links {
  margin: 0;
  padding: 0;
}

#footer .links > * {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #f9f8f8;
}

#footer .links > *::before {
  margin: 0 0.5em;
  color: #ff9fa7;
  content: "\B7";
  font-weight: bold;
}

#footer .links > *:first-child::before {
  display: none;
}

#footer .links > *:last-child {
  color: #ffdddb;
}

#footer .links > * a {
  color: inherit;
}

#footer .links .text a {
  text-decoration: underline;
}

#footer .social-media {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

#footer .social-media > * {
  padding: 0 0.5em;
}

#footer .social-media svg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 1.25em;
  max-height: 1.25em;
}

#footer .social-media svg use {
  fill: #fff;
}

#footer .footer-app {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#footer .social-media,
#footer .footer-app {
  text-align: center;
}

#footer .app-images,
#introduction .app-images {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  text-align: left;
  -webkit-perspective: 500px;
}

#footer .app-images > *,
#introduction .app-images > * {
  flex: 1 1 auto;
}

#footer .app-images a,
#introduction .app-images a {
  display: block;
  color: #f9f8f8;
  padding: 0 0.5em;
}

#footer .app-images svg,
#introduction .app-images svg {
  max-width: 1.5em;
  max-height: 1.5em;
}

#app-header {
  position: relative;
}

#app-header #logo {
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 1em 0 0.9em;
  text-align: left;
  border: none;
}

#app-header #logo a {
  display: block;
  padding-left: 0;
  width: 180px;
  height: 32px;
}

body.is-mobile #app-header #logo a {
  margin: 0 auto;
}

#app-header #navigation-container {
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 0;
  width: 100%;
  background-color: #342f2f;
  color: #fff;
  font-weight: 900;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

#welcome-banner #app-header #navigation-container {
  background: transparent;
}

#app-header #navigation {
  margin: 0 auto;
  text-align: center;
  transition: opacity 2s ease-in;
}

#app-header #navigation .flex-container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#app-header #navigation .flex-container .nav-bar,
#app-header #navigation .flex-container .nav-bar > li,
#app-header #navigation .flex-container .nav-bar > li > .dropdown,
#app-header #navigation .flex-container .nav-bar > li > .dropdown .toggle,
#app-header #navigation .flex-container .nav-bar > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#app-header #navigation .flex-container .nav-bar > li > .dropdown .toggle,
#app-header #navigation .flex-container .nav-bar > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

#app-header #navigation .flex-container .nav-bar.dropdown .toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#app-header #navigation .flex-container .nav-bar.dropdown .menu {
  margin: 0;
  padding: 1em;
  text-align: left;
  font-size: 1.25em;
}

#app-header #navigation .flex-container .nav-bar.dropdown .menu li {
  padding: 1em 0;
}

#app-header #navigation .flex-container .nav-bar.dropdown .menu li a {
  color: #9a9898;
}

#app-header #navigation .flex-container .nav-bar.dropdown .menu li svg use {
  fill: #9a9898;
}

#app-header #navigation .flex-container .nav-bar.dropdown .menu li a:hover,
#app-header #navigation .flex-container .nav-bar.dropdown .menu li a:active {
  color: #3a3a3a;
}

#app-header #navigation .flex-container .nav-bar.dropdown .menu svg use {
  fill: #3a3a3a;
}

#app-header #navigation #userlinks-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#app-header #navigation #userlinks-container > ul {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

#app-header #navigation .flex-container > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#app-header #navigation .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#app-header #navigation .profile .user-avatar {
  display: inline-block;
  width: 36px;
  vertical-align: middle;
  line-height: 100%;
}

#app-header #navigation .profile .user-avatar img {
  border-radius: 10em;
}

#app-header #navigation .userlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#app-header #navigation .userlinks .dropdown {
  padding: 0.75em 1em;
}

#app-header #navigation .userlinks .menu {
  font-size: 1em;
}

#app-header #navigation .userlinks .alternate-button {
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
}

#app-header #navigation .start-a-hunt-menu {
  white-space: nowrap;
}

#app-header #navigation .user-menu {
  position: relative;
  z-index: 100;
}

body.popular_collections #app-header #navigation .start-a-hunt-menu {
  display: none;
}

@media screen and (max-width: 700px) {
  #app-header .flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #app-header #navigation .flex-container > #main-navigation,
  #app-header #navigation .flex-container > #userlinks-container {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

  #app-header #navigation .flex-container > #logo {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #app-header #navigation .flex-container > #logo a {
    margin: 0 auto;
  }

  #app-header #navigation .flex-container #main-navigation {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #app-header #navigation .flex-container #main-navigation .dropdown {
    position: static;
  }

  #app-header #navigation .flex-container #main-navigation .dropdown.open .toggle-container {
    background: #fff;
  }

  #app-header #navigation .flex-container #main-navigation .dropdown.open .toggle-container svg.icon use {
    fill: #44413b;
  }

  #app-header #navigation .flex-container #main-navigation .dropdown .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #app-header #navigation .flex-container #userlinks-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }

  #app-header #search-link svg {
    margin-left: 1em;
  }

  #app-header #navigation-container {
    padding: 1em 0;
  }

  body.is-mobile #welcome-banner #app-header #navigation-container {
    padding: 2em 0 1em;
  }
}

#main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nav-bar {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.nav-bar > li {
  display: inline-block;
  padding: 0 1em;
  list-style-type: none;
  text-align: center;
}

.nav-bar > li#signin,
.nav-bar > li#signup {
  float: right;
  text-transform: uppercase;
}

.nav-bar > li #navbar-dropdown {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -6px;
  width: 12px;
  height: 6px;
  vertical-align: middle;
}

.nav-bar a {
  display: block;
  width: 100%;
  color: #9a9898;
  text-decoration: none;
}

.nav-bar svg.toggle {
  max-height: 1.5em;
  max-width: 1.5em;
}

.nav-bar svg.toggle use {
  fill: #fff;
}

.nav-bar a.active {
  color: #ffffff;
}

.nav-bar a:hover {
  color: #ffffff;
}

.nav-bar a.muted,
.nav-bar a.muted.active,
.nav-bar a.muted:hover {
  color: #9a9898;
}

.nav-bar.menu-open a,
.nav-bar.menu-open a:hover {
  color: #ffffff;
}

.nav-bar .browse-menu .dropdown {
  position: static;
}

.nav-bar .browse-menu .menu {
  width: 100%;
  padding: 0;
}

.dropdown {
  position: relative;
}

.dropdown .toggle {
  position: relative;
}

.dropdown .toggle.with-caret::after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: 3px;
  margin-left: 0.25em;
  border: 6px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.15);
  content: " ";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#browse-nav .dropdown .toggle::before {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  margin-top: -1em;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #ef372a;
  content: " ";
  opacity: 0;
}

.dropdown .menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  visibility: hidden;
  min-width: 120px;
  border-top: 3px solid #ef372a;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-transform: none;
  font-size: 0.75em;
  font-family: Helvetica, Arial, sans-serif;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.dropdown .menu::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: -1;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #ef372a;
  content: " ";
  opacity: 0;
}

#browse-nav .dropdown .menu::before {
  display: none;
}

.dropdown .menu ul {
  margin: 0;
  padding: 0;
  border: none;
}

.dropdown .menu ul li {
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: none;
  border-left: none;
  font-weight: 100;
}

.dropdown .menu ul li a {
  display: block;
  padding: 0.75em;
  color: #44413b !important;
  font-weight: 400;
  text-align: left;
}

.dropdown .menu ul li a:hover {
  text-decoration: none;
}

.dropdown .menu ul li:hover {
  background-color: #f1f1f1;
}

#browse-nav .dropdown.on-hover:hover .toggle::before,
#browse-nav .dropdown.open .toggle::before {
  z-index: 1;
  opacity: 1;
  transition: opacity 350ms;
}

.dropdown.on-hover:hover > .menu,
.dropdown.open > .menu {
  z-index: 10;
  z-index: 300;
  visibility: visible;
  opacity: 1;
}

.dropdown.on-hover:hover > .menu::before,
.dropdown.open > .menu::before {
  z-index: 1;
  opacity: 1;
  transition: opacity 350ms;
}

#backdrop {
  overflow: visible;
  width: 100%;
}

.landing #backdrop {
  height: 0;
}

.error a {
  color: #fff;
  text-decoration: underline;
}

.signup,
.success {
  background-color: #5ac1a0;
  color: #fff;
}

li {
  list-style-type: none;
}

.landing #container {
  margin-top: 30px;
}

hr.interstitial {
  position: absolute;
  top: 381px;
  z-index: 100;
  width: 100%;
  border: 1px solid #d6d5d5;
}

#finds-paginator,
#paginator {
  clear: both;
  padding-top: 17px;
  height: 150px;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.5em;
}

#finds-paginator {
  margin-right: 24px;
  margin-left: 24px;
}

#finds #finds-paginator {
  margin-right: 10px;
  margin-left: 10px;
}

#inner-content-container-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#aside {
  color: #171717;
}

@media screen and (min-width: 600px) {
  #aside {
    margin-left: 1em;
    width: calc(100% - 300px - 1em);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 300px - 1em);
    flex: 1 0 calc(100% - 300px - 1em);
  }

  body.users #aside {
    margin-left: 1.5em;
    width: calc(100% - 300px - 1.5em);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 300px - 1.5em);
    flex: 1 0 calc(100% - 300px - 1.5em);
  }
}

#content,
#collection-container {
  position: relative;
  margin: 0;
}

@media screen and (min-width: 880px) {
  #content,
  #collection-container {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  body.users #content,
  body.users
      #collection-container {
    width: 195px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
  }
}

#content h3,
#collection-container h3 {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 0.9em;
}

body.flex-static #debut,
body.flex-static #backdrop,
body.flex-static #container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.flex-static #support-frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 500px;
}

body.flex-static #container {
  max-width: 100%;
  width: 100%;
}

.oauth-prompt a {
  display: block;
  margin: auto;
  padding: 8px;
  text-decoration: none;
}

.likes {
  padding-top: 21px;
  height: 31px;
  color: #9b9b9b;
  text-align: center;
  font-size: 0.8em;
}

.collection-product-info {
  padding: 1em;
}

.collection-product-info h1#product-name {
  font-size: 1.25em;
  line-height: 1.2;
}

.user-info {
  color: #545450;
  line-height: 1.2;
}

.user-info .system-comment.post-info {
  display: inline !important;
}

.user-info .system-comment.post-ago {
  display: block !important;
}

.user-info .post-info {
  line-height: 1.2;
}

h1#product-name {
  margin: 0;
  margin-bottom: 0.3em;
  text-transform: capitalize;
  font-size: 1.5em;
  line-height: 100%;
}

.hunt_profile #aside .user-image,
.comments-container .user-image {
  max-width: 2.5em;
  max-height: 2.5em;
  width: 3em;
  height: 3em;
  border-radius: 10em;
}

.hunt_profile #aside .no-comments,
.comments-container .no-comments {
  padding: 1.5em;
  background: #fff;
  color: rgba(105, 100, 93, 0.8);
  text-align: center;
  line-height: 1.3;
}

.hunt_profile #aside .no-comments strong,
.comments-container .no-comments strong {
  color: #69645d;
}

.hunt_profile #aside .no-comments p,
.comments-container .no-comments p {
  margin: 0.2em 0;
}

#note-image-container {
  padding-right: 1%;
  padding-right: calc(1em);
  width: 49%;
  width: calc(50% - 1em);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  -ms-flex: 0 0 calc(50% - 1em);
  flex: 0 0 calc(50% - 1em);
}

#note-image {
  overflow: hidden;
  width: 40%;
  vertical-align: middle;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 101;
}

.fixed#controls.banner-siblinged {
  top: 60px;
}

#controls {
  background-color: #342f2f;
}

#controls h6 {
  margin: 0 0 0 5px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 1.1em;
}

#controls.homepage {
  box-sizing: border-box;
  width: 1024px;
  background-color: #ebeced;
}

#item-collections #filter-bar {
  height: 40px;
  border: 2px solid #d5d5d5;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(64, 64, 73, 0.55);
  font-weight: bold;
}

#item-collections #filter-bar .filter-bar-text {
  margin: 8px 15px 25px 28px;
  cursor: pointer;
}

#item-collections #filter-bar .load {
  display: inline-block;
}

#item-collections #filter-bar .selected {
  color: #42bac1;
}

#hunt-controls,
.tabbed-nav {
  position: relative;
  z-index: 3;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  border-top: none;
  background: #fff;
  box-shadow: inset 0 -1px 0 #fcfcfc;
  color: #2b2e38;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap;
  -ms-overflow-style: none;
}

#hunt-controls::-webkit-scrollbar,
.tabbed-nav::-webkit-scrollbar {
  display: none;
}

#hunt-controls ul,
.tabbed-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#hunt-controls ul li,
.tabbed-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hunt-controls ul li a,
.tabbed-nav ul li a {
  display: block;
  padding: 1.5em;
  padding: 1.5vh 1.5em;
}

#hunt-controls ul li a:hover,
.tabbed-nav ul li a:hover {
  color: #ef372a;
  text-decoration: none;
}

#hunt-controls ul li a.selected,
.tabbed-nav ul li a.selected {
  border-bottom: 2px solid #ef372a;
  color: #ef372a;
}

#hunt-controls ul li.selected,
.tabbed-nav ul li.selected {
  text-transform: capitalize;
  font-weight: normal;
}

#hunt-controls ul li.selected a.menu-name,
.tabbed-nav ul li.selected a.menu-name {
  color: #ffffff;
}

#hunt-controls li.dropdown,
.tabbed-nav li.dropdown {
  padding: 10px 0;
  width: 163px;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  cursor: pointer;
}

#hunt-controls li.dropdown .menu-group,
.tabbed-nav li.dropdown .menu-group {
  margin-left: 16px;
  max-width: 125px;
  text-align: center;
}

#hunt-controls li.dropdown a.menu-name,
.tabbed-nav li.dropdown a.menu-name {
  padding: 5px 0;
  text-transform: capitalize;
}

#hunt-controls li.dropdown .title-container,
.tabbed-nav li.dropdown .title-container {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  float: left;
  padding-right: 0;
  max-width: 104px;
  color: #ffffff;
}

#hunt-controls li.dropdown .menu-toggle,
.tabbed-nav li.dropdown .menu-toggle {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}

#hunt-controls li.dropdown .menu,
.tabbed-nav li.dropdown .menu {
  position: relative;
  z-index: 101;
  margin: 5px 0 0;
  width: 100%;
  background-color: #ffffff;
  cursor: pointer;
}

#hunt-controls li.dropdown .menu ul,
.tabbed-nav li.dropdown .menu ul {
  float: none;
  margin-left: -1px;
  padding-left: 0;
  background-color: #ffffff;
  list-style: none;
}

#hunt-controls li.dropdown .menu li,
.tabbed-nav li.dropdown .menu li {
  position: relative;
  float: none;
  padding: 0 0 0 8px;
  width: 153px;
  height: 20px;
  border-right: 2px solid #2b2e38;
  border-left: 2px solid #2b2e38;
  background-color: #ffffff;
}

#hunt-controls li.dropdown .menu li a,
.tabbed-nav li.dropdown .menu li a {
  display: block;
  padding: 0;
  color: #2b2e38;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  font-weight: normal;
  font-size: 0.8em;
}

#hunt-controls li.dropdown .menu li a:hover,
.tabbed-nav li.dropdown .menu li a:hover {
  color: #ffffff;
}

#hunt-controls li.dropdown .menu li.first,
.tabbed-nav li.dropdown .menu li.first {
  padding-top: 5px;
  border-top: 1px dotted #2b2e38;
}

#hunt-controls li.dropdown .menu li.bottom,
.tabbed-nav li.dropdown .menu li.bottom {
  border-bottom: 2px solid #2b2e38;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#hunt-controls li.dropdown .menu li:hover,
.tabbed-nav li.dropdown .menu li:hover {
  background-color: #1c1c1c;
}

#hunt-controls li.dropdown.last,
.tabbed-nav li.dropdown.last {
  border-right: 1px dotted;
}

#hunt-controls li.dropdown.disabled,
.tabbed-nav li.dropdown.disabled {
  background-color: inherit;
}

#hunt-controls li.dropdown.disabled a,
#hunt-controls li.dropdown.disabled a:hover,
.tabbed-nav li.dropdown.disabled a,
.tabbed-nav li.dropdown.disabled a:hover {
  color: #5b5b5b;
}

#hunt-controls li.dropdown.disabled .menu-toggle,
.tabbed-nav li.dropdown.disabled .menu-toggle {
  display: none;
}

#hunt-controls li.hover,
#hunt-controls li.selected.hover,
.tabbed-nav li.hover,
.tabbed-nav li.selected.hover {
  background-color: #1c1c1c;
}

#hunt-controls li.hover a,
#hunt-controls li.selected.hover a,
.tabbed-nav li.hover a,
.tabbed-nav li.selected.hover a {
  color: #ffffff;
}

#hunt-controls {
  position: sticky;
  position: -webkit-sticky;
  top: -1px;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 12;
}

#hunt-search input {
  float: right;
  margin: 8px 0 0 14px;
  padding: 0 5px 0 15px;
  width: 335px;
  height: 25px;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  background: #fff;
  color: #9b9b9b;
  text-align: left;
  font-size: 1em;
}

#hunt-search .search-icon {
  float: right;
  margin: 8px 7px 0 0;
  padding: 0;
  height: 25px;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
}

#hunt-search .search-icon .sprite-background-search {
  margin: 5px 6px 0 0;
  width: 16px;
  height: 16px;
}

#hunt-search .search-icon .sprite-background-search:hover {
  cursor: pointer;
}

#hunt-search input[type="email"]:-webkit-input-placeholder,
#hunt-search input[type="email"]::-webkit-input-placeholder,
#hunt-search input[type="password"]:-webkit-input-placeholder,
#hunt-search input[type="password"]::-webkit-input-placeholder,
#hunt-search input[type="text"]:-webkit-input-placeholder,
#hunt-search input[type="text"]::-webkit-input-placeholder,
#hunt-search input[type="url"]:-webkit-input-placeholder,
#hunt-search input[type="url"]::-webkit-input-placeholder,
#hunt-search textarea:-webkit-input-placeholder,
#hunt-search textarea::-webkit-input-placeholder {
  font-style: normal;
  font-size: 1em;
}

#hunt-search input[type="email"]:-moz-placeholder,
#hunt-search input[type="email"]::-moz-placeholder,
#hunt-search input[type="password"]:-moz-placeholder,
#hunt-search input[type="password"]::-moz-placeholder,
#hunt-search input[type="text"]:-moz-placeholder,
#hunt-search input[type="text"]::-moz-placeholder,
#hunt-search input[type="url"]:-moz-placeholder,
#hunt-search input[type="url"]::-moz-placeholder,
#hunt-search textarea:-moz-placeholder,
#hunt-search textarea::-moz-placeholder {
  font-style: normal;
  font-size: 1em;
}

#static-signon-container #messaging {
  margin: 0 auto;
  width: 600px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}

#static-signon-container #messaging p {
  margin: 40px 0 0;
}

#dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 989;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #3a3a3a;
  opacity: 0;
}

#dim.add-find-dim {
  background-color: #3a3a3a;
  opacity: 0.4;
}

#dim_clear {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

#profile-picture input[type="submit"] {
  min-width: 110px;
}

.file-upload {
  width: 520px;
  text-align: left;
}

.file-upload #s3_swf_1 {
  position: relative;
  left: -7px;
}

.file-upload #file_lists {
  margin-bottom: 10px;
}

.file-upload .file_list {
  padding-left: 0;
}

.file-upload .file_list li {
  position: relative;
  height: 20px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #9b9b9b;
  background-color: #ccc;
}

.file-upload .file_list li .progress {
  position: absolute;
  display: block;
  background: url(//www.thehunt.com//assets/images/gem_sq_20px.ae44d35be09dc87e77b4cd6b42267490.png) repeat-x;
  text-align: right;
}

.file-upload .file_list li .progress .amount {
  position: relative;
  right: -40px;
  color: #9b9b9b;
}

.file-upload .file_list li .file_name {
  position: absolute;
  top: 43px;
  left: 125px;
  display: block;
  color: #9b9b9b;
}

.file-upload .file_list li .file_size {
  display: none;
}

.file-upload #file_todo_list .progress {
  display: none;
}

.legal {
  padding: 26px 26px 80px;
  background-color: #ffffff;
}

.legal ol li {
  list-style-type: decimal;
}

.legal ul li {
  list-style-type: disc;
}

.legal a {
  color: #42bac1;
}

#friend {
  margin: 20px 0;
}

#avatar-upload-form {
  display: none;
}

#avatar-upload-form .floater {
  top: -36px;
  left: 53px;
}

.sad-emoji {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 30px;
  height: 22px;
  background: url(//www.thehunt.com//assets/images/sad_emoji.f5ae8a86f71e2ef586562f0d4a4f3371.png) no-repeat left center;
  background-size: auto 22px;
}

#page-state {
  margin: 1em 0 3em;
  font-size: 14px;
}

body.users #page-state {
  background: #fff;
}

#page-state a {
  color: #c1c0c4;
  text-decoration: none;
}

#page-state select {
  width: 100%;
}

#page-state ul {
  margin: 0;
  padding: 0;
}

#page-state ul a {
  display: block;
  color: inherit;
}

#page-state ul li {
  padding: 0.9em 1.1em;
  border-bottom: 1px solid #eaeaea;
  color: #777;
  list-style-type: none;
}

#page-state ul li.chosen,
#page-state ul li.chosen:hover {
  background: #fc4b5c;
  color: #fff;
  font-weight: bold;
}

#page-state ul li:hover {
  color: #36342e;
}

#page-state ul li.disabled {
  color: #aaa;
}

.category-msg .category-info,
.found-for-you-info {
  padding: 0.75em;
  font-size: 900;
  font-size: 1.25em;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  background: #342f2f;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}

input[type="email"] {
  text-transform: none;
}

#congrats-block {
  margin: 20px auto;
  padding: 12px 16px;
  width: 70%;
  border-radius: 9px;
  background-color: #3a3a3a;
}

#congrats-block h2 {
  margin: 0;
  padding: 0;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.75em;
}

#congrats-block #congrats-message {
  display: inline-block;
  margin-left: 8px;
}

#congrats-block #congrats-star {
  display: inline-block;
  width: 45px;
  height: 45px;
}

.instruction-action a {
  text-decoration: none;
}

.instruction-action .last {
  padding-left: 15px;
}

.shop #wet-bar {
  margin-bottom: 1em;
}

.shop #content-container .deal {
  background: #fff;
  padding: 1em 1em 1em 4em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  position: relative;
  font-size: 1.25em;
}

.shop #content-container .deal::before {
  background: transparent url(//www.thehunt.com//assets/images/deal.edef1722a30cd414a98f010ec6c3953a.png) no-repeat center center;
  background-size: contain;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: center;
  content: " ";
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop #content-container .deal strong {
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  color: #ef372a;
  text-transform: uppercase;
}

.shop #content-container .deal .deal-url {
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-right: 1em;
}

.shop #content-container .deal small {
  color: #777;
}

.shop #footer ul.links {
  position: relative;
  left: 0;
}

.diamond-separator {
  margin: 0 0.5em;
}

.diamond-separator::before {
  content: "\25C6";
}

.instruction-message .popover-header {
  text-transform: uppercase;
  font-family: "Brandon Grotesque", Arial, Helvetica, sans-serif;
}

.hunt_profile .instruction-message .popover-header {
  color: #f64958;
  font-weight: 900;
}

.hunt_profile .instruction-message .popover-header + p {
  text-align: center;
}

#photo-upload-container {
  width: 280px;
  height: 142px;
  background-color: #ffffff;
  border-radius: 2px 2px 0 0;
  margin: 0 auto -2px;
  padding-top: 15px;
}

#photo-upload-container .button {
  margin-top: 10px;
}

#photo-upload-container .photo-container {
  cursor: pointer;
  margin: 0 auto 5px;
}

#photo-upload-container .photo-container img {
  width: 100px;
}

#photo-upload-container #photo-loader {
  position: absolute;
  top: 48px;
  left: 51px;
}

#photo-upload-container .formtastic input#user_user_image {
  font-size: 0.8em;
  color: #fff;
  width: 190px;
  display: none;
}

#photo-upload-container .upload-photo-button {
  font-size: 12px;
}

#photo-upload-container .change-photo {
  font-size: 0.8em;
  margin-bottom: 35px;
}

#photo-upload-container .change-photo a {
  text-decoration: underline;
  color: #d6d5d5;
}

.inline-errors,
.errors,
.parsley-error-list {
  list-style: none;
  font-size: 0.7em;
  color: #ef372a;
  position: relative;
  margin-left: 10px;
}

.inline-errors,
.errors {
  color: #ef4237;
}

.errors li,
.parsley-error-list li {
  max-width: 260px;
}

.numbered-paginator,
.numbered-paginator-footer {
  font-weight: 600;
  font-size: 14px;
  margin: 0.5em auto;
  text-align: center;
}

.numbered-paginator .page-link,
.numbered-paginator .page-link-next,
.numbered-paginator-footer .page-link,
.numbered-paginator-footer .page-link-next {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border-radius: 0.15em;
  padding: 0.75em 1.5em;
  margin: 0 0.15em;
  color: #777;
}

.numbered-paginator .page-link:hover,
.numbered-paginator .page-link-next:hover,
.numbered-paginator-footer .page-link:hover,
.numbered-paginator-footer .page-link-next:hover {
  background: #ddd;
  color: #666;
}

.numbered-paginator .page-link-next,
.numbered-paginator-footer .page-link-next {
  background: #42bac1;
  color: #fff;
}

.numbered-paginator .page-link-next:hover,
.numbered-paginator-footer .page-link-next:hover {
  background: #3fb1b7;
  color: #fff;
}

.numbered-paginator .page-spacer,
.numbered-paginator-footer .page-spacer {
  padding-left: 2em;
  padding-right: 2em;
}

.numbered-paginator .page-spacer:hover,
.numbered-paginator-footer .page-spacer:hover {
  background: transparent;
}

.nagging {
  text-align: center;
  margin-bottom: 1em;
}

.note-list .nagging {
  margin: 0.5em 0;
}

.default-nag {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  opacity: 0.85;
  transition: all 150ms ease-in;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  min-height: 250px;
}

.default-nag:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


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