/* ####################################################
NOTE
I am coding styles using SASS (.scss) which is then compiled using Compass into this .css

This is (.scss) file for variables and mixins of Health Scope website

Created by Sam Silvey
###################################################
*/
.home_header {
  padding: 0.7em 0; }
  .home_header .home_logo img {
    max-width: 80%; }
  .home_header .tap {
    position: absolute;
    right: 0;
    bottom: 10px;
    background-color: #ebb5d5;
    padding: 0.5em; }
    @media (max-width: 767px) {
      .home_header .tap {
        display: none; } }
    .home_header .tap h6 {
      text-transform: capitalize;
      margin: 0;
      color: #fff;
      font-family: 'HoeflerText-Roman'; }

@media (max-width: 500px) {
	.latest_posts{
	display: none !important;
}
}

.latest_posts {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border-bottom: 9px solid #ebb5d5; }
  .latest_posts .blog_featureds {
    width: 65%;
    position: relative; }
    @media (max-width: 767px) {
      .latest_posts .blog_featureds {
        display: none; } }
    .latest_posts .blog_featureds .blog_featured {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent; }
      .latest_posts .blog_featureds .blog_featured:first-child {
        display: inline-block; }
  .latest_posts .blog_titles {
    width: 35%; }
    @media (max-width: 767px) {
      .latest_posts .blog_titles {
        width: 100%; } }
    .latest_posts .blog_titles .blog_title {
      border-top: 1px solid #d2d2d2; }
      .latest_posts .blog_titles .blog_title:first-child {
        border-bottom: 3px solid #ebb5d5; }
        .latest_posts .blog_titles .blog_title:first-child span {
          padding: 0.37em 0.28em 0.37em 0.7em;
          color: #ebb5d5;
          text-transform: capitalize;
          font-family: 'GothamBold';
          font-size: 3em;
          display: block; }
      .latest_posts .blog_titles .blog_title:nth-child(2) {
        border-top: none; }
      .latest_posts .blog_titles .blog_title a {
        width: 100%;
        display: inline-block;
        padding: 2em 1.2em 2em 6em;
        background: url(../images/link-blog.png) no-repeat scroll 2.5em center transparent;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        .latest_posts .blog_titles .blog_title a.active {
          background-color: #ebb5d5;
          color: #fff;
          background-image: url(../images/link-blog-hover.png); }
        .latest_posts .blog_titles .blog_title a h3 {
          margin: 0;
          font-family: 'GothamMedium';
          font-weight: normal;
          font-size: 2.5em;
          line-height: 1; }
          @media (min-width: 767px) and (max-width: 979px) {
            .latest_posts .blog_titles .blog_title a h3 {
              font-size: 2.3em; } }

.ads_temp_section {
  display: none; }

.hss_per_cat .ads_wrapper {
  background: none; }
  @media (max-width: 1230px) {
    .hss_per_cat .ads_wrapper {
      padding: 0; } }
  .hss_per_cat .ads_wrapper .bsaProItem {
    width: 50%;
    float: left;
    text-align: center; }
    .hss_per_cat .ads_wrapper .bsaProItem .bsaProItemInner {
      width: 92%;
      display: inline-block; }
      .hss_per_cat .ads_wrapper .bsaProItem .bsaProItemInner .bsaProItemInner__img {
        height: 111px !important;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent; }
        @media (max-width: 1200px) {
          .hss_per_cat .ads_wrapper .bsaProItem .bsaProItemInner .bsaProItemInner__img {
            height: 9.5vw !important; } }

.hs_news_main .wrapper {
  max-width: 1440px;
  margin: 0 auto 0; }
  .hs_news_main .wrapper:before, .hs_news_main .wrapper:after {
    content: " ";
    display: table; }
  .hs_news_main .wrapper:after {
    clear: both; }
  @media (max-width: 1160px) {
    .hs_news_main .wrapper {
      width: 100%;
      float: left;
      margin: 0 0 0;
      padding: 0 1.5em; } }
.hs_news_main .logo_title {
  text-align: center;
  border-bottom: 2px solid #ebb5d5;
  margin: 0 1.6em 0 1.6em;
  width: calc(100% - (1.6em * 2));
  float: left; }
  .hs_news_main .logo_title h5 {
    font-family: 'HoeflerText-Roman';
    color: #ebb5d5;
    font-size: 1.9em;
    margin-bottom: 0.3em; }
    .hs_news_main .logo_title h5 sup {
      line-height: 1;
      top: -0.23em; }
  .hs_news_main .logo_title h2 {
    font-size: 5em;
/*     font-family: 'HoeflerText-Bold'; */
	  font-family: 'GothamBook';
    text-transform: uppercase;
    margin-bottom: 0.8em; }

.hss_per_cat {
  margin: 3.5em 0; }

.hs-article_list {
  width: 100%;
  float: left; }
  .hs-article_list li {
    width: 33.33%;
    float: left;
    padding: 1.6em 4em; }
    .hs-article_list li:first-child {
      padding-left: 1.6em;
  }
  
  .hs-article_list li:last-child {
      padding-right: 1.6em;
  }

    @media (min-width: 767px) {
      .hs-article_list li:nth-child(3n+1) {
        clear: left; } }
    @media (min-width: 500px) and (max-width: 767px) {
      .hs-article_list li {
        width: 50%; }
        .hs-article_list li:nth-child(2n+1) {
          clear: left; } }
    @media (max-width: 500px) {
      .hs-article_list li {
        width: 100%;
        padding: 1.6em 0; } }
    .hs-article_list li .article_featured {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent;
      display: block;
      height: 225px;
      width: 100%; }
    .hs-article_list li .article_details {
/*       border-left: 4px solid #ebb5d5; */
/*       padding-left: 1em; */
      margin-top: 1.2em; 
}
      .hs-article_list li .article_details .article_title {
/*         font-family: 'GothamMedium'; */
		  font-family: 'GothamLight';
		  text-transform: none !important;
        font-size: 3em;
        line-height: 1;
        margin: 0 0 0.5em 0;
/*         min-height: 2em;  */
		  text-align:center;
}
        @media (max-width: 1100px) {
          .hs-article_list li .article_details .article_title {
            font-size: 2.3em; } }
        @media (max-width: 500px) {
          .hs-article_list li .article_details .article_title {
            min-height: 0; } }
      .hs-article_list li .article_details .article_excerpt {
/*         min-height: 5.5em; */
        margin-bottom: 0.7em;
text-align:center;}
        @media (max-width: 500px) {
          .hs-article_list li .article_details .article_excerpt {
            min-height: 0; } }
      .hs-article_list li .article_details .article_link {
        /* font-family: 'GothamBlack';
        text-transform: uppercase;
        font-size: 1.8em;  */
        display: none;
        visibility: hidden;
      }

.more_articles {
  border-top: 2px dotted #ebb5d5;
  width: calc(100% - (1.6em * 2));
  float: left;
  margin: 2em 1.6em 3em 1.6em;
  position: relative; }
  .more_articles .load_more_btn {
    position: absolute;
    left: calc((100% - 3.8em) / 2);
    top: -0.8em;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #ebb5d5;
    font-family: 'GothamMedium';
    width: 4.3em;
    height: 2.3em;
    text-align: center;
    background: url(../images/icon-more.png) no-repeat scroll center bottom #fff;
    cursor: pointer; }

.all_articles {
  border-bottom: 7px solid #ebb5d5;
  width: calc(100% - (1.6em * 2));
  float: left;
  margin: 3em 1.6em 3em 1.6em;
  position: relative;
  display: none; }
  .all_articles .load_all_btn {
    float: right;
    font-size: 2.38em;
    text-transform: uppercase;
    font-family: 'GothamBlack';
    background: url(../images/allstories-link.png) no-repeat scroll right center #fff;
    padding: 0.35em 2.8em 0.35em 0;
    cursor: pointer;
    margin-bottom: 0.7em; }

body.home .hs-article_list li .article_details .article_link {
	display:none;
	visibility:hidden;
}


/*# sourceMappingURL=home.css.map */
