﻿.blog__featured-post {
  background-size: cover;
  color: #fff;
  background-color: #015A78;
  padding: 0; }
  .blog__featured-post .blog-feed-item__media {
    border: none;
    box-shadow: none; }

.section--blog {
  padding-top: 60px;
  padding-bottom: 60px; }

.blog__sidebar, .blog__content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
.blog__content {
  padding-bottom: 60px; }

.blog-feed-item {
  padding-bottom: 20px;
  border-bottom: 2px solid #E9EFF0;
  margin-bottom: 20px;
  font-size: 0; }
  .blog-feed-item:after {
    display: block;
    clear: both;
    content: " ";
    overflow: hidden;
    height: 0; }
  .blog-feed-item--featured {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
  .blog-feed-item__media-link {
    width: 28%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top; }
    .blog-feed-item__media-link + .blog-feed-item__text {
      display: inline-block;
      vertical-align: top;
      width: 72%; }
  .blog-feed-item__media {
    width: 100%;
    height: auto; }
  .blog-feed-item__text {
    font-size: 16px; }
  .blog-feed-item__head {
    margin-bottom: 10px; }
  .blog-feed-item__comment-count {
    background-color: #8CD600;
    color: #fff;
    font-size: .5em;
    padding: 0 .4em;
    line-height: 1.5em;
    min-width: 2em;
    text-align: center;
    display: inline-block;
    border-radius: .75em;
    position: relative;
    vertical-align: .33em;
    transition: background-color 0.25s ease;
    margin: 0 .15em; }
    .blog-feed-item__comment-count:before {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      overflow: hidden;
      top: 100%;
      left: 50%;
      margin: -3px 0 0 -8px;
      border-width: 8px 8px 0;
      border-style: solid;
      border-color: #8CD600 transparent transparent;
      transition: border-color 0.25s ease; }
    .blog-feed-item__comment-count:hover {
      background-color: #ff6e52; }
      .blog-feed-item__comment-count:hover:before {
        border-color: #ff6e52 transparent transparent; }
  .blog-feed-item__head-link {
    color: #FF6E52;
    transition: color 0.25s ease; }
    .blog-feed-item__head-link:hover {
      color: #eb2600; }
  .blog-feed-item--featured .blog-feed-item__head-link {
    color: #fff; }
    .blog-feed-item--featured .blog-feed-item__head-link:hover {
      color: #FF6E52; }
  .blog-feed-item__author {
    display: inline-block;
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .5; }
  .blog-feed-item__date {
    display: inline-block;
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .5; }
  .blog-feed-item__author + .blog-feed-item__date:before {
    content: "  \00b7  "; }
  .blog-feed-item__excerpt {
    padding-top: 10px;
    display: none; }
  .blog-feed-item__more-link {
    color: #FF6E52;
    transition: color 0.25s ease; }
    .blog-feed-item__more-link:hover {
      color: #eb2600; }

.blog-feed-grid {
  margin: 20px -10px;
  font-size: 0; }
  .blog-feed-grid__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
    font-size: 16px; }
  .blog-feed-grid__media {
    width: 100%;
    height: auto; }
  .blog-feed-grid__media-link {
    display: block;
    margin-bottom: 10px; }
  .blog-feed-grid__head-link {
    color: #FF6E52;
    transition: color 0.25s ease; }
    .blog-feed-grid__head-link:hover {
      color: #eb2600; }

.pagination {
  list-style: none;
  margin: 20px 0;
  font-size: 1.3125em;
  line-height: 1.3125em; }
  .pagination__item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .6em; }
  .pagination__link, .pagination__item-active-span {
    display: block;
    padding: 10px;
    min-width: 50px;
    line-height: 30px;
    text-align: center; }
  .pagination__item-active-span {
    font-family: "FuturaPT-Heavy", sans-serif;
    color: #777777; }
  .pagination__link {
    color: #FF6E52;
    transition: color 0.25s ease;
    border-radius: 6px;
    border: 2px solid #E9EFF0; }
    .pagination__link:hover {
      color: #eb2600; }

.blog-post-related__head {
  margin-bottom: pad-md;
  font-size: 16px; }
.blog-post-related__head-title {
  margin: 0;
  display: inline-block; }
.blog-post-related__head-more {
  color: #FF6E52;
  transition: color 0.25s ease;
  float: right;
  font-size: 1.3125em;
  display: none; }
  .blog-post-related__head-more:hover {
    color: #eb2600; }

.blog-post__title {
  line-height: 1.05em;
  margin-bottom: 20px; }
.blog-post__author, .blog-post__date {
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777777; }
.blog-post__author + .blog-post__date:before {
  content: "  \00b7  "; }

.blog-post-respond {
  overflow: hidden;
  margin: 60px 0 0; }
  .blog-post-respond .blog-post-respond__comments {
    float: left;
    width: 50%; }
  .blog-post-respond .social-sharing {
    float: right;
    width: 50%;
    text-align: right; }

.blog-post-respond__comments-link {
  padding-left: .6em; }
  .blog-post-respond__comments-link span {
    background-color: #fff;
    padding: 0 .4em;
    line-height: 1.5em;
    min-width: 1.5em;
    text-align: center;
    display: inline-block;
    border-radius: .75em .75em .75em 3px;
    position: relative;
    vertical-align: .33em;
    color: #FF6E52;
    vertical-align: baseline;
    transition: color 0.25s ease; }
  .blog-post-respond__comments-link:hover span {
    color: #eb2600; }

.social-sharing {
  font-size: 1.3125em;
  line-height: 1.3125em; }
  .social-sharing__title {
    display: inline-block;
    font-family: "FuturaPT-Heavy", sans-serif; }
  .social-sharing__services-list {
    display: inline;
    margin: 0; }
  .social-sharing__service {
    display: inline-block;
    vertical-align: middle; }
  .social-sharing__service-link {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    border: 2px solid;
    font-size: 1em;
    color: #FF6E52;
    transition: color 0.25s ease; }
    .social-sharing__service-link:hover {
      color: #eb2600; }

.blog-post__footer {
  border-top: 2px solid #E9EFF0;
  padding-top: 20px;
  margin: 20px 0 20px; }

.blog-post-categories {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 3px;
  color: #777777; }
  .blog-post-categories__title {
    display: inline-block; }
    .blog-post-categories__title:after {
      content: ": "; }
  .blog-post-categories__list {
    display: inline;
    margin: 0; }
  .blog-post-categories__item {
    display: inline; }
    .blog-post-categories__item:after {
      content: ", "; }
    .blog-post-categories__item:last-child:after {
      content: ""; }
    .blog-post-categories__item a {
      color: #FF6E52;
      transition: color 0.25s ease; }
      .blog-post-categories__item a:hover {
        color: #eb2600; }

.blog-post-author-bio {
  background-color: #E9EFF0;
  padding: 40px;
  overflow: hidden;
  margin: 20px 0 40px; }

.blog-post-author-bio__photo {
  float: left;
  margin: 0 1.2em .25em 0;
  width: 104px; }

h2.blog-post-author-bio__name {
  margin: 0;
  font-size: 1.3125em;
  font-family: "FuturaPT-Heavy", sans-serif;
  font-weight: 700; }
  h2.blog-post-author-bio__name + p {
    margin-top: .5em; }

.blog-sidebar-module {
  background-color: #E9EFF0;
  margin-bottom: 30px;
  padding: 30px; }
  .blog-sidebar-module__head {
    font-family: "FuturaPT-Heavy", sans-serif;
    font-size: 1.3125em;
    line-height: 1.3125em;
    margin-bottom: .65em;
    text-transform: uppercase; }

.blog-search {
  position: relative; }
  .blog-search__input {
    font-size: 1.2em;
    font-family: inherit;
    -webkit-appearance: none;
    border: 2px solid #bcced1;
    border-radius: 6px;
    padding: 5px 10px;
    width: 100%;
    max-width: 100%; }
  .blog-search__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 9px 13px;
    border-radius: 0 6px 6px 0; }

.blog-categories {
  margin: 10px 0 20px; }
  .blog-categories__item-link {
    color: #FF6E52;
    transition: color 0.25s ease;
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 5px 0; }
    .blog-categories__item-link:hover {
      color: #eb2600; }

.blog__content .blog-categories {
  border-top: 2px solid #E9EFF0;
  margin-bottom: 40px; }

.blog-archive select {
  font-size: 21px !important;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
.blog-archive__fields {
  margin-bottom: 10px; }

.blog-post-comments {
  margin: 40px 0; }
  .blog-post-comments__container {
    margin: 20px 0;
    border-top: 2px solid #E9EFF0; }

.blog-comment {
  border-bottom: 2px solid #E9EFF0;
  padding: 40px 0; }
  .blog-comment__header {
    margin-bottom: 20px; }
  .blog-comment__author {
    font-family: "FuturaPT-Heavy", sans-serif;
    font-weight: normal; }
  .blog-comment__date {
    color: #777777; }
    .blog-comment__date:before {
      content: "  \00b7  "; }

.comment-form {
  background-color: #E9EFF0;
  padding: 40px;
  margin: 20px 0 40px; }
  .comment-form__field-container {
    margin-bottom: 20px; }
  .comment-form__label {
    display: block; }
  .comment-form__field {
    width: 100%;
    max-width: 100%;
    border: 2px solid #bcced1;
    border-radius: 6px;
    padding: 8px;
    background-color: #fff;
    font-size: 16px;
    font-family: inherit; }

.blog-sidebar-module .social-list__icon {
  opacity: 1;
  background-color: transparent; }

@media (min-width: 768px) {
  .blog__featured-post {
    padding: 0;
    background: #015A78 url("../../image%20library/Allscripts%20New/placeholder-blog-thumbnail-01.jpg") no-repeat left center;
    background-size: 50% auto; }
    .blog__featured-post .blog__featured-post-wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
      background-image: linear-gradient(to right, rgba(1, 90, 120, 0) 30%, #015a78 50%); }
    .blog__featured-post .blog-feed-item__media {
      visibility: hidden; }

  .section--blog {
    padding-top: 60px;
    padding-bottom: 60px; }

  .blog__content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }
  .blog__sidebar {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    padding-left: 40px; }

  .blog-feed-item {
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .blog-feed-item--featured {
      padding-bottom: 0;
      margin-bottom: 0; }
    .blog-feed-item__media-link {
      padding-right: 25px; }
    .blog-feed-item--featured .blog-feed-item__media-link {
      width: 50%;
      vertical-align: middle;
      padding-right: 20px; }
    .blog-feed-item--featured .blog-feed-item__media-link + .blog-feed-item__text {
      width: 50%;
      vertical-align: middle;
      padding-left: 20px; }
    .blog-feed-item__excerpt {
      display: block; } }
@media (max-width: 767px) {
  .section--blog {
    padding-top: 40px;
    padding-bottom: 60px; }

  .blog-feed-item__head {
    font-size: 1.3125em; }
  .blog-feed-item--featured .blog-feed-item__head {
    font-size: 1.6875em; }
  .blog-feed-item--featured .blog-feed-item__media-link {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
  .blog-feed-item--featured .blog-feed-item__text {
    width: 100%;
    padding: 0 20px 40px; } }
@media (max-width: 499px) {
  .blog-feed-grid__item {
    width: 100%; } }
@media (max-width: 1300px) {
  .blog__featured-post {
    background-size: auto 100%; } }

/*# sourceMappingURL=blog.css.map */