﻿
.tab-pane-text {
    text-align: justify;
    
}

#about .tab-content {
    text-align: left;
        background-color: #ffffff;
    
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    padding: 20px 20px 20px 30px;
    margin-left: -16px;
   -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
   
}

 

.about-subheading {
    font-weight: bolder;
    font-size: 14px;
    padding-bottom: 0;
}

.about-subheading-lvl2 {
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    color:#000;
}

.subheading-divider {
    /*background-color:#B0171F;*/
    color: #fff;
}

#about .row {
    display: block;
    padding-bottom: 60px;
    text-align: center;
}


#about h3 {
    margin-top: 0px;
}

.headshot {
    width: 110px;
    height: 110px;
}

/*** LEFT TABS ***/

.nav-tabs > li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top:1px solid #ddd;
}

    .nav-tabs > li a {
        padding: 0;
        height: 40px;
        color: #2a71b3;
    }

#about-tab-menu-a .nav-tabs > li > a {
    border-radius: 0px !important;
    margin-right: 0px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    
}

#about-tab-menu-a img
{
       height: 61px;
    left: 258px;
    position:relative;
    margin-top: -2px;
    position: absolute;
    z-index: 3;
}

.about-tab-menu li .fa {
    color:#2a71b3;
        padding: 7px 2px;
}

#about-tab-menu-a .nav-tabs {
    border-left: 1px solid #ddd;
}


    #about-tab-menu-a .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-right: 0px;
        background-color: #124489 ;
         background-image:url('../images/pointer.png');
         background-repeat:no-repeat;
        border-left: 0px;
        color: #fff;
    }

        #about-tab-menu-a .nav-tabs > li.active > a:hover .fa, .nav-tabs > li.active > a .fa {
            color: #fff;
        }

.about-tab-menu .menu-icon-left {
    font-size: 1.5em;
    width: 20%;
    float: left;
    border-right: 1px solid #e1e1e1;
    height: 100%;
    padding: 12px 10px;
}

.about-tab-menu li a .menu-a-right {
    position: relative;
    top: 10px;
    left: 10px;
}
.abt-info
{
    border:1px solid #e1e1e1;
    padding:10px;
    height: 104px;
}
.abt-info:hover {
    background: #F7F7F7;
    cursor:pointer;
}
/******************PUBLICATIONS********************/
#publications .tab-content {
    text-align: left;
}

.pubimg img{
    width: 50px;
    height:50px;
}
.publications {
    display: inline;
    padding-bottom: 90px;
    text-align: center;
}


#publications h3 {
    margin-top: 0px;
}
#publications-tab-menu-a .nav-tabs > li > a {
    border-radius: 0px !important;
    margin-right: 0px;
}

#publications-tab-menu-a .nav-tabs {
    border-left: 1px solid #ddd;
}


    #publications-tab-menu-a .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-right: 1px solid #0362a6;
        background-color: #0362a6;
        border-left: 0px;
        color: #fff;
    }

        #publications-tab-menu-a .nav-tabs > li.active > a:hover .fa, .nav-tabs > li.active > a .fa {
            color: #fff;
        }
    .ServLinks li a{
        text-decoration:underline;
        color:#0362a6;
    }

    .abt
    {
            transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }
       .abt:hover
       {
           -webkit-box-shadow: 21px 21px 100px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 21px 21px 100px 0px rgba(0, 0, 0, .2);
    box-shadow: 21px 21px 100px 0px rgba(0, 0, 0, .2);
    z-index: 2;
    cursor:pointer;
       }