/*
Theme Name: NJI Media 2020
Theme URI: https://www.njimedia.com
Author: NJI Media
Author URI: https://www.njimedia.com
Description: Based off of the _s theme from Automattic.
Version: 1.0
Text Domain: NJI Media 2020
Tags: 
*/

.page-template-page--leadership #leadership.section.interior-page .master #counter {
	left: 2.2rem;
}

.tcback_btn {
	display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #979797;
    background: url(img/back-static.svg) no-repeat 0 0;
    background-size: contain; 
}
.tcback_btn:hover {
    background-image: url(img/back-active.svg);
}

.tcup_btn {
	display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 6rem;
    top: 50%;
    margin-top: -67px;
    z-index: 2;
    color: #979797;
    background: url(img/up-static.svg) no-repeat 0 0;
    background-size: contain; 
}
.tcup_btn:hover {
     background-image: url(img/up-active.svg);
}

.tcbottom_btn {
	display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 6rem;
    bottom: 50%;
    margin-bottom: -74px;
    z-index: 2;
    color: #979797;
    background: url(img/down-static.svg) no-repeat 0 0;
    background-size: contain;
}
.tcbottom_btn:hover { 
    color: #fff;
    background-image: url(img/down-active.svg);
}

