﻿.working-paper-container-full-width {
    background: #F7F7F8;
    margin-top: 35px;
}

.working-paper-download-bttn-row {
    margin-top: 35px;
}

.working-paper-text-row {
    margin-top: 35px;
}

.working-paper-by-author-row {
    margin-top: 15px;
}

.working-paper-title-row h1 {
    margin: 0;
}

.working-paper-title-row {
    margin-top: 15px;
}

@media(min-width: 320px) {
    .working-paper-title-row h1.tag-box {
        font-weight: 300;
        font-size: 32px;
        color: #305A83;
        line-height: 39px;
    }
}
@media(min-width:992px) {
    .working-paper-title-row h1.tag-box {
        font-weight: 300;
        font-size: 42px;
        line-height: 50px;
        text-align: center;
    }
}


@media(min-width: 320px) {
    .working-paper-text-row .tag-box-container.introduction .clearfix {
        overflow: hidden;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 15; /* number of lines to show */
        -webkit-box-orient: vertical;
        line-height: 26px; /* fallback */
        max-height: 390px; /* fallback */
    }
}
@media(min-width: 768px) {
    .working-paper-text-row .tag-box-container.introduction {
        overflow: visible;
        display: block;
        line-height: 26px; /* fallback */
        max-height: none; /* fallback */
    }
    .working-paper-text-row .tag-box-container.introduction .button-4 {
        display: none;
    }
}

.working-paper-by-author-row span {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #3F4041;
}
.working-paper-by-author-row span > a {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6BA2B9;
}

.mast-head-row h1 {
    margin: 0;
}

.mast-head-row h1:first-child {
    margin-bottom: 5px;
}

.panel-group {
    margin-bottom: 0;
}

.related-tags {
    margin-top: 35px;
}
.related-tags:first-of-type {
    margin-top: 15px;
}

.masthead,
.volume,
.series {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #305A83;
}


.byline {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #3F4041;
}
.byline-link {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6BA2B9;
}

.working-paper-container-full-width .side-column {
    /*padding: 25px;*/
    padding-top: 40px;
}


@media print {
  /* header + footer */
  #topbar {
    display: none !important;
  }

  .footer-container {
    display: none;
  }
  /* hide social icons */
  li.shared {
    display: none !important;
  }
  /* hide image links */
  img[src]:after {
    content: none !important;
  }
  /* hide masthead links */
  .masthead a::after {
    content: none !important;
  }

  .floating-button-link {
    display: none;
  }
  /* hide iContact signup form */
  #ic_signupform {
    display: none;
  }
  /* hide the accordions at the bottom of the page 'collapse/expand all' */
  .accordion-buttons-container {
    display: none
  }

  .download-button-container {
    display: none;
  }
  /* hide carousel alt text */
  .single-image-slide-inner-2 a {
    display: none;
  }

  .gallery-small-inner2_2 {
    display: none !important;
  }
  /* a[href]:after { 
   content: " (" attr(href) ")";
   position:fixed;
   left: 50px;
   bottom:50px;
   display:inline
 }
*/
}