#tabAccr { padding: 1px 0; box-sizing: border-box; margin-bottom: 80px;}
#tabAccr .helpWrap { }
#tabAccr .tabs {
 }
#tabAccr .nav { }
#tabAccr .nav-tabs { text-align: center; padding: 0; width: 100%; vertical-align: 100%; height: 150px; border-bottom: 0;}
#tabAccr .tabs4 > li { width: 25%; height: 100%; /* line-height: 150px; */ vertical-align: middle; display: table;}
#tabAccr .nav-tabs > li { border: 1px solid #E2E2E2; border-left: 0px; border-bottom: 2px solid #E2E2E2; margin-left: -1px; font-size: 30px; font-weight: 300; cursor: pointer; transition: 0.25s;}
#tabAccr .nav-tabs > li:hover { background-color: #EBEFF2; color: #0069BC; /* border-bottom:2px solid #0069BC; */ }
#tabAccr .nav-tabs > li.first { border-left: 1px solid #EAEAEA; }
#tabAccr .nav-tabs > li.active {
    color: #0069BC;
 
    /* border-bottom: 2px solid #0069BC; */
}
#tabAccr .nav-tabs > li > span {
    display: table-cell;
 
    vertical-align: middle;
    line-height: normal;
}
#tabAccr .activeTabIndicator{
    position: absolute;
    height: 2px;
    background-color: #0069BC;
    margin-top: -2px;
    width: 25%;
    transition: 0.5s;
}
#tabAccr .tab-content {
    position: relative;
 }
#tabAccr .tab-content h2 { }
#tabAccr .tab-content .imgWrap { padding: 2em; float: none; text-align: center; display: inline-block;}
#tabAccr .tab-content .imgWrap img { border-radius: 50%; width: 100%;}
#tabAccr .tab-content p { position: relative; display: inline-block; vertical-align: middle; font-size: 17px; font-weight: 400; float: none; line-height: 30px; margin-bottom: 0;}
#tabAccr .tab-content a { display: block; margin-bottom: 13px; white-space: nowrap; max-width: 100%; color: #0069BC;}
#tabAccr .tab-content a:hover {color:black;}
#tabAccr .linkText { max-width: 90%; overflow: hidden; position: relative; display: inline-block; text-overflow: ellipsis; vertical-align: top; text-transform: uppercase; font-weight: 500; font-size: 16px; margin-top: 7px; transition: 0.25s;}
#tabAccr .linkArrow { background: url('images/textArrowRightBlack.png') top right no-repeat; width: 5px; height: 8px; display: inline-block; margin-left: 1em; top: -1px; position: relative; }
#tabAccr .tab-pane { display: none; padding-top: 3em; position: absolute; top: 0; width: 100%;}
#tabAccr .tab-pane.active { /* display: block; */ position: relative;}
#tabAccr .descBlock { }
#tabAccr .spacer { float: none; display: inline-block;}
#tabAccr .linksBlock { display: inline-block; float: none; vertical-align: middle; font-size: 15px; font-weight: 400; text-align: center; border-left: 1px solid #e9ecee;}
#tabAccr .linksWrap { display: inline-block; margin: 0 auto; text-align: left; padding-top: 1em; max-width: 100%;}
#tabAccr .linksWrap i {
    color: #c9d2dd;
  
    margin-right: 1em;
    font-size: 17px;
    font-weight: 600;
    margin-top: 11px;
    transition: 0.25s;
}
#tabAccr .linksWrap a:hover i {color: #2ac5fe;}
#tabAccr .accrItem { display: none; }
#tabAccr .accrTab { margin: 0 0em; padding: 1.5em 2em; color: #777777; border: 1px solid #e2e2e2; font-size: 20px; font-weight: 400; cursor: pointer; margin-top: -1px;}
#tabAccr .first .accrTab {}
#tabAccr .accrTab i {
    color: #0069bc;
    float: right;
    font-size: 12px;
    margin-top: 6px;
}
#tabAccr .accrTab i.fa-plus {}
#tabAccr .accrTab i.fa-minus {
    display: none;
}
#tabAccr .accrItem.active .accrTab i.fa-plus {display:none;}
#tabAccr .accrItem.active .accrTab i.fa-minus {
    display: inline;
}
#tabAccr .accrTabText { }
#tabAccr .plusSign { font-size: 18px; position: absolute; margin-top: -3px; right: 3em; }
#tabAccr .minusSign { font-size: 23px; position: absolute; right: 55px; line-height: 14px; }
#tabAccr .accrContent { display: none; }
#tabAccr .accrItem .descBlock { width: 100%; }
#tabAccr .accrItem .descBlock img{ width: 90%; border-radius: 50%; margin: 3em auto; display: block; max-width: 320px; padding: 0;}
#tabAccr .accrItem .descBlock p{ width: 100%; padding: 0 1em; font-size: 20px; line-height: 1.75em; font-weight: 500;}
#tabAccr .accrItem .linksBlock { width: 100%; margin: 2em 0 2em 0; margin-bottom: 2em; padding: 1.75em 1em 0.5em; font-size: 20px; border-top: 1px solid #E2E2E2;}
#tabAccr .accrItem .linksBlock i{color: #c9d2dd;    margin-right: 1em;    font-size: 17px;    font-weight: 600;}
#tabAccr .accrItem a { display: block; margin-bottom: 1em; white-space: nowrap; max-width: 100%; }
#tabAccr .accrItem .linkText {
    text-transform: none;
    font-size: 20px;
    line-height: normal;
}
@media screen and (max-width:1366px) {
    #tabAccr .nav-tabs > li { }
}
@media screen and (max-width:1050px) {
    #tabAccr .tab-content p{font-size:18px;/* width: 41.666%; */}
    #tabAccr .spacer{
    width: 0px;
    padding: 0;
    height: 0px;
    margin: 0;
}
}

@media (max-width: 991px) { 
#tabAccr .tab-content .imgWrap { width:auto; margin: 0 auto; display: block; max-width: 350px;}
#tabAccr .tab-content img{
    margin: 0 auto 2em;
    display: block;
    width: 100%;
    max-width: 350px;
}
    #tabAccr .tab-content p{font-size:18px;width: auto;max-width: 600px;display: block;margin: 0 auto;}
 
#tabAccr .linksBlock{
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    border-left: 0px;
    width: 100%;
}
#tabAccr .linksWrap{
    margin: 0;
}
}
@media screen and (max-width:950px) {
    #tabAccr { width: 100%; }
    #tabAccr .nav-tabs > li { }
    #tabAccr .descBlock { width: 50%; }
    #tabAccr .linksBlock { }
}
@media screen and (max-width:860px) {
    #tabAccr .nav-tabs > li {
    font-size: 24px;
 }
    #tabAccr .descBlock { width: 40%; }
    #tabAccr .linksBlock { }
}
@media screen and (max-width:680px) {
    #tabAccr { width: auto; margin: 0 -1em; display: block; }
    #tabAccr .tabs { display: none; }
    #tabAccr .accrItem { display: block; }
    #tabAccr .helpWrap { min-height: 0; padding: 1.5em 1em 3em; }
}

@media screen and (max-width:383px) {
    #tabAccr .accrItem .descBlock p{
    font-size: 18px;
}
    #tabAccr .accrItem .linkText{
    font-size: 18px;
}
    #tabAccr .accrItem .linksBlock i{}
}