/* PERSONAL PAGE BEGIN */
.digistat .partners {
    padding-top: 120px;
}
.digistat{
    padding-top: 120px;
    font-size: 18px;
}
.digistat h1{
    font-size: 28px;
    padding: 10px 30px 8px 30px;
    text-align: center;
    text-transform: uppercase;
}
.digistat h2{
    font-family: 'MyriadPro-bold';
    text-transform: uppercase;
    color: #97c524;
    font-size: 40px;
    padding: 30px 0px 20px 0px;
    margin: 0px auto;
    border-bottom: 2px solid #97c524;
    text-align: center;
    max-width: 352px;
}

.left-menu-box {
    margin-left: 55px;
    width: 304px;
    float: left;
    text-align: left;
    background: #eceded;
}
.right-menu-box{
    width: 876px;
    float: right;
    text-align: left;
}
.left-menu-box a {
    display: block;
    font-size: 18px;
    color:#9c9e9f;
    /*font-family: 'MyriadPro-Light';*/
    line-height: 22px;
    padding: 0px 18px 10px 0px;
    transition: .3s;
}
.left-menu-box a:hover {
    /*color: #002c76;*/
    color: #97c524;
    transition: .3s;
}
.submenu {
    display: none;
}

.left-menu-box h1 {
    background: #97c524;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'MyriadPro-Light';
    margin-bottom: 15px;
    padding: 6px 30px;
    text-align: left;
}
.left-menu-box ul{
    margin: 20px 30px;
    padding: 0px;
}
.left-menu-box ul li{
    padding: 0px;
    background: url(../../../img/icon/left-rect.png) right 3px no-repeat;
}
.left-menu-box ul li.sub-item{
    padding: 0px;
    background: url(../../../img/icon/down-rect.png) right 3px no-repeat;
}
.left-menu-box ul ul{
    margin: 17px 0px 13px 32px;
}
.left-menu-box .sub-item a.parent{
    color: #97c524;
    padding-bottom: 0px;
}
.left-menu-box ul ul li{
    padding: 0px;
    background: none;
}
.digit-link{
    display: inline-block;
    position: relative;
    width: 172px;
    height: 172px;
    padding: 10px;
    margin-right: 33px;
    margin-bottom: 33px;
    vertical-align: top;
    word-break: break-word;
    background: #002c76;
}
.digit-link.last{
    margin-right: 0px;
}
.digit-link span{
    display: table;
    width: 100%;
    height: 100%;
}
.digit-link span span.inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-size: 19px;
    line-height: 21px;
    padding-top: 15px;
    color: #fff;
    overflow:hidden;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    transition: .3s;
}

.digit-link img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
a.digit-link:hover span span.inner {
    color: #9c9e9f;
    transition: .3s;
}
.right-menu-box h2 {
    display: inline-block;
    margin: 0px;
    padding: 0px 15px 5px 0px;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 2px solid #97c524;
    color: #9c9e9f;
    font-family: 'MyriadPro-Regular';
    max-width: 70%;
}
.right-menu-box .tags {
    display:inline-block;
    color: #b1b3b4;
    font-size: 14px;
    padding-right: 17px;
    margin-right: 17px;
    margin-top: 8px;
    border-right: 2px solid #ccc;
    text-transform: uppercase;
}
.right-menu-box .tags.last {
    border-right: 0px;
}
.right-menu-box h3{
    text-transform: uppercase;
    margin-top: 48px;
}
.right-menu-box .list{
    margin-top: 20px;
}
.right-menu-box .list a{
    display: inline-block;
    vertical-align: top;
    color:#97c524;
    transition: .3s;
    width: 84%;
}
.right-menu-box .list span a{
    display: inline-block;
    width: 88px;
    background: #97c524;
    transition: .3s;
    color: #fff;
    padding: 5px 4px 4px 4px;
    margin-right: 28px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    vertical-align: top;
}
.right-menu-box .list{
    font-size: 14px;
}
.right-menu-box .list a .press-info{
    color: #58585a;
}
.right-menu-box .list a:hover{
    color: #002c76;
    transition: .3s;
}
.right-menu-box .list span a:hover{
    background: #002c76;
    color: #fff;
    transition: .3s;
}
.right-menu-box div{
    margin-bottom: 19px;
}
.press-info-mobile{
    display: none;
}
@media screen and (max-width: 1300px) {
    .section.container.digistat{
        max-width: 980px;
        margin: 0px auto;
    }
    .digistat{
        width: 100%;
        overflow: hidden;
    }
    .left-menu-box{
        width: 25%;
        margin-right: 5%;
        margin-left: 0;
    }
    .right-menu-box{
        width: 70%;
        float: left;
    }
    .right-menu-box h2{
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .right-menu-box .list a{
        max-width: 70%;
    }
    .right-menu-box .list a br{
        display: none;
    }

}
@media screen and (max-width: 992px) {
    .press-info{
        display: none;
    }
    .press-info-mobile{
        display: block;
    }
    .digistat {
        padding-top: 75px;
        font-size: 18px;
    }
    .left-menu-box {
        width: 30%;
        margin-right: 0%;
    }
    .right-menu-box {
        width: 70%;
    }
    .section.container.digistat {
        max-width: 100%;
    }
    .left-menu-box h1{
        font-size: 16px;
    }
    .left-menu-box a {
        display: block;
        font-size: 16px;
        line-height: 20px;
    }
    .left-menu-box ul {
        margin: 10px 9% 10px 15%;
    }
    .left-menu-box ul ul {
        margin: 10px 0px 5px 32px;
    }
    .left-menu-box ul li {
        padding: 0px;
        background: url(../../../img/icon/left-rect.png) right 5px no-repeat;
    }
    .left-menu-box ul li.sub-item {
        padding: 0px;
        background: url(../../../img/icon/down-rect.png) right 5px no-repeat;
    }
    .digit-link {
        width: 28%;
        height: 19.5vw;
        padding: 0%;
        margin-right: 0%;
        margin-left: 4%;
    }
    .right-menu-box{
        text-align: center;
    }
    .digit-link span span.inner {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0px;
    }
    .right-menu-box.press-info-mobile {
        width: 90%;
        padding: 4%;
        text-align: left;
        margin-bottom: -48px;
        padding-bottom: 0;
    }
    .press-info-mobile .press-info {
        display: inline;
    }
    .right-menu-box .list a {
        max-width: 70%;
    }
    .right-menu-box .tags{
        margin-bottom: 0px;
    }
    .right-menu-box h3 {
        margin-top: 25px;
    }
    .right-menu-box .list {
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 850px) {
    .right-menu-box .list a {
        max-width: 80%;
    }

}
@media screen and (max-width: 767px) {
    .digistat .right-menu-box .list{
        padding-left:15px;
    }
    .digistat .right-menu-box h2{
        margin-left:15px;
    }
    .left-menu-box {
        width: 44%;
        margin-right: 0%;
    }
    .right-menu-box {
        width: 56%;
    }
    .right-menu-box {
        text-align: left;
    }
    .digit-link {
        width: 45%;
        height: 25vw;
        padding: 0%;
        margin-right: 0%;
        margin-left: 4%;
        margin-bottom: 4%;
    }
    .right-menu-box h2 {
        max-width: 100%;
        white-space: inherit;
        text-align: left;
    }
    .right-menu-box .list a {
        max-width: 70%;
    }
    .press-info-mobile .press-info {
        display: block;
    }
    .right-menu-box h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 600px) {
    .digit-link span span.inner {
        font-size: 12px;
    }
    .right-menu-box h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 479px) {
    .digistat .right-menu-box h2{
        margin-top:20px;
    }
    .digistat {
        padding-top: 53px;
        font-size: 18px;
    }
    .left-menu-box {
        width: 100%;
        background: #58585a;
        color: #9c9e9f;
    }
    .left-menu-box a{
        color: #9c9e9f;

    }
    .right-menu-box {
        width: 100%;
    }
    .left-menu-box ul {
        margin: 0px;
        padding-bottom: 10px;
    }
    .left-menu-box ul li a{
        margin: 0px 15px;
        padding: 5px 0;
    }
    .left-menu-box .sub-item a.parent {
        color: #97c524;
        padding: 7px 0 7px 15px;
        margin: 0px;
        box-shadow: 0px 0px 12px #333;
        font-size: 18px;
    }
    .left-menu-box h1{
        padding-left: 15px;
        margin-bottom: 0px;
    }
    .left-menu-box ul ul {
        background: #eceded;
        margin: 0;
        padding: 10px 0px 5px 32px;
        background: linear-gradient(to bottom, rgb(188, 188, 188) 0%,rgba(236,237,237,1) 4%,rgba(236,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    .left-menu-box ul li {
        background: url(../../../img/icon/down-arrow-press.png) right 8px no-repeat;
        background-size: 25px auto;
    }
    .left-menu-box ul li.sub-item {
        background: url(../../../img/icon/up-arrow-press.png) right 8px no-repeat;
        background-size: 25px auto;
    }
    .right-menu-box {
        text-align: center;
        margin-bottom: 100px;
    }
    .digit-link {
        width: 84%;
        height: 84vw;
        padding: 0%;
        margin-right: 0%;
        margin-left: 0%;
        margin-bottom: -5%;
        margin-top: 12%;
    }
    .digit-link span span.inner {
        font-size: 22px;
        line-height: 26px;
    }
    .right-menu-box .list a {
        max-width: 52%;
    }
    .right-menu-box h2 {
        font-size: 19px;
    }
    .right-menu-box.press-info-mobile {
        width: 84%;
        padding: 5% 8%;
        margin-bottom: 0px;
        border-top: 35px solid #9c9e9f;
        margin-top: -60px;
    }
    .right-menu-box h2 {
        max-width: 92%;
    }
}
/* PERSONAL PAGE END */

.digistat a.sub-menu-item.selected {
    color: #97c524;
}
