/* line 2, app/assets/stylesheets/layout.sass */
body {
  background: #F7F5F2;
}

/* line 5, app/assets/stylesheets/layout.sass */
h1 {
  font-size: 1.875rem;
  font-weight: bold;
  padding: 5px 10px;
  background-color: rgba(226, 112, 63, 0.12);
}

/* line 11, app/assets/stylesheets/layout.sass */
h2 {
  padding-left: 10px;
}

/* line 13, app/assets/stylesheets/layout.sass */
p {
  padding: 0 10px;
}

/* line 16, app/assets/stylesheets/layout.sass */
header.site-header {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 14px 0;
  margin-bottom: 10px;
}

/* line 21, app/assets/stylesheets/layout.sass */
header.site-header .site-header-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

/* line 26, app/assets/stylesheets/layout.sass */
nav#top-nav {
  margin: 0;
}

/* line 28, app/assets/stylesheets/layout.sass */
nav#top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 34, app/assets/stylesheets/layout.sass */
nav#top-nav ul li {
  padding: 0;
  margin: 0;
}

/* line 37, app/assets/stylesheets/layout.sass */
nav#top-nav ul li a {
  display: inline-block;
  padding: 8px 4px;
  margin-right: 16px;
  color: #444;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

/* line 44, app/assets/stylesheets/layout.sass */
nav#top-nav ul li a:hover {
  color: #E2703F;
}

/* line 46, app/assets/stylesheets/layout.sass */
nav#top-nav ul li.current a {
  color: #E2703F;
  border-bottom-color: #E2703F;
}

/* line 50, app/assets/stylesheets/layout.sass */
#top-linkunit {
  padding: 10px;
  border-top: 1px solid #CBCAC0;
}

/* line 53, app/assets/stylesheets/layout.sass */
.row {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 56, app/assets/stylesheets/layout.sass */
#search {
  padding: 10px;
}

/* line 58, app/assets/stylesheets/layout.sass */
#search form {
  margin: 0;
}

/* line 60, app/assets/stylesheets/layout.sass */
#search .search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 64, app/assets/stylesheets/layout.sass */
#search .search-bar input[type="text"] {
  flex: 1 1 260px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 6px;
  padding: 10px 14px;
  height: auto;
}

/* line 72, app/assets/stylesheets/layout.sass */
#search .search-bar input[type="submit"] {
  flex: 0 0 auto;
  margin-bottom: 0;
  border-radius: 6px;
}

/* line 76, app/assets/stylesheets/layout.sass */
#search .hint {
  font-size: 0.875rem;
  color: #888;
  padding: 10px 0 0 0;
}

/* line 80, app/assets/stylesheets/layout.sass */
#branding {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Arial Black", Helvetica;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 89, app/assets/stylesheets/layout.sass */
#branding a {
  color: #E2703F;
}

/* line 91, app/assets/stylesheets/layout.sass */
#branding .brand-mark {
  display: inline-flex;
  transform: translateY(2px);
}

/* line 95, app/assets/stylesheets/layout.sass */
#items ul, .items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 99, app/assets/stylesheets/layout.sass */
#items ul li, .items ul li {
  border-bottom: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 14px 16px;
  margin: 0 0 10px 0;
  line-height: 1.25rem;
  position: relative;
  transition: box-shadow 0.15s ease;
}

/* line 109, app/assets/stylesheets/layout.sass */
#items ul li:hover, .items ul li:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* line 111, app/assets/stylesheets/layout.sass */
#items ul li.ad, .items ul li.ad {
  padding-left: 5px;
  background: transparent;
  box-shadow: none;
}

/* line 115, app/assets/stylesheets/layout.sass */
#items ul li.last, .items ul li.last {
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/layout.sass */
#items ul li.more, .items ul li.more {
  background: transparent;
  box-shadow: none;
}

/* line 120, app/assets/stylesheets/layout.sass */
#items ul li .item-card, .items ul li .item-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

@media screen and (max-width: 39.9375em) {
  /* line 120, app/assets/stylesheets/layout.sass */
  #items ul li .item-card, .items ul li .item-card {
    flex-wrap: wrap;
  }
}

/* line 126, app/assets/stylesheets/layout.sass */
#items ul li .item-card-avatar, .items ul li .item-card-avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 39.9375em) {
  /* line 126, app/assets/stylesheets/layout.sass */
  #items ul li .item-card-avatar, .items ul li .item-card-avatar {
    width: 34px;
    height: 34px;
    font-size: 0.8125rem;
  }
}

/* line 141, app/assets/stylesheets/layout.sass */
#items ul li .item-card-body, .items ul li .item-card-body {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 144, app/assets/stylesheets/layout.sass */
#items ul li .item-card-location, .items ul li .item-card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-size: 0.875rem;
  margin: 2px 0 4px 0;
}

/* line 151, app/assets/stylesheets/layout.sass */
#items ul li .item-card-location .location-icon, .items ul li .item-card-location .location-icon {
  flex: 0 0 auto;
  color: #E2703F;
}

/* line 154, app/assets/stylesheets/layout.sass */
#items ul li .item-card-side, .items ul li .item-card-side {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  min-height: 72px;
}

@media screen and (max-width: 39.9375em) {
  /* line 154, app/assets/stylesheets/layout.sass */
  #items ul li .item-card-side, .items ul li .item-card-side {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    width: 100%;
    margin-top: 8px;
  }
}

/* line 169, app/assets/stylesheets/layout.sass */
#items ul li .freshness-badge, .items ul li .freshness-badge {
  background-color: rgba(226, 112, 63, 0.12);
  color: #E2703F;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 10px;
  white-space: nowrap;
}

/* line 177, app/assets/stylesheets/layout.sass */
#items ul li .item-card-cta, .items ul li .item-card-cta {
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 0.875rem;
  white-space: nowrap;
}

/* line 182, app/assets/stylesheets/layout.sass */
#items ul li h3, .items ul li h3 {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 0.3125rem;
}

/* line 187, app/assets/stylesheets/layout.sass */
#items ul li h3 b, .items ul li h3 b {
  font-weight: bold;
  color: black;
}

/* line 193, app/assets/stylesheets/layout.sass */
#items ul li a span, #items ul li a i, .items ul li a span, .items ul li a i {
  color: black;
}

/* line 195, app/assets/stylesheets/layout.sass */
#items ul li a:hover, .items ul li a:hover {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/layout.sass */
#items ul li span.match, .items ul li span.match {
  font-weight: bold;
}

/* line 199, app/assets/stylesheets/layout.sass */
#items ul li div.description, .items ul li div.description {
  color: #666;
  margin-top: 4px;
}

/* line 202, app/assets/stylesheets/layout.sass */
#items ul li span.site, .items ul li span.site {
  color: #666;
}

/* line 204, app/assets/stylesheets/layout.sass */
#items ul li.more, .items ul li.more {
  background: transparent;
  border: 0;
}

/* line 207, app/assets/stylesheets/layout.sass */
#items ul li.more a, .items ul li.more a {
  color: #E2703F;
  font-weight: bold;
}

/* line 211, app/assets/stylesheets/layout.sass */
#copyright {
  margin-bottom: 80px;
}

/* line 214, app/assets/stylesheets/layout.sass */
div.subscribe {
  background-color: white;
  border: 1px solid rgba(226, 112, 63, 0.25);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 16px;
  margin-bottom: 20px;
}

/* line 221, app/assets/stylesheets/layout.sass */
div.subscribe h5 {
  color: #E2703F;
  margin-bottom: 10px;
}

/* line 224, app/assets/stylesheets/layout.sass */
div.ad {
  margin-bottom: 20px;
}

/* line 226, app/assets/stylesheets/layout.sass */
div.lu {
  margin-bottom: 20px;
  padding-left: 10px;
}

/* line 230, app/assets/stylesheets/layout.sass */
.keywords {
  margin-bottom: 20px;
}

/* line 231, app/assets/stylesheets/layout.sass */
.keywords h2 {
  font-size: 1.125rem;
}

/* line 234, app/assets/stylesheets/layout.sass */
.keywords li em, .keywords li strong {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
}

/* line 238, app/assets/stylesheets/layout.sass */
.keywords li em a, .keywords li strong a {
  display: inline-block;
  background-color: rgba(226, 112, 63, 0.08);
  border: 1px solid rgba(226, 112, 63, 0.3);
  color: #E2703F;
  padding: 6px 12px;
  border-radius: 16px;
  margin: 2px 4px 2px 0;
}

/* line 246, app/assets/stylesheets/layout.sass */
.keywords li em a:hover, .keywords li strong a:hover {
  background-color: rgba(226, 112, 63, 0.16);
  text-decoration: none;
}

/* line 252, app/assets/stylesheets/layout.sass */
div.pagination {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 14px 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* line 265, app/assets/stylesheets/layout.sass */
div.pagination a {
  color: #E2703F;
  font-weight: 600;
}

/* line 268, app/assets/stylesheets/layout.sass */
div.pagination a:hover {
  text-decoration: underline;
}

/* line 270, app/assets/stylesheets/layout.sass */
div.pagination .disabled {
  color: #aaa;
}

/* line 272, app/assets/stylesheets/layout.sass */
div.pagination .next_page {
  display: inline-block;
  float: none;
}

/* line 276, app/assets/stylesheets/layout.sass */
#sidebar {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 16px;
}

/* line 281, app/assets/stylesheets/layout.sass */
#sidebar div.facebook {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 284, app/assets/stylesheets/layout.sass */
#sidebar p {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 287, app/assets/stylesheets/layout.sass */
#sidebar p a {
  display: inline-block;
  color: #E2703F;
  padding: 3px 0;
}

/* line 291, app/assets/stylesheets/layout.sass */
#sidebar p a:hover {
  text-decoration: underline;
}

/* line 294, app/assets/stylesheets/layout.sass */
.item-detail {
  max-width: 760px;
  margin: 0 auto;
}

/* line 297, app/assets/stylesheets/layout.sass */
.item-detail .job-meta {
  margin: 10px 0;
}

/* line 299, app/assets/stylesheets/layout.sass */
.item-detail .job-meta .label {
  margin: 0 6px 6px 0;
}

/* line 301, app/assets/stylesheets/layout.sass */
.item-detail p.tags {
  color: #666;
  font-size: 0.875rem;
}

/* line 304, app/assets/stylesheets/layout.sass */
.item-detail p.expired-notice {
  background-color: rgba(200, 53, 53, 0.1);
  border-left: 4px solid #E2703F;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 310, app/assets/stylesheets/layout.sass */
.post-detail {
  max-width: 760px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/autocomplete.sass */
ul.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0 !important;
  border: solid 1px #999;
  cursor: default;
}

/* line 8, app/assets/stylesheets/autocomplete.sass */
ul.ui-autocomplete li.ui-menu-item {
  background-color: white;
  border-top: solid 1px #DDD;
  margin: 0;
  padding: 5px;
}

/* line 13, app/assets/stylesheets/autocomplete.sass */
ul.ui-autocomplete li.ui-menu-item:hover {
  cursor: pointer;
  background-color: #FFFCB2;
}

/* line 16, app/assets/stylesheets/autocomplete.sass */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 1, app/assets/stylesheets/adsense.sass */
.adsense_items_top {
  width: 320px;
  height: 100px;
}

@media screen and (min-width: 40em) {
  /* line 5, app/assets/stylesheets/adsense.sass */
  .adsense_items_top {
    width: 336px;
    height: 280px;
  }
}

/* line 10, app/assets/stylesheets/adsense.sass */
.adsense_items_middle {
  min-width: 300px;
  max-width: 728px;
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 40em) {
  /* line 16, app/assets/stylesheets/adsense.sass */
  .adsense_items_middle {
    height: 300px;
  }
}

/* line 20, app/assets/stylesheets/adsense.sass */
.adsense_items_bottom {
  width: 300px;
  height: 250px;
}

@media screen and (min-width: 40em) {
  /* line 24, app/assets/stylesheets/adsense.sass */
  .adsense_items_bottom {
    width: 728px;
    height: 90px;
  }
}

/* line 29, app/assets/stylesheets/adsense.sass */
.adsense_top_lu {
  width: 468px;
  height: 15px;
}

@media screen and (min-width: 40em) {
  /* line 33, app/assets/stylesheets/adsense.sass */
  .adsense_top_lu {
    width: 728px;
    height: 15px;
  }
}

/* line 2, app/assets/stylesheets/posts.sass */
#articles h2 {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

/* line 4, app/assets/stylesheets/posts.sass */
#articles .excerpt {
  color: #666;
  margin: 4px 0 20px 0;
}

/* line 7, app/assets/stylesheets/posts.sass */
#articles .items ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

@media screen and (min-width: 40em) {
  /* line 7, app/assets/stylesheets/posts.sass */
  #articles .items ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 14, app/assets/stylesheets/posts.sass */
#articles .items ul li {
  margin: 0;
}

/* line 17, app/assets/stylesheets/posts.sass */
.post-thumb {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* line 23, app/assets/stylesheets/posts.sass */
.post-hero-image, .post-inline-image {
  margin: 0 0 20px 0;
}

/* line 24, app/assets/stylesheets/posts.sass */
.post-hero-image img, .post-inline-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* line 30, app/assets/stylesheets/posts.sass */
div.ad.in-article {
  margin: 24px 0;
  text-align: center;
}

/* line 34, app/assets/stylesheets/posts.sass */
.current-image {
  margin-top: 10px;
}

/* line 36, app/assets/stylesheets/posts.sass */
.current-image img {
  border-radius: 8px;
  display: block;
  margin-bottom: 6px;
}

/* line 41, app/assets/stylesheets/posts.sass */
.post-body {
  font-size: 1.0625rem;
  line-height: 1.7;
}

/* line 44, app/assets/stylesheets/posts.sass */
.post-body p {
  padding: 0;
  margin-bottom: 1.3em;
}

/* line 47, app/assets/stylesheets/posts.sass */
.post-body h2, .post-body h3, .post-body h4 {
  padding-left: 0;
}

/* line 49, app/assets/stylesheets/posts.sass */
.post-body h2 {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 1.625rem;
  line-height: 1.3;
  margin: 1.8em 0 0.6em;
}

/* line 54, app/assets/stylesheets/posts.sass */
.post-body h3 {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 1.3125rem;
  line-height: 1.3;
  margin: 1.6em 0 0.5em;
}

/* line 59, app/assets/stylesheets/posts.sass */
.post-body h4 {
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 1.4em 0 .4em;
}

/* line 64, app/assets/stylesheets/posts.sass */
.post-body blockquote {
  background: rgba(226, 112, 63, 0.06);
  border-left: 4px solid #E2703F;
  border-radius: 0 8px 8px 0;
  color: inherit;
  font-style: italic;
  padding: 14px 20px;
  margin: 1.5em 0;
}

/* line 72, app/assets/stylesheets/posts.sass */
.post-body hr {
  border: 0;
  border-top: 2px solid rgba(226, 112, 63, 0.2);
  width: 60px;
  margin: 2.5em auto;
}

/* line 77, app/assets/stylesheets/posts.sass */
.post-body strong, .post-body b {
  font-weight: bold;
}

/* line 79, app/assets/stylesheets/posts.sass */
.post-body ul, .post-body ol {
  margin: 0 0 1.3em 1.25rem;
}

/* line 81, app/assets/stylesheets/posts.sass */
.post-body ul li, .post-body ol li {
  margin-bottom: .4em;
}

/* line 83, app/assets/stylesheets/posts.sass */
.post-body a {
  text-decoration: underline;
  text-decoration-color: rgba(226, 112, 63, 0.35);
}

/* line 86, app/assets/stylesheets/posts.sass */
.post-body a:hover {
  text-decoration-color: #E2703F;
}

/* line 88, app/assets/stylesheets/posts.sass */
.post-body code {
  background: #e6e6e6;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: .9em;
}

/* line 94, app/assets/stylesheets/posts.sass */
.post-body pre {
  background: #2b2b2b;
  color: #f2f2f2;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
}

/* line 100, app/assets/stylesheets/posts.sass */
.post-body pre code {
  background: transparent;
  border: 0;
  padding: 0;
}
