@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,500;0,600;1,200&display=swap');

:root {
    --orange-color: #d5a848;
    --gray-color: #808080;
    --light-gray-color: #e5e5e5;
    --dark-blue-color: #0d1e59;
    --font-SemiBold : 'Montserrat-SemiBold', 'Montserrat SemiBold', 'Montserrat', sans-serif;
    --font-Montserrat-Light : 'Montserrat-Light', 'Montserrat Light', 'Montserrat', sans-serif;
}

.container-landing-page{
    margin: auto;
    margin-top: 35px;
    font-family: 'Montserrat', sans-serif;
    font-feature-settings: "kern";
    font-kerning: normal;
    line-height: normal;
    max-width: 1281px;
    min-width: 900px;
    padding: 0 55px 0 0;
}

.left-container{
    max-width: 394px;
    padding-right: 50px;
    padding-left: 24px;
}

.right-container{
    max-width: 886px;
    padding-left: 56px;
    border-left: 1px solid var(--light-gray-color);
    padding-right: 24px;
}

.breadcrumbs {
    color: #CCCCCC;
    font-size: 12px;
    margin-bottom: 35px;
    padding-left: 24px;
}

.breadcrumbs > a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #CCCCCC;
}



.selected-year {
    color: var(--orange-color);
}

.font-title{
    font-family: var(--font-SemiBold);
    font-weight: 650;
    font-size: 24px;
}

.font-subtitle{
    font-family: var(--font-SemiBold);
    font-weight: 650;
    font-size: 16px;
}

.font-content{
    font-size: 14px;
    font-family: var(--font-SemiBold);
    font-weight: 650;
    border-left: 1px solid var(--light-gray-color); 
    padding-left: 14px; 
    word-wrap: break-word;
    margin-top: 40px;
    margin-bottom: 40px;
}

.font-content > p, .font-content > ul{
    font-family: var(--font-Montserrat-Light);
    font-weight: 200;
    color: var(--gray-color);
}

.font-content > ul{
    padding: 15px;
}

.structure-of-cases-item{
    color: var(--gray-color);
    margin-top: 12px;
}


.select-landing-page {
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='5' viewBox='0 0 16 16'%3e%3cpath fill='rgb(213, 168, 72)' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 01.753 1.659l-4.796 5.48a1 1 0 01-1.506 0z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: none;
    margin-top: 9px;
    height: 40px;
    color: var(--orange-color);
    font-size: 13px;
    max-width: 240px;
}


.landingPage-logo{
    max-height: 150px;
    max-width: 90%;
    margin-bottom: 20px;
}
.additional_data_content{
    padding: 8px;
}

#tabs-landing-page .nav-link{
    color: var(--light-gray-color);
    border-color: transparent transparent var(--gray-color);
    box-sizing: border-box;
    font-size: 30px;
    text-align: left;
    font-family: var(--font-Montserrat-Light);
    font-weight: 200;
    line-height: normal;
    margin-right: 15px;
    padding-left: 0;
    padding-bottom: 10px;
}
#tabs-landing-page .nav-tabs {
    border: none;
}

#tabs-landing-page .nav-link.active.orange-tabs{
    border-bottom: 2px solid var(--orange-color);
    border-color: transparent transparent var(--orange-color);
    color: var(--orange-color);
}


.landingPage-logo{
    max-height: 150px; 
    max-width: 90%;
    margin-bottom: 20px;
}
.additional_data_content{
    padding: 8px;
}

#tabs-landing-page .nav-link{
    color: var(--light-gray-color);
    border-color: transparent transparent var(--gray-color);
    box-sizing: border-box;
    font-size: 30px;
    text-align: left;
    font-family: var(--font-Montserrat-Light);
    font-weight: 200;
    line-height: normal;
    margin-right: 15px;
    padding-left: 0;
    padding-bottom: 10px;
}
#tabs-landing-page .nav-tabs {
    border: none;
}

#tabs-landing-page .nav-link.active{
   border-bottom: 2px solid #d5a848;
   border-color: transparent transparent var(--gray-color); 
   color: var(--gray-color);
   
}

#tabs-landing-page .nav-link.active.dark-tabs{
    border-bottom: 2px solid var(--dark-blue-color);
    border-color: transparent transparent var(--dark-blue-color);
    color: var(--dark-blue-color);

}

#tabs-landing-page .nav-link.active.gray-tabs{
    border-bottom: 2px solid var(--dark-blue-color);
    border-color: transparent transparent var(--dark-blue-color);
    color: var(--gray-color);
}


#tabs-landing-page > #nav-tabContent{
    margin-top: 34px;
}



.button-outline{
    border-radius: 3px;
    border:  1px solid var(--gray-color);
    box-sizing: border-box;
    font-family: 'Montserrat-LightItalic', 'Montserrat Light Italic', 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 200;
    color: var(--gray-color);
    text-align: center;
    font-size: 12px;
}

.button-outline:focus, .button-outline:hover{
     text-decoration: none;
     outline: none;
     box-shadow: none;
     color: var(--gray-color);
}

.button-raport {
   height: 50px;
   width: 100%;
   margin-bottom: 31px;
   padding-top: 15px;
}

.dark-button{
    color: var(--dark-blue-color);
    border:  1px solid var(--dark-blue-color);
}
.dark-button:focus, .dark:hover{
    color: var(--dark-blue-color);
}

.orange-button{
    border:  1px solid var(--orange-color);
    color: var(--orange-color);
}
.orange-button:focus, .orange-button:hover{
    color: var(--orange-color);
}


.gray-button{
    border:  1px solid var(--gray-color);
    color: var(--gray-color);
}
.gray-button:focus, .gray-button:hover{
    color: var(--gray-color);
}

.nav-group {
    width: 32%;
    margin-bottom: 8px;
    text-align: center;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

a.b-button-group {
    display:block;
    text-decoration: none;
    background: white;
    padding: 11px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(236, 236, 236, 1);
    color: #849095;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.650980392156863);
    box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.650980392156863);
}
a.b-button-group.active {
    background: #849095;
    color: #fff;
}
.bs-widget-group{
    width: 100%;
}
.tab-content.widget-group{
    min-height: 450px;
}
.tab-pane.pane-widget-group{
   min-height: 450px;
}
.nav-pills#nav-widget-group{
    margin-bottom: 80px;
    margin-top: -30px;
}

.tabs-sub-title{
    color: var(--gray-color);
    font-weight: 200;
    font-size: 20px;
    font-family: var(--font-Montserrat-Light);
    margin: 0;
}

.tabs-ranking-link {
    float:right;
}

.tabs-title{
    font-weight: 500;
    font-size: 30px;
}
.tabs-description{
    font-weight: 200;
    color: #808080;
    font-size: 16px;
    font-family: var(--font-Montserrat-Light);
    padding-top: 15px;
    padding-bottom: 15px;
}
.tabs-widget{
    margin-top: 30px
}
.tabs-statement{
    margin-bottom: 40px;
}

.tabs-hr{
    height: 0.1px;
    border: 0.1px solid var(--dark-blue-color);
    background: var(--gray-color);
}

.tabs-hr-orange{
    height: 0.1px;
    border: 0.1px solid var(--orange-color);
    background: var(--orange-color);
}

.tabs-widget {
    margin-bottom:45px;
}
.tabs-widget > .row {
    margin-left:-6px;
    margin-right:-6px;
}
.tabs-widget > .row > .col-6 {
    padding-left:6px;
    padding-right:6px;
}
.tabs-widget > h5 {
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin:0 0 15px 0;
}
.tabs-widget > p {
    font-weight: 200;
    font-size: 16px;
    color: #808080;
    line-height:normal;
    margin:0 0 30px 0;
}
.tabs-widget > .button {
    margin:0 0 40px 0;
}
.ranking-box.blue {
    background-color: rgba(13, 30, 89, 1);
    background-image:url('/img/pages/chart.jpg');
    background-position:calc(100% - 12px) 14px;
    background-repeat:no-repeat;
    border: none;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 30px rgba(13, 30, 89, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 30px rgba(13, 30, 89, 0.650980392156863);
    box-shadow: 0px 0px 30px rgba(13, 30, 89, 0.650980392156863);
    padding:35px 25px 50px 25px;
    position:relative;
    min-height:332px;
}
.ranking-box.cyan_blue {
    background-color: rgba(86, 106, 132, 1);
    background-image:url('/img/pages/chart-transparent.png');
    background-position:calc(100% - 12px) 14px;
    background-repeat:no-repeat;
    border: none;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 30px rgba(86, 106, 132, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 30px rgba(86, 106, 132, 0.650980392156863);
    box-shadow: 0px 0px 30px rgba(86, 106, 132, 0.650980392156863);
    padding:35px 25px 50px 25px;
    position:relative;
    min-height:332px;
}
.ranking-box.orange {
    background-color: rgb(214, 171, 79);
    background-image:url('../img/pages/chart-orange.jpg');
    background-position:calc(100% - 12px) 14px;
    background-repeat:no-repeat;
    border: none;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 30px rgba(214, 171, 79, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 30px rgba(214, 171, 79, 0.650980392156863);
    box-shadow: 0px 0px 30px rgba(214, 171, 79, 0.650980392156863);
    padding:35px 25px 50px 25px;
    position:relative;
    min-height:332px;
}
.ranking-box.gray {
    background-color: rgb(214, 171, 79);
    background-image:url('../img/pages/chart-orange.jpg');
    background-position:calc(100% - 12px) 14px;
    background-repeat:no-repeat;
    border: none;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
    box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
    padding:35px 25px 50px 25px;
    position:relative;
    min-height:332px;
}
.ranking-box.blue:after {
    content:' ';
    background:url('/img/pages/strokes.png') repeat-x left;
    position:absolute;
    bottom:0;
    height:23px;
    left:24px;
    right:24px;

}
.ranking-box.cyan_blue:after {
    content:' ';
    background:url('/img/pages/strokes.png') repeat-x left;
    position:absolute;
    bottom:0;
    height:23px;
    left:24px;
    right:24px;
}
.ranking-box.orange:after{
    content:' ';
    background:url('../img/pages/strokes-white.png') repeat-x left;
    position:absolute;
    bottom:0;
    height:23px;
    left:24px;
    right:24px;
}
.ranking-box.gray:after{
    content:' ';
    background:url('../img/pages/strokes-white.png') repeat-x left;
    position:absolute;
    bottom:0;
    height:23px;
    left:24px;
    right:24px;
}
.ranking-box.blue .current-position, .ranking-box.orange .current-position, .ranking-box.gray .current-position, .ranking-box.cyan_blue .current-position {
    font-weight: 650;
    font-style: italic;
    font-size: 95px;
    color: #FFFFFF;
    line-height:1;
    display:inline-block;
    padding-right:25px;
}
.ranking-box.blue .previous-position,.ranking-box.orange .previous-position, .ranking-box.gray .previous-position, .ranking-box.cyan_blue .previous-position {
    font-weight: 600;
    font-style: italic;
    font-size: 10px;
    color: #FFFFFF;
    line-height:normal;
    line-height:1;
    margin:0 0 15px 0;
    opacity:0.5;
    padding:10px 0;
}
.ranking-box.blue .previous-position span, .ranking-box.orange .previous-position span, .ranking-box.gray .previous-position span, .ranking-box.cyan_blue .previous-position span {
    font-weight: 200;
    font-style: italic;
    font-size: 35px;
    color: #FFFFFF;
    line-height:1;
    float:left;
    margin-right:8px;
    margin-top:-11px;
}
.ranking-box.blue .desc, .ranking-box.orange .desc, .ranking-box.gray .desc, .ranking-box.cyan_blue .desc {
    font-weight: 650;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height:normal;
}
.ranking-box.white {
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.647058823529412);
    -webkit-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.647058823529412);
    box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.647058823529412);
    padding:40px 20px 20px 20px;
    margin-bottom:22px;
    min-height:155px;
}
.ranking-box.white .current-position {
    font-weight: 200;
    font-style: italic;
    font-size: 50px;
    color: #808080;
    line-height:1;
}
.ranking-box.white .desc {
    font-weight: 200;
    font-size: 14px;
    color: #808080;
    line-height:normal;
}

.b-button {
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    color: #808080;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(236, 236, 236, 1);
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.650980392156863);
    box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.650980392156863);
    padding:0 30px;
    display:inline-block;
    text-decoration:none;
}
.b-button:hover {
    text-decoration:none;
    color: var(--gray-color);
}
.b-button.b-blue {
    color:#fff;
    background-color:var(--gray-color);
    border-color:var(--gray-color);
}

.b-button.b-cyan_blue {
    color:#fff;
    background-color:var(--gray-color);
    border-color:var(--gray-color);
}

.b-button-outline {
    font-weight: 200;
    font-style: italic;
    font-size: 12px;
    color: var(--gray-color);
    text-align: center;
    display:inline-block;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(13, 30, 89, 1);
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Montserrat-LightItalic', 'Montserrat Light Italic', 'Montserrat', sans-serif;
    padding:0 50px;
    cursor: pointer;
}
.b-button-outline:hover {
    text-decoration:none;
}

.progress-bar-law-firms > .progress-bar{
    border-radius: 30px;
    background: var(--light-gray-color);
}
.progress-bar-law-firms {
  border: 1px solid var(--light-gray-color);
  border-radius: 30px;
  background: white;
  height:16px;
}

.separator {
    position:relative;
    height:1px;
    line-height:1px;
    border-bottom:1px solid var(--gray-color);
    margin: 40px 0 60px 0;
}
.separator.square:after {
    content:' ';
    position:absolute;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-radius: 3px;
    border: 2px solid #0e2626;
    background-color: rgba(213, 168, 72, 0);
    left: calc(50% - 7px);
    top: -7px;
    z-index:2;
}
.separator.square::before {
    content:' ';
    position:absolute;
    background:#fff;
    width:40px;
    height:30px;
    left: calc(50% - 20px);
    top: -9px;
    z-index:1;
}

.ranking-box.blue .current-position.up, .ranking-box.orange .current-position.up, .ranking-box.cyan_blue .current-position.up{
    background:url('../img/dot.png') no-repeat right 14px;
}
.ranking-box.blue .current-position.down, .ranking-box.orange .current-position.down, .ranking-box.cyan_blue .current-position.down {
    background:url('../img/dot-down.png') no-repeat right 14px;
}

.article-details {
    padding:0;
}

.article-details h3 {
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin:0 0 15px 0;
}
.article-details .pre-description {
    font-weight: 200;
    font-size: 16px;
    color: #808080;
    margin:0 0 25px 0;
}
.article-details .pre-description p {
    line-height:normal;
}
.article-details a {
    color:var(--gray-color);
}
.article-details .description {
    font-weight: 200;
    font-size: 14px;
    color: #808080;
}
.article-details .description p {
    line-height:normal;
}
.article-details .company-logo {
    width:113px;
}
.article-details .person {
    margin:20px 0;
}
.article-details .person img {
    width:69px;
    border-radius:50%;
}
.article-details .person .row {
    margin-left:-6px;
    margin-right:-6px;
}
.article-details .person .row > div {
    padding-right:6px;
    padding-left:6px;
}
.article-details .person h4 {
    font-weight: 500;
    color: var(--gray-color);
    font-size:14px;
    margin:0;
}
.article-details .person p {
    font-weight: 200;
    color: #000000;
    font-size:13px;
    margin:0;
}
section.employee,
section.awards {
    margin-top:50px;
}
section.awards {
    margin-bottom:70px;
}


section.one {
    padding:47px 0 0 0;
    background:url('../img/bg-1.png') no-repeat center -98px;
}
section.one img {
    display:block;
    width:100%;
}
section.one h4 {
    font-weight: 200;
    font-size: 30px;
    color: var(--gray-color);
    margin:70px 0 0 0;
}
section.one h3 {
    font-weight: 650;
    font-size: 54px;
    color: var(--gray-color);
    margin:10px 0 0 0;
}
section.one p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin:10px 0 20px 0;
}
section.one .buttons {
    margin:0 0 30px 0;
}
section.one .buttons .b-button {
    margin-right:12px;
}
section.one .buttons .b-button.b-blue {
    padding:0 65px;
}
section.one .buttons .b-button.b-cyan_blue {
    padding:0 65px;
}
section.one h5 {
    font-weight: 500;
    font-size: 9px;
    color: #000000;
}
section.one .company-logos {

}
section.one .company-logos img {
    height:96px;
    display:inline-block;
    width:auto;
    margin-right:20px;
}
section.one .arrow-down {
    text-align:center;
    margin:45px 0 0 0;
}
section.one .arrow-down a {
    
}
section.one .arrow-down a:hover {
    text-decoration:none;
    opacity:0.5;
}
section.one .arrow-down a img{
    width:20px;
    display:inline-block;
    transform: rotate(180deg);
}

section.two {
    padding:90px 0 90px 0;
}
section.two h3 {
    font-weight: 650;
    font-size: 54px;
    color: var(--gray-color);
    text-align: center;
    margin:0 0 20px 0;
}
section.two .name {
    font-weight: 500;
    color: var(--gray-color);
    text-align: center;
    font-size: 14px;
}
section.two .position {
    font-weight: 200;
    color: #000000;
    font-size: 13px;
    text-align: center;
    margin:0 0 20px 0;
}
section.two .text-1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-align: center;
    max-width:860px;
    margin:auto;
    line-height: normal;
}
section.two .company-logo {
    text-align:center;
    margin:50px 0 10px 0;
}
section.two .company-logo img {
    height:93px;
}
section.two h4 {
    font-weight: 500;
    font-size: 14px;
    color: var(--gray-color);
    text-align: center;
}
section.two .text-2 {
    font-weight: 200;
    font-size: 16px;
    color: #808080;
    text-align: center;
    max-width:600px;
    line-height: normal;
    margin:0 auto 25px;
}
section.two .button {
    text-align:center;
}

section.three {
    background:url('../img/bg-2.jpg') no-repeat center -400px;
}
section.three > div > h3 {
    font-weight: 650;
    font-size: 54px;
    color: var(--gray-color);
    margin:0 0 15px 0;
}
section.three h4 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin:0 0 90px 0;
}
section.three .ranking {
    margin-bottom:115px;
}
section.three .ranking > .row {
    margin-left:-6px;
    margin-right:-6px;
}
section.three .ranking > .row > .col-6 {
    padding-left:6px;
    padding-right:6px;
}
section.three .ranking > h5 {
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin:0 0 15px 0;
}
section.three .ranking > p {
    font-weight: 200;
    font-size: 16px;
    color: #808080;
    line-height:normal;
    margin:0 0 30px 0;
}
section.three .ranking > .button {
    margin:0 0 40px 0;
}

.quote {
    border-left:1px solid #e5e5e5;
    padding:0 0 0 15px;
    margin:40px 0;
}
.company-profile .border-left {
    border-left:1px solid #e5e5e5;
    margin-bottom:70px;
}
.company-profile .company-name {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: normal;
}
.company-profile .company-type {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: normal;
}
.company-profile .company-info {

}
.company-profile .company-info h5 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: normal;
}
.company-profile .company-info p {
    font-weight: 200;
    font-size: 14px;
    color: #808080;
    line-height: normal;
}
.b-button-block {
    display:block;
} 
.b-button-xl {
    line-height:48px;
}
.t-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin:30px 0 0 0;
}
.t-tabs a {
    font-weight: 300;
    font-size: 30px;
    color: #E5E5E5;
    line-height: normal;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
    border-bottom:1px solid #808080;
    margin-right:15px;
    padding:0 0 15px 0;
}
.t-tabs a:last-child {
    margin-right:0;
}
.t-tabs a:hover,
.t-tabs a.active {
    color: var(--gray-color);
    border-bottom:2px solid var(--gray-color);
    text-decoration:none;
}
.sectors,
.practice,
.customers {

}
.sectors .quote,
.practice .quote,
.customers .quote {
    margin:22px 0;
}
.sectors h5,
.practice h5,
.customers h5 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height:normal;
    margin-top:35px;
}
.sectors h6,
.practice h6,
.customers h6 {
    font-weight: 600;
    font-size: 16px;
    color: var(--gray-color);
    line-height:normal;
}
.sectors .sub-desc,
.practice .sub-desc,
.customers .sub-desc {
    font-weight: 200;
    font-style: italic;
    font-size: 14px;
    color: var(--gray-color);
    line-height:normal;
}
.sectors .desc,
.practice .desc,
.customers .desc {
    font-weight: 200;
    font-style: italic;
    font-size: 14px;
    color: #808080;
    line-height:normal;
}

.separator {
    position:relative;
    height:1px;
    line-height:1px;
    border-bottom:1px solid var(--gray-color);
    margin: 40px 0;
}
.separator.square:after {
    content:' ';
    position:absolute;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-radius: 3px;
    border: 2px solid #0e2626;
    background-color: rgba(213, 168, 72, 0);
    left: calc(50% - 7px);
    top: -7px;
    z-index:2;
}
.separator.square::before {
    content:' ';
    position:absolute;
    background:#fff;
    width:40px;
    height:30px;
    left: calc(50% - 20px);
    top: -9px;
    z-index:1;
}
.boxes-employee-information {
    margin-top:30px;
    margin-bottom:30px;
}
.boxes-employee-information .b-box {
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.647058823529412);
    -webkit-box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.647058823529412);
    box-shadow: 0px 0px 15px rgba(224, 224, 224, 0.647058823529412);
    padding:5px 10px;
    min-height:120px;
}
.boxes-employee-information .b-box .number {
    font-weight: 200;
    font-style: italic;
    font-size: 50px;
    color: var(--gray-color);
    line-height:normal;
}
.boxes-employee-information .b-box p {
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    color: #808080;
    line-height:normal;
    margin:0;
}
.boxes-employee-information .b-box.blue,
.boxes-employee-information .b-box.gray,
.boxes-employee-information .b-box.cyan_blue{
    background-color: rgba(132, 144, 149, 1);
    -moz-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
    box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
}
.boxes-employee-information .b-box.blue .number,
.boxes-employee-information .b-box.gray .number,
.boxes-employee-information .b-box.cyan_blue .number{
    font-weight: 600;
    font-style: italic;
    font-size: 50px;
    color: #FFFFFF;
}
.boxes-employee-information .b-box.blue p,
.boxes-employee-information .b-box.gray p,
.boxes-employee-information .b-box.cyan_blue p{
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}
.employee-boxes {

}
.employee-boxes .more {
    margin:27px 0 20px 0;
}
.employee {
    margin:20px 0;
}
.employee img {
    width:106px;
    border-radius:50%;
    border:1px solid var(--gray-color);
    margin-bottom:15px;
}
.employee .name {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: var(--gray-color);
    line-height:normal;
}
.employee .titles {
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    color: #808080;
    line-height:normal;
    margin-bottom:15px;
}
.employee p {
    font-weight: 200;
    font-style: normal;
    font-size: 15px;
    color: #000000;
    line-height:normal;
}
.employee p b {
    font-weight: 500;
}
.awards {

}
.award:last-child {
    margin-bottom:0;
}
.award img {
    margin-bottom:15px;
}
.award .name {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: var(--gray-color);
    line-height:normal;
}
.award .subHeader {
    font-weight: 200;
    font-style: italic;
    font-size: 14px;
    color: var(--gray-color);
    line-height:normal;
    margin:0 0 5px 0;
}
.award p {
    font-weight: 200;
    font-style: italic;
    font-size: 14px;
    color: #808080;
    line-height:normal;
    margin-top:15px;
}
.award p:last-child {
    margin-bottom:0;
}
.company-profile .article-details section:last-child {
    margin-bottom:0px;
}
.company-profile .article-details {
    padding-top:40px;
}
.page-widget-subject-editions span.edition {
    font-weight: 200;
    font-style: italic;
    font-size: 20px;
}
section.employee > .employee-boxes > div > div > div.description {
   display: none;
   position: absolute;
   width: 260px;
   top: 20px;
   left: 10px;
   padding: 10px;
   background: #ffffff;
   color: #000000;
   -moz-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
   -webkit-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
   box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
   z-index: 2;
 }

section.employee > .employee-boxes > .more > a {
     display: none;
 }
.tabs-widget .pagination a {
    z-index: 10;
}
.tabs-widget .pagination a img {
    z-index: 0;
    vertical-align: middle;
    border-style: none;
}
.tabs-widget .pagination a:hover {
    cursor: pointer;
    width: 13px;
    height: 23px;
}
.tabs-widget .pagination {
    text-align:center;
    padding-bottom:5px;
    display: block;
}
.tabs-widget .pagination .b-button.number {
    padding:0;
    text-align:center;
    width:50px;
}
.tabs-widget .pagination .b-button.active.number {
    border-color:rgba(13, 30, 89, 1);
    color:var(--gray-color);
}
.tabs-widget .pagination .current {
    font-weight: 200;
    font-style: italic;
    font-size: 20px;
    color: #808080;
    padding:0 10px;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.tabs-widget .pagination .current.orange {
    color: rgb(214, 171, 79);
}
.tabs-widget .pagination .current.blue {
    color: rgba(13, 30, 89, 1);
}
.tabs-widget .pagination .current.cyan_blue {
    color: rgba(86, 106, 132, 1);
}
.tabs-widget .pagination .current.gray {
    color: rgba(132, 144, 149, 1);
}
.link, .link:visited, .link:hover .link:active, .link[href]{
    text-decoration: none;
    color: var(--gray-color); 
}
.tooltip-inner {
    max-width: 320px;
    padding: 3px 8px;
    color: #fff;
    background-color: var(--gray-color);
    border-radius: .25rem;
    font-size: 15px;
}


.yellow section.three {
    background: url('/img/pages/bg-2-yellow.jpg') no-repeat center -400px;
}
.yellow section.one h3,
.yellow section.two h3,
.yellow section.three > div > h3,
.yellow section.four h3 {
    color:#000;
}
.yellow section.one h4,
.yellow section.two .name,
.yellow .sectors h6, 
.yellow .practice h6, 
.yellow .customers h6,
.yellow .sectors .sub-desc, 
.yellow .practice .sub-desc, 
.yellow .customers .sub-desc,
.yellow .employee .name,
.yellow .boxes-employee-information .b-box .number,
.yellow .award .name,
.yellow .award .subHeader {
    color:#D5A848;
}
.yellow .boxes-employee-information .b-box.gray,
.yellow .ranking-box.gray {
    background-color:#D5A848;
    -moz-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
    -webkit-box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
    box-shadow: 0px 0px 30px rgba(132, 144, 149, 0.650980392156863);
}
.yellow .b-button.b-blue {
    background-color:#D5A848;
    border-color:#D5A848;
}
.yellow .b-button-outline {
    color:#D5A848;
    border-color:rgba(213, 168, 72, 1);
}

.grey .b-button-outline {
    color:#839197;
    border-color:#839197;
}

.yellow .employee img {
    border:1px solid #D5A848;
}
.yellow .separator {
    border-bottom:1px solid #D5A848;
}
.yellow .separator.square::after {
    border:2px solid #D5A848;
}

.grey .separator.square::after {
    border:2px solid #839197;
}


@media (max-width: 768px) {
    body .container-landing-page {
        min-width:1px;
        padding:1px 0;
    }
    body .col.left-container {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left:30px;
        padding-right:30px;
    }
    body .col.right-container {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left:30px;
        padding-right:30px;
    }
    body .boxes-employee-information .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    body .boxes-employee-information .col-md-3:nth-child(1),
    body .boxes-employee-information .col-md-3:nth-child(2){
        margin-bottom:30px;
    }
    .container-landing-page .left-container {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .container-landing-page .left-container .font-title,
    .container-landing-page .left-container .font-subtitle {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container-landing-page .left-container .font-content,
    .container-landing-page .left-container .additional_data_content  {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #tabs-landing-page > nav {
        position: sticky;
        top: 46px;
        background: #fff;
        z-index:100;
    }
}
@media (max-width: 576px) {
    body .container-landing-page {
        min-width:1px;
        padding:1px 0;
    }
    body .col.left-container {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left:30px;
        padding-right:30px;
    }
    body .col.right-container {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left:30px;
        padding-right:30px;
    }
    body #tabs-landing-page .nav-link {
        font-size:16px;
    }
    body .article-details h3 {
        font-size:22px;
    }
    body .font-title {
        font-size:22px;
    }
    body .sectors h5,
    body .practice h5,
    body .customers h5 {
        font-size:18px;
    }
    body .b-button-outline {
        padding:0 20px;
    }
    body .boxes-employee-information .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    body .boxes-employee-information .col-md-3:nth-child(1),
    body .boxes-employee-information .col-md-3:nth-child(2){
        margin-bottom:30px;
    }
    body .tabs-title {
        font-size:22px;
    }
    body .button-ranking-url {
        display:none;
    }
    body .button-ranking-url-mobile {
        display:block !important;
    }
    .mobile-hidden {
        display:none !important;
    }
    .container-landing-page .left-container .font-content,
    .container-landing-page .left-container .additional_data_content  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} 
button.buttonTextLess, button.buttonTextMore, button.buttonTextLess:focus, button.buttonTextMore:focus {
    border: none;
    background: none;
    outline: none;
}

.landingPage-brandLogo {
    max-width: 220px;
    margin-bottom: 5px;
    max-height: 70px;
}