/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(3938,22): run-time error CSS1030: Expected identifier, found '>'
(3938,37): run-time error CSS1031: Expected selector, found ')'
(3938,37): run-time error CSS1025: Expected comma or open brace, found ')'
(3942,22): run-time error CSS1030: Expected identifier, found '>'
(3942,36): run-time error CSS1031: Expected selector, found ')'
(3942,36): run-time error CSS1025: Expected comma or open brace, found ')'
(3946,22): run-time error CSS1030: Expected identifier, found '>'
(3946,35): run-time error CSS1031: Expected selector, found ')'
(3946,35): run-time error CSS1025: Expected comma or open brace, found ')'
 */
h1,
h2,
h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    color: #111b22;
}

h1,
.h1,
h2,
.h2 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: #5c7e7e;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: #5c7e7e;
    text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus {
    text-decoration: none;
}

hr {
    border-top: 1px solid #ddd;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {}

.btn:active,
.btn.active {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-default {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    background-color: #ABB7B7;
    border-color: #ABB7B7;
    color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #c7d5d5;
    border-color: #c7d5d5;
    color: #666;
}

.btn-default:active,
.btn-default.active {
    background-color: #eee;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ccc;
    border-color: #ccc;
}

.btn-primary {
    background-color: #4ca747;
    border-color: #4ca747;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #6c6;
    border-color: #6c6;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #6c6;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #4ca747;
    border-color: #4ca747;
}

.btn-success {
    background-color: #449d44;
    /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;*/
    border-color: #419641;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);*/
}

.btn-success:hover,
.btn-success:active,
.btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    background-color: #ec971f;
    /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;*/
    border-color: #eb9316;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);*/
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    background-color: #d55956;
    /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;*/
    border-color: #d55956;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);*/
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
    background-color: #d77977;
    border-color: #d77977;
}

.btn-info {
    background-color: #31b0d5;
    /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;*/
    border-color: #2aabd2;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);*/
}

.btn-info:hover,
.btn-info:active,
.btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.panel-group .panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.panel-title {
    font-size: 20px;
    color: #111b22;
}

.panel-body {
    padding: 15px 0;
    border-bottom: 1px solid #ABB8B8;
}

.panel-footer {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-color: #111b22;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.panel-group .panel-default > .panel-heading {
    border-color: #ddd;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.panel-primary {
    border-color: #d75c37;
}

.panel-primary > .panel-heading {
    border-color: #111b22;
    background-color: transparent;
    color: #111B22;
    padding-left: 0;
    padding-right: 0;
}

.panel-primary .panel-title {
    color: #111b22;
}

.panel-primary .panel-body {
    background-color: #eee;
    padding: 15px;
}

.panel-info > .panel-heading {
    color: #333;
    background-color: #f4f4f4;
    border-color: #fff;
}

.panel-warning > .panel-heading {
    background-color: transparent;
    border-color: #F0AD4E;
    padding-left: 0;
    padding-right: 0;
}

.panel-warning .panel-title {
    color: #F0AD4E;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.navbar,
.nav-tabs > li > a {
    border-radius: 0;
}

.navbar-inverse {
    background-color: #1d3557;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.nav-tabs#regionTabs {
    background: #AAB7B7;
}

.nav-tabs#regionTabs > li > a {
    color: #444;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.nav-tabs#regionTabs > li > a:hover {
    background: #BBC5C5;
}

.nav-tabs#regionTabs > li.active > a {
    color: #222;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0)
}

.nav-tabs#regionTabs > li.active > a:hover {
    background: #fff;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background: #eee;
    }
}

.nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 992px) {
    .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 1200px) {
    .nav > li > a {
        /*padding-left: 15px;
    padding-right: 15px;*/
        padding-left: 8px;
        padding-right: 8px;
    }
}

.dropdown-menu {
    padding: 5px 0;
    border-radius: 0;
    border-top: none;
    border-bottom: 4px solid #111b22;
    z-index: 2000;
    background-color: #f4f4f4;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #BCC6C6;
    color: #333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7)
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #00AFAA;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #00AFAA;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #00AFAA;
}

.navbar-inverse .navbar-nav > .megamenu.open > a,
.navbar-inverse .navbar-nav > .megamenu.open > a:hover,
.navbar-inverse .navbar-nav > .megamenu.open > a:focus {
    color: #333;
    background-color: #00AFAA;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: #BCC6C5;
    color: #333;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-tabs > li {
    border-bottom: 1px solid #bbb;
    background-color: #eee;
}

.nav-tabs.nav-justified > li {
    border-bottom: 1px solid #eee;
    background-color: #eee;
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    border-bottom: none;
    color: #999;
    /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.nav-tabs > li > a:hover {
    color: #333;
}

.nav-tabs > li.active {
    border: 1px solid #bbb;
    border-bottom: 1px solid #FFF;
    background-color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-width: 0;
    border-color: transparent;
    background-color: #fff;
    color: #222;
}

.breadcrumb {
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    padding: 8px 0;
    border-radius: 0;
}

.pagination {
    margin: 10px 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #BBC5C5;
    border-color: #BBC5C5;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}


/* POPOVER */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #FCF8E3;
    border: 2px solid #F0AD4E;
    border: 2px solid rgba(240, 173, 78, 1);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #F0AD4E;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #F0AD4E;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 1);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #F0AD4E;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #F0AD4E;
    border-right-width: 0;
    content: " ";
}

.badge {
    background-color: #eee;
    color: #AAB7B7;
}

blockquote {
    background: none repeat scroll 0 0 #F6F6F6;
    border-left: 5px solid #DDDDDD;
    margin: 0 0 20px;
    padding: 10px 20px;
}

blockquote p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.25;
    font-style: italic;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    border-bottom: 2px solid #111B22;
    /*background-color: #eee;*/
    padding: 10px 15px;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-title {
    font-weight: bold;
}

.modal-footer {
    background-color: #ddd;
    border-top: 1px solid #bbb;
    padding: 14px 20px 15px
}

.bg-primary {
    color: #fff;
    background-color: #EC971F;
}

a.bg-primary:hover {
    background-color: #EC971F;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.breadcrumb > li {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-primary .nav-tabs > li.active > a,
.panel-primary .nav-tabs > li.active > a:hover,
.panel-primary .nav-tabs > li.active > a:focus {
    background-color: #eee;
    border-bottom-color: #eee;
}

.panel-primary .nav-tabs > li.active {
    border-bottom-color: #eee;
}

#export_container .panel-heading {
    border-bottom: 1px solid #abb8b8;
}

.reportExportOptions:hover {
    background-color: #f5f5f5;
}

/*@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40% !important;
    }
    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        text-align: right;
    }
    td:nth-of-type(1):before {
        content: "Comparison name";
    }
    td:nth-of-type(2):before {
        content: "Short Description";
    }
    td:nth-of-type(3):before {
        content: "Date Created";
    }
    td:nth-of-type(4):before {
        content: "Actions";
    }
}*/

.btn.btn-primary.btn-xs {
    padding-bottom: 3px;
}

.createReport {
    background-color: #EC971F;
    border-color: #EC971F;
}

.createReport:hover {
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}

.createReport:active {
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}

.createReport:focus {
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}

.dealLoginForm > .panel-info > .panel-heading {
    border-color: #bce8f1;
}

.deals-info {
    background: #ffffff;

    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);

    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);

    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);

    padding-top:50px;
    padding-bottom: 5px;
}

.app-screens {
    background: url('/Content/images/Deal/screens-background.jpg');
    margin-top: -20px;
    padding-top: 30px;
  }

.dealsPoint {
    margin-top: 3em;
    margin-bottom: 3em;
}

.app-screens .row {
    margin-left: 0;
    margin-right: 0;
}

.screens-container {
    padding-right: 0;
}

.dealsMore span {
    display: block;
    margin-bottom: -5px;
    font-size: 12px;
}

 .deals-info .btn {
            margin-top: 10px;
            margin-bottom: 20px;
            }


.site-logo {
    margin-left: 5px;
    margin-bottom: 45px;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
@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;
        }

        .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 .tierHa {
        background-color: #a6192e;
        color: #eee;
    }

        .tierList .tierHa .list-group-item {
            border-color: #fff;
            background-color: #d9d9d6;
            padding: 0;
        }


            .tierList .tierHa .list-group-item:hover {
                background-color: rgba(255, 255, 255, 0.8);
            }

            .tierList .tierHa .list-group-item.active,
            .tierList .tierHa .list-group-item.active:focus {
                background-color: #a74157;
                color: #000000;
                border-color: #fff;
            }

                .tierList .tierHa .list-group-item.active:hover {
                    background-color: #afcfda
                }

        .tierList .tierHa .list-group {
            margin-bottom: 0;
        }

        .tierList .tierHa .list-group-item a {
            display: block;
            padding: 5px 10px;
            color: #000000;
        }

        .tierList .tierHa .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 {
    max-width: 100px;
    max-height: 100px;
}


/* 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;
}   

/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown.megamenu,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  /*left: auto;*/
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 15px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}

.field-validation-valid { display: none; }

.red {
    color: red;
    font-weight: bold;
}

.free-registration {
   font-size: 19px;
}

.alert {  padding: 10px;}

.highcharts-button {
    display: none;
}

.bu {
    font-weight: bold;
    text-decoration: underline;
}





/* styles after bootstrap update */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}


@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }
}

.nav.navbar-nav {
    float: left;
}

    .nav.navbar-nav li a {
        text-decoration: none;
    }

        .nav.navbar-nav li a:hover {
            color: #fff;
            background-color: #00AFAA;
        }

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav {
    flex-direction: inherit;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
    }
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        margin: 5px 0px;
    }

    .navbar-collapse.collapse {
        display: block;
    }
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    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);
    background-clip: padding-box;
}

.input-group .twitter-typeahead {
    width: auto;
}

.quicksearch form {
    width: 100%;
}


.navbar-inverse .navbar-nav > .megamenu.open > a, .navbar-inverse .navbar-nav > .megamenu.show > a:hover, .navbar-inverse .navbar-nav > .megamenu.show > a:focus,
.navbar-inverse .navbar-nav > .megamenu.show > a:active, .dropdown.show a {
    color: #333 !important;
    background-color: #f4f4f4;
}


.dropdown megamenu.show a {
    color: #333;
    background-color: #f4f4f4;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}


.input-group .form-control.tt-input, .input-group .form-control.tt-query {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

.input-group .twitter-typeahead {
    width: calc(100% - 130px);
}

.navbar-header {
    width: 100%;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-brand {
    float: left;
    font-size: 18px;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

.navbar-brand {
    line-height: 25px;
    padding: 12px 15px;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .navbar.navbar-inverse.yamm {
        padding: 0;
    }

    .navbar-collapse {
        max-height: 340px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -webkit-overflow-scrolling: touch;
    }

    .navbar.navbar-inverse .container {
        box-sizing: unset;
        max-width: 100%;
        padding: 0;
    }

    .navbar-nav {
        display: block;
    }

    .navbar-collapse.collapse.show {
        padding: 0;
    }

    .nav.navbar-nav li a {
        width: 100%;
        display: block;
        padding: 10px;
    }

    .nav.navbar-nav {
        float: inherit;
    }

    .dropdown-menu.show {
        width: 100%;
        position: relative !important;
    }
}

.search-section {
    width: 100%;
}

    .search-section button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.search-section {
    display: block;
    margin: 4px auto;
    max-width: 550px;
}

.quicksearch .btn.btn-primary.btn-lg {
    position: absolute;
    padding: 8px 15px;
    font-size: 19px;
    line-height: 1.33;
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.dropdown.show a:hover {
    color: black !important;
    background-color: #f4f4f4 !important;
}

.dropdown.show a ul li a:hover {
    background-color: #BCC6C6 !important;
    color: #333 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

#aboutNav ul li a:hover,
#contactNav ul li a:hover,
#awardsNav ul li a:hover,
#newRankingsNav ul li a:hover,
{
    color: black !important;
    background: #BCC6C6 !important;
}

/* tabs */
.nav.nav-tabs.nav-justified > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;
    border-bottom: none;
    color: #1D3557;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px;
        border-color: #eee;
    }
}


.companyInfo .navbar.navbar-default {
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent;
    background-color: #fff;
    color: #222;
}

.nav-tabs.nav-justified {
    width: 100%;
}

.nav-tabs.nav-justified {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
}

.nav-justified > li {
    text-align: center;
}

    .nav-justified > li > a:hover {
        text-decoration: none;
    }

.navbar-collapse.collapsedTabs {
    display: block !important;
}


/* rest */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

footer .navbar-default .navbar-nav > li > a {
    color: #777777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

.dropdown.aboutMenu.show li a:hover {
    background-color: #BCC6C6 !important;
    color: #333 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.collapse {
    display: none;
}

.show {
    display: block !important;
}

.collapse.in {
    display: block !important;
}

h6, .h6 {
    font-size: 12px;
}


h4, .h4 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 24px;
}

h1, h2, h3 {
    margin-bottom: 10px;
}

.panel-heading {
    padding: 10px 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.radio, .checkbox {
    margin-top: 10px;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.profileInfoNoImage .row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.home-articles .article-list h4 {
    margin-left: 10px;
}

.text-center div {
    display: block;
    margin: auto;
    text-align: center;
}

.tab-content .row.basicInfo {
    margin-left: 0;
    margin-right: 0;
}

.radio label, .checkbox label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}


.tab-content .row.basicInfo .form-inline {
    margin-bottom: 8px;
}

    .tab-content .row.basicInfo .form-inline label {
        justify-content: left;
    }

.tt-dataset-quickSearch, .tt-dropdown-menu {
    z-index: 1000 !important;
}

button.btn.btn-iflr-green
{
    background-color: #00AFAA;
}

button.btn.btn-iflr-green:hover {
    border-color:#0e7d6a;
}

button.btn.btn-iflr-green:not(:disabled):not(.disabled):active {
        background-color: #00AFAA;
        border-color:#0e7d6a;
}

.fa-linkedin-custom {
    content: url('/Content/ico/linkedin-icon.png');
    width: 15px;
    margin-left: 1rem;
}

.fa-twitter-custom {
    content: url('/Content/ico/twitter-icon.png');
    width: 15px;
    margin-left:1rem;
}

.footer-menu h5 {
    color: #00AFAA
}

.footer-menu .fa-angle-right, .fa-external-link {
    color: #FFF
}

/*.nav-item{
    font-weight:bold;
}*/

.printThis {
    background-color: #00AFAA;
    color: white;
}

.printThis:hover{
    background-color: #00AFAA;
    color:white;
    border: 1px solid #00AFAA;
}
