/*
 * This is a manifest file that'll be compiled into home.css, which will include all the files
 * listed below.
 *







 */
/* line 1, app/assets/stylesheets/common.scss */
* {
  margin: 0;
  padding: 0;
  font-family: 'linotype-sabon', serif;
}

/* line 7, app/assets/stylesheets/common.scss */
html, body {
  height: 100%;
}

/* line 11, app/assets/stylesheets/common.scss */
.clear {
  clear: both;
}

/* line 15, app/assets/stylesheets/common.scss */
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  background: #FAF0EB;
  z-index: 2;
}

/* line 24, app/assets/stylesheets/common.scss */
#sidebar h1 {
  margin: 60px 30px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}

/* line 31, app/assets/stylesheets/common.scss */
#sidebar h1 a {
  color: #000;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/common.scss */
#sidebar h1 a:hover, #sidebar h1 a:active {
  color: #CC5933;
}

/* line 42, app/assets/stylesheets/common.scss */
#sidebar .mobilesearch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  padding: 14px 13px 13px 14px;
  background-image: url(/featured/assets/home/search-icon-16a60610a7b2a4237e158da6e6cceefb6c8893e73ac4b90bd1c960bd43a8c7f1.png);
  background-position: 14px 14px;
  background-size: 16px 32px;
  background-repeat: no-repeat;
  background-clip: content-box;
}

/* line 56, app/assets/stylesheets/common.scss */
#sidebar .mobilesearch.cancel {
  background-position: 14px -2px;
}

/* line 61, app/assets/stylesheets/common.scss */
#sidebar ul {
  list-style: none;
}

/* line 66, app/assets/stylesheets/common.scss */
#sidebar ul li.mobile {
  display: none;
}

/* line 70, app/assets/stylesheets/common.scss */
#sidebar ul li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
}

/* line 79, app/assets/stylesheets/common.scss */
#sidebar ul li a:hover {
  background: #F5E0D6;
}

/* line 83, app/assets/stylesheets/common.scss */
#sidebar ul li a.active {
  color: #CC5933;
  background: #F5E0D6;
}

/* line 89, app/assets/stylesheets/common.scss */
#sidebar ul li form {
  display: block;
  height: 32px;
  margin-bottom: 20px;
  padding: 0 20px;
}

/* line 95, app/assets/stylesheets/common.scss */
#sidebar ul li form input[type='text'] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
  color: #000;
  font-style: italic;
  outline: none;
  border: 1px solid #EBBDAD;
  border-radius: 5px;
  box-sizing: border-box;
}

/* line 108, app/assets/stylesheets/common.scss */
#sidebar ul li form input[type='text']:focus {
  border: 1px solid #CC5933;
}

/* line 116, app/assets/stylesheets/common.scss */
#sidebar .nav {
  border-bottom: 1px solid #F5E0D6;
}

/* line 120, app/assets/stylesheets/common.scss */
#sidebar .legalese {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  /* TODO */
}

/* line 127, app/assets/stylesheets/common.scss */
#sidebar .legalese .social {
  margin-bottom: 15px;
  font-size: 0px;
  text-align: center;
}

/* line 132, app/assets/stylesheets/common.scss */
#sidebar .legalese .social a {
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-left: 10px;
  padding: 7px;
  text-decoration: none;
  background: #CC5933;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

/* line 144, app/assets/stylesheets/common.scss */
#sidebar .legalese .social a:first-child {
  margin-left: 0;
}

/* line 148, app/assets/stylesheets/common.scss */
#sidebar .legalese .social a img {
  display: block;
  width: 100%;
}

/* line 155, app/assets/stylesheets/common.scss */
#sidebar .legalese p {
  margin: 0 30px;
  font-size: 11px;
  line-height: 16px;
  color: #000;
  font-style: italic;
}

/* line 162, app/assets/stylesheets/common.scss */
#sidebar .legalese p a {
  color: #000;
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/common.scss */
#content {
  position: relative;
  min-height: 100%;
  margin-left: 240px;
}

@media (min-width: 1080px) and (max-height: 720px) {
  /* line 177, app/assets/stylesheets/common.scss */
  #sidebar {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, app/assets/stylesheets/common.scss */
  #sidebar h1 {
    margin: 20px 30px;
  }
  /* line 186, app/assets/stylesheets/common.scss */
  #sidebar .legalese {
    position: static;
    margin: 20px 0 10px;
  }
}

@media (min-width: 200px) and (max-width: 1079px) {
  /* line 193, app/assets/stylesheets/common.scss */
  #sidebar {
    width: 100%;
    height: 88px;
  }
  /* line 197, app/assets/stylesheets/common.scss */
  #sidebar h1 {
    margin: 0;
    font-size: 20px;
    line-height: 43px;
    text-align: center;
  }
  /* line 203, app/assets/stylesheets/common.scss */
  #sidebar h1 br {
    display: none;
  }
  /* line 208, app/assets/stylesheets/common.scss */
  #sidebar .mobilesearch {
    display: block;
  }
  /* line 212, app/assets/stylesheets/common.scss */
  #sidebar ul {
    text-align: center;
    white-space: nowrap;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  /* line 220, app/assets/stylesheets/common.scss */
  #sidebar ul::-webkit-scrollbar {
    width: 0 !important;
  }
  /* line 224, app/assets/stylesheets/common.scss */
  #sidebar ul li {
    display: inline-block;
  }
  /* line 227, app/assets/stylesheets/common.scss */
  #sidebar ul li.mobile {
    display: inline-block;
  }
  /* line 231, app/assets/stylesheets/common.scss */
  #sidebar ul li.search {
    display: none;
    width: 100%;
  }
  /* line 236, app/assets/stylesheets/common.scss */
  #sidebar ul li form {
    margin-top: 6px;
    margin-bottom: 0;
  }
  /* line 241, app/assets/stylesheets/common.scss */
  #sidebar ul li a {
    padding: 0 15px;
    line-height: 44px;
  }
  /* line 248, app/assets/stylesheets/common.scss */
  #sidebar .nav {
    border: none;
    border-top: 1px solid #F5E0D6;
  }
  /* line 253, app/assets/stylesheets/common.scss */
  #sidebar .subnav {
    display: none;
  }
  /* line 257, app/assets/stylesheets/common.scss */
  #sidebar .legalese {
    display: none;
  }
  /* line 262, app/assets/stylesheets/common.scss */
  #content {
    margin-left: 0;
    margin-top: 88px;
  }
}
/* line 1, app/assets/stylesheets/articles.scss */
#cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 420px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 10, app/assets/stylesheets/articles.scss */
#cover .bar {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 48px;
}

/* line 17, app/assets/stylesheets/articles.scss */
#cover .bar p {
  padding: 0 30px;
  font-size: 10px;
  line-height: 48px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 28, app/assets/stylesheets/articles.scss */
#cover .bar .category {
  position: absolute;
  top: 8px;
  right: 30px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* line 40, app/assets/stylesheets/articles.scss */
#cover .bar .category:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 46, app/assets/stylesheets/articles.scss */
#cover .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 144px;
  background: rgba(32, 38, 41, 0);
  background: -moz-linear-gradient(top, rgba(32, 38, 41, 0.35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(32, 38, 41, 0.35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -o-linear-gradient(top, rgba(32, 38, 41, 0.35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -ms-linear-gradient(top, rgba(32, 38, 41, 0.35) 0%, rgba(32, 38, 41, 0) 100%);
  background: linear-gradient(to bottom, rgba(32, 38, 41, 0.35) 0%, rgba(32, 38, 41, 0) 100%);
}

/* line 61, app/assets/stylesheets/articles.scss */
#articles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 420px;
}

/* line 68, app/assets/stylesheets/articles.scss */
#articles ul {
  list-style: none;
  text-align: center;
}

/* line 72, app/assets/stylesheets/articles.scss */
#articles ul li {
  display: inline-block;
  margin: 0 20px;
}

/* line 76, app/assets/stylesheets/articles.scss */
#articles ul li a {
  display: block;
  font-size: 11px;
  line-height: 48px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 90, app/assets/stylesheets/articles.scss */
#articles .stories {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 100, app/assets/stylesheets/articles.scss */
#articles .stories .story a {
  display: block;
  margin: 0 30px;
  padding: 20px 0;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 107, app/assets/stylesheets/articles.scss */
#articles .stories .story a h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 116, app/assets/stylesheets/articles.scss */
#articles .stories .story a p {
  font-size: 12px;
  line-height: 16px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-hyphens: auto;
}

/* line 127, app/assets/stylesheets/articles.scss */
#articles .stories .story:nth-child(1) a {
  border-top: none;
}

@media (min-width: 320px) and (max-width: 920px) {
  /* line 136, app/assets/stylesheets/articles.scss */
  #cover {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center center;
  }
  /* line 143, app/assets/stylesheets/articles.scss */
  #articles {
    position: static;
    width: 100%;
  }
  /* line 147, app/assets/stylesheets/articles.scss */
  #articles .stories {
    position: static;
    width: 100%;
  }
}

@media (min-width: 1080px) and (max-width: 1160px) {
  /* line 155, app/assets/stylesheets/articles.scss */
  #cover {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center center;
  }
  /* line 162, app/assets/stylesheets/articles.scss */
  #articles {
    position: static;
    width: 100%;
  }
  /* line 166, app/assets/stylesheets/articles.scss */
  #articles .stories {
    position: static;
    width: 100%;
  }
}
/* line 1, app/assets/stylesheets/story.scss */
#story {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/story.scss */
#story h5, #story .date {
  position: absolute;
  top: 40px;
  width: auto;
  margin: 0;
  font-size: 10px;
  line-height: 20px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 20, app/assets/stylesheets/story.scss */
#story h5 {
  right: 60px;
}

/* line 23, app/assets/stylesheets/story.scss */
#story h5 span {
  font-size: 12px;
  font-family: 'linotype-sabon', serif;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0;
}

/* line 32, app/assets/stylesheets/story.scss */
#story .date {
  left: 60px;
}

/* line 36, app/assets/stylesheets/story.scss */
#story h1 {
  width: 800px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 60px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 46, app/assets/stylesheets/story.scss */
#story p.published {
  width: 800px;
  margin: 20px auto 60px;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
  color: #000;
}

/* line 55, app/assets/stylesheets/story.scss */
#story .banner {
  width: 728px;
  height: 90px;
  margin: 80px auto;
}

/* line 60, app/assets/stylesheets/story.scss */
#story .banner:last-child {
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/story.scss */
#story .banner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 71, app/assets/stylesheets/story.scss */
#story .banner a {
  display: block;
  text-align: center;
}

/* line 76, app/assets/stylesheets/story.scss */
#story .banner div {
  display: block !important;
  max-width: 728px;
  margin: 0 auto;
}

/* line 82, app/assets/stylesheets/story.scss */
#story .banner canvas {
  max-width: 100%;
}

/* line 87, app/assets/stylesheets/story.scss */
#story .featured {
  width: 800px;
  margin: 0 auto;
}

/* line 91, app/assets/stylesheets/story.scss */
#story .featured img {
  display: block;
  height: auto;
  margin: 0 auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 99, app/assets/stylesheets/story.scss */
#story .featured p.share {
  margin: 0 auto;
  padding: 0 10px;
  font-size: 0;
  line-height: 0;
  background: #FAF0EB;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
}

/* line 109, app/assets/stylesheets/story.scss */
#story .featured p.share strong {
  font-size: 11px;
  line-height: 40px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 119, app/assets/stylesheets/story.scss */
#story .featured p.share a {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 10px 7px 30px;
  font-size: 11px;
  line-height: 12px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  background-size: 12px 48px;
  background-position: 9px 1px;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 5px;
}

/* line 136, app/assets/stylesheets/story.scss */
#story .featured p.share a:hover {
  color: #fff;
  background-color: #000;
  background-position: 9px -23px;
}

/* line 142, app/assets/stylesheets/story.scss */
#story .featured p.share a.facebook {
  background-image: url(/featured/assets/share/facebook-bf3b7abd8a8e7da13d280014dc3c1f15a06bc58ffc728b6b40866b3deb64d3e3.png);
}

/* line 146, app/assets/stylesheets/story.scss */
#story .featured p.share a.whatsapp {
  background-image: url(/featured/assets/share/whatsapp-a4becedf1347464056212a3a2a0a0a3b59b19660f26473481830d5043ce3c77c.png);
}

/* line 150, app/assets/stylesheets/story.scss */
#story .featured p.share a.telegram {
  background-image: url(/featured/assets/share/telegram-d22baa9ad2ad1ecaddcf9ab98f9450e6269ac57f581b04c9374ceb32b319d461.png);
}

/* line 157, app/assets/stylesheets/story.scss */
#story .rating {
  height: 20px;
  margin-top: 10px;
  line-height: 20px;
}

/* line 162, app/assets/stylesheets/story.scss */
#story .rating span {
  display: inline-block;
  height: 16px;
  padding: 3px 0 1px;
  font-family: 'gill-sans-nova', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
}

/* line 176, app/assets/stylesheets/story.scss */
#story .rating .empty-stars {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 20px;
  background-image: url(/featured/assets/home/stars-b0bc69430de55370106f9ceed3a0a95bbdb55c69338fa38aa8c98cc91d1e383c.png);
  background-size: 100px 40px;
  background-position: bottom left;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 191, app/assets/stylesheets/story.scss */
#story .rating .empty-stars .stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 20px;
  background-image: url(/featured/assets/home/stars-b0bc69430de55370106f9ceed3a0a95bbdb55c69338fa38aa8c98cc91d1e383c.png);
  background-size: 100px 40px;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* line 205, app/assets/stylesheets/story.scss */
#story .rating form {
  display: none;
}

/* line 210, app/assets/stylesheets/story.scss */
#story > .rating {
  width: 800px;
  margin: 10px auto 0;
}

/* line 216, app/assets/stylesheets/story.scss */
#extra {
  /* margin-top: 80px; */
  border-top: 1px solid #EBBDAD;
}

/* line 220, app/assets/stylesheets/story.scss */
#extra .related {
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

/* line 225, app/assets/stylesheets/story.scss */
#extra .related h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
}

/* line 233, app/assets/stylesheets/story.scss */
#extra .related .story {
  border: 1px solid #EBBDAD;
  border-radius: 5px;
}

/* line 237, app/assets/stylesheets/story.scss */
#extra .related .story a {
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  border-top: 1px solid #EBBDAD;
}

/* line 243, app/assets/stylesheets/story.scss */
#extra .related .story a:first-of-type {
  border-top: none;
}

/* line 247, app/assets/stylesheets/story.scss */
#extra .related .story a h4 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 256, app/assets/stylesheets/story.scss */
#extra .related .story a p {
  font-size: 12px;
  line-height: 16px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-hyphens: auto;
}

/* line 269, app/assets/stylesheets/story.scss */
#embed {
  display: none;
}

@media (min-width: 200px) and (max-width: 799px) {
  /* line 274, app/assets/stylesheets/story.scss */
  #story {
    padding: 40px 0;
  }
  /* line 277, app/assets/stylesheets/story.scss */
  #story h5, #story .date {
    display: none;
  }
  /* line 281, app/assets/stylesheets/story.scss */
  #story h1 {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 30px;
    box-sizing: border-box;
  }
  /* line 290, app/assets/stylesheets/story.scss */
  #story p.published {
    width: 100%;
    margin: 5px 0 30px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 13px;
    box-sizing: border-box;
  }
  /* line 299, app/assets/stylesheets/story.scss */
  #story .banner {
    width: 100%;
    height: 90px;
    margin: 30px auto;
  }
  /* line 305, app/assets/stylesheets/story.scss */
  #story .featured {
    width: 100%;
  }
  /* line 308, app/assets/stylesheets/story.scss */
  #story .featured img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 313, app/assets/stylesheets/story.scss */
  #story .featured p.share {
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 320, app/assets/stylesheets/story.scss */
  #story > .rating {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 20px;
  }
  /* line 327, app/assets/stylesheets/story.scss */
  #extra {
    /* margin-top: 40px; */
  }
  /* line 330, app/assets/stylesheets/story.scss */
  #extra .related {
    width: 100%;
    padding: 30px 0 0;
  }
  /* line 334, app/assets/stylesheets/story.scss */
  #extra .related h3 {
    padding: 0 30px;
  }
  /* line 338, app/assets/stylesheets/story.scss */
  #extra .related .story {
    border: none;
    border-radius: 0;
  }
  /* line 342, app/assets/stylesheets/story.scss */
  #extra .related .story a {
    border-top: none;
  }
}

@media (max-width: 728px) and (max-height: 250px) {
  /* line 351, app/assets/stylesheets/story.scss */
  html, body {
    height: 100%;
    width: 100%;
  }
  /* line 356, app/assets/stylesheets/story.scss */
  #sidebar {
    display: none;
  }
  /* line 360, app/assets/stylesheets/story.scss */
  #content {
    margin-top: 0;
  }
  /* line 364, app/assets/stylesheets/story.scss */
  #story {
    display: none;
  }
  /* line 368, app/assets/stylesheets/story.scss */
  #extra {
    display: none;
  }
  /* line 372, app/assets/stylesheets/story.scss */
  #embed {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 378, app/assets/stylesheets/story.scss */
  #embed img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  /* line 388, app/assets/stylesheets/story.scss */
  #embed .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
  /* line 398, app/assets/stylesheets/story.scss */
  #embed h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

@media (max-width: 699px) and (max-height: 90px) {
  /* line 421, app/assets/stylesheets/story.scss */
  #embed h1 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 499px) and (max-height: 90px) {
  /* line 430, app/assets/stylesheets/story.scss */
  #embed h1 {
    font-size: 16px;
    line-height: 16px;
  }
}
/* line 2, app/assets/stylesheets/markdown.scss */
#story h2, #story h3 {
  width: 800px;
  margin: 40px auto -10px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  -webkit-hyphens: auto;
}

/* line 11, app/assets/stylesheets/markdown.scss */
#story h2 a, #story h3 a {
  color: #CC5933;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/markdown.scss */
#story p {
  width: 800px;
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  -webkit-hyphens: auto;
}

/* line 25, app/assets/stylesheets/markdown.scss */
#story p:empty {
  display: none;
}

/* line 29, app/assets/stylesheets/markdown.scss */
#story p strong {
  font-weight: 700;
}

/* line 32, app/assets/stylesheets/markdown.scss */
#story p strong strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 38, app/assets/stylesheets/markdown.scss */
#story p em {
  font-style: italic;
}

/* line 42, app/assets/stylesheets/markdown.scss */
#story p a {
  color: #CC5933;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/markdown.scss */
#story p.special {
  width: 800px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 24px;
  background: #FAF0EB;
  border-radius: 8px;
  box-sizing: border-box;
}

/* line 56, app/assets/stylesheets/markdown.scss */
#story p.special .message {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  font-family: 'gill-sans-nova', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #000;
  border-radius: 5px;
}

/* line 73, app/assets/stylesheets/markdown.scss */
#story p.special .buy,
#story p.special .whatsapp {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 12px;
  color: #CC5933;
  font-weight: 500;
  font-family: 'gill-sans-nova', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #fff;
  border: 1px solid #CC5933;
  border-radius: 5px;
}

/* line 93, app/assets/stylesheets/markdown.scss */
#story p.special + p.special {
  margin-top: 0;
  padding-top: 0 !important;
}

/* line 98, app/assets/stylesheets/markdown.scss */
#story img {
  display: block;
  width: 100%;
}

/* line 103, app/assets/stylesheets/markdown.scss */
#story .only-image + .only-image {
  margin: 10px auto 0;
}

/* line 107, app/assets/stylesheets/markdown.scss */
#story .only-image + .with-image {
  margin: 10px auto 0;
}

/* line 111, app/assets/stylesheets/markdown.scss */
#story hr {
  height: 0;
  width: 120px;
  margin: 60px auto 80px;
  border: none;
  border-top: 1px solid #000;
}

/* line 119, app/assets/stylesheets/markdown.scss */
#story iframe {
  display: block;
  margin: 40px auto 0;
}

/* line 124, app/assets/stylesheets/markdown.scss */
#story p:empty + div {
  margin: 40px auto 0;
}

/* line 127, app/assets/stylesheets/markdown.scss */
#story p:empty + div iframe {
  margin: 0 auto;
}

/* line 132, app/assets/stylesheets/markdown.scss */
#story ul,
#story ol {
  margin-top: 40px;
  margin-left: 30px;
}

/* line 137, app/assets/stylesheets/markdown.scss */
#story ul li,
#story ol li {
  width: 770px;
  margin: 0 auto 0;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  -webkit-hyphens: auto;
}

/* line 145, app/assets/stylesheets/markdown.scss */
#story ul li em,
#story ol li em {
  font-style: italic;
}

/* line 149, app/assets/stylesheets/markdown.scss */
#story ul li a,
#story ol li a {
  color: #CC5933;
  text-decoration: none;
}

/* line 156, app/assets/stylesheets/markdown.scss */
#story ol.special {
  margin-top: 0;
  margin-left: 0;
  list-style: inside decimal;
}

/* line 161, app/assets/stylesheets/markdown.scss */
#story ol.special li {
  width: 800px;
  margin-top: 40px;
  font-size: 26px;
  line-height: 40px;
  color: #000;
}

/* line 168, app/assets/stylesheets/markdown.scss */
#story ol.special li > h3:first-child {
  display: inline;
  width: auto;
}

/* line 175, app/assets/stylesheets/markdown.scss */
#story ol.special h3 a {
  color: #CC5933;
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/markdown.scss */
#story ol.veryspecial {
  margin-left: 0;
  list-style: inside decimal;
}

/* line 186, app/assets/stylesheets/markdown.scss */
#story ol.veryspecial li {
  width: 800px;
  font-size: 18px;
  color: #000;
}

@media (min-width: 320px) and (max-width: 799px) {
  /* line 197, app/assets/stylesheets/markdown.scss */
  #story h2, #story h3 {
    width: 100%;
    margin: 30px 0 -10px;
    padding: 0 20px;
    font-size: 19px;
    line-height: 30px;
    box-sizing: border-box;
  }
  /* line 206, app/assets/stylesheets/markdown.scss */
  #story p {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 22px;
    box-sizing: border-box;
  }
  /* line 214, app/assets/stylesheets/markdown.scss */
  #story p.special {
    width: 100%;
    padding: 20px;
    font-size: 13px;
    line-height: 22px;
  }
  /* line 222, app/assets/stylesheets/markdown.scss */
  #story hr {
    margin: 40px auto 60px;
  }
  /* line 226, app/assets/stylesheets/markdown.scss */
  #story iframe {
    max-width: 100%;
    margin: 30px auto 0;
  }
  /* line 231, app/assets/stylesheets/markdown.scss */
  #story p:empty + div {
    margin: 30px auto 0;
  }
  /* line 235, app/assets/stylesheets/markdown.scss */
  #story ul,
#story ol {
    margin-top: 30px;
    margin-left: 30px;
    padding: 0 20px;
  }
  /* line 241, app/assets/stylesheets/markdown.scss */
  #story ul li,
#story ol li {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
  }
  /* line 248, app/assets/stylesheets/markdown.scss */
  #story ol.special {
    margin-left: 0;
  }
  /* line 251, app/assets/stylesheets/markdown.scss */
  #story ol.special li {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  /* line 257, app/assets/stylesheets/markdown.scss */
  #story ol.special li h3 {
    padding: 0;
  }
  /* line 261, app/assets/stylesheets/markdown.scss */
  #story ol.special li p {
    padding: 0;
  }
  /* line 264, app/assets/stylesheets/markdown.scss */
  #story ol.special li p.special {
    padding: 20px;
  }
  /* line 271, app/assets/stylesheets/markdown.scss */
  #story ol.veryspecial {
    margin-left: 0;
  }
  /* line 274, app/assets/stylesheets/markdown.scss */
  #story ol.veryspecial li {
    width: 100%;
    font-size: 13px;
  }
}
/* line 1, app/assets/stylesheets/mail.scss */
#mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

/* line 11, app/assets/stylesheets/mail.scss */
.dialog {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 600px;
  background: #fff;
  overflow: hidden;
  z-index: 6;
  transform: translate(-50%, 0);
}

/* line 21, app/assets/stylesheets/mail.scss */
.dialog header {
  position: relative;
  height: 44px;
  background: #FAF0EB;
}

/* line 26, app/assets/stylesheets/mail.scss */
.dialog header h1 {
  padding: 0 60px;
  font-size: 16px;
  line-height: 44px;
  color: #000;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 38, app/assets/stylesheets/mail.scss */
.dialog header .button {
  position: absolute;
  top: 50%;
  padding: 0 10px;
  font-size: 12px;
  line-height: 44px;
  color: #000;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: translate(0, -50%);
}

/* line 52, app/assets/stylesheets/mail.scss */
.dialog header .button.left {
  left: 0;
}

/* line 56, app/assets/stylesheets/mail.scss */
.dialog header .button.right {
  right: 0;
}

/* line 60, app/assets/stylesheets/mail.scss */
.dialog header .button.done {
  color: #CC5933;
}

/* line 64, app/assets/stylesheets/mail.scss */
.dialog header .button:hover {
  background: #F5E0D6;
}

/* line 68, app/assets/stylesheets/mail.scss */
.dialog header .button:active {
  color: #CC5933;
  background: #F5E0D6;
}

/* line 77, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 81, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  border: none;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field input[type='email'],
.dialog main form.form-view .field input[type='text'],
.dialog main form.form-view .field textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  border: none;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 113, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field textarea {
  min-height: 125px;
  resize: none;
}

/* line 119, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field.error input[type='email'],
.dialog main form.form-view .field.error input[type='text'],
.dialog main form.form-view .field.error textarea {
  color: #da4453;
}

/* line 124, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field.error input[type='email']::-webkit-input-placeholder,
.dialog main form.form-view .field.error input[type='text']::-webkit-input-placeholder,
.dialog main form.form-view .field.error textarea::-webkit-input-placeholder {
  color: #da4453;
}

/* line 128, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field.error input[type='email']::-moz-placeholder,
.dialog main form.form-view .field.error input[type='text']::-moz-placeholder,
.dialog main form.form-view .field.error textarea::-moz-placeholder {
  color: #da4453;
}

/* line 132, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field.error input[type='email']:-ms-input-placeholder,
.dialog main form.form-view .field.error input[type='text']:-ms-input-placeholder,
.dialog main form.form-view .field.error textarea:-ms-input-placeholder {
  color: #da4453;
}

/* line 136, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .field.error input[type='email']:-moz-placeholder,
.dialog main form.form-view .field.error input[type='text']:-moz-placeholder,
.dialog main form.form-view .field.error textarea:-moz-placeholder {
  color: #da4453;
}

/* line 143, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .actions {
  padding: 10px 15px;
}

/* line 146, app/assets/stylesheets/mail.scss */
.dialog main form.form-view .actions input[type=submit] {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-family: 'gill-sans-nova';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #000;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}

/* line 166, app/assets/stylesheets/mail.scss */
.dialog main .sent {
  position: relative;
  height: 200px;
  background: #FAF0EB;
}

/* line 171, app/assets/stylesheets/mail.scss */
.dialog main .sent p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 599px) {
  /* line 187, app/assets/stylesheets/mail.scss */
  .dialog {
    top: 100px;
    width: 100%;
  }
}
/* line 2, app/assets/stylesheets/directory.scss */
#content #categories {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 288px;
  background: #FAF0EB;
  border-left: 1px solid #EBBDAD;
  border-right: 1px solid #EBBDAD;
  overflow-y: auto;
}

/* line 13, app/assets/stylesheets/directory.scss */
#content #categories a {
  display: table;
  position: relative;
  height: 64px;
  width: 100%;
  padding: 0 30px 0 69px;
  text-decoration: none;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/directory.scss */
#content #categories a:hover {
  background: #F5E0D6;
}

/* line 26, app/assets/stylesheets/directory.scss */
#content #categories a.active {
  background: #F5E0D6;
}

/* line 29, app/assets/stylesheets/directory.scss */
#content #categories a.active p {
  color: #CC5933;
}

/* line 34, app/assets/stylesheets/directory.scss */
#content #categories a p {
  display: table-cell;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  text-transform: lowercase;
  vertical-align: middle;
}

/* line 43, app/assets/stylesheets/directory.scss */
#content #categories a img {
  position: absolute;
  left: 30px;
  top: 50%;
  height: 24px;
  width: 24px;
  margin-top: -12px;
}

/* line 54, app/assets/stylesheets/directory.scss */
#content #directory {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 290px;
  right: 0;
  padding: 60px;
  overflow-y: auto;
}

/* line 63, app/assets/stylesheets/directory.scss */
#content #directory h2 {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

/* line 72, app/assets/stylesheets/directory.scss */
#content #directory .potato {
  max-width: 100%;
  width: 728px;
  margin: 40px auto;
}

/* line 77, app/assets/stylesheets/directory.scss */
#content #directory .potato * {
  max-width: 100% !important;
  height: auto !important;
}

/* line 84, app/assets/stylesheets/directory.scss */
#content #directory #businesses .business {
  float: left;
  width: 50%;
  height: 250px;
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}

/* line 92, app/assets/stylesheets/directory.scss */
#content #directory #businesses .business.left {
  padding-left: 0;
  padding-right: 10px;
}

/* line 97, app/assets/stylesheets/directory.scss */
#content #directory #businesses .business a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

/* line 104, app/assets/stylesheets/directory.scss */
#content #directory #businesses .business a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 111, app/assets/stylesheets/directory.scss */
#content #directory #businesses .business a p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

/* line 124, app/assets/stylesheets/directory.scss */
#content #directory #businesses .business a p span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  color: #CC5933;
  text-transform: none;
}

@media (min-width: 320px) and (max-width: 499px) {
  /* line 145, app/assets/stylesheets/directory.scss */
  #content #directory #businesses .business {
    float: none;
    width: 100%;
    height: 200px;
    padding-left: 0;
  }
  /* line 151, app/assets/stylesheets/directory.scss */
  #content #directory #businesses .business.left {
    padding-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 799px) {
  /* line 163, app/assets/stylesheets/directory.scss */
  #content #categories.main {
    width: 100%;
    border: none;
    border-top: 1px solid #F5E0D6;
  }
  /* line 169, app/assets/stylesheets/directory.scss */
  #content #categories.secondary {
    display: none;
  }
  /* line 175, app/assets/stylesheets/directory.scss */
  #content #directory.main {
    left: 0;
  }
  /* line 179, app/assets/stylesheets/directory.scss */
  #content #directory.secondary {
    display: none;
  }
  /* line 183, app/assets/stylesheets/directory.scss */
  #content #directory h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  /* line 189, app/assets/stylesheets/directory.scss */
  #content #directory .potato {
    margin: 20px auto;
  }
}

@media (min-width: 320px) and (max-width: 1300px) {
  /* line 198, app/assets/stylesheets/directory.scss */
  #content #directory {
    padding: 20px;
  }
  /* line 204, app/assets/stylesheets/directory.scss */
  #content #directory #businesses .business a p {
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
