
/* tab nav-slider */
.tech-main .slider-nav{
    width: 60%;
    margin: 0 auto 1.5rem;
}

.tech-main .slider-nav .nav-items{
    text-align: center;
}

.tech-main .slider-nav h3{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 1.5rem;
    color: rgba(0, 0, 102, 1);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 102, .15), 0 0 1px rgba(0, 0, 0, 0);
}


.tech-main .slick-prev:before, .slick-next:before {
    color: rgba(255, 255, 255, 1);
}

.tech-main .slider-nav .slick-current h3{ 
    background-color:rgba(0, 0, 102, 1);
    color: rgba(255, 255, 255, 1);
}
.tech-main .slider-for h3 span{
    font-size: 3.5rem;
    vertical-align:baseline;
    position: relative;
    top: 3px;
}


.tech-accordion{
    border: none;
}

.tech-accordion a{
    outline: none;
}

.journal .author {
    color:rgba(0, 0, 102, 1);
    font-weight: bold;
    /* background-color: rgba(0, 0, 0, .1); */
}
.journal .font-italic {
    color: #000000;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}
.journal dt,
.journal dd{
    letter-spacing: 0;
    padding:.5rem 1rem;
}
.journal dt{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;  
    margin-bottom: .5rem;
}
.journal dt span{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 102, 1);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    position: relative;
    top:5px;
    border-radius: 50%;
}
.journal dd{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: .5rem;
}
.journal dt:nth-of-type(odd),
.journal dd:nth-of-type(odd){
    background: rgba(0, 0, 0, .05);
    border-bottom: 2px solid rgba(0, 0, 0, .2);
}