/*
//-----------------------------------------------------------------------
// <copyright file="research-publication-ap-page.css" company="Federal Reserve Bank of New York">
//     © 2018 Federal Reserve Bank of New York
// </copyright>
// <summary>This is the research_publication_ap_page.css file.</summary>
//-----------------------------------------------------------------------

*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.vertical-height-eighteen
{
   height: 16px;
}
.vertical-height-two
{
   height: 44px;
   margin-top: 6px;
}

.grid_6.push_1 table:nth-child(3) tr:nth-child(5) {
    display: inline-block;
    height: 18px;
}

td.tdTabContentNoPad {
    padding-right: 0 !important;
}

.expertise span.paraNotes {
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif!important;
    padding-bottom: 0
}

.expertise hr.dark {
    border-bottom: 1px solid #42515a;
}

.expertise hr.bold {
    border-bottom: 0;
    display: none;
}

.expertise .people-wrap {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    height: 100px;
}

.expertise .people {
    display: inline-block;
    vertical-align: middle;
    width: 53px;
    float: left;
}

.expertise .card {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    float: left;
    margin-left: 12px;
}

.expertise img.economist {
    display: block;
    width: 53px;
    height: 75px;
}

.expertise tr.row-foi {
    width: 100%;
}

.expertise tr.row-foi td {
    line-height: 32px;
}

.expertise .foi-link {
    vertical-align: text-bottom;
}

.expertise .width-50 {
    width: 50%;
}

.expertise .ruleRightColIn {
    background-image: none !important;
}

span.two-spaces {
    margin-left: 6px;
}

.frb-accordion-wrapper .accordionButton {
    min-height: 15px;
}

select {
    min-width: 78px !important;
    width: 78px !important;
}

.category-1 {
    border-bottom: 1px solid #DDDBD7;
    font-size: 14px;
    font-weight: normal;
}

.ts-story-headline a, a.ts-story-headline, .ts-story-headline a:hover {
    font-size: 14px !important;
    font-weight: normal;
    color: #41a8df !important;
    text-decoration: none;
}

.ts-story-text, .catItalic {
    font-size: 14px !important;
    font-weight: normal;
}

.ts-page-head-b {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    color: #001F33;
    border-bottom: 1px solid #DDDBD7;
    padding: 0px 0 3px 0;
    margin: 10px 0 10px 0;
    font-family: 'RobotoCondensedRegular', sans-serif;
}

.paraHeader-legacy a, a.paraHeader-legacy, a.paraHeader-legacy:hover {
    font-size: 14px;
    font-weight: normal;
    color: #41a8df !important;
    text-decoration: none;
}

.ruleRightColIn {
    background-image: url(/medialibrary/media/images/v3/rule_ltgrey1024.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding-bottom: 4px !important;
    padding-bottom: 0px;
}

hr {
    border: 0;
    border-top-width: 0;
    clear: both;
    height: 0;
    border-bottom: 1px solid #DDDBD7;
}

.ts-page-title {
    font-size: 24px;
    line-height: 26px;
    color: #001F33;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .expertise img.economist {
        display: none;
    }

    .expertise .card {
        width: 170px;
        margin-left: 0;
    }
}

