/* ####################################################
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
###################################################
*/
#single-resource .page_header {
  text-align: right; }
 
.page_header_background img{

width: 100%; 
}
  @media (max-width: 767px) {
    #single-resource .page_header {
      height: 550px; } }
  #single-resource .page_header .hs-post-logo {
    padding: 2em;
    text-align: center; }
  #single-resource .page_header .hs-post-introduction {
    color: #fff;
    position: absolute;
    right: 3em;
    bottom: 0;
    background-color: #ebb5d5;
    max-width: 485px;
    padding: 2em 3.8em; }
    @media (max-width: 535px) {
      #single-resource .page_header .hs-post-introduction {
        width: 90%;
        right: 5%; } }
    #single-resource .page_header .hs-post-introduction h3 {
      font-family: 'kurry_ecoregular'; }
    #single-resource .page_header .hs-post-introduction p {
      line-height: 1.58;
      font-size: 1.41em;
      text-transform: uppercase; }

.hs_header {
  border-bottom: 3px solid #ebb5d5;
  padding: 4.3em 2.5em 0 2.7em; }
  .hs_header h1 {
/*     font-family: 'kurry_ecoregular'; */
	  font-family: 'GothamLight';
    float: left; }
  .hs_header .social_shares {
    float: right; }
  .hs_header #crestashareicon {
    float: right;
    display: block;
    padding-top: 80px;
    left: auto;
    position: relative;
    top: auto;
    z-index: 1;
    font-size: 20px; }
    .hs_header #crestashareicon .sbutton {
      clear: none;
      margin: 0 8px; }
      .hs_header #crestashareicon .sbutton#total-shares {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
        margin: 0; }
        .hs_header #crestashareicon .sbutton#total-shares .cresta-the-total-count {
          color: #ebb5d5;
          font-family: 'kurry_ecoregular';
          font-size: 43px; }
        .hs_header #crestashareicon .sbutton#total-shares .cresta-the-total-text {
          color: #696969;
          font-family: 'GothamMedium';
          font-size: 22px; }

.hs_articles {
  padding: 5em 0;
  min-height: 500px; }
  .hs_articles .back_catpage {
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 5%;
    margin: 3.5em 0; }

.hs_article {
  margin: 3.5em 0; }
  .hs_article .wrapper {
    margin: 0 auto;
    max-width: 1120px; }
    @media (max-width: 1180px) {
      .hs_article .wrapper {
        padding: 0 1.5em; } }
    .hs_article .wrapper .slide_item {
      height: 830px; }
      @media (max-width: 1180px) {
        .hs_article .wrapper .slide_item {
          height: 63vw; } }
  .hs_article .header {
    font-family: 'kurry_ecoregular';
    margin: 0 auto;
    max-width: 680px; }
    .hs_article .header:before, .hs_article .header:after {
      content: " ";
      display: table; }
    .hs_article .header:after {
      clear: both; }
    .hs_article .header h3 {
      text-transform: capitalize; }
    .hs_article .header .author {
      color: #ebb5d5;
      font-size: 2em;
      text-transform: capitalize; }
    .hs_article .header .introduction {
      margin-top: 1.38em; }
      .hs_article .header .introduction img {
        float: left; }
      .hs_article .header .introduction * {
        font-size: 15px; }
  .hs_article .slider {
    margin: 5em 0;
    width: 100%;
    float: left; }
    .hs_article .slider .slide_item {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent; }
  .hs_article .content {
    text-align: center;
    width: 100%;
    float: left; }
    .hs_article .content h2, .hs_article .content h3, .hs_article .content h4, .hs_article .content h5, .hs_article .content h6 {
      font-family: 'GothamMedium'; }

/*temp*/
.hs_normal_content {
  padding: 5em; }

/*temp*/

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