/* sidebar layout */
@media only screen and (min-width: 768px) {
  .Blog-NativeUnion #LayoutColumn1 {
    float: right;
    max-width: 240px;
    width: 24%;
  }
  .Blog-NativeUnion #LayoutColumn2 {
    width: 73%;
  }
  .Blog-Entry #LayoutColumn2 {
    float: left;
    width: 73%;
  }
  .Blog-Entry #LayoutColumn1 {
    float: right;
    max-width: 240px;
    width: 24%;
  }
  .Blog-Entry .most-popular {
    margin-top: 171px;
  }
}

.Blog-NativeUnion .sf-menu li {
  float: none;
}

.Blog-NativeUnion #LayoutColumn1 {
  font-family: 'museo-sans';
}

.Blog-NativeUnion .Content {
  font-family: 'museo-sans';
}

.Blog-NativeUnion .Content p {
  font-weight: 100;
  font-size: 16px;
}

.Blog-NativeUnion .Content p a {
  font-family: 'museo-sans' !important;
}

.Blog-NativeUnion .Content p em {
  font-family: 'museo-sans' !important;
}

.Blog-NativeUnion .Content h3 {
  font-size: 24px;
  font-weight: 100;
  font-family: 'museo-sans';
  padding-bottom: 6px;
}

.Blog-NativeUnion .Content h3 a:hover {
  color: #999999;
}

/* hero image */
.Blog-NativeUnion .blog-callouts .col-12 {
  width: 100%;
  text-align: center;
  font-family: 'museo-sans';
}

.Blog-NativeUnion .blog-callouts .col-12 h1 {
  text-align: center;
  font-style: italic;
  font-size: 32px;
  font-weight: 100;
  font-family: 'museo-sans';
}

.Blog-NativeUnion .blog-callouts .col-12 p {
  font-weight: 100;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .Blog-NativeUnion .blog-callouts .col-12 p {
    padding: 0 166px;
  }
}

.Blog-NativeUnion .blog-callouts .col-12 .img-container {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}

.Blog-NativeUnion .blog-callouts .col-12 img {
  display: block;
  width: 100%;
}

/* first blog */
.Blog-NativeUnion .Content .BlockContent h3.latest {
  border-top: 1px solid gray;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 4px;
}

.Blog-NativeUnion .Content .BlockContent p.post-date {
  margin-bottom: 0;
  color: gray;
  font-size: 14px;
}

.Blog-NativeUnion .Content .BlockContent ul.blog-tags {
  margin: 0;
}

.Blog-NativeUnion .Content .BlockContent ul.blog-tags li {
  color: gray;
  background-color: #fff;
  padding: 0;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}

.Blog-NativeUnion .Content .BlogPostContent .banner-image {
  margin-bottom: 15px;
}

.Blog-NativeUnion .Content .BlogPostContent .BlockContent {
  margin-bottom: 20px;
  font-size: 14px;
}

/* second and later blogs*/
.Blog-NativeUnion .Content .BlockContent .BlogPostContent {
  border-bottom: 1px solid gray;
  margin-bottom: 36px;
}

.Blog-NativeUnion .Content .BlockContent .BlogPostContent .bfc p {
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-height: 25px;     /* fallback */
  max-height: 100px;     /* fallback */
}

.Blog-NativeUnion .Content .BlockContent .BlogPostContent .bfc p:last-of-type {
  margin-bottom: 36px;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
}

.Blog-NativeUnion .Content .BlockContent .BlogPostContent .bfc p:last-of-type a {
  color: #333;
  text-decoration: underline;
}

.Blog-NativeUnion .Content .BlockContent .BlogPostContent .bfc p:last-of-type a:hover {
  color: #999;
}

.Blog-NativeUnion .Content .BlockContent .BlogPostContent br.Clear {
  display: none;
}

.Blog-NativeUnion .Content .BlockContent .BlogPostContent .thumbnail {
  width: 23%;
  height: auto;
  max-height: 200px;
  overflow: hidden;
  margin-right: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}
.Blog-NativeUnion .Content .BlockContent .product-nav .PagingList {
  font-weight: 100;
}
/*
.Blog-NativeUnion .Content .BlockContent .BlogPostContent .thumbnail img {
  width: 100%;
}
*/

/* most popular blogs at the sidebar */
.Blog-NativeUnion .most-popular .hbspt-form {
  display: block; !important
}

.Blog-NativeUnion .most-popular .hbspt-form .hs-button {
  background-color: #000 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
}

.Blog-NativeUnion .most-popular p.subscribe {
  margin-bottom: 5px;
}

.Blog-NativeUnion .most-popular h3.most-popular {
  border-top: 1px solid gray;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: 'museo-sans';
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 4px;
}

.Blog-NativeUnion .most-popular .popular-blog {
  margin-bottom: 20px;
}

.Blog-NativeUnion .most-popular .popular-blog h3 {
  padding-bottom: 6px;
  font-family: 'museo-sans';
  font-weight: 300;
  font-size: 20px
}

.Blog-NativeUnion .most-popular .popular-blog img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.Blog-NativeUnion .most-popular .popular-blog .comment {
  color: gray;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 36px;
}

.Blog-NativeUnion .most-popular form {
  margin-bottom: 20px;
}

.Blog-NativeUnion .most-popular .submitted-message {
  margin-bottom: 20px;
}

.Blog-NativeUnion .most-popular form input[type='text'] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}

.Blog-NativeUnion .most-popular form input[type='submit'] {
  color: #fff;
  background-color: #000;
  border: 0;
  padding: 5px 20px;
}

/* blog entry */
.Blog-Entry #NewsBreadcrumb {
  margin-bottom: 20px;
}

.Blog-Entry #NewsContent h1 {
  font-family: 'museo-sans';
  font-size: 26px;
  font-weight: 100;
}

.Blog-Entry #NewsContent > p {
  font-family: 'museo-sans';
  font-weight: 100;
  color: gray;
}

.Blog-Entry #NewsContent .e-content a {
  font-weight: 300;
  text-decoration: underline;
}

.Blog-Entry .most-popular h3.most-popular {
  padding: 12px 0;
  margin: 20px 0;
  border-bottom: 1px solid gray;
}

.Blog-Entry .Content .BlockContent p {
  font-size: 16px;
  font-weight: 300;
}

.Blog-Entry .Content .BlockContent p strong {
  font-weight: 400; !important
}
