﻿/*
// <copyright file="publication-article" company="Federal Reserve Bank of Boston">
//     © 2016 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the publication-article file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/

/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */



.article-by-author-row
{
    margin-top: 15px;
}
.article-date-row {
    margin-top: 35px;
}
.article-download-bttn-row {
    margin-top: 35px;
}
.social-subtitle-row {
    margin-top: 44px;
}
.article-social-row {
    margin-top: 35px;
}
.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;
}
.content-nav .list-inline > li {
    padding-left: 0;
    padding-right: 25px;
    margin-bottom: 5px;
}
.content-nav a {
    color: #003A5D;
    line-height: 20px;
}

.cbendnotes {
    counter-reset: list;
    padding-left: 0px;
}
.cbendnotes > li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}
.cbendnotes > li:before {
    content: "[" counter(list) "] "; 
    counter-increment: list;
}

.bodytextlist > .frb-anchor:first-child {
    display: none;
}

/* Styles for 'speech' type of FRBPubArticle */
.speech-event-name,
.speech-host {
  font-size: 15px;
}

.speech-event-name {
  margin-top: 35px;
  margin-bottom: 0px;
}

@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
 }
*/
}