﻿ .PressContentDiv {
            /*background-image: linear-gradient(to bottom, #004382, #7fa1c0) !important;*/
            max-height: 150px !Important;
        }

        .FirmContentDivImg {
            background-repeat   : no-repeat;
            background-size     : cover;
            /*margin-left: 50%;*/
            /*opacity:.6;*/
            z-index             : -1;
        }

        .teamHeader {
            height          : 40px;
            /*background-image: linear-gradient(to right, #004281, #0099F3);*/
            background-color: #0083BD;
            color           : #ffffff;
            font-size       : 20px;
            /*text-transform: capitalize;*/
            font-weight     : bold;
            /*padding-left: 10px;*/
            margin-bottom   : 10px;
            vertical-align  : middle;          
        }

        .teamHeaderTitle {
            padding     : 5px;
            padding-left: 20px;
        }

        .clearfix {
            overflow: auto;
        }

        .clearfix::after {
            content : "";
            clear   : both;
            display : table;
        }

        * {
            box-sizing: border-box;
        }

        .main {            
            margin-top:-5px;
            padding:0 11px 0 13px;
        }

         .researchContentMonth{ 
            color           :#006EB8;           
            letter-spacing  :2px;
            font-size       : small;
            padding-bottom  :2px;   
            border-bottom   :2px solid #f95108;
            padding-bottom  :5px;         
        }

        .inner-row {
            position:relative;
            /*border:1px solid black;*/
            padding :2.5px;            
        }

        .research-content {      
            font-weight     : 600;
            overflow        : auto;
            background-color: white;
            border          : 1px solid #0098DB;
        }

        .research-content a:link, .research-content a:visited {
            display         :block;
            letter-spacing  :1.2px;
            line-height     : 1.4;
            color           :#000000;
            text-decoration : none;
            cursor          : pointer;
        }

         .research-content:hover {
            /*transform   : scale(1.008,1.008);*/
            box-shadow: #004382 0px 0px 2px;
            cursor      :pointer;      
        }

        .research-footer {
            /*text-align:right;*/   
            float:right;   
            padding-top     :5px;
            padding-bottom  :2px;
            font-size       : 12px;
            font-style      : italic;                      
        }