/* line 1, app/assets/stylesheets/blog.scss */
#content {
  max-width: 1100px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/blog.scss */
.post-title-lede h1 {
  font-weight: normal !important;
  font-size: 3.2rem;
  margin-top: 30px;
}

/* line 12, app/assets/stylesheets/blog.scss */
.lede {
  background-color: #f9f9f9;
  border-left: 5px solid #49CCF9;
  padding: 25px 50px;
  font-size: 2rem;
  font-style: italic;
}

/* line 19, app/assets/stylesheets/blog.scss */
.bread-crumbs {
  max-width: 1100px;
  margin: 0 auto;
}

/* line 24, app/assets/stylesheets/blog.scss */
.post-content h2 {
  margin-top: 50px;
}

/* line 27, app/assets/stylesheets/blog.scss */
.post-content p {
  font-size: 1.125em;
  margin-bottom: 30px;
}

/* line 31, app/assets/stylesheets/blog.scss */
.post-content .share-buttons {
  margin-top: 50px;
}

/* line 33, app/assets/stylesheets/blog.scss */
.post-content .share-buttons p {
  margin-bottom: 5px;
  font-style: italic;
  font-size: 1rem;
}

/* line 40, app/assets/stylesheets/blog.scss */
.post-header-image {
  margin-top: 10px;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 46, app/assets/stylesheets/blog.scss */
h2.postTitle {
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/blog.scss */
.sign-up-links {
  margin: 40px 20px 40px 20px;
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #999;
  border-top: 2px solid #999;
}

/* line 56, app/assets/stylesheets/blog.scss */
.aside-content {
  padding: 10px 0 0 10px !important;
  max-width: 600px;
  margin: 0 auto;
  position: sticky;
  top: 4rem;
}

/* related posts */
/* line 65, app/assets/stylesheets/blog.scss */
.related-posts {
  margin-top: 100px;
}

/* line 67, app/assets/stylesheets/blog.scss */
.related-posts h3 {
  padding-bottom: 25px;
}

/* line 70, app/assets/stylesheets/blog.scss */
.related-posts img {
  width: 50% !important;
}

/* line 73, app/assets/stylesheets/blog.scss */
.related-posts .yarpp-thumbnail-title {
  display: block;
  margin-bottom: 100px;
  font-size: 1.5rem;
}

/* hide stuff we don't want */
/* line 81, app/assets/stylesheets/blog.scss */
.widget_textblockswidget, .widget_tag_cloud {
  display: none;
}

/* line 84, app/assets/stylesheets/blog.scss */
.slack-message {
  margin-top: 60px;
}

/* blog index */
/* line 89, app/assets/stylesheets/blog.scss */
.blog-current-articles {
  margin-top: 55px;
}

/* line 92, app/assets/stylesheets/blog.scss */
.blog-section-heading {
  margin-bottom: 18px;
}

/* line 95, app/assets/stylesheets/blog.scss */
.blog-section-heading h2 {
  font-size: 2rem;
}

/* line 99, app/assets/stylesheets/blog.scss */
.blog-featured-card {
  padding: 0 !important;
  overflow: hidden;
}

/* line 103, app/assets/stylesheets/blog.scss */
.blog-featured-card p.category {
  margin-bottom: 6px;
}

/* line 107, app/assets/stylesheets/blog.scss */
.blog-featured-card__image-link {
  display: block;
}

/* line 110, app/assets/stylesheets/blog.scss */
.blog-featured-card__image {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 116, app/assets/stylesheets/blog.scss */
.blog-featured-card__title {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.25;
  margin-top: 5px !important;
}

/* line 122, app/assets/stylesheets/blog.scss */
.blog-featured-card__title a {
  color: #333;
}

/* line 126, app/assets/stylesheets/blog.scss */
.blog-featured-card__lede {
  font-size: 1rem;
  margin-bottom: 1rem !important;
}

/* line 130, app/assets/stylesheets/blog.scss */
.previous-articles-heading {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 135, app/assets/stylesheets/blog.scss */
.previous-articles-heading i {
  font-size: 1.5em;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 141, app/assets/stylesheets/blog.scss */
.post-list {
  margin-bottom: 50px;
}

/* line 144, app/assets/stylesheets/blog.scss */
.hidden {
  display: none;
}

/* line 147, app/assets/stylesheets/blog.scss */
.blog-post-blurb {
  margin-bottom: 50px;
}

/* line 148, app/assets/stylesheets/blog.scss */
.blog-post-blurb .card {
  padding: 0 !important;
}

/* line 152, app/assets/stylesheets/blog.scss */
.blog-post-blurb p.category {
  margin-bottom: 5px;
}

/* line 155, app/assets/stylesheets/blog.scss */
.blog-post-blurb h2 {
  font-weight: normal;
  margin-top: 5px !important;
}

/* line 159, app/assets/stylesheets/blog.scss */
.blog-post-blurb .post-image img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 165, app/assets/stylesheets/blog.scss */
.blog-post-blurb .post-image-placeholder {
  border-radius: 10px;
  height: 200px;
}

/* line 169, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category {
  font-size: .8rem;
}

/* line 170, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.human-resources {
  color: var(--marketing-green);
}

/* line 173, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.latest-features {
  color: var(--marketing-light-blue);
}

/* line 176, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.integrations {
  color: var(--marketing-orange);
}

/* line 179, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.property-management {
  color: var(--marketing-purple);
}

/* line 182, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.success-stories {
  color: var(--marketing-teal);
}

/* line 185, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.it-admin {
  color: var(--marketing-coral);
}

/* line 188, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.marketing {
  color: var(--marketing-pink);
}

/* line 191, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.slack {
  color: var(--marketing-gray);
}

/* line 194, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.how-to {
  color: var(--marketing-dark-gray);
}

/* line 200, app/assets/stylesheets/blog.scss */
.post-image-placeholder {
  align-items: center;
  background: #f4f7f9;
  color: var(--marketing-light-blue);
  display: flex;
  font-size: 2.5rem;
  justify-content: center;
  width: 100%;
}

/* line 209, app/assets/stylesheets/blog.scss */
h2.article-title {
  font-size: 1.5rem;
}

/* line 211, app/assets/stylesheets/blog.scss */
h2.article-title a {
  color: #333;
}

/* line 215, app/assets/stylesheets/blog.scss */
p.published-date {
  font-size: 1.1rem;
}

/* line 218, app/assets/stylesheets/blog.scss */
#toc {
  padding-left: 20px;
}

/* line 221, app/assets/stylesheets/blog.scss */
#toc li a.nav-link {
  font-size: 12px;
}
