﻿@charset "utf-8";

/* CSS Document */

body {
    /*padding-top: 10px;*/
    padding-bottom: 30px;
}

.clear {
    clear: both;
}

input.form-control::-webkit-input-placeholder {
    color: #666;
}

input.form-control::-moz-placeholder {
    color: #666;
}


/* firefox 19+ */

input.form-control:-ms-input-placeholder {
    color: #666;
}


/* ie */

input.form-control:-moz-placeholder {
    color: #666;
}

.form-group label {
    font-weight: normal;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.contactForm .form-group {
    position: relative;
}

.contactForm textarea.form-control {
    height: 140px;
    overflow: auto;
}

.form-group .twitter-typeahead {
    width: 100%;
}

.contactForm .form-group .twitter-typeahead {
    display: block !important;
}

form h3 {
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    line-height: 1.4em;
}

h3.underlined {
    border-bottom: 2px solid #ddd;
    line-height: 1.4em;
}

span.required:after,
form label.required:after {
    content: " *";
    color: #A94442;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
}

form label.control-label.required:after {
    position: absolute;
    right: 5px;
}


.header {
}

    .header .container {
    }

    .header .logo {
        margin: -20px 0 -40px 0px;
        position: relative;
    }

        .header .logo > a img {
            /*height: 100px;*/
            margin-top: 10px;
        }

        .header .logo .beta {
            background-color: #CCC;
            color: #FFF;
            padding: 0 5px;
            position: absolute;
            right: -30px;
            text-shadow: -1px -1px 0 #999;
            top: 18px;
        }

    .header .topmenu {
        height: 41px;
        padding: 0;
    }

    .header .tagline {
    }

        .header .tagline h1 {
            color: #788;
            margin: 0;
            line-height: 75px;
            font-size: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #009877;
            /*font-style: italic;
    font-weight: 400;*/
        }

@media (max-width: 991px) {
    .header .tagline h1 {
        font-size: 16px;
    }
}

.masthead .navigation {
    min-height: 128px;
}

.masthead .affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

@media (max-width: 767px) {
    .masthead .affix {
        position: relative !important;
    }
    /*.masthead .affix-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
    }*/
}

.navigation .quicksearch {
    padding: 5px 0;
    margin: 0;
    /*background: #ddd;*/
    border-bottom: 1px solid #666;
}

.input-group .twitter-typeahead {
    width: 100%;
}

    .input-group .twitter-typeahead .tt-hint {
        width: 100%;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.quicksearch .input-group .twitter-typeahead .tt-hint {
    font-size: 18px;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
}

.input-group .form-control.tt-input,
.input-group .form-control.tt-query {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    box-shadow: none;
}

.input-group .form-control.input-lg.tt-input,
.input-group .form-control.input-lg.tt-query {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.twitter-typeahead .tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-bottom: 4px solid #111B22;
    /*border-radius: 0;
    border-top: medium none;*/
    padding: 0;
    width: 100%;
}

    .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
        padding: 5px 10px;
    }

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion.tt-is-under-cursor,
.tt-suggestion.tt-cursor {
    background-color: #BCC6C5;
    cursor: pointer;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion .resultType,
.twitter-typeahead .tt-dropdown-menu .tt-suggestion .resultNumber {
    color: #999;
    float: right;
    font-style: italic;
    font-size: 12px;
}

.quicksearch input[type="text"] {
    border: 2px solid #ABB8B8;
}

.quicksearch .form-inline .radio,
.quicksearch .form-inline .checkbox,
.quicksearch .form-inline .checkbox-inline {
    display: inline-block;
    margin-top: 10px;
}

.quicksearch .field-validation-error {
    position: absolute;
    right: 130px;
    top: 6px;
}

.header .quicksearch {
    padding: 9px 0;
    height: 53px;
}

.topmenu .nav a {
    color: #333;
}

.topmenu .nav span.navbar-brand {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.topmenu .nav > li > a {
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .topmenu .nav > li > a {
        padding: 10px 5px;
        font-size: 13px;
    }
}

.topmenu .nav > li > a:hover,
.topmenu .nav > li > a:focus {
    background-color: #becaca;
}

.topmenu .nav .open > a,
.topmenu .nav .open > a:hover,
.topmenu .nav .open > a:focus {
    background-color: #becaca;
    border-color: #428bca;
}

.topmenu .nav a .fa.fa-caret-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    color: #888;
}

.quicksearch .input-group .form-control {
    border-right: none;
}

    .quicksearch .input-group .form-control.input-lg {
        height: 43px;
        font-size:18px;
    }

.masthead .navigation .navbar {
    z-index: 1030;
}

@media (min-width: 768px) {
    .masthead .navigation .navbar {
        margin: 0;
    }
    /*.masthead .navigation .navbar-collapse {
        margin: 0 -15px;
    }*/
}

@media (max-width: 767px) {
    .masthead .navigation .navbar {
        margin: 0;
        /*border-bottom: 5px solid #4CA747;*/
    }
}

.navbar-brand {
    line-height: 25px;
    padding: 12px 15px;
}

/*@media (min-width: 768px) {
    .navigation .navbar-nav.alternate > li {
        border-left: 2px solid #131416;
    }
}*/

.navigation .navbar-nav.alternate > li > a {
    background-color: #4CA747;
    color: #fff;
}

    .navigation .navbar-nav.alternate > li > a:hover,
    .navigation .navbar-nav.alternate > li > a:focus,
    .navigation .navbar-nav.alternate > li > a:active {
        background-color: #00AFAA;
    }

    .navigation .navbar-nav > li > a.external,
    .navigation .navbar-nav.alternate > li > a.external {
        background-color: #00AFAA;
        color: #fff;
    }

        .navigation .navbar-nav > li > a.external .fa-external-link {
            color: #fff;
        }

    .navigation .navbar-nav > li > a.register,
    .navigation .navbar-nav.alternate > li > a.register {
        background-color: #EC971F;
    }

        .navigation .navbar-nav.alternate > li > a.register:hover,
        .navigation .navbar-nav.alternate > li > a.register:focus,
        .navigation .navbar-nav.alternate > li > a.register:active {
            background-color: #F0AD4E;
        }

.navigation .navbar-nav > li > a.external:hover {
    opacity: 0.8;
}

a.dropdown-toggle {
    cursor: pointer;
}

.nav > li.megamenu {
    position: inherit;
}

.megamenu .dropdown-menu {
    width: 100%;
}

.megamenu.login .dropdown-menu {
    width: 770px;
    max-width: 100%;
}

.navbar-right .dropdown-menu {
    text-align: right;
}

.navbar-right .megamenu .dropdown-menu {
    text-align: left;
}

.dropdown-header {
    color: #00AFAA;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.regionList .dropdown-header,
.navbar-nav .open .dropdown-menu .regionList .dropdown-header {
    padding: 0 5px;
    border-bottom: 1px solid #bbb;
    line-height: 24px;
}

.navbar-nav .open .dropdown-menu .regionList .dropdown-header {
    margin-bottom: 2px;
    margin-top: 6px;
}

    .navbar-nav .open .dropdown-menu .regionList .dropdown-header:first-child {
        margin-top: 0;
    }

li.active > a {
    outline: none;
}

.regionList {
    padding: 10px 15px;
}

    .regionList ul.columnList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .regionList ul.columnList li {
            line-height: 25px;
        }

            .regionList ul.columnList li a {
                display: block;
                line-height: 25px;
                padding: 0 5px;
                color: #111b22;
            }

                .regionList ul.columnList li a:hover {
                    background: #BCC6C6 !important;
                    color: #222;
                    text-decoration: none;
                }

@media (min-width: 480px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 3;
        /* Firefox */
        -webkit-column-count: 3;
        /* Safari and Chrome */
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 4;
        /* Firefox */
        -webkit-column-count: 4;
        /* Safari and Chrome */
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .regionList .tab-pane ul,
    .columnList {
        -moz-column-count: 5;
        /* Firefox */
        -webkit-column-count: 5;
        /* Safari and Chrome */
        column-count: 5;
    }
}

@media (min-width: 768px) and (max-height: 899px) {
    .regionList {
        max-height: 400px;
        overflow: auto;
    }
}

.dropdown-menu .holder {
    padding: 15px;
    background-color: #fff;
    margin: -5px 0;
}

    .dropdown-menu .holder h3 {
        margin-top: 0;
    }

.columnAdvert {
    margin-bottom: 20px;
    text-align: center;
    /*background-color: #f5f5f5;
    padding: 10px 0;*/
}

    .columnAdvert * {
        max-width: 100%;
    }

footer {
    padding-top: 10px;
    position: relative;
}

a.backTop {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    background-color: #00AFAA;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
}

    a.backTop:hover {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        background-color: #00AFAA;
    }

footer .navbar-nav > li > a {
    padding: 5px 15px;
}

footer .navbar-default {
    border: none;
    background-color: transparent;
}

    footer .navbar-default .nav > li {
        float: left;
    }

    footer .navbar-default .navbar-nav > .active > a,
    footer .navbar-default .navbar-nav > .active > a:hover,
    footer .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #00AFAA;
    }

.fatFooter {
    background: #1d3557;
    padding: 20px 0;
    margin: 0 0 10px;
    border-top: 5px solid #00AFAA;
}

    .fatFooter a {
        color: #FFF;
        /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);*/
    }

        .fatFooter a:hover {
            color: #FFF;
        }

@media (max-width: 767px) {
    .fatFooter ul {
        margin-left: 0;
    }

        .fatFooter ul li {
            display: inline-block;
            margin-left: 2.14286em;
        }

    .copyright.text-right {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-toggle .fa {
        bottom: 2px;
        left: 50%;
        margin-left: -5px;
        position: absolute;
    }
}

.fatFooter .fa-linkedin-square,
.social .fa-linkedin-square {
    color: #1d3557;
}

.fatFooter .fa-twitter-square,
.social .fa-twitter-square {
    color: #1d3557;
}

.fatFooter .fa-facebook-square {
    color: #1d3557;
}

.social .fa-rss-square,
.panel-title .fa-rss-square {
    color: #1d3557;
}

.share a:hover .fa-facebook-square,
.share a:hover .fa-twitter-square,
.share a:hover .fa-linkedin-square,
.share a:hover .fa-envelope {
    color: #00AFAA;
}
.social .fa-square {
    color: #FC6;
}


.social a {
    display: inline-block;
    vertical-align: top;
}

.fatFooter .fa-linkedin-square,
.fatFooter .fa-twitter-square,
.fatFooter .fa-facebook-square {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.fa-external-link {
    color: #888;
}

.fa-sign-out {
    color: #4CA747;
}

.fa-ul.social li {
    /*line-height: 2.2em;*/
}

.social .fa-li.fa-2x {
    left: -1.7em;
}

.fa-ul.social li h5 {
    line-height: 1.1;
}


/*.panel-body .list-group {
    margin: -15px 0 15px;
}
.panel-body .list-group:last-child {
    margin: -15px 0;
}*/

img.pull-left {
    margin-right: 5px;
}

img.pull-right {
    margin-left: 5px;
}

.btn.pull-left {
    margin-right: 10px;
}

.btn.pull-right {
    margin-left: 10px;
}

ul.alerts li {
    padding-right: 30px;
    position: relative;
}

    ul.alerts li a.remove {
        display: none;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #bbb;
    }

        ul.alerts li a.remove:hover {
            color: #C00;
        }

    ul.alerts li:hover a.remove {
        display: block;
    }

    ul.alerts li .fa-exclamation-circle {
        color: #FC0;
    }

.tab-content {
    /*border: 1px solid #bbb;
    border-top: none;*/
    padding-top: 15px;
}

    .tab-content ul h4 {
        font-size: 16px;
        line-height: 1.5;
    }

.newsWidget ul li .fa-li {
    top: 0.4em;
}

.newsWidget ul li {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .newsWidget ul.nav-tabs li {
        margin-bottom: 0;
    }
}

.newsWidget .fa-li {
    color: #666;
}

.newsWidget ul h4,
.newsWidget .tab-content ul h4 {
    font-size: 14px;
    line-height: 1.5em;
}

.countryMap {
    margin-bottom: 15px;
    position: relative;
}

    .countryMap a img {
        opacity: 0.7;
        max-height: 210px;
    }

.branch .countryMap a img {
    max-height: 160px;
    max-width: 90%;
}

.countryMap a:hover img {
    opacity: 1;
}

.countryMap a span {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 16px;
}

    .countryMap a span small {
        font-weight: normal;
        font-size: 12px;
    }

.panel-body h3,
.modal-body h3 {
    margin-top: 0;
}

.panel-body img {
    max-width: 100%;
}

.panel-body.fixedheight {
    height: 390px;
}

.companyHeader {
    background-color: #FFF;
    margin-bottom: 20px;
}

.articleHeader {
    background-color: #1D3557;
    border-bottom: 2px solid #111B22;
    margin-bottom: 20px;
}

.companyTools,
.articleTools {
    padding: 0;
    background-color: #1D3557;
    color: #eee;
}

    .companyTools .share a,
    .articleTools .share a {
        color: #eee;
        margin-right: 3px;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .companyTools .share a,
    .articleTools .share a {
        padding: 5px;
    }
}

.companyTools .btn,
.articleTools .btn {
    border-radius: 0;
    width: 100%;
}

.companyTools .share,
.articleTools .share {
    padding: 10px;
    text-align: center;
    font-weight:bold;
}

.companyLogo,
.companyName{
    padding: 15px;
    min-height: 138px;
    background-color: #FFF;
    margin-right: -30px;
}

.insightImage {
    padding: 15px;
    min-height: 138px;
    background-color: #ffffff;
    margin-right: -30px;
}

.articleTitle {
    padding: 15px;
    min-height: 138px;
    background-color: #1D3557;
    margin-right: -30px;
}

@media (max-width: 767px) {
    .companyLogo,
    .companyName,
    .articleTitle {
        min-height: inherit;
        margin-right: 0;
    }
}

.partnerMoves.articleTitle {
    margin-right: 0;
}

.article .partnerMoves > .pull-right {
    margin: -15px -15px -15px 10px;
}

.partnerMoves img {
    height: 110px;
}

.companyLogo {
    text-align: right;
}

@media (max-width: 991px) {
    .companyLogo,
    .companyName {
        /*text-align: center;*/
        height: auto !important;
        min-height: inherit;
    }
}

@media (max-width: 767px) {
    .companyTools {
        height: auto;
    }

        .companyTools .btn,
        .articleTools .btn {
            width: auto;
            float: left;
        }

        .companyTools .share,
        .articleTools .share {
            padding: 7px;
            text-align: right;
        }
}

.companyLogo img {
    max-width: 90%;
    max-height: 108px;
    /*border: 5px solid #fff;*/
}

.companyName h1 {
    margin: 0 0 5px;
    font-size: 24px;
    color:black;
}

.companyName h5,
.companyLogo h5 {
    margin: 0;
    color: black;
}

.companyName h5 a{
    color:black;
}

.companyName h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.companyInfo {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ABB8B8;
}

    .companyInfo .navbar {
        margin-bottom: 0;
        min-height: 40px;
    }

@media (min-width: 768px) {
    .companyInfo .navbar-default {
        background-color: transparent;
        border: none;
    }
}

.companyInfo .navbar .navbar-collapse {
    padding: 0;
}

.companyInfo .nav-tabs.nav-justified > li {
    /*float: left;*/
}

@media (min-width: 768px) {
    .companyInfo .nav-tabs.nav-justified > li {
        float: none;
    }
}

@media (max-width: 767px) {
    .companyInfo .nav-tabs.nav-justified {
        background-color: #eee;
        border-bottom: 1px solid #bbb;
    }

    .companyInfo .nav-tabs > li.active {
        border: none;
    }

    .companyInfo .navbar .navbar-collapse {
        position: absolute;
        right: 0;
        border: 1px solid #ccc;
    }
}

.companyInfo .navbar .navbar-toggle {
    padding: 5px 10px;
}

.navbar-collapse.collapsedTabs {
    z-index: 100;
}

.mapContainer,
.inProfile {
    margin-bottom: 20px;
}

    .mapContainer *,
    .inProfile *,
    .videoContainer * {
        width: 100%;
        max-width: 100%;
    }

.basicInfo p {
    margin: 0;
}

.basicInfo h5 {
    margin-top: 0;
}

.basicInfo .form-group {
    margin-bottom: 0;
}

.basicInfo .form-horizontal .control-label {
    padding-left: 0;
    padding-right: 0;
}

.basicInfo .rossete {
    text-align: right;
}

    .basicInfo .rossete img {
        width: 48%;
        max-width: 100px;
        margin-bottom: 5px;
    }

#accordion .panel-title > a {
    display: block;
    outline: none;
    text-decoration: none;
}

    #accordion .panel-title > a.collapsed {
        color: #888;
    }

.panel-title .toggler,
.filterList .toggler {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.panel-title .toggler,
.filterList .toggler {
    cursor: pointer;
    margin-left: 5px;
}

    .panel-title .collapsed .toggler,
    .panel-title.collapsed .toggler,
    .filterList .toggler.collapsed {
        color: #bbb;
    }

.ranking-title .panel-title.collapsed .toggler {
    color: #888;
}

.panel-title .fa-toggle-up,
.filterList .toggler .fa-minus-square-o {
    display: block;
}

.panel-title .collapsed .fa-toggle-up,
.panel-title.collapsed .fa-toggle-up,
.filterList .toggler.collapsed .fa-minus-square-o {
    display: none;
}

.panel-title .fa-toggle-down,
.filterList .toggler .fa-plus-square-o {
    display: none;
}

.panel-title .collapsed .fa-toggle-down,
.panel-title.collapsed .fa-toggle-down,
.filterList .toggler.collapsed .fa-plus-square-o {
    display: block;
}

.mainContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .mainContent h3 {
        margin-top: 0;
    }

.addresses address {
    font-size: 13px;
}

.addresses h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}


/* Filter styles */

.fsHolder {
    height: 44px;
}

.filterSubmit {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

    .filterSubmit.affix {
        top: 0;
        border-bottom: 1px solid #bbb;
        z-index: 1000;
        width: 95%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }

    .filterSubmit.fixed {
        position: fixed;
        top: 0;
        border-bottom: 1px solid #bbb;
        z-index: 1000;
        width: 95%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }

@media (min-width: 768px) {
    .filterSubmit.affix,
    .filterSubmit.fixed {
        width: 220px;
    }
}

@media (min-width: 992px) {
    .filterSubmit.affix,
    .filterSubmit.fixed {
        width: 293px;
    }
}

@media (min-width: 1200px) {
    .filterSubmit.affix,
    .filterSubmit.fixed {
        width: 360px;
    }
}

.bot-margin {
    margin-bottom: 10px;
}

.filterSubmit .btn {
    width: 100%;
}

.filters {
    margin-bottom: 20px;
    position: relative;
}

    .filters .overlay {
        background-color: rgba(255, 255, 255, 0.8);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .filters h4,
    .sort-title h4 {
        border-bottom: 1px solid #BBBBBB;
        padding: 7px 0 8px;
        margin-top: 0;
    }

.form-group .filters h4 {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.filters h5 {
    border-bottom: 1px solid #BBBBBB;
    /*padding: 7px 0 8px;*/
    margin-top: 0;
}

.sort-title .sort {
    margin-top: 7px;
}

.filters .panel {
    margin-bottom: 0;
}

.filters .panel-heading {
    padding: 0;
}

.filters .panel-title {
    padding: 10px 15px 10px 10px;
    cursor: pointer;
    border-left: 5px solid #BCC5C5;
}

.filters .panel-body,
.filter .panel-body {
    padding: 0 15px;
    border: none;
}

    .filters .panel-body .panel-title {
        border: none;
    }

    .filters .panel-body .panel-body {
        padding-bottom: 15px;
    }

    .filters .panel-body.topSelection {
        background-color: #DDDDDD;
        border-bottom: 2px solid #666666;
        padding: 10px 15px;
        position: relative;
    }

.topSelection ul.filterList {
    margin: 0;
}

.filters .topSelection .filterSelect:first-child {
    padding-top: 0;
}

.filters .topSelection .filterSelect:last-child {
    padding-bottom: 0;
}


/*.topSelection .step {
    position: absolute;
    top: 10px;
    left: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #f4f4f4;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}*/

h5 .step {
    left: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ddd;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/
}

.filters .filterSelect {
    padding: 10px 0;
}

.filters .filterList,
.filters .filterList ul,
ul.filterList,
ul.filterList ul {
    padding: 0;
}

    .filters .filterList li {
        list-style: none;
    }

.filterList .radio label,
.filterList .checkbox label {
    display: block;
    padding-right: 20px;
}

ul.filterList li .checkbox .input-sm {
    padding: 2px 5px;
    height: 24px;
    margin-top: -2px;
}

.compare-label {
    font-weight: normal;
    padding: 7px 0 0 20px;
    text-align: right;
}

.firmFilter {
    z-index: 100;
}

    .firmFilter .twitter-typeahead {
        width: 100%;
    }

        .firmFilter .twitter-typeahead .tt-hint {
            border-radius: 6px;
            padding: 6px 12px;
            height: 34px;
            width: 100%;
        }

.radio label .badge,
.checkbox label .badge {
    float: right;
    margin-left: 3px;
}

.checkbox.all label {
    font-weight: bold;
    font-style: italic;
}

.searchTools {
    background-color: #D5DEDE;
}

    .searchTools p,
    .sortTools p {
        margin: 7px 0 7px 15px;
    }

.filterTools p {
    margin: 6px 0 5px 15px;
}

.searchTools .btn,
.filterTools .btn {
    border-radius: 0;
    width: 100%;
}

.filterTools .btn {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0);
}

.filterTools .btn-danger:hover,
.filterTools .btn-danger:focus,
.filterTools .btn-danger:active {
    background-color: #d55956;
    border-color: #d55956;
}

.sortTools .btn {
    color: #666;
    float: right;
}

    .sortTools .btn:hover,
    .sortTools .btn:focus,
    .sortTools .btn:active {
        color: #222;
    }

.sortTools {
    background-color: #DFF0D8;
    border-bottom: 1px solid #bbb;
    /*margin: -15px 0 15px;*/
}

    .sortTools label,
    .filterTools label {
        font-weight: normal;
        margin-bottom: 0;
    }

.filterTools {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
}

.filterTag {
    display: inline-block;
    line-height: 1.6;
    font-size: 12px;
    padding: 0 5px;
    margin: 2px;
    background-color: #D5DEDE;
    color: #333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

    .filterTag a {
        margin-left: 3px;
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        cursor: pointer;
    }

        .filterTag a:hover {
            color: #333;
        }

.analysisFilter {
    margin-bottom: 15px;
    padding: 15px;
}

    .analysisFilter.active {
        background-color: #eee;
    }

    .analysisFilter h5 {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

        .analysisFilter h5.radio label {
            font-weight: bold;
            font-size: 14px;
        }

    .analysisFilter hr {
        margin-top: 7px;
    }

    .analysisFilter .input-group {
        width: 100%;
    }

#chart_container {
    margin-bottom: 20px;
}

.selectedFilters {
    padding: 5px 0;
}

    .selectedFilters div {
        display: inline-block;
    }

    .selectedFilters .btn {
        margin: 0 2px 2px 0;
    }

.searchResults {
    margin-bottom: 20px;
}

    .searchResults .list-group-item {
        border-left: medium none;
        border-right: medium none;
        padding: 10px;
    }

    .searchResults .list-group-item-heading {
        font-size: 16px;
        line-height: 1.4;
        font-weight: bold;
    }

    .searchResults .list-group-item h5 {
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 15px;
    }

    .searchResults .list-group-item h6 {
        margin-bottom: 5px;
        /*margin-top: 0;*/
        font-weight: bold;
    }

    .searchResults .list-group-item-text {
        font-size: 13px;
    }

        .searchResults .list-group-item-text .date {
            color: #888;
            font-style: italic;
        }

    .searchResults .resultType {
        color: #FFFFFF;
        font-style: italic;
        padding: 0 5px;
        margin-left: 10px;
    }

        .searchResults .resultType.jurisdiction {
            color: #97b96b;
        }

        .searchResults .resultType.lawyer {
            color: #7eb2cd;
        }

        .searchResults .resultType.firm {
            color: #d58b9e;
        }

        .searchResults .resultType.news {
            color: #999;
        }

        .searchResults .resultType.deals {
            color: #f90;
        }

.list-group-item.media {
    margin-top: 0;
}

.searchResults .pagination {
    margin-top: 0;
}

.list-group.articles .list-group-item {
    border-left: 7px solid #ddd;
}

.list-group-item.featured {
    background: none repeat scroll 0 0 #FCF8E3;
}

.list-group-item.profile.featured {
    margin-bottom: 5px;
}

.list-group.articles .list-group-item.peopleFirm {
    border-left-color: #d58b9e;
}

.list-group.articles .list-group-item.deals {
    border-left-color: #97b96b;
}

.list-group.articles .list-group-item.markets {
    border-left-color: #7eb2cd;
}

.list-group.articles .list-group-item.announcements {
    border-left-color: #FFA500;
}

.checkbox.peopleFirm {
    color: #B94A48;
    padding: 2px 5px 2px 25px;
    background-color: #F2DEDE;
}

.checkbox.deals {
    color: #468847;
    padding: 2px 5px 2px 25px;
    background-color: #DFF0D8;
}

.checkbox.markets {
    color: #3A87AD;
    padding: 2px 5px 2px 25px;
    background-color: #D9EDF7;
}

.checkbox.announcements {
    color: #FFA500;
    padding: 2px 5px 2px 25px;
    background-color: #fde6bc;
}

.left-padding-fix {
    padding-left: 0;
}

    .left-padding-fix ul {
        margin-bottom: 10px;
    }

.subGroup {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    color: #111b22;
}

.singleReport {
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
    position: relative;
}

.chartOverlay {
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 3;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.neg-bottom {
    margin-bottom: -32px;
    z-index: 1000;
}

.reportTitle {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 21px;
    margin-top: -45px;
    text-align: center;
}

.chartHolder {
    margin-bottom: 20px;
}


/*.list-group.articles .list-group-item.peopleFirm h4 {
    color: #B94A48;
}
.list-group.articles .list-group-item.deals h4 {
    color: #468847;
}
.list-group.articles .list-group-item.markets h4 {
    color: #3A87AD;
}*/


/*.popover {
    background-color: #FCF8E3;
    border-color: #FAEBCC;
    color: #C09853;
}
.popover .arrow, .popover .arrow:after {
    border-color: #FAEBCC;
}
.popover.bottom .arrow:after {
    border-bottom-color: #FCF8E3;
}*/

.filterModal .modal-dialog {
    width: 90%;
}

@media (min-width: 480px) {
    .modal-body .filterList {
        -moz-column-count: 1;
        /* Firefox */
        -webkit-column-count: 1;
        /* Safari and Chrome */
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .modal-body .filterList {
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .modal-body .filterList {
        -moz-column-count: 3;
        /* Firefox */
        -webkit-column-count: 3;
        /* Safari and Chrome */
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .modal-body .filterList {
        -moz-column-count: 4;
        /* Firefox */
        -webkit-column-count: 4;
        /* Safari and Chrome */
        column-count: 4;
    }
}

.modal-dialog .filterList li.checkbox {
    margin-top: -5px;
}

.modal-header h4 {
    padding: 0;
    border: none;
}

.filterList li.showMore {
    display: block;
}

.ranking-title {
    border-bottom: 1px solid #BBB;
    padding: 7px 8px 8px;
    margin: 0;
    background-color: #BCC5C5;
}

    .ranking-title h4 {
        margin: 0;
        cursor: pointer;
    }

h5.sector {
    font-weight: bold;
}

.rankings .panel-heading,
.review .panel-heading {
    padding: 5px 0;
    background-color: #fff;
}

.review .panel-title {
    cursor: pointer;
}

.review p {
    margin: 0 0 15px;
}

.rankings .panel-title {
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    font-size: 16px;
    font-weight: bold;
}

.rankingTable table:last-child {
    margin-bottom: 0;
}

a.toggleTiers {
    cursor: pointer;
}

.ranking-title a.toggleTiers {
    margin-right: 10px;
}

.ranking-title .form-control {
    width: auto;
}

@media (min-width: 992px) {
    #firmTab.nav-tabs > li > a,
    #firmTab.nav-tabs.nav-justified > li > a {
        white-space: nowrap;
    }
}


/*#firmTab.nav-tabs > li.premium {
    background-color: #fbee9a;
    background-color: #FCD207;
}
#firmTab.nav-tabs > li.premium > a {
    color: #666;
}
#firmTab.nav > li.premium > a:hover {
    color: #444;
    background-color: transparent;
}
#firmTab.nav > li.premium.active > a:hover {
    background-color: #fff;
}*/

a.bookmark {
    display: block;
}

.branch.row {
    margin-bottom: 20px;
}

.tierList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tierList h6 {
        margin: 0;
        padding: 10px;
        font-weight: bold;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    /*.tierList .tier1,
.tierList .tier2,
.tierList .tier3,
.tierList .tier4,
.tierList .tier5,
.tierList .tier6,
.tierList .tier7,
.tierList .tier8,
.tierList .tier9
{
    background-color: #444;
    color: #eee; 
}*/
    .tierList .tierH.new {
        background-color: #00AFAA;
        color: #eee;
    }
            .tierList .tierH.new .list-group-item .active {
                background-color: #bcdce7;
                color: #000000;
                border-color: #fff;
            }

                .tierList .tierH.new .list-group-item.active:hover {
                    background-color: #afcfda
                }


    .tierList .tierH {
        background-color: #1d3557;
        color: #eee;
    }

        .tierList .tierH .list-group-item {
            border-color: #fff;
            background-color: #EAF6F7;
            padding: 0;
        }


            .tierList .tierH .list-group-item:hover {
                background-color: rgba(255, 255, 255, 0.8);
            }

            .tierList .tierH .list-group-item.active,
            .tierList .tierH .list-group-item.active:focus {
                background-color: #bcdce7;
                color: #000000;
                border-color: #fff;
            }

                .tierList .tierH .list-group-item.active:hover {
                    background-color: #afcfda
                }

        .tierList .tierH .list-group {
            margin-bottom: 0;
        }

        .tierList .tierH .list-group-item a {
            display: block;
            padding: 5px 10px;
            color: #000000;
        }

        .tierList .tierH .list-group-item .fa {
            margin: 8px 10px;
            color: #999;
            cursor: default;
        }

.share .visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .share .visible-lg {
        display: inline-block !important;
    }
}


/* Profile box small --------------------------------- */

.lawyersList {
    border-bottom: 1px solid #bbb;
}

.list-group-item.profile {
    /*    padding: 10px 0 10px 5px;*/
    border: none;
    border-top: 1px solid #bbb;
}

    .list-group-item.profile h6 {
        margin: 5px 0;
    }

.profile .profileInfo {
    font-size: 12px;
    margin-left: -20px;
}

.profile .profileInfoNoImage {
    font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .profile .profileInfo {
        margin-left: -15px;
    }
}

.profile .profileInfo label,
.profile .profileInfoNoImage label {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

img.profileThumb {
    max-width: 100%;
}

img.chart {
    width: 100%;
    height: 700px;
}

.profileInfo h4,
.profileInfoNoImage h4 {
    margin: 0 0 5px;
}

.profileInfo h6 {
    margin: 0 0 5px;
}

.panel-group .panel.filter {
    overflow: visible;
}


/* ARTICLE STYLES ---------------------------------------------------------------------------- */

.article {
}

.toggleArticle {
    cursor: pointer;
}


/*.article h2 {
    margin-top: 0;
    padding: 5px 0 4px;
}*/

.article .leadImg img {
    width: 100%;
    margin-bottom: 20px;
}

.article .pull-left {
    margin: 0 10px 10px 0;
}

.article .pull-right {
    margin: 0 0 10px 10px;
}

    .article .pull-right.articleSponsor {
        margin: 0 0 15px 15px;
        padding: 5px;
        /*background-color: #fff;*/
    }

.articleTitle h1 {
    margin-top: 0;
    font-size: 24px;
}

.articleTitle h6 {
    margin: 0;
}

.articleTags {
    padding: 15px;
    background-color: #D5DEDE;
    margin: -20px 0 20px;
}

.articleBody {
    margin-bottom: 20px;
}

.articleSponsor img {
    max-width: 150px;
    max-height: 90px;
}


/* COMMENTS STYLES ---------------------------------------------------------------------------- */

#commentContainer {
    background-color: #EEEEEE;
    margin-top: -15px;
    padding: 15px;
}

    #commentContainer .form-group:last-child {
        margin-bottom: 0;
    }

.panel-heading .btn {
    margin-top: -1px;
    border-radius: 0;
}

.comments .media {
    border-bottom: 1px dotted #bbb;
}

.comments .media-object {
    width: 60px;
}

.comments .media-body {
    font-size: 13px;
    line-height: 1.3;
}


/*.filters .filterList li:before {
    content: "\f096";
    display: block;
    font-family: FontAwesome;
    left: 30px;
    position: absolute;
    width: 20px;
    color: #ABB7B7;
}*/


/* content: "\f046"; */

.filters .filterList li.marked:before {
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    left: 30px;
    position: absolute;
    width: 20px;
    color: #ABB7B7;
}


/* Modals */

.loginModal {
    width: 100%;
    max-width: 480px;
}

.demoModal {
    width: 100%;
    max-width: 700px;
}


/* MEDIA WIDGET */

.panel .media .media-object {
    width: 60px;
}

.panel-body .list-group.media:first-child {
    margin-top: -15px;
}

.panel-body .list-group.media:last-child {
    margin-bottom: -15px;
}

.searchResults .media .media-object,
.articles .media .media-object {
    width: 120px;
    max-height: 120px;
}


/* HIDES POPOVER ON XTRA SMALL SCREENS */

@media (max-width: 767px) {
    .popover {
        display: none !important;
    }
}

.modal-body .videoContainer {
    margin: -20px;
}

#article {
    display: none;
}

.tab-pane .nav.nav-tabs > li {
    background-color: transparent;
}

    .tab-pane .nav.nav-tabs > li > a {
        padding-top: 6px;
        padding-bottom: 7px;
    }

.officeList h4 {
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}

.officeList ul {
    padding: 10px 10px 10px 30px;
    background-color: #eee;
}

figcaption {
    font-size: 0.9em;
    line-height: normal;
    margin-top: 10px;
}

.tag {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-right: 3px;
    padding: 2px 5px;
    white-space: nowrap;
}

h5.sponsoredProfile {
    font-weight: bold;
    color: #900;
    text-align: center;
    border-top: 1px dotted #999;
    padding: 5px 0;
}

.chartHolder {
    min-height: 450px;
}


/* VALIDATION STYLES ----------------------------------------------------------------- */

.dropdown-menu .holder .alert {
    padding: 0;
    margin: 0;
}

    .dropdown-menu .holder .alert ul {
        list-style: none;
        padding: 0;
    }

        .dropdown-menu .holder .alert ul li {
            display: inline-block;
            margin: 0 40px 0 0;
        }

.validation-summary-errors {
    color: #A94442;
}

.field-validation-error {
    color: #A94442;
    background-color: #f1e1e1;
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
}

.form-group .field-validation-error {
    /*margin-left: -15px;*/
    white-space: nowrap;
}

.form-group.has-error {
    position: relative;
}

.contactForm .field-validation-error,
.loginForm .field-validation-error {
    height: auto;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-dialog {
    width: 90%;
    max-width: 1000px;
}

.modal.narrow .modal-dialog {
    width: 90%;
    max-width: 400px;
}

.modal.loginPopup .modal-dialog {
    width: 90%;
    max-width: 770px;
}

.modal.subscribePopup .modal-dialog {
    width: 90%;
    max-width: 900px;
}

.loginPopup .panel {
    margin-bottom: 0;
}

.loginPopup .panel-default .panel-body,
.dropdown-menu .panel-default .panel-body {
    border-bottom: none;
}


/* FAQ styles ---------------------------------------------------------------------------------------------------- */

.faq .panel,
.about .panel {
    margin-bottom: 10px;
}

    .faq .panel > .panel-heading,
    .about .panel > .panel-heading {
        font-weight: bold;
        border-bottom: 1px solid #bbb;
        cursor: pointer;
        color: #666;
    }

.faq .panel-primary .panel-title {
    cursor: pointer;
    color: #666;
    display: block;
    font-size: 14px;
    padding-right: 20px;
    position: relative;
}

    .faq .panel-primary .panel-title:hover {
        color: #222;
        text-decoration: none;
    }

    .faq .panel-primary .panel-title .toggler {
        position: absolute;
        right: 0;
        top: 0;
    }

.registrationStep {
    line-height: 40px;
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

    .registrationStep.active {
        background-color: #EC971F;
        color: #fff;
        font-size: 18px;
    }

.recaptchatable {
    width: 100%;
}


/*RANKING ANALISYS STYLES  ------------------------------------------------------ */

.ranking-analisys {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

    .ranking-analisys .panel > .panel-heading > h6 {
        font-size: 14px;
        line-height: 1.42857;
        font-weight: bold;
        margin: 0;
    }

    .ranking-analisys .panel > .panel-heading > span {
        font-weight: normal;
    }

    .ranking-analisys .panel > .panel-heading,
    .about .panel > .panel-heading {
        font-weight: bold;
        border-bottom: 1px solid #bbb;
        cursor: pointer;
        color: #666;
    }

.highcharts-title {
    color: #111b22 !important;
    fill: #111b22 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.highcharts-subtitle {
    color: #111b22 !important;
    fill: #111b22 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}


/*#chart_container {border: 2px solid #666;}*/

#info-msg .fa {
    margin-right: 15px;
}


/* LINKEDIN NEWS FEED STYLES ------------------------------------------------------ */

.linkedinFeed {
    list-style: none;
    padding: 0;
}

    .linkedinFeed li {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .linkedinFeed label {
        font-weight: normal;
    }

    .linkedinFeed .postTitle {
        display: block;
    }

    .linkedinFeed .postCreator,
    .linkedinFeed .postCreatorTitle {
        display: inline-block;
        font-size: 0.95em;
        color: #666;
    }

    .linkedinFeed .postCreator {
        font-weight: bold;
    }

.table.reference .fa-check-circle {
    color: #4CA747;
}

.table.reference .fa-times-circle {
    color: #A94442;
}

.table.reference th.free,
.table.reference td.free {
    background-color: #f4f4f4;
}

.table.reference th.premium,
.table.reference td.premium {
    /*background-color: #fbee9a;*/
    background-color: rgba(252, 210, 7, 0.2);
}

strong.free {
    background-color: #ddd;
    padding: 5px;
}

strong.premium {
    /*background-color: #fbee9a;*/
    background-color: #FCD207;
    padding: 5px;
}

.rssFeed .panel-body .list-group {
    margin: -15px 0;
}

.rssFeed .panel-body .list-group-item {
    border-left: none;
    border-right: none;
    padding: 5px 0;
}

    .rssFeed .panel-body .list-group-item h5 {
        margin: 0;
        font-size: 14px;
    }

.rssFeed .panel-body {
    height: 300px;
    overflow: auto;
}

.fa.premium {
    /*color: #F0AD4E;*/
    color: #FCD207;
    text-shadow: 0 0 1px #000;
}


/* MORE (EXPAND) BUTTON STYLES */

a.more {
    cursor: pointer;
}

.more .fa-plus-square-o {
    display: none;
}

.more .fa-minus-square-o {
    display: inline-block;
}

.more.collapsed .fa-plus-square-o {
    display: inline-block;
}

.more.collapsed .fa-minus-square-o {
    display: none;
}

.collapsible {
    height: 78px;
    overflow: hidden;
}

    .collapsible.expanded {
        height: auto;
    }

p.emphasis {
    padding: 10px 15px;
    font-size: 1.4em;
    margin-bottom: 0;
}

.paywall ul {
    margin-bottom: 13px;
}

.bg-primary a {
    color: #333;
}


/* sly - scrollable pagination*/

.wrap {
    position: relative;
}

@media (min-width: 768px) {
    .wrap {
        padding: 15px 30px 0;
    }
}

.wrap .controls {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 10;
}

    .wrap .controls .btn {
        padding: 8px;
    }

.wrap .scrollbar {
    margin-top: -15px;
}

.scrollbar {
    width: 100%;
    height: 15px;
    background-color: #ddd;
}

    .scrollbar .handle {
        width: 100px;
        /* overriden if dynamicHandle: 1 */
        height: 100%;
        background: #EC971F;
        cursor: ew-resize;
    }

.frame {
    width: 100%;
    height: 38px;
    padding: 0;
    z-index: 20;
    position: relative;
}

    .frame .slidee {
        margin: 0;
        padding: 0;
        height: 100%;
        list-style: none;
    }

        .frame .slidee li {
            float: left;
            margin: 0;
            padding: 0;
            width: 30px;
            height: 100%;
            line-height: 36px;
            text-align: center;
        }

            .frame .slidee li a {
                display: block;
                line-height: 36px;
                border: 1px solid #ddd;
            }

                .frame .slidee li a:hover {
                    background-color: #eee;
                    text-decoration: none;
                }

            .frame .slidee li.active a {
                background-color: #BBC5C5;
                border-color: #BBC5C5;
                color: #fff;
            }

.controls .btn.disabled {
    color: #ddd;
}


/* Additional panels */

.panel.newsletter {
    padding: 15px;
    background-color: #717A77;
    color: #fff;
}

    .panel.newsletter > p {
        padding: 7px 0;
        margin: 0;
    }

.soon {
    color: #EC971F;
}

.greyed {
    color: #bbb;
}

.text-center ul {
    list-style-position: inside;
    padding: 0;
}

.cookieAccepterPopup {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fa-ul.social h4 {
    border-bottom: 2px solid #111B22;
    margin-left: -30px;
    line-height: 25px;
}

.well h3:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}

.box {
    padding: 20px;
    border: 1px solid #ddd;
}

    .box ul.grey {
        background: #eee;
        margin: 20px -20px;
        padding: 15px 0 15px 80px;
    }

    .box .pull-right {
        margin-left: 20px;
    }

    .box img {
        border: 3px solid #eee;
    }

.textGreen {
    color: #4CA747 !important;
}

span.phone {
    white-space: nowrap;
}

    span.phone.textGreen {
        font-size: 1.1em;
    }

@media print {
    .panel-collapse.collapse,
    .tierList .collapse {
        display: block;
    }

    .collapsible,
    .tierList .collapse {
        height: auto;
    }

    a.more {
        display: none;
    }
}

@media (max-width: 768px) {
    .equal .panel-body {
        height: auto !important;
    }
}

.alert-error {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

    .alert-error .bullets {
        padding-left: 10px;
    }

@media print {
    a[href]:after {
        content: none !important;
    }
}

.col-md-3 > .imgReckognition {
    height: 129px;
    margin-left: 1px;
}

.imgReckognition {
    text-align: right;
}

    .imgReckognition img {
        max-width: 49%;
        max-height: 160px;
    }

#noInfo {
    margin-left: 15px;
}

.list-group-item.profile > div {
    padding-left: 0;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified li:only-child {
        float: left;
        width: 50%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px;
        border-color: #eee;
    }
}

.nav-tabs.nav-justified {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
}

.actions {
    min-width: 240px;
    text-align: center;
}

.dateCreated {
    text-align: center;
}

@media (max-width:768px) {
    .actions,
    .dateCreated {
        text-align: left;
    }
}

.error-message {
    padding: 5em 0;
}

.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 100%;
    text-align: center;
    padding: 3em 0 5em 0;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}

    .loader > svg path,
    .loader > svg rect {
        fill: #4ca747;
    }

.pagebreak {
    page-break-after: always;
}

.pdfPreview {
    padding: 20px;
    border: 1px solid #999;
    box-shadow: 0 0 3px #999;
}

    .pdfPreview .container {
        max-width: 100%;
    }

    .pdfPreview .companyLogo,
    .pdfPreview .companyName,
    .pdfPreview .articleTitle {
        margin-right: 0;
        background-color: transparent;
        min-height: 0;
    }

    .pdfPreview .list-group-item.featured {
        background-color: transparent;
    }

    .pdfPreview .panel-title .toggler,
    .pdfPreview .filterList .toggler {
        display: none;
    }

    .pdfPreview .basicInfo h5 {
        font-size: 14px;
        margin-top: 7px;
    }

@media print {
    .panel-title .toggler,
    .filterList .toggler {
        display: none;
    }

    .basicInfo h5 {
        font-size: 14px;
    }

    a {
        color: #333;
        text-decoration: none;
    }
}

.findMore {
    text-decoration: underline;
    display: inline-block;
    padding-top: 5px;
    font-weight: bold;
}

.deal-firms {
    margin-top: 15px;
}

    .deal-firms h5 {
        margin-top: 0;
    }

.dealCompletionDate {
    margin-top: 10px;
}

.beta {
    background-color: #ec971f;
    border-radius: 8px;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    position: relative;
    text-shadow: 1px 1px 0 #666;
    top: -1em;
}

.betaSearchPage {
    top: -1.5em;
    margin-left: 3px;
}

.dealNote {
    color: red;
    text-align: justify;
}

.noFacetFetch {
    background-color: transparent;
    position: relative;
}

    .noFacetFetch li {
        position: relative;
    }

    .noFacetFetch input {
        position: absolute;
        opacity: 0;
    }

    .noFacetFetch label > span::before {
        font-family: 'FontAwesome';
        content: "\f111";
        color: #ddd;
        position: absolute;
        left: 1px;
    }

    .noFacetFetch label:hover > span::before {
        color: #bbb;
    }

    .noFacetFetch input:checked ~ span::before {
        /*content:"\f14a";*/
        color: #4ca747;
    }

.dealLoginForm {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    z-index: 999;
}

    .dealLoginForm .panel-body {
        padding: 15px;
    }

.deal-logo {
    width: 380px;
}

.deal-profile-logo {
    margin-top: 30px;
    max-width: 100%;
}

.dealProfileThumb,
.dealReckognition {
    height: 100%;
}

.dealSponsoredLawyers {
    height: 150px;
    padding: 5px;
    border-bottom: 1px solid black;
}

.deal-logo {
    padding: 10px;
}

.deal-profile-logo {
    margin-top: 30px;
    max-width: 100%;
}





/* Reports page */


.reports-top-title {
    position: absolute;
    background: white;
    width: 1140px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 0;
    padding-left: 20px;
    color: #4ba2cb;
    margin-top: -520px;
    margin-left: -35px;
}

.reports-jumbotron {
    width: 100%;
    background-image: url('/Content/images/reports/reportsChina/firm logos/bg-image-report.jpg');
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 30px;
    height: 535px;
}

.container-fluid:has(> #reportsChina) {
    padding: 0;
}

.container-fluid:has(> womenLeaders) {
    padding: 0;
}

.container-fluid:has(> newrankings) {
    padding: 0;
}

.energy-and-infrastructure {
    float: right;
}

div.map-image-background {
    height: 400px;
    margin-top: 100px;
}

.map-image-background {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    max-height: 500px;
    width: 100%;
    opacity: 0.9;
    /*background-image: url('/Content/images/reports/fix-width-map-lines.jpg');*/
    background-image: url('/Content/images/reports/white-background.jpg');
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.map-image {
    position: absolute;
    margin-top: -530px;
    margin-left: -60px;
    width: 1250px;
}

.top-image-section {
    background: white;
    padding: 0 50px;
    margin-top: 15px;
    margin-bottom: -100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 10;
}


@media (max-width: 767px) {
    .top-image-section h1 {
        float: left;
    }
}

.download-reports-list li {
    display: inline-block;
    margin-left: 40px;
    list-style-type: none;
    margin-right: 30px;
    border-top: 2px solid #4ba2cb;
    color: #4ba2cb;
    -webkit-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
}

    .download-reports-list li span {
        position: absolute;
        margin-top: -35px;
        color: black;
        font-size: 25px;
    }

#latin-america {
    position: absolute;
    margin-top: 369px;
    z-index: 100;
}


#africa {
    position: absolute;
    margin-top: 414px;
    margin-left: 559px;
    z-index: 100;
}

    #africa span {
        margin-left: 20px;
    }

#asia-pacific {
    position: absolute;
    margin-top: 278px;
    margin-left: 805px;
    z-index: 100;
}


#europe {
    position: absolute;
    margin-top: 151px;
    margin-left: 790px;
    z-index: 100;
}

    #europe span {
        margin-left: -135px;
    }



@media (max-width: 1200px) {
    .download-reports-list li span {
        font-size: 18px;
        margin-top: -25px;
    }
}

@media (max-width: 1200px) {
    #latin-america {
        margin-top: -157px;
    }
}

@media (max-width: 1200px) {
    #africa {
        margin-top: -105px;
        margin-left: 462px;
    }
}

@media (max-width: 1200px) {
    #asia-pacific {
        margin-top: -266px;
        margin-left: 680px;
    }
}

@media (max-width: 1200px) {
    #europe {
        margin-top: -398px;
        margin-left: 680px;
    }

        #europe span {
            margin-left: -60px;
        }
}


@media (max-width: 1200px) {
    .download-reports-list li {
        margin-bottom: 10px;
    }
}


.download-reports-list li a {
    background-color: white;
    border: none;
    padding: 10px;
    color: #4ba2cb;
    font-weight: bold;
    font-size: 14px;
}

    .download-reports-list li a:hover {
        color: #4ba2cb;
    }

.reports-top-text h4 {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    line-height: 1.8;
}



.ijglobal-logo {
    width: 200px;
    margin-top: 10px;
    float: left;
}

@media (max-width: 767px) {
    .ijglobal-logo {
        float: right;
    }
}

.explore-more {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .explore-more i {
        margin-top: -10px;
    }


.reports-center-content h3 {
    text-align: center;
}

.contributors-section h3 {
    text-align: center;
    margin-bottom: 30px;
}

.sections-title {
    margin-bottom: 45px;
}

.contributors-images {
    text-align: center;
}

    .contributors-images img {
        /*width: 180px;
    margin-right: 40px;
    margin-bottom: 20px;*/
        padding: 20px;
        margin-bottom: 10px;
    }

.report-featuring p {
    font-size: 18px;
}

.report-featuring strong {
    color: #4ba2cb;
}

.report-featuring-1 {
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.report-featuring-2 {
    width: 75%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}




.reports-contact-title {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.reports-contact {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}

    .reports-contact p {
        text-align: center;
        font-size: 16px;
    }

        .reports-contact p a {
            color: black;
        }


.covering-section .row {
    text-align: center;
}

.covering-section-icon {
    font-size: 35px;
    margin-bottom: 15px;
}

.reports-icon-title {
    font-size: 22px;
    font-weight: bold;
    color: #4ba2cb;
}

.covering-images {
    max-width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.reports-lawyer {
    border: none;
    text-align: center;
}

    .reports-lawyer hr {
        width: 30%;
        border-top: 1px solid #cb4b4b;
        margin-bottom: 15px;
    }

.lawyer-image {
    width: 150px;
    height: 150px;
}

.lawyer-name, .lawyer-firm, .lawyer-country {
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}

.china-caption {
    text-align: center;
    margin-bottom: 40px;
    color: #656565;
}

.lawyer-name span, .lawyer-firm span, .lawyer-country span {
    font-weight: normal;
}

    .lawyer-name a, .lawyer-name span a {
        color: black;
    }


.sections-title {
    margin-bottom: 50px;
}


.reports-footer {
    border-top: 2px solid black;
    /*background-image: url('/Content/images/reports/reports-footer-bg-dark.jpg');*/
    background: #dddddd;
    margin-bottom: -30px;
}

    .reports-footer .row {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .reports-footer img {
        width: 350px;
        display: block;
        margin: 0 auto;
    }

.reports-footer-text {
    text-align: center;
    font-size: 18px;
    margin-top: 120px;
    margin-bottom: 30px;
}


@media (max-width: 320px) {
    .reports-find-out-more {
        float: right;
    }
}

@media (max-width: 320px) {
    .reports-browse-deals {
        position: absolute;
        margin-left: -160px;
    }
}

@media (max-width: 1200px) {
    .reports-footer-text {
        margin-top: 150px;
    }
}

@media (max-width: 767px) {
    .reports-footer-text {
        margin-top: 40px;
    }
}

.reports-footer-buttons {
    text-align: center;
}

#footer-left-btn {
    margin-right: 100px;
}


.reports-footer-buttons a {
    color: white;
    background-color: #5cb85c;
    font-size: 16px;
}

    .reports-footer-buttons a:hover, .reports-footer-buttons a:focus {
        background-color: #47a447;
        color: white;
    }



.reports-section-shadow {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#f8f8f8));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #dadada, #f8f8f8);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #dadada, #f8f8f8);
    /* IE 10 */
    background: -ms-linear-gradient(top, #dadada, #f8f8f8);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #dadada, #f8f8f8);
    border-top: 1px solid black;
    height: 70px;
    border-bottom: -20px
}



.lawyers-column {
    width: 13%
}

#lawyers .row {
    margin-left: -90px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .lawyers-desktop {
        display: none;
    }
}

@media (min-width: 991px) {
    .lawyers-mobile {
        display: none;
    }
}

.mobile-row-center {
    display: block;
    margin: 0 auto;
}

.alexander-danne-pic {
    width: 165px;
}


/* Reports top section mobile version */
.top-image-section-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .top-image-section-mobile {
        display: block;
    }

    .top-bg-pic, .reports-jumbotron {
        /* display: none; */
    }

    .map-image {
        display: none;
    }

    .map-image-background {
        display: none;
    }

    #latin-america {
        display: block;
        margin: 0 auto;
    }

    .top-image-section-mobile {
        width: 100%;
        background-image: url('/Content/images/reports/reportsChina/firm logos/bg-image-report.jpg');
        background-size: cover;
        margin-top: -20px;
    }

        .top-image-section-mobile h4 {
            text-align: center;
        }

            .top-image-section-mobile h4 a {
                color: #4ba2cb;
                font-weight: bold;
                background: white;
                border-top: 3px solid #4ba2cb;
                padding: 10px;
                width: 60%;
                display: block;
                margin-bottom: 20px;
                margin: 0 auto;
            }

    .last-mobile-link {
        margin-bottom: 50px;
    }
}

/* End of Reports top section mobile version */

.social-title {
    font-size: 1.5em;
    vertical-align: -70%;
}


.glyphicon-pen {
    width: 12px;
    background: url('/Content/images/glyphicons-236-pen.png');
    background-repeat: no-repeat;
    height: 12px;
    display: inline-block;
    background-size: cover;
}

.glyphicon-pen-large {
    width: 14px;
    background: url('/Content/images/glyphicons-236-pen.png');
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.expert-consultant {
    width: 15px;
    background: url('/Content/images/expert_consultant.png');
    background-repeat: no-repeat;
    height: 12px;
    display: inline-block;
    background-size: cover;
}

.expert-consultant-large {
    width: 17px;
    background: url('/Content/images/expert_consultant.png');
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.market-leader {
    width: 6px;
    background: url('/Content/images/market_leader.png');
    background-repeat: no-repeat;
    height: 12px;
    display: inline-block;
    background-size: cover;
}

.market-leader-large {
    width: 8px;
    background: url('/Content/images/market_leader.png');
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.article-list i {
    top: 0.4em;
    margin-left: .8rem;
}

.article-list h4 a {
    font-size: 14px;
    line-height: 1.5em;
}

.latest-highlights {
    margin-bottom: 50px;
}

    .latest-highlights .row {
        padding-bottom: 20px;
        border-bottom: 1px solid #b1b1b1;
    }

    .latest-highlights h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid black;
        line-height: 2;
        font-size: 20px;
    }

.top-title {
    margin-bottom: 10px;
    border-bottom: 2px solid black;
    line-height: 2;
    font-size: 20px;
    margin-top: 10px;
}

.fa-ul {
    margin-left: 10px;
}

.highlight-title {
    margin-top: 10px;
    font-weight: bold;
    /*margin-left: -12px;*/
}

.home-image {
    margin-top: -10px;
}

.home-top p {
    font-size: 16px;
}

#mini-profile-carousel {
    border: 1px solid #eeeeee;
    margin-top: 40px;
    margin-bottom: 50px;
}

    #mini-profile-carousel .carousel-inner {
        max-height: 350px;
    }

    #mini-profile-carousel .carousel-indicators {
        margin-bottom: -50px;
    }

        #mini-profile-carousel .carousel-indicators li {
            border: 1px solid #e8e8e8;
            background-color: #e8e8e8;
        }

        #mini-profile-carousel .carousel-indicators .active {
            border: 1px solid #4ca747;
            background-color: #4ca747;
        }


    #mini-profile-carousel .mini-profile-header img {
        max-height: 40px;
        float: right;
        margin-left: 3px;
    }

        #mini-profile-carousel .mini-profile-header img.rossete {
            max-width: 35px;
        }




    #mini-profile-carousel .mini-profile-header {
        background: #eeeeee;
        padding: 8px;
    }

        #mini-profile-carousel .mini-profile-header a h4 {
            padding-bottom: 0;
            margin-bottom: 5px;
            border-bottom: none;
            font-size: 15px;
        }

    #mini-profile-carousel .mini-profile-desc {
        padding: 8px;
        max-height: 250px;
        overflow-y: scroll;
    }

        #mini-profile-carousel .mini-profile-desc h6 {
            font-size: 15px;
        }

        #mini-profile-carousel .mini-profile-desc p {
            font-size: 12px;
        }

    #mini-profile-carousel .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 1px;
    }

    #mini-profile-carousel .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin: 1px;
    }


.key-facts-list, .key-facts-list-2 {
    padding: 0;
}

    .key-facts-list li {
        list-style-type: none;
        display: inline-block;
        background: #4ca747;
        color: white;
        padding: 3px 7px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        font-size: 12px;
    }

    .key-facts-list-2 li:before {
        content: '\f0a9';
        margin-right: 10px;
        font-family: FontAwesome;
        color: #4ca747;
    }



/* example 2 */

#mini-profile-carousel .mini-profile-header {
    background: #eeeeee;
    padding: 8px;
    min-height: 70px;
}

    #mini-profile-carousel .mini-profile-header img {
        max-height: 40px;
        max-width: 150px;
        float: right;
        margin-left: 3px;
        margin-top: 5px;
    }

.mini-profile-desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.mini-profile-desc::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.mini-profile-desc::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border: 1px solid #b1b1b1;
}

/* Reports China */
.reports-map-links {
    position: relative;
}

    .reports-map-links p {
        color: #3c9bc9;
        margin: 0;
    }

    .reports-map-links p a {
        color: #3c9bc9;
        text-decoration: none;
    }

    .reports-map-links .Beijing {
        position: absolute;
        z-index: 999;
        top: 36.3%;
        right: 24.5%;
    }

    .reports-map-links .Tianjin {
        position: absolute;
        z-index: 999;
        top: 43.5%;
        right: 22%;
    }

    .reports-map-links .Shandong {
        position: absolute;
        z-index: 999;
        top: 51%;
        right: 19.8%;
    }

    .reports-map-links .Jiangsu {
        position: absolute;
        z-index: 999;
        bottom: 37.7%;
        right: 20.8%;
    }

    .reports-map-links .Shanghai {
        position: absolute;
        z-index: 999;
        bottom: 28%;
        right: 23%;
    }

    .reports-map-links .Zhejiang {
        position: absolute;
        z-index: 999;
        bottom: 18%;
        right: 25.5%;
    }

    .reports-map-links .Guangdong {
        position: absolute;
        z-index: 999;
        bottom: 8.5%;
        right: 28%;
    }

    .reports-map-links .Sichuan {
        position: absolute;
        z-index: 999;
        bottom: 24.8%;
        left: 19.8%;
    }


    .reports-map-links .Chongqing {
        position: absolute;
        z-index: 999;
        bottom: 16.5%;
        left: 20.5%;
    }

    .reports-map-links .Shaanxi {
        position: absolute;
        z-index: 999;
        top: 29.6%;
        right: 26.5%;
    }



@media (min-width: 768px) {
    #ChinaLawyers .col-sm-2 {
        width: 19.999999999999994%;
    }
}

.last-law-firm {
    max-width: 400px;
    display: block;
    margin: auto;
}

.deal-summary{
    background-color: lightgray;
    font-weight:bold;
    font-size: 17px;
}

.deal-summary div {
    border: 1px solid white;
}

.th-cursor{
    cursor:pointer;
}

span.tipped-info::after {
    font-family: FontAwesome;
    content: "\f05a";
    margin-left: 3px;
    font-weight: normal;
    position: absolute;
    margin-top: -3px;
    color: #0094ff;
}

.ui-widget .ui-tooltip-content {
    font-size: 0.9em;
}

/*Women Leaders*/
.womenleaders-jumbotron {
    width: 100%;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 30px;
    height: 765px !important;
}

.womenleaders-jumbotron.latinamerica {
    background-image: url('/Content/images/womenleaders/LatinAmericaBackground.jpg');
}

.womenleaders-jumbotron.northamerica {
    background-image: url('/Content/images/womenleaders/NorthAmericaBackground.jpg');
}

.womenleaders-jumbotron.centralandeasternasia {
    background-image: url('/Content/images/womenleaders/CentralAndEasternAsiaBackground.jpg');
}

.womenleaders-jumbotron.southasiaandaustralasia {
    background-image: url('/Content/images/womenleaders/SouthAsiaAndAustralasiaBackground.jpg');
}

.womenleaders-jumbotron.africa {
    background-image: url('/Content/images/womenleaders/AfricaBackground.jpg');
}

.womenleaders-jumbotron.middleeast {
    background-image: url('/Content/images/womenleaders/MiddleEastBackground.jpg');
}

.womenleaders-jumbotron.centraleurope {
    background-image: url('/Content/images/womenleaders/CentralEuropeBackground.jpg');
}

.womenleaders-jumbotron.northerneurope {
    background-image: url('/Content/images/womenleaders/NorthernEuropeBackground.jpg');
}

.womenleaders-jumbotron.southerneurope {
    background-image: url('/Content/images/womenleaders/SouthernEuropeBackground.jpg');
}

.womenleaders-jumbotron.westerneurope {
    background-image: url('/Content/images/womenleaders/WesternEuropeBackground.jpg');
}

.womenleaders-logo {
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
}

.womenleaders-map {
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
}

.womenleaders-map-new {
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    opacity: 0.9;
    background-color: white;
}

.womenleaders-map-links {
    position: relative;
}

.womenleaders-map-links p {
    color: #3c9bc9;
    margin: 0;
}

    .womenleaders-map-links p a {
        color: #1d3557;
        text-decoration: none;
    }

.womenleaders-map-links .Guatemala {
    position: absolute;
    z-index: 999;
    top: 37.7%;
    left: 19.7%;
}

.womenleaders-map-links .ElSalvador {
    position: absolute;
    z-index: 999;
    top: 42.7%;
    left: 21.6%;
}

.womenleaders-map-links .CostaRica {
    position: absolute;
    z-index: 999;
    top: 48%;
    left: 23.2%;
}

.womenleaders-map-links .Panama {
    position: absolute;
    z-index: 999;
    bottom: 44%;
    left: 25.3%;
}

.womenleaders-map-links .Colombia {
    position: absolute;
    z-index: 999;
    bottom: 37.7%;
    left: 27.8%;
}

.womenleaders-map-links .Ecuador {
    position: absolute;
    z-index: 999;
    bottom: 32.1%;
    left: 29.6%;
}

.womenleaders-map-links .Peru {
    position: absolute;
    z-index: 999;
    bottom: 25.7%;
    left: 31.8%;
}

.womenleaders-map-links .Bolivia {
    position: absolute;
    z-index: 999;
    bottom: 19.8%;
    left: 31.4%;
}

.womenleaders-map-links .Chile {
    position: absolute;
    z-index: 999;
    bottom: 14.4%;
    left: 30.1%;
}

.womenleaders-map-links .Honduras {
    position: absolute;
    z-index: 999;
    top: 35%;
    right: 36.0%;
}

.womenleaders-map-links .Nicaragua {
    position: absolute;
    z-index: 999;
    top: 39.5%;
    right: 33.3%;
}

.womenleaders-map-links .Venezuela {
    position: absolute;
    z-index: 999;
    top: 44%;
    right: 31%;
}

.womenleaders-map-links .Brazil {
    position: absolute;
    z-index: 999;
    bottom: 30.4%;
    right: 25%;
}

.womenleaders-map-links .Paraguay {
    position: absolute;
    z-index: 999;
    bottom: 24.6%;
    right: 26.3%;
}

.womenleaders-map-links .Uruguay {
    position: absolute;
    z-index: 999;
    bottom: 18.8%;
    right: 27.7%;
}

.womenleaders-map-links .Argentina {
    position: absolute;
    z-index: 999;
    bottom: 14%;
    right: 29.2%;
}

.womenleaders-map-links .Canada {
    position: absolute;
    z-index: 999;
    bottom: 41%;
    left: 16.1%;
}

.womenleaders-map-links .UnitedStates {
    position: absolute;
    z-index: 999;
    bottom: 30.2%;
    left: 20.1%;
}

.womenleaders-map-links .Mexico {
    position: absolute;
    z-index: 999;
    bottom: 18.7%;
    left: 24.2%;
}

.womenleaders-map-links .Bermuda {
    position: absolute;
    z-index: 999;
    bottom: 40.1%;
    right: 17.3%;
}

.womenleaders-map-links .Bahamas {
    position: absolute;
    z-index: 999;
    bottom: 34.2%;
    right: 13%;
}

.womenleaders-map-links .DominicanRepublic {
    position: absolute;
    z-index: 999;
    bottom: 26.8%;
    right: 7.5%;
}

.womenleaders-map-links .BritishVirginIslands {
    position: absolute;
    z-index: 999;
    bottom: 21%;
    right: 7.4%;
}

.womenleaders-map-links .Barbados {
    position: absolute;
    z-index: 999;
    bottom: 14.6%;
    right: 13%;
}

.womenleaders-map-links .Jamaica {
    position: absolute;
    z-index: 999;
    bottom: 9.5%;
    right: 17.2%;
}

.womenleaders-map-links .CaymanIslands {
    position: absolute;
    z-index: 999;
    bottom: 4.5%;
    right: 22.8%;
}

.womenleaders-map-links .Mongolia {
    position: absolute;
    z-index: 999;
    top: 45.8%;
    left: 9.5%;
}

.womenleaders-map-links .Kazakhstan {
    position: absolute;
    z-index: 999;
    top: 41.2%;
    right: 15.5%;
}

.womenleaders-map-links .Uzbekistan {
    position: absolute;
    z-index: 999;
    top: 48.6%;
    left: 23.0%;
}

.womenleaders-map-links .Kyrgyzstan {
    position: absolute;
    z-index: 999;
    bottom: 24.2%;
    right: 15.5%;
}

.womenleaders-map-links .Japan {
    position: absolute;
    z-index: 999;
    top: 43.2%;
    right: 10.7%;
}

.womenleaders-map-links .SouthKorea {
    position: absolute;
    z-index: 999;
    bottom: 42.6%;
    right: 10.7%;
}

.womenleaders-map-links .China {
    position: absolute;
    z-index: 999;
    bottom: 37.4%;
    right: 10.7%;
}

.womenleaders-map-links .Taiwan {
    position: absolute;
    z-index: 999;
    bottom: 32.2%;
    right: 10.7%;
}

.womenleaders-map-links .HongKongSAR {
    position: absolute;
    z-index: 999;
    bottom: 27%;
    right: 10.7%;
}

.womenleaders-map-links .MacauSAR {
    position: absolute;
    z-index: 999;
    bottom: 22.3%;
    right: 10.7%;
}

.womenleaders-map-links .Pakistan {
    position: absolute;
    z-index: 999;
    bottom: 44.9%;
    left: 13%;
}

.womenleaders-map-links .India {
    position: absolute;
    z-index: 999;
    bottom: 30%;
    left: 20.4%;
}

.womenleaders-map-links .SriLanka {
    position: absolute;
    z-index: 999;
    bottom: 15.7%;
    left: 27.8%;
}

.womenleaders-map-links .Bangladesh {
    position: absolute;
    z-index: 999;
    bottom: 8.7%;
    left: 31.4%;
}

.womenleaders-map-links .Malaysia {
    position: absolute;
    z-index: 999;
    bottom: 12.1%;
    left: 9.5%;
}

.womenleaders-map-links .Singapore {
    position: absolute;
    z-index: 999;
    bottom: 7.4%;
    left: 9.5%;
}

.womenleaders-map-links .Indonesia {
    position: absolute;
    z-index: 999;
    bottom: 7.2%;
    right: 10.7%;
}

.womenleaders-map-links .Myanmar {
    position: absolute;
    z-index: 999;
    bottom: 41.7%;
    left: 9.3%;
}

.womenleaders-map-links .Thailand {
    position: absolute;
    z-index: 999;
    bottom: 22%;
    left: 9.5%;
}

.womenleaders-map-links .Phillippines {
    position: absolute;
    z-index: 999;
    bottom: 47.2%;
    right: 18.8%;
}

.womenleaders-map-links .Vietnam {
    position: absolute;
    z-index: 999;
    bottom: 12.4%;
    right: 10.7%;
}

.womenleaders-map-links .Cambodia {
    position: absolute;
    z-index: 999;
    bottom: 17%;
    left: 9.5%;
}

.womenleaders-map-links .Brunei {
    position: absolute;
    z-index: 999;
    top: 41%;
    right: 11.4%;
}

.womenleaders-map-links .Australia {
    position: absolute;
    z-index: 999;
    bottom: 16.7%;
    right: 11.4%;
}

.womenleaders-map-links .NewZealand {
    position: absolute;
    z-index: 999;
    bottom: 5%;
    right: 11.4%;
}

.womenleaders-map-links .Guinea {
    position: absolute;
    z-index: 999;
    bottom: 43.2%;
    left: 20.8%;
}

.womenleaders-map-links .Ghana {
    position: absolute;
    z-index: 999;
    bottom: 36.2%;
    left: 23.5%;
}

.womenleaders-map-links .Nigeria {
    position: absolute;
    z-index: 999;
    bottom: 30%;
    left: 25.9%;
}

.womenleaders-map-links .Angola {
    position: absolute;
    z-index: 999;
    bottom: 23.%;
    left: 28.7%;
}

.womenleaders-map-links .Namibia {
    position: absolute;
    z-index: 999;
    bottom: 16.2%;
    left: 31.3%;
}

.womenleaders-map-links .Botswana {
    position: absolute;
    z-index: 999;
    bottom: 9.5%;
    left: 33.8%;
}

.womenleaders-map-links .SouthAfrica {
    position: absolute;
    z-index: 999;
    bottom: 3.3%;
    left: 36.3%;
}

.womenleaders-map-links .Tunisia {
    position: absolute;
    z-index: 999;
    top: 33.5%;
    right: 42.2%;
}

.womenleaders-map-links .Egypt {
    position: absolute;
    z-index: 999;
    top: 37.1%;
    right: 37.0%;
}

.womenleaders-map-links .Ethiopia {
    position: absolute;
    z-index: 999;
    top: 45.2%;
    right: 25.1%;
}

.womenleaders-map-links .Uganda {
    position: absolute;
    z-index: 999;
    bottom: 48.2%;
    right: 19.5%;
}

.womenleaders-map-links .Kenya {
    position: absolute;
    z-index: 999;
    bottom: 41%;
    right: 20%;
}

.womenleaders-map-links .Burundi {
    position: absolute;
    z-index: 999;
    bottom: 37.2%;
    right: 20.9%;
}

.womenleaders-map-links .Tanzania {
    position: absolute;
    z-index: 999;
    bottom: 32.8%;
    right: 22%;
}

.womenleaders-map-links .Zambia {
    position: absolute;
    z-index: 999;
    bottom: 28.2%;
    right: 23%;
}

.womenleaders-map-links .Malawi {
    position: absolute;
    z-index: 999;
    bottom: 23.5%;
    right: 24%;
}

.womenleaders-map-links .Mauritius {
    position: absolute;
    z-index: 999;
    bottom: 18.8%;
    right: 24.5%;
}

.womenleaders-map-links .Mozambique {
    position: absolute;
    z-index: 999;
    bottom: 11.4%;
    right: 26.2%;
}

.womenleaders-map-links .Zimbabwe {
    position: absolute;
    z-index: 999;
    bottom: 5.1%;
    right: 27.4%;
}

.womenleaders-map-links .Belarus {
    position: absolute;
    z-index: 999;
    top: 31.8%;
    left: 32.1%;
}

.womenleaders-map-links .Poland {
    position: absolute;
    z-index: 999;
    top: 36%;
    left: 7.2%;
}

.womenleaders-map-links .SlovakRepublic {
    position: absolute;
    z-index: 999;
    top: 40.6%;
    left: 7.2%;
}

.womenleaders-map-links .CzechRepublic {
    position: absolute;
    z-index: 999;
    top: 45.6%;
    left: 7.2%;
}

.womenleaders-map-links .Austria {
    position: absolute;
    z-index: 999;
    bottom: 46.5%;
    left: 7.2%;
}

.womenleaders-map-links .Slovenia {
    position: absolute;
    z-index: 999;
    bottom: 30.2%;
    left: 7.2%;
}

.womenleaders-map-links .Hungary {
    position: absolute;
    z-index: 999;
    bottom: 46.9%;
    right: 9%;
}

.womenleaders-map-links .Bulgaria {
    position: absolute;
    z-index: 999;
    bottom: 4.1%;
    right: 9%;
}

.womenleaders-map-links .Romania {
    position: absolute;
    z-index: 999;
    bottom: 32.6%;
    right: 9%;
}

.womenleaders-map-links .Armenia {
    position: absolute;
    z-index: 999;
    bottom: 12.9%;
    right: 9%;
}

.womenleaders-map-links .Azerbaijan {
    position: absolute;
    z-index: 999;
    bottom: 17.7%;
    right: 9%;
}

.womenleaders-map-links .Georgia {
    position: absolute;
    z-index: 999;
    bottom: 22.4%;
    right: 9%;
}

.womenleaders-map-links .Moldova {
    position: absolute;
    z-index: 999;
    bottom: 37.3%;
    right: 9%;
}

.womenleaders-map-links .Ukraine {
    position: absolute;
    z-index: 999;
    bottom: 42%;
    right: 9%;
}

.womenleaders-map-links .Russia {
    position: absolute;
    z-index: 999;
    bottom: 46%;
    right: 15.7%;
}

.womenleaders-map-links .Lebanon {
    position: absolute;
    z-index: 999;
    bottom: 48.6%;
    left: 18.6%;
}

.womenleaders-map-links .Israel {
    position: absolute;
    z-index: 999;
    bottom: 42%;
    left: 15.4%;
}

.womenleaders-map-links .Jordan {
    position: absolute;
    z-index: 999;
    bottom: 34.1%;
    left: 13.2%;
}

.womenleaders-map-links .Kuwait {
    position: absolute;
    z-index: 999;
    bottom: 25.9%;
    left: 14.8%;
}

.womenleaders-map-links .Bahrain {
    position: absolute;
    z-index: 999;
    bottom: 17.4%;
    left: 17.3%;
}

.womenleaders-map-links .SaudiArabia {
    position: absolute;
    z-index: 999;
    bottom: 8%;
    left: 21.6%;
}

.womenleaders-map-links .UnitedArabEmirates {
    position: absolute;
    z-index: 999;
    bottom: 3.4%;
    left: 35.1%;
}

.womenleaders-map-links .Oman {
    position: absolute;
    z-index: 999;
    bottom: 6.4%;
    right: 32%;
}

.womenleaders-map-links .Iran {
    position: absolute;
    z-index: 999;
    bottom: 14.1%;
    right: 28.7%;
}

.womenleaders-map-links .Finland {
    position: absolute;
    z-index: 999;
    top: 33.8%;
    right: 9.4%;
}

.womenleaders-map-links .Estonia {
    position: absolute;
    z-index: 999;
    top: 36%;
    right: 9%;
}

.womenleaders-map-links .Latvia {
    position: absolute;
    z-index: 999;
    top: 40.8%;
    right: 9%;
}

.womenleaders-map-links .Lithuania {
    position: absolute;
    z-index: 999;
    top: 45%;
    right: 9%;
}

.womenleaders-map-links .Iceland {
    position: absolute;
    z-index: 999;
    top: 38%;
    left: 8.5%;
}

.womenleaders-map-links .Norway {
    position: absolute;
    z-index: 999;
    top: 37.8%;
    right: 9.4%;
}

.womenleaders-map-links .Sweden {
    position: absolute;
    z-index: 999;
    top: 42.4%;
    right: 9.4%;
}

.womenleaders-map-links .Denmark {
    position: absolute;
    z-index: 999;
    top: 33.6%;
    left: 40.3%;
}

.womenleaders-map-links .Italy {
    position: absolute;
    z-index: 999;
    bottom: 26.2%;
    right: 9.4%;
}

.womenleaders-map-links .Spain {
    position: absolute;
    z-index: 999;
    bottom: 4%;
    left: 8.5%;
}

.womenleaders-map-links .Portugal {
    position: absolute;
    z-index: 999;
    bottom: 8.9%;
    left: 8.5%;
}

.womenleaders-map-links .Croatia {
    position: absolute;
    z-index: 999;
    bottom: 25.3%;
    left: 7.2%;
}

.womenleaders-map-links .BosniaAndHerzegovina {
    position: absolute;
    z-index: 999;
    bottom: 17.7%;
    left: 7.2%;
}

.womenleaders-map-links .Malta {
    position: absolute;
    z-index: 999;
    bottom: 1.2%;
    right: 36.4%;
}

.womenleaders-map-links .Montenegro {
    position: absolute;
    z-index: 999;
    bottom: 13%;
    left: 7.2%;
}

.womenleaders-map-links .Albania {
    position: absolute;
    z-index: 999;
    bottom: 4%;
    left: 7.2%;
}

.womenleaders-map-links .Greece {
    position: absolute;
    z-index: 999;
    bottom: 18.7%;
    right: 9.4%;
}

.womenleaders-map-links .NorthMacedonia {
    position: absolute;
    z-index: 999;
    bottom: 4.2%;
    left: 34.1%;
}

.womenleaders-map-links .Andorra {
    position: absolute;
    z-index: 999;
    bottom: 1.2%;
    left: 33.7%;
}

.womenleaders-map-links .Monaco {
    position: absolute;
    z-index: 999;
    bottom: 1.2%;
    left: 43.8%;
}

.womenleaders-map-links .Liechtenstein {
    position: absolute;
    z-index: 999;
    top: 53.2%;
    right: 9.4%;
}

.womenleaders-map-links .SanMarino {
    position: absolute;
    z-index: 999;
    bottom: 37.2%;
    right: 9.4%;
}

.womenleaders-map-links .Cyprus {
    position: absolute;
    z-index: 999;
    bottom: 4.4%;
    right: 9.4%;
}

.womenleaders-map-links .Turkey {
    position: absolute;
    z-index: 999;
    bottom: 8.9%;
    right: 9%;
}

.womenleaders-map-links .Kosovo {
    position: absolute;
    z-index: 999;
    bottom: 8.4%;
    left: 7.2%;
}

.womenleaders-map-links .Serbia {
    position: absolute;
    z-index: 999;
    bottom: 27.6%;
    right: 9%;
}

.womenleaders-map-links .Netherlands {
    position: absolute;
    z-index: 999;
    top: 33.7%;
    left: 29.2%;
}

.womenleaders-map-links .IsleOfMan {
    position: absolute;
    z-index: 999;
    top: 43.8%;
    left: 20.5%;
}

.womenleaders-map-links .Ireland {
    position: absolute;
    z-index: 999;
    top: 48.4%;
    left: 17.7%;
}

.womenleaders-map-links .UnitedKingdom {
    position: absolute;
    z-index: 999;
    bottom: 36.3%;
    left: 8.5%;
}

.womenleaders-map-links .ChannelIslandsGuernsey {
    position: absolute;
    z-index: 999;
    bottom: 31.8%;
    left: 8.5%;
}

.womenleaders-map-links .ChannelIslandsJersey {
    position: absolute;
    z-index: 999;
    bottom: 27.1%;
    left: 8.5%;
}

.womenleaders-map-links .Belgium {
    position: absolute;
    z-index: 999;
    top: 39.4%;
    left: 23.5%;
}

.womenleaders-map-links .Luxembourg {
    position: absolute;
    z-index: 999;
    bottom: 22.6%;
    left: 8.5%;
}

.womenleaders-map-links .France {
    position: absolute;
    z-index: 999;
    bottom: 17.8%;
    left: 8.5%;
}

.womenleaders-map-links .Gibraltar {
    position: absolute;
    z-index: 999;
    bottom: 1.4%;
    left: 21.2%;
}

.womenleaders-map-links .Switzerland {
    position: absolute;
    z-index: 999;
    bottom: 13.4%;
    left: 8.5%;
}

.womenleaders-map-links .Germany {
    position: absolute;
    z-index: 999;
    top: 46.8%;
    right: 9.4%;
}


.newrankings-jumbotron {
    width: 100%;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 30px;
    height: 765px !important;
}

.newranking-map {
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    opacity: 0.9;
    background-color: white;
}

.newranking-logo{
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;

}

.newrankings-map-links {
    position: relative;
}

.newrankings-map-links p {
    color: #3c9bc9;
    margin: 0;
}

.newrankings-map-links p a {
    color: #3c9bc9;
    text-decoration: none;
}


.newrankings-jumbotron.canadaregional {
    background-image: url('/Content/images/newrankings/CanadaRegionalBackground.jpg');
}

.newrankings-jumbotron.centralasia {
    background-image: url('/Content/images/newrankings/CentralAsiaBackground.jpg');
}

.newrankings-jumbotron.middleeast {
    background-image: url('/Content/images/newrankings/MiddleEastBackground.jpg');
}

.newrankings-jumbotron.westerneurope {
    background-image: url('/Content/images/newrankings/WesternEuropeBackground.jpg');
}

.newrankings-jumbotron.southeastasia {
    background-image: url('/Content/images/newrankings/SouthEastAsiaBackground.jpg');
}

.newrankings-jumbotron.latinamerica {
    background-image: url('/Content/images/newrankings/LatinAmericaBackground.jpg');
}

.newrankings-jumbotron.northamerica {
    background-image: url('/Content/images/newrankings/NorthAmericaBackground.jpg');
}

.newrankings-jumbotron.subsaharanafrica {
    background-image: url('/Content/images/newrankings/SubSaharanBackground.jpg');
}

.newrankings-jumbotron.unitedstatesregional {
    background-image: url('/Content/images/newrankings/UnitedStatesRegionalBackground.jpg');
}

.newrankings-jumbotron.australasia {
    background-image: url('/Content/images/newrankings/AustralasiaBackground.jpg');
}

.newrankings-jumbotron.global {
    background-image: url('/Content/images/newrankings/GlobalBackground.jpg');
}

.newrankings-jumbotron.centralandeasterneurope {
    background-image: url('/Content/images/newrankings/CentralAndEasternEuropeBackground.jpg');
}

.newrankings-map-links .BritishColumbia {
    position: absolute;
    z-index: 999;
    bottom: 42.5%;
    left: 6.9%;
}

.newrankings-map-links .Alberta {
    position: absolute;
    z-index: 999;
    bottom: 37.1%;
    left: 6.9%;
}

.newrankings-map-links .Saskatchewan {
    position: absolute;
    z-index: 999;
    bottom: 31.8%;
    left: 6.9%;
}

.newrankings-map-links .Manitoba {
    position: absolute;
    z-index: 999;
    bottom: 27%;
    left: 6.9%;
}

.newrankings-map-links .Québec {
    position: absolute;
    z-index: 999;
    bottom: 33.8%;
    right: 5.5%;
}

.newrankings-map-links .Ontario {
    position: absolute;
    z-index: 999;
    bottom: 28.8%;
    right: 5.5%;
}

.newrankings-map-links .Maritimes {
    position: absolute;
    z-index: 999;
    bottom: 23.5%;
    right: 5.5%;
}

.newrankings-map-links .Uzbekistan {
    position: absolute;
    z-index: 999;
    top: 42.6%;
    left: 23.0%;
}
.newrankings-map-links .Turkmenistan {
    position: absolute;
    z-index: 999;
    bottom: 24.2%;
    left: 19.8%;
}

.womenleaders-map-links .Turkmenistan {
    position: absolute;
    z-index: 999;
    bottom: 21.5%;
    left: 19.8%;
}

.newrankings-map-links .Kazakhstan {
    position: absolute;
    z-index: 999;
    top: 34.2%;
    right: 15.5%;
}
.newrankings-map-links .Kyrgyzstan {
    position: absolute;
    z-index: 999;
    bottom: 27%;
    right: 15.5%;
}
.newrankings-map-links .Tajikistan {
    position: absolute;
    z-index: 999;
    bottom: 19%;
    right: 15.5%;
}

.womenleaders-map-links .Tajikistan {
    position: absolute;
    z-index: 999;
    bottom: 17%;
    right: 15.5%;
}

.newrankings-map-links .Tunisia {
    position: absolute;
    z-index: 999;
    top: 34.3%;
    left: 5.8%;
}
.newrankings-map-links .Morocco {
    position: absolute;
    z-index: 999;
    top: 47.7%;
    left: 5.8%;
}
.newrankings-map-links .Algeria {
    position: absolute;
    z-index: 999;
    bottom: 36.5%;
    left: 5.8%;
}
.newrankings-map-links .Egypt {
    position: absolute;
    z-index: 999;
    top: 29.4%;
    left: 32.5%;
}
.newrankings-map-links .Israel {
    position: absolute;
    z-index: 999;
    top: 29.4%;
    left: 42.5%;
}
.newrankings-map-links .Lebanon {
    position: absolute;
    z-index: 999;
    top: 29.4%;
    right: 44%;
}
.newrankings-map-links .Jordan {
    position: absolute;
    z-index: 999;
    top: 29.4%;
    right: 35.5%;
}
.newrankings-map-links .SaudiArabia {
    position: absolute;
    z-index: 999;
    bottom: 16%;
    right: 15.8%;
}
.newrankings-map-links .Iraq {
    position: absolute;
    z-index: 999;
    top: 29.4%;
    right: 12.3%;
}
.newrankings-map-links .Kuwait {
    position: absolute;
    z-index: 999;
    top: 35.2%;
    right: 7.5%;
}
.newrankings-map-links .Bahrain {
    position: absolute;
    z-index: 999;
    top: 42.3%;
    right: 7.6%;
}
.newrankings-map-links .Iran {
    position: absolute;
    z-index: 999;
    top: 48.4%;
    right: 7.5%;
}
.newrankings-map-links .Qatar {
    position: absolute;
    z-index: 999;
    bottom: 39.4%;
    right: 7.5%;
}
.newrankings-map-links .UnitedArabEmirates {
    position: absolute;
    z-index: 999;
    bottom: 28.5%;
    right: 7.5%;
}
.newrankings-map-links .Oman {
    position: absolute;
    z-index: 999;
    bottom: 22.1%;
    right: 12.2%;
}
.newrankings-map-links .Sudan {
    position: absolute;
    z-index: 999;
    bottom: 9.2%;
    right: 15.5%;
}

.newrankings-map-links .Iceland {
    position: absolute;
    z-index: 999;
    top: 30.7%;
    left: 8.5%;
}

.newrankings-map-links .Netherlands {
    position: absolute;
    z-index: 999;
    top: 25.8%;
    left: 29%;
}

.newrankings-map-links .Denmark {
    position: absolute;
    z-index: 999;
    top: 25.8%;
    left: 40.3%;
}

.newrankings-map-links .Belgium {
    position: absolute;
    z-index: 999;
    top: 32%;
    left: 23.6%;
}

.newrankings-map-links .IsleOfMan {
    position: absolute;
    z-index: 999;
    top: 37%;
    left: 20.2%;
}
.newrankings-map-links .Ireland {
    position: absolute;
    z-index: 999;
    top: 42%;
    left: 17.5%;
}

.newrankings-map-links .UnitedKingdom {
    position: absolute;
    z-index: 999;
    top: 55.9%;
    left: 8.5%;
}

.newrankings-map-links .ChannelIslandsGuernsey {
    position: absolute;
    z-index: 999;
    bottom: 36.3%;
    left: 8.5%;
}

.newrankings-map-links .ChannelIslandsJersey {
    position: absolute;
    z-index: 999;
    bottom: 31.2%;
    left: 8.4%;
}

.newrankings-map-links .Luxembourg {
    position: absolute;
    z-index: 999;
    bottom: 26%;
    left: 8.5%;
}
.newrankings-map-links .France {
    position: absolute;
    z-index: 999;
    bottom: 20.7%;
    left: 8.5%;
}

.newrankings-map-links .Switzerland {
    position: absolute;
    z-index: 999;
    bottom: 15.7%;
    left: 8.5%;
}

.newrankings-map-links .Portugal {
    position: absolute;
    z-index: 999;
    bottom: 10.7%;
    left: 8.5%;
}

.newrankings-map-links .Spain {
    position: absolute;
    z-index: 999;
    bottom: 5.5%;
    left: 8.5%;
}

.newrankings-map-links .Gibraltar {
    position: absolute;
    z-index: 999;
    bottom: 2.2%;
    left: 21%;
}
.newrankings-map-links .Andorra {
    position: absolute;
    z-index: 999;
    bottom: 2.3%;
    left: 33.8%;
}

.newrankings-map-links .Monaco {
    position: absolute;
    z-index: 999;
    bottom: 2.3%;
    left: 43.7%;
}

.newrankings-map-links .Malta {
    position: absolute;
    z-index: 999;
    bottom: 2.3%;
    right: 36.3%;
}

.newrankings-map-links .Finland {
    position: absolute;
    z-index: 999;
    top: 25.9%;
    right: 9.2%;
}

.newrankings-map-links .Norway {
    position: absolute;
    z-index: 999;
    top: 30.2%;
    right: 9%;
}
.newrankings-map-links .Sweden {
    position: absolute;
    z-index: 999;
    top: 35.4%;
    right: 9.2%;
}

.newrankings-map-links .Germany {
    position: absolute;
    z-index: 999;
    top: 40.3%;
    right: 9.2%;
}

.newrankings-map-links .Liechtenstein {
    position: absolute;
    z-index: 999;
    top: 47.4%;
    right: 9.2%;
}

.newrankings-map-links .SanMarino {
    position: absolute;
    z-index: 999;
    top: 54.8%;
    right: 9.4%;
}

.newrankings-map-links .Italy {
    position: absolute;
    z-index: 999;
    bottom: 30%;
    right: 9.3%;
}
.newrankings-map-links .Greece {
    position: absolute;
    z-index: 999;
    bottom: 22%;
    right: 9.4%;
}

.newrankings-map-links .Cyprus {
    position: absolute;
    z-index: 999;
    bottom: 6%;
    right: 9.5%;
}

.newrankings-map-links .Mongolia {
    position: absolute;
    z-index: 999;
    top: 39.8%;
    left: 9.5%;
}
.newrankings-map-links .Myanmar {
    position: absolute;
    z-index: 999;
    top: 50.7%;
    left: 9.3%;
}
.newrankings-map-links .Laos {
    position: absolute;
    z-index: 999;
    bottom: 30.2%;
    left: 9.4%;
}

.womenleaders-map-links .Laos {
    position: absolute;
    z-index: 999;
    bottom: 27.2%;
    left: 9.4%;
}

.newrankings-map-links .Thailand {
    position: absolute;
    z-index: 999;
    bottom: 24.4%;
    left: 9.5%;
}
.newrankings-map-links .Cambodia {
    position: absolute;
    z-index: 999;
    bottom: 19%;
    left: 9.5%;
}
.newrankings-map-links .Malaysia {
    position: absolute;
    z-index: 999;
    bottom: 13.6%;
    left: 9.5%;
}
.newrankings-map-links .Singapore {
    position: absolute;
    z-index: 999;
    bottom: 8.4%;
    left: 9.5%;
}
.newrankings-map-links .Japan {
    position: absolute;
    z-index: 999;
    top: 37%;
    right: 10.7%;
}
.newrankings-map-links .SouthKorea {
    position: absolute;
    z-index: 999;
    top: 49.6%;
    right: 10.7%;
}
.newrankings-map-links .China {
    position: absolute;
    z-index: 999;
    top: 55.4%;
    right: 10.7%;
}
.newrankings-map-links .Taiwan {
    position: absolute;
    z-index: 999;
    bottom: 35.9%;
    right: 10.7%;
}
.newrankings-map-links .HongKongSAR {
    position: absolute;
    z-index: 999;
    bottom: 30.5%;
    right: 10.7%;
}
.newrankings-map-links .MacauSAR {
    position: absolute;
    z-index: 999;
    bottom: 24.8%;
    right: 10.7%;
}
.newrankings-map-links .Philippines {
    position: absolute;
    z-index: 999;
    bottom: 19.4%;
    right: 10.7%;
}

.womenleaders-map-links .Philippines {
    position: absolute;
    z-index: 999;
    bottom: 17.4%;
    right: 10.7%;
}

.newrankings-map-links .Vietnam {
    position: absolute;
    z-index: 999;
    bottom: 13.7%;
    right: 10.7%;
}
.newrankings-map-links .Indonesia {
    position: absolute;
    z-index: 999;
    bottom: 8.2%;
    right: 10.7%;
}

.newrankings-map-links .Guatemala {
    position: absolute;
    z-index: 999;
    top: 30.3%;
    left: 19.7%;
}
.newrankings-map-links .ElSalvador {
    position: absolute;
    z-index: 999;
    top: 36.1%;
    left: 21.7%;
}
.newrankings-map-links .CostaRica {
    position: absolute;
    z-index: 999;
    top: 41.9%;
    left: 23.3%;
}
.newrankings-map-links .Panama {
    position: absolute;
    z-index: 999;
    top: 47.9%;
    left: 25.4%;
}
.newrankings-map-links .Colombia {
    position: absolute;
    z-index: 999;
    top: 54.9%;
    left: 27.7%;
}
.newrankings-map-links .Ecuador {
    position: absolute;
    z-index: 999;
    bottom: 36%;
    left: 29.7%;
}
.newrankings-map-links .Peru {
    position: absolute;
    z-index: 999;
    bottom: 28.7%;
    left: 32.1%;
}
.newrankings-map-links .Bolivia {
    position: absolute;
    z-index: 999;
    bottom: 22.3%;
    left: 31.4%;
}
.newrankings-map-links .Chile {
    position: absolute;
    z-index: 999;
    bottom: 16.2%;
    left: 30%;
}
.newrankings-map-links .Honduras {
    position: absolute;
    z-index: 999;
    top: 27.3%;
    right: 36.2%;
}
.newrankings-map-links .Nicaragua {
    position: absolute;
    z-index: 999;
    top: 32.4%;
    right: 33.4%;
}
.newrankings-map-links .Venezuela {
    position: absolute;
    z-index: 999;
    top: 37.4%;
    right: 30.8%;
}
.newrankings-map-links .Suriname {
    position: absolute;
    z-index: 999;
    top: 43%;
    right: 27.7%;
}
.newrankings-map-links .Brazil {
    position: absolute;
    z-index: 999;
    bottom: 34.2%;
    right: 25.2%;
}
.newrankings-map-links .Paraguay {
    position: absolute;
    z-index: 999;
    bottom: 27.5%;
    right: 26.5%;
}
.newrankings-map-links .Uruguay {
    position: absolute;
    z-index: 999;
    bottom: 21.3%;
    right: 27.9%;
}
.newrankings-map-links .Argentina {
    position: absolute;
    z-index: 999;
    bottom: 15.7%;
    right: 29.4%;
}

.newrankings-map-links .Canada {
    position: absolute;
    z-index: 999;
    bottom: 46%;
    left: 16.2%;
}
.newrankings-map-links .UnitedStates {
    position: absolute;
    z-index: 999;
    bottom: 33.7%;
    left: 20%;
}
.newrankings-map-links .Mexico {
    position: absolute;
    z-index: 999;
    bottom: 21.7%;
    left: 24.1%;
}
.newrankings-map-links .Belize {
    position: absolute;
    z-index: 999;
    bottom: 9.2%;
    left: 28.4%;
}
.newrankings-map-links .Bermuda {
    position: absolute;
    z-index: 999;
    bottom: 49.8%;
    right: 14%;
}
.newrankings-map-links .Bahamas {
    position: absolute;
    z-index: 999;
    bottom: 44.8%;
    right: 11.7%;
}
.newrankings-map-links .TurksAndCaicos {
    position: absolute;
    z-index: 999;
    bottom: 39.7%;
    right: 9.2%;
}
.newrankings-map-links .DominicanRepublic {
    position: absolute;
    z-index: 999;
    bottom: 34.4%;
    right: 7%;
}
.newrankings-map-links .PuertoRico {
    position: absolute;
    z-index: 999;
    bottom: 29.5%;
    right: 9.2%;
}
.newrankings-map-links .BritishVirginIslands {
    position: absolute;
    z-index: 999;
    bottom: 22.1%;
    right: 12.8%;
}
.newrankings-map-links .Barbados {
    position: absolute;
    z-index: 999;
    bottom: 18.1%;
    right: 14.6%;
}
.newrankings-map-links .TrinidadAndTobago {
    position: absolute;
    z-index: 999;
    bottom: 13.7%;
    right: 16.7%;
}
.newrankings-map-links .Jamaica {
    position: absolute;
    z-index: 999;
    bottom: 9.5%;
    right: 19%;
}
.newrankings-map-links .CaymanIslands {
    position: absolute;
    z-index: 999;
    bottom: 5.3%;
    right: 21.2%;
}
.newrankings-map-links .Senegal {
    position: absolute;
    z-index: 999;
    top: 27%;
    left: 16%;
}

.newrankings-map-links .Gambia {
    position: absolute;
    z-index: 999;
    top: 31%;
    left: 15%;
}
.newrankings-map-links .CapeVerde {
    position: absolute;
    z-index: 999;
    top: 34.9%;
    left: 14%;
}
.newrankings-map-links .GuineaBissau {
    position: absolute;
    z-index: 999;
    top: 40.7%;
    left: 12.6%;
}
.newrankings-map-links .Guinea {
    position: absolute;
    z-index: 999;
    top: 44.7%;
    left: 11.7%;
}
.newrankings-map-links .SierraLeone {
    position: absolute;
    z-index: 999;
    top: 48.7%;
    left: 10.9%;
}
.newrankings-map-links .Liberia {
    position: absolute;
    z-index: 999;
    bottom: 44.7%;
    left: 10.7%;
}
.newrankings-map-links .CoteDIvoire {
    position: absolute;
    z-index: 999;
    bottom: 41%;
    left: 11.4%;
}
.newrankings-map-links .Ghana {
    position: absolute;
    z-index: 999;
    bottom: 37%;
    left: 12.4%;
}
.newrankings-map-links .Togo {
    position: absolute;
    z-index: 999;
    bottom: 32.9%;
    left: 13.2%;
}
.newrankings-map-links .Benin {
    position: absolute;
    z-index: 999;
    bottom: 29%;
    left: 14%;
}
.newrankings-map-links .Nigeria {
    position: absolute;
    z-index: 999;
    bottom: 25%;
    left: 14.8%;
}

.newrankings-map-links .Cameroon {
    position: absolute;
    z-index: 999;
    bottom: 21.4%;
    left: 15.8%;
}

.newrankings-map-links .SaoTomeAndPrincipe {
    position: absolute;
    z-index: 999;
    bottom: 17.4%;
    left: 16.4%;
}

.newrankings-map-links .EquatorialGuinea {
    position: absolute;
    z-index: 999;
    bottom: 13.3%;
    left: 17.3%;
}

.newrankings-map-links .Gabon {
    position: absolute;
    z-index: 999;
    bottom: 9.4%;
    left: 18.2%;
}

.newrankings-map-links .CentralAfricanRepublic {
    position: absolute;
    z-index: 999;
    bottom: 5.4%;
    left: 19%;
}

.newrankings-map-links .CongoBrazzaville {
    position: absolute;
    z-index: 999;
    bottom: 0.7%;
    left: 20%;
}

.newrankings-map-links .Mauritania {
    position: absolute;
    z-index: 999;
    top: 23.5%;
    left: 23.8%;
}

.newrankings-map-links .BurkinaFaso {
    position: absolute;
    z-index: 999;
    top: 23.5%;
    left: 32.4%;
}

.newrankings-map-links .Mali {
    position: absolute;
    z-index: 999;
    top: 23.5%;
    left: 43.9%;
}
.newrankings-map-links .Niger {
    position: absolute;
    z-index: 999;
    top: 23.5%;
    right: 40.6%;
}

.newrankings-map-links .Chad {
    position: absolute;
    z-index: 999;
    top: 23.5%;
    right: 34.4%;
}

.newrankings-map-links .Angola {
    position: absolute;
    z-index: 999;
    bottom: 8.7%;
    left: 38.1%;
}

.newrankings-map-links .Namibia {
    position: absolute;
    z-index: 999;
    bottom: 4.8%;
    left: 36.4%;
}

.newrankings-map-links .DemocraticRepublicOfCongo {
    position: absolute;
    z-index: 999;
    bottom: 1.3%;
    left: 34.8%;
}

.newrankings-map-links .Botswana {
    position: absolute;
    z-index: 999;
    bottom: 4.7%;
    right: 37.6%;
}

.newrankings-map-links .SouthAfrica {
    position: absolute;
    z-index: 999;
    bottom: 1.3%;
    right: 36.4%;
}

.newrankings-map-links .Eritrea {
    position: absolute;
    z-index: 999;
    top: 23.5%;
    right: 17%;
}

.newrankings-map-links .SouthSudan {
    position: absolute;
    z-index: 999;
    top: 27.2%;
    right: 16%;
}

.newrankings-map-links .Ethiopia {
    position: absolute;
    z-index: 999;
    top: 31.3%;
    right: 14.8%;
}
.newrankings-map-links .Djibouti {
    position: absolute;
    z-index: 999;
    top: 35%;
    right: 13.8%;
}

.newrankings-map-links .Uganda {
    position: absolute;
    z-index: 999;
    top: 38.8%;
    right: 12.6%;
}

.newrankings-map-links .Somalia {
    position: absolute;
    z-index: 999;
    top: 42.4%;
    right: 11.7%;
}

.newrankings-map-links .Rwanda {
    position: absolute;
    z-index: 999;
    top: 46.3%;
    right: 10.8%;
}

.newrankings-map-links .Kenya {
    position: absolute;
    z-index: 999;
    bottom: 46.7%;
    right: 9.6%;
}

.newrankings-map-links .Burundi {
    position: absolute;
    z-index: 999;
    bottom: 43%;
    right: 10.4%;
}

.newrankings-map-links .Seychelles {
    position: absolute;
    z-index: 999;
    bottom: 39.2%;
    right: 11.5%;
}

.newrankings-map-links .Tanzania {
    position: absolute;
    z-index: 999;
    bottom: 35.5%;
    right: 12.4%;
}

.newrankings-map-links .Zambia {
    position: absolute;
    z-index: 999;
    bottom: 31.7%;
    right: 13.4%;
}

.newrankings-map-links .Comoros {
    position: absolute;
    z-index: 999;
    bottom: 27.7%;
    right: 14.4%;
}
.newrankings-map-links .Malawi {
    position: absolute;
    z-index: 999;
    bottom: 24%;
    right: 15.3%;
}

.newrankings-map-links .Mauritius {
    position: absolute;
    z-index: 999;
    bottom: 20.1%;
    right: 16.2%;
}

.newrankings-map-links .Madagascar {
    position: absolute;
    z-index: 999;
    bottom: 16.3%;
    right: 17.1%;
}

.newrankings-map-links .Zimbabwe {
    position: absolute;
    z-index: 999;
    bottom: 12.5%;
    right: 18.2%;
}

.newrankings-map-links .Mozambique {
    position: absolute;
    z-index: 999;
    bottom: 8.7%;
    right: 19.2%;
}

.newrankings-map-links .Eswatini {
    position: absolute;
    z-index: 999;
    bottom: 4.9%;
    right: 20.1%;
}

.newrankings-map-links .Lesotho {
    position: absolute;
    z-index: 999;
    bottom: 1.3%;
    right: 21.2%;
}

.newrankings-map-links .Alaska {
    position: absolute;
    z-index: 999;
    top: 35.5%;
    left: 18%;
}
.newrankings-map-links .Washington {
    position: absolute;
    z-index: 999;
    top: 41.7%;
    left: 16.6%;
}
.newrankings-map-links .Montana {
    position: absolute;
    z-index: 999;
    top: 44.9%;
    left: 18.3%;
}
.newrankings-map-links .Oregon {
    position: absolute;
    z-index: 999;
    top: 48%;
    left: 19%;
}
.newrankings-map-links .Idaho {
    position: absolute;
    z-index: 999;
    bottom: 46%;
    left: 20%;
}
.newrankings-map-links .Wyoming {
    position: absolute;
    z-index: 999;
    bottom: 42.7%;
    left: 18%;
}

.newrankings-map-links .Nevada {
    position: absolute;
    z-index: 999;
    bottom: 39.7%;
    left: 18.8%;
}

.newrankings-map-links .Utah {
    position: absolute;
    z-index: 999;
    bottom: 36.6%;
    left: 20.4%;
}

.newrankings-map-links .Colorado {
    position: absolute;
    z-index: 999;
    bottom: 33%;
    left: 18%;
}

.newrankings-map-links .California {
    position: absolute;
    z-index: 999;
    bottom: 29.8%;
    left: 17.8%;
}
.newrankings-map-links .Arizona {
    position: absolute;
    z-index: 999;
    bottom: 26.7%;
    left: 18.8%;
}

.newrankings-map-links .NewMexico {
    position: absolute;
    z-index: 999;
    bottom: 23.6%;
    left: 16.3%;
}

.newrankings-map-links .Hawaii {
    position: absolute;
    z-index: 999;
    bottom: 17.7%;
    left: 18%;
}

.newrankings-map-links .NorthDakota {
    position: absolute;
    z-index: 999;
    top: 31%;
    left: 42%;
}

.newrankings-map-links .SouthDakota {
    position: absolute;
    z-index: 999;
    top: 34.1%;
    left: 40.8%;
}

.newrankings-map-links .Nebraska {
    position: absolute;
    z-index: 999;
    top: 37.4%;
    left: 42%;
}

.newrankings-map-links .Minnesota {
    position: absolute;
    z-index: 999;
    top: 24.9%;
    right: 39.3%;
}

.newrankings-map-links .Iowa {
    position: absolute;
    z-index: 999;
    top: 28%;
    right: 40.4%;
}

.newrankings-map-links .Wisconsin {
    position: absolute;
    z-index: 999;
    top: 31.3%;
    right: 35.6%;
}

.newrankings-map-links .Illinois {
    position: absolute;
    z-index: 999;
    top: 34.5%;
    right: 36.1%;
}
.newrankings-map-links .Indiana {
    position: absolute;
    z-index: 999;
    top: 37.7%;
    right: 33.1%;
}

.newrankings-map-links .Michigan {
    position: absolute;
    z-index: 999;
    top: 40.7%;
    right: 30.8%;
}

.newrankings-map-links .Ohio {
    position: absolute;
    z-index: 999;
    top: 44.2%;
    right: 31.2%;
}

.newrankings-map-links .Kansas {
    position: absolute;
    z-index: 999;
    bottom: 11.6%;
    left: 43.7%;
}

.newrankings-map-links .Oklahoma {
    position: absolute;
    z-index: 999;
    bottom: 8.4%;
    left: 43.2%;
}

.newrankings-map-links .Texas {
    position: absolute;
    z-index: 999;
    bottom: 5.3%;
    left: 46.6%;
}

.newrankings-map-links .Alabama {
    position: absolute;
    z-index: 999;
    bottom: 16.9%;
    right: 34.1%;
}

.newrankings-map-links .Mississippi {
    position: absolute;
    z-index: 999;
    bottom: 11.5%;
    right: 31.8%;
}

.newrankings-map-links .Louisiana {
    position: absolute;
    z-index: 999;
    bottom: 8.2%;
    right: 31.7%;
}

.newrankings-map-links .Arkansas {
    position: absolute;
    z-index: 999;
    bottom: 5%;
    right: 30.7%;
}
.newrankings-map-links .Missouri {
    position: absolute;
    z-index: 999;
    bottom: 2%;
    right: 29.8%;
}

.newrankings-map-links .Maine {
    position: absolute;
    z-index: 999;
    top: 29.5%;
    right: 13.4%;
}

.newrankings-map-links .Vermont {
    position: absolute;
    z-index: 999;
    top: 32.6%;
    right: 12.4%;
}

.newrankings-map-links .NewHampshire {
    position: absolute;
    z-index: 999;
    top: 36.3%;
    right: 8.2%;
}

.newrankings-map-links .NewYork {
    position: absolute;
    z-index: 999;
    top: 38.9%;
    right: 11.7%;
}

.newrankings-map-links .Massachusetts {
    position: absolute;
    z-index: 999;
    top: 42.2%;
    right: 8.7%;
}

.newrankings-map-links .RhodeIsland {
    position: absolute;
    z-index: 999;
    top: 45.3%;
    right: 9.6%;
}

.newrankings-map-links .Conneticut {
    position: absolute;
    z-index: 999;
    bottom: 48.9%;
    right: 11%;
}

.newrankings-map-links .NewJersey {
    position: absolute;
    z-index: 999;
    bottom: 45.7%;
    right: 10.5%;
}

.newrankings-map-links .Pennsylvania {
    position: absolute;
    z-index: 999;
    bottom: 42.5%;
    right: 9.6%;
}
.newrankings-map-links .Maryland {
    position: absolute;
    z-index: 999;
    bottom: 39.3%;
    right: 11.8%;
}

.newrankings-map-links .Delaware {
    position: absolute;
    z-index: 999;
    bottom: 36.3%;
    right: 11.7%;
}

.newrankings-map-links .DistrictOfColumbia {
    position: absolute;
    z-index: 999;
    bottom: 32.7%;
    right: 6.2%;
}

.newrankings-map-links .Virginia {
    position: absolute;
    z-index: 999;
    bottom: 29.7%;
    right: 12.8%;
}

.newrankings-map-links .WestVirginia {
    position: absolute;
    z-index: 999;
    bottom: 26.7%;
    right: 9.7%;
}

.newrankings-map-links .Kentucky {
    position: absolute;
    z-index: 999;
    bottom: 23.4%;
    right: 11.8%;
}

.newrankings-map-links .NorthCarolina {
    position: absolute;
    z-index: 999;
    bottom: 20.3%;
    right: 9%;
}

.newrankings-map-links .SouthCarolina {
    position: absolute;
    z-index: 999;
    bottom: 17%;
    right: 8.8%;
}

.newrankings-map-links .Tennessee {
    position: absolute;
    z-index: 999;
    bottom: 13.9%;
    right: 11%;
}

.newrankings-map-links .GeorgiaUS {
    position: absolute;
    z-index: 999;
    bottom: 10.6%;
    right: 12.5%;
}
.newrankings-map-links .Florida {
    position: absolute;
    z-index: 999;
    bottom: 7.7%;
    right: 13.1%;
}

.newrankings-map-links .Afghanistan {
    position: absolute;
    z-index: 999;
    top: 40.7%;
    left: 10.2%;
}

.womenleaders-map-links .Afghanistan {
    position: absolute;
    z-index: 999;
    top: 46.7%;
    left: 10.2%;
}

.newrankings-map-links .Pakistan {
    position: absolute;
    z-index: 999;
    top: 46.9%;
    left: 13%;
}
.newrankings-map-links .Nepal {
    position: absolute;
    z-index: 999;
    bottom: 41.7%;
    left: 16.7%;
}

.womenleaders-map-links .Nepal {
    position: absolute;
    z-index: 999;
    bottom: 37.3%;
    left: 16.7%;
}

.newrankings-map-links .India {
    position: absolute;
    z-index: 999;
    bottom: 33.7%;
    left: 20.4%;
}
.newrankings-map-links .Maldives {
    position: absolute;
    z-index: 999;
    bottom: 25.9%;
    left: 24%;
}

.womenleaders-map-links .Maldives {
    position: absolute;
    z-index: 999;
    bottom: 23%;
    left: 24%;
}

.newrankings-map-links .SriLanka {
    position: absolute;
    z-index: 999;
    bottom: 17.7%;
    left: 27.8%;
}
.newrankings-map-links .Bangladesh {
    position: absolute;
    z-index: 999;
    bottom: 9.7%;
    left: 31.4%;
}
.newrankings-map-links .Brunei {
    position: absolute;
    z-index: 999;
    top: 34%;
    right: 11.4%;
}
.newrankings-map-links .MarshallIslands {
    position: absolute;
    z-index: 999;
    top: 43.4%;
    right: 11.4%;
}

.womenleaders-map-links .MarshallIslands {
    position: absolute;
    z-index: 999;
    top: 49.2%;
    right: 11.4%;
}

.newrankings-map-links .PapuaNewGuinea {
    position: absolute;
    z-index: 999;
    bottom: 38.6%;
    right: 11.4%;
}

.womenleaders-map-links .PapuaNewGuinea {
    position: absolute;
    z-index: 999;
    bottom: 34.6%;
    right: 11.4%;
}

.newrankings-map-links .Fiji {
    position: absolute;
    z-index: 999;
    bottom: 26.7%;
    right: 11.4%;
}

.womenleaders-map-links .Fiji {
    position: absolute;
    z-index: 999;
    bottom: 23.7%;
    right: 11.4%;
}

.newrankings-map-links .Australia {
    position: absolute;
    z-index: 999;
    bottom: 18.7%;
    right: 11.4%;
}
.newrankings-map-links .NewZealand {
    position: absolute;
    z-index: 999;
    bottom: 5.7%;
    right: 11.4%;
}

.newrankings-map-links .CanadaRegional {
    position: absolute;
    z-index: 999;
    top: 31.7%;
    left: 5.4%;
}
.newrankings-map-links .UnitedStatesRegional {
    position: absolute;
    z-index: 999;
    bottom: 38%;
    left: 3.5%;
}
.newrankings-map-links .NorthAmericaAndTheCaribbean {
    position: absolute;
    z-index: 999;
    bottom: 28.2%;
    left: 4.7%;
}
.newrankings-map-links .LatinAmerica {
    position: absolute;
    z-index: 999;
    bottom: 20%;
    left: 8.8%;
}
.newrankings-map-links .WesternEurope {
    position: absolute;
    z-index: 999;
    top: 31.7%;
    left: 44.4%;
}
.newrankings-map-links .CentralAndEasternEurope {
    position: absolute;
    z-index: 999;
    top: 29%;
    right: 25.8%;
    text-align: right;
}
.newrankings-map-links .CentralAsia {
    position: absolute;
    z-index: 999;
    top: 36%;
    right: 7.9%;
}
.newrankings-map-links .SubSaharanAfrica {
    position: absolute;
    z-index: 999;
    bottom: 6.2%;
    right: 40.2%;
}
.newrankings-map-links .MiddleEastAndNorthAfrica {
    position: absolute;
    z-index: 999;
    bottom: 6.3%;
    right: 25.6%;
    text-align: right;
}
.newrankings-map-links .SoutheastAndEasternAsia {
    position: absolute;
    z-index: 999;
    bottom: 34.3%;
    right: 4%;
    text-align: right;
}
.newrankings-map-links .SouthernAsiaAndAustralasia {
    position: absolute;
    z-index: 999;
    bottom: 18.2%;
    right: 6%;
    text-align: right;
}
.newrankings-map-links .Poland {
    position: absolute;
    z-index: 999;
    top: 28.7%;
    left: 6%;
}
.newrankings-map-links .SlovakRepublic {
    position: absolute;
    z-index: 999;
    top: 33.7%;
    left: 6%;
}
.newrankings-map-links .CzechRepublic {
    position: absolute;
    z-index: 999;
    top: 39.7%;
    left: 6%;
}
.newrankings-map-links .Austria {
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 6%;
}
.newrankings-map-links .Slovenia {
    position: absolute;
    z-index: 999;
    bottom: 33.7%;
    left: 6%;
}
.newrankings-map-links .Croatia {
    position: absolute;
    z-index: 999;
    bottom: 28.2%;
    left: 6%;
}
.newrankings-map-links .BosniaAndHerzegovina {
    position: absolute;
    z-index: 999;
    bottom: 19.7%;
    left: 6%;
}
.newrankings-map-links .Montenegro {
    position: absolute;
    z-index: 999;
    bottom: 14.7%;
    left: 6%;
}
.newrankings-map-links .Kosovo {
    position: absolute;
    z-index: 999;
    bottom: 9.6%;
    left: 6%;
}
.newrankings-map-links .Albania {
    position: absolute;
    z-index: 999;
    bottom: 4.7%;
    left: 6%;
}
.newrankings-map-links .NorthMacedonia {
    position: absolute;
    z-index: 999;
    bottom: 4.7%;
    left: 34%;
}
.newrankings-map-links .Estonia {
    position: absolute;
    z-index: 999;
    top: 28.5%;
    right: 9%;
}

.newrankings-map-links .Latvia {
    position: absolute;
    z-index: 999;
    top: 33.8%;
    right: 9%;
}


.newrankings-map-links .Lithuania {
    position: absolute;
    z-index: 999;
    top: 38.8%;
    right: 9%;
}
.newrankings-map-links .Hungary {
    position: absolute;
    z-index: 999;
    top: 45%;
    right: 9%;
}
.newrankings-map-links .Ukraine {
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 9%;
}
.newrankings-map-links .Moldova {
    position: absolute;
    z-index: 999;
    bottom: 42%;
    right: 9%;
}
.newrankings-map-links .Romania {
    position: absolute;
    z-index: 999;
    bottom: 36.5%;
    right: 9%;
}
.newrankings-map-links .Serbia {
    position: absolute;
    z-index: 999;
    bottom: 31%;
    right: 9%;
}
.newrankings-map-links .Georgia {
    position: absolute;
    z-index: 999;
    bottom: 25.4%;
    right: 9%;
}
.newrankings-map-links .Azerbaijan {
    position: absolute;
    z-index: 999;
    bottom: 20%;
    right: 9%;
}
.newrankings-map-links .Armenia {
    position: absolute;
    z-index: 999;
    bottom: 14.7%;
    right: 9%;
}
.newrankings-map-links .Turkey {
    position: absolute;
    z-index: 999;
    bottom: 9.7%;
    right: 9%;
}
.newrankings-map-links .Bulgaria {
    position: absolute;
    z-index: 999;
    bottom: 4.7%;
    right: 9%;
}

.fa-home {
    color: #ffffff;
}


.insight-image img{
    height: 64px;
    width: 100%;
}

.insightImage img{
    height: 108px;
    width:100%;
}

@media (max-width: 767px) {
    img.profileThumb {
        width: 100px;
        margin-bottom: 10px;
    }

    .profile .profileInfo {
        margin-left: 0;
    }
}


.new-icon-rankings {
    color: #00AFAA;
    font-weight: bold;
}

.new-icon-womenleaders {
    color: #00AFAA;
    font-weight: bold;
}

.articleHeader h1,
.articleHeader h6 {
    color: white;
}