﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700&subset=latin-ext');
/*--------------------------*/
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.54;
    overflow-x: hidden;
}

/*TODO:Test the page width*/
/*@media (min-width: 1600px) {
    .container {
        width:1570px
    }
}*/
/*------------- Header -------------*/
header {
    position: relative;
    z-index: 1001;
}

.navbar-toggler {
    display: none;
}

.mobile-warning {
    display: none;
    padding: 15px;
    background: #0ca66d;
    color: #FFF;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity:0.9;
}

    .mobile-warning span {
        padding: 10px 15px;
        text-align: center;
        width: 100%;
        display: block;
    }

    .mobile-warning button {
        background: #032B55;
        border: 0;
        outline: 0;
        padding: 5px 15px 2px;
    }

    .mobile-warning a {
        color: #FFF;
    }

.header-nav > .container .btn-close {
    display: none;
}

header .block-logos {
    height: 138px;
    display: flex;
    align-items: center;
}

    header .block-logos .logo {
        flex-grow: 1;
        display: flex;
        color: #8B95A1;
        text-decoration: none !important;
        align-items: center;
    }

        header .block-logos .logo img {
            margin-right: 50px;
        }

        header .block-logos .logo span strong {
            display: block;
            font-family: 'Roboto Slab', serif;
            font-weight: 400;
            color: #202020;
            font-size: 1.625em;
        }

header .culture-selection {
    list-style-type: none;
    padding: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
}

    header .culture-selection li {
        display: inline-block;
        margin: 0 5px;
        color: #8B95A1;
    }

    header .culture-selection a {
        color: #8B95A1;
    }

    header .culture-selection span {
        font-weight:bold;
    }

.header-nav {
    background-color: #032B55;
    position: relative;
    z-index: 10;
    /*  font-size: calc(0.3vw + 0.4vh + 0.5vmin);   */ /* calc(0.2vw + 0.2vh + 0.5vmin); */
    /* font-size: 12px;
    font-size: 0.8vw; */
    font-size: 15px;
}

.lang-ru .header-nav {
    background-color: #032B55;
    position: relative;
    z-index: 10;
    font-size: 14px; /* was 15px to be the same as en, fr es menu items */
}


.header-nav > .container {
    padding: 0;
}

.header-nav nav {
    height: 54px;
    background: #032B55;
    display: flex;
    justify-content: space-between;
    width: 1170px;
    align-items: stretch;
}

header nav .container {
    text-align: center;
}

.header-nav nav ul.main-nav {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 0;
}

.header-nav nav ul.main-nav li {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.header-nav nav ul.main-nav li > span {
    transform: translateX(10px);
}
.header-nav nav > ul > li .sub-menu:before {
    content: "";
    position: absolute;
    height: 42px;
    background: #7E96A9;
    width: 300vw;
    top: 0;
    left: -100vw;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s ease-out;
    will-change: opacity;
}

.header-nav nav > ul > li:hover .sub-menu:before {
    opacity: 1;
    z-index: 0;
}
.header-nav nav > ul > li .sub-menu .sub-menu:before {
    background: #fff;
}



.header-nav nav > ul > li .sub-menu .sub-menu li span:last-child {
    color: #000 !important;
}


header-nav nav > ul > li .sub-menu .sub-menu:after {
    content: "";
    height: 4px;
    background: #ffff;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.1s ease-out;
}


header-nav nav > ul > li .sub-menu .sub-menu:hover:after {
    opacity: 1;
}


.header-nav nav .sub-menu .sub-menu li a:after {
    background: #032B55;
}
.header-nav nav ul.main-nav li.menu-a-left {
    position: static;
}

.header-nav nav ul.main-nav li a {
    display: block;
    line-height: 54px;
    padding: 0 15px;
    color: #fff;
    position: relative;
    opacity: .8;
    transition: opacity .3s ease;
}

    .header-nav nav ul.main-nav li a:hover,
    .header-nav nav ul.main-nav li a.active {
        color: #fff;
        text-decoration: none;
        opacity: 1;
    }

    .header-nav nav ul.main-nav li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: opacity .3s ease;
        opacity: 0;
    }

    .header-nav nav ul.main-nav li a:hover:after,
    .header-nav nav ul.main-nav li a.active:after {
        opacity: 1;
    }

.header-nav nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: all .2s ease-out;
    display: flex;
    justify-content: center;
}

    .header-nav nav .sub-menu li {
        display: inline-block;
    }

.header-nav nav ul.main-nav li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.header-nav nav .sub-menu .sub-menu {
    justify-content: flex-end;
}
.header-nav nav ul.main-nav li .sub-menu a {
    line-height: 42px;
    font-size: 14px;
}

.header-nav nav ul.right-nav {
    flex-grow: 0;
}

    .header-nav nav ul.right-nav li {
        display: inline-block;
    }

        .header-nav nav ul.right-nav li a {
            display: block;
            line-height: 54px;
            padding: 0 15px;
            color: #fff;
            position: relative;
            opacity: .8;
            transition: opacity .3s ease;
            text-decoration: none;
        }

            .header-nav nav ul.rigth-nav li a:hover,
            .header-nav nav ul.right-nav li a.active {
                color: #fff;
                text-decoration: none;
                opacity: 1;
            }

            .header-nav nav ul.right-nav li a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 3px;
                background: #fff;
                transition: opacity .3s ease;
                opacity: 0;
            }

            .header-nav nav ul.right-nav li a:hover:after,
            .header-nav nav ul.right-nav li a.active:after {
                opacity: 1;
            }

@media (max-width: 1366px) {
    .header-nav nav .sub-menu {
        justify-content: unset;
    }
}

/****************main-search-container*****************/
.main-search-container {
    position: relative;
    background: url(../images/background/header-image-full.jpg) center 20% / cover;
}

    .main-search-container:before {
        content: "";
        background: linear-gradient(180deg, rgba(3, 43, 85, 0.7) 0%, rgba(3, 43, 85, 0.4) 80%, rgba(3, 43, 85, 0) 100%);
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .main-search-container .container {
        position: relative;
        background-color: transparent;
        display: flex;
        align-items: center;
        height: 550px;
        z-index: 1;
    }

        .main-search-container .container .search-box {
            text-align: center;
            width: 100%;
        }

            .main-search-container .container .search-box .title {
                font-family: Roboto;
                font-weight: 700;
                font-size: 36px;
                color: #FFFFFF;
                letter-spacing: -0.21px;
                line-height: 40px;
            }

            .main-search-container .container .search-box .sub-title {
                font-family: Roboto;
                font-weight: 500;
                font-size: 18px;
                color: #EFEFF4;
                margin: 15px auto 35px;
                max-width: 640px;
            }

            .main-search-container .container .search-box .search {
                min-height: 125px;
                padding: 30px 33px 10px;
                background: #FFFFFF;
                box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
            }

.search .search-input-group.ntlc-wrapper {
    margin-bottom: 15px;
}

.search .search-input-group {
    margin: 0 0 25px;
}

    .search .search-input-group label {
        font-size: .875em;
        margin: 0;
        color: #929CA7;
        letter-spacing: -0.3px;
        text-transform: uppercase;
        white-space: nowrap;
        font-weight: 500;
        display: block;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .search .search-input-group label.error {
            text-transform: none;
            position: absolute;
            line-height: 25px;
            left: 0;
            bottom: -25px;
            color: #E41262;
        }

    .search .search-input-group .product-label {
        display: inline-block;
        vertical-align: text-top;
        text-align: left;
        float: left;
    }

    .search .search-input-group select {
        border: 0;
        background: url(/content/images/common/itc-loading-38.gif) center center no-repeat #fff;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .search .search-input-group .input {
        display: block;
        width: 100%;
        border: 0;
        background-color: transparent;
        line-height: 38px;
        height: 38px;
        position: relative;
        padding: 0;
        background: url(../images/icons/svg/dropdown_big.svg) right 5px center no-repeat;
    }

        .search .search-input-group .input input {
            border: 0;
            background: transparent !important;
            height: 35px;
            line-height: 35px;
            width: 100%;
            outline: none;
            color: #032B55;
            font-weight: 500;
            text-overflow: ellipsis;
            padding: 0 23px 0 25px;
            vertical-align: top;
        }

        .search .search-input-group .input.product {
            border-bottom: 1px solid #D2DAE3;
            transition: border-bottom .3s ease;
        }

        .search .search-input-group .input.ntlc-select {
            border-bottom: 0;
        }

    .search .search-input-group .input-radio {
        display: flex;
        justify-content: space-between;
        background: none;
    }
        .search .search-input-group .input-radio input {
            white-space: nowrap;
            width: auto;
            margin: 0;
        }

        .search .search-input-group .input-radio .radio-item {
            display: flex;
            align-items: center;
            color: #032B55;
            font-weight: 500;
            font-size: 17px;
            text-transform: none;
        }

#market-access-query-form .d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#market-access-query-form .search-input-group {
    flex: 1 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 196px;
}

    #market-access-query-form .search-input-group.country-selection {
        max-width: 270px;
    }

    #market-access-query-form .search-input-group.ntlc-wrapper {
        margin-bottom: 0;
        padding-left: 15px;
    }

.page-access-detail #market-access-query-form .search-input-group.ntlc-wrapper {
    max-width: 925px;
}

.page-access-overview #market-access-query-form .search-input-group.ntlc-wrapper {
    max-width: 925px;
}

.page-trade-remedies #market-access-query-form .search-input-group.ntlc-wrapper {
    max-width: 935px;
}

.main-search-container .form-error {
    color: #ff0000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
}

#market-access-query-form .w-medium-selection {
    flex-basis: 180px;
    max-width: 180px;
}

#market-access-query-form .w-short-selection {
    flex-basis: 110px;
    max-width: 110px;
}

#market-access-query-form .w-long-selection {
    flex-basis: 200px;
    max-width: 200px;
}

#market-access-query-form .product-selection {
    max-width: 368px;
    width: 100%;
}

#market-access-query-form #year,
#market-access-query-form #remedy-type,
#market-access-query-form #regulation-type {
    color: rgba(0,0,0,0);
}

.home #market-access-query-form .country-selection,
.page-access-overview #market-access-query-form .country-selection {
    max-width: 270px;
}

.home #market-access-query-form .product-selection,
.page-access-overview #market-access-query-form .product-selection {
    max-width: 368px;
}

.page-access-detail #market-access-query-form .country-selection {
    max-width: 210px;
}

.page-access-detail #market-access-query-form .search-input-group.year-selection {
    max-width: 100px;
}

.page-trade-remedies #market-access-query-form .country-selection {
    max-width: 160px;
}

.page-trade-remedies #market-access-query-form .search-input-group.remedy-selection {
    max-width: 120px;
}

.page-regulatory-requirement #market-access-query-form .search-input-group.requirement-selection {
    max-width: 140px;
}

@media (max-width: 1199px) {
    #market-access-query-form .search-input-group.country-selection,
    #market-access-query-form .product-selection,
    .home #market-access-query-form .country-selection,
    .page-access-overview #market-access-query-form .country-selection,
    .home #market-access-query-form .product-selection,
    .page-access-overview #market-access-query-form .product-selection,
    .page-access-detail #market-access-query-form .country-selection,
    .page-access-detail #market-access-query-form .search-input-group.year-selection,
    .page-trade-remedies #market-access-query-form .country-selection,
    .page-trade-remedies #market-access-query-form .search-input-group.remedy-selection,
    .page-regulatory-requirement #market-access-query-form .search-input-group.requirement-selection {
        max-width: 50%!important;
    }
    #market-access-query-form .search-input-group.search-submit-wrapper,
    .search-submit-wrapper {
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #market-access-query-form .search-input-group .search-button {
        max-width: 300px;
        margin: 0;
    }
}
/* The radio wrapper */
.search .radio-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search .search-input-group .input.product:focus-within {
    border-bottom: 1px solid #032B55;
}

.search .search-input-group .input.ntlc-select:focus-within {
    border: 0;
}

.search .search-input-group .input .chosen-search input {
    padding: 0 5px;
}

.search .search-input-group .input:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    width: 20px;
    height: 14px;
}

.search .search-input-group .input.import:before {
    background: url(../images/icons/svg/import.svg) 0 0 no-repeat;
}

.search .search-input-group .input.export:before {
    background: url(../images/icons/svg/export.svg) 0 0 no-repeat;
}

.search .search-input-group .input.product:before {
    background: url(../images/icons/svg/product.svg) 0 0 no-repeat;
    transform: translateY(-2px);
}

.search .search-input-group .input.year:before {
    background: url(../images/icons/svg/calendar-alt-regular.svg) 0 0 no-repeat;
    background-size: contain;
    background-position-x: 2px;
    transform: translateY(-2px);
}

.search .search-input-group .input.remedy:before,
.search .search-input-group .input.regulation:before {
    background: url(../images/icons/svg/scroll.svg) 0 0 no-repeat;
    background-size: 15px auto;
    background-position: -1px 1px;
}

.search .find-product {
    text-align: right;
}

    .search .find-product a {
        display: inline-block;
        margin-top: 15px;
        color: #032B55;
        font-size: .875em;
        letter-spacing: .3px;
        line-height: 1.1em;
        padding: 5px 0;
    }

.search .validation-message{
    text-align: right;
}

.search .validation-message a {
    display: inline-block;
    margin-top: 15px;
    color: #032B55;
    font-size: .875em;
    letter-spacing: .3px;
    line-height: 1.1em;
    padding: 5px 0;
}

.search .search-button {
    margin-top: 3px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: 57px;
    border: 0;
    text-align: center;
    background: #032B55;
    border-radius: 2px;
    color: #fff;
    letter-spacing: 1px;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
}

    .search .search-button:hover, .search .search-button:focus {
        background-color: #194d83;
    }

.search .input .autocomplete {
    display: none;
    max-height: 430px;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #FBFCFE;
    border: 1px solid #D2DAE3;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    z-index: 500;
    line-height: 1.1em;
    color: #032B55;
    font-size: .9375em;
    overflow-y: auto;
}

    .search .input .autocomplete li {
        list-style: none;
        padding: 12px 12px 12px 20px;
        border-top: 1px solid #D2DAE3;
        cursor: pointer;
        text-align: left;
    }

        .search .input .autocomplete li:hover {
            background-color: #ebf0fa;
        }

    .search .input .autocomplete.lg {
        width: 700px;
    }

        .search .input .autocomplete.lg li {
            display: flex;
        }

            .search .input .autocomplete.lg li .code {
                width: 105px;
                flex-shrink: 0;
            }

.search .search-input-group .product-switch {
    float: right;
    color: #032B55;
    margin-right: 4px;
}

    /* for the product switch to be smaller so that it fits on the one line in the product search panel - ru text only*/
    .search .search-input-group .product-switch.ru {
        font-size: 10px; /* was 12px  0.7em;*/
    }

.lang-ru .search .search-input-group .product-switch {
    font-size: 11px;
}

    .search .search-input-group .product-switch input[type="checkbox"] {
        position: absolute;
        left: -9999px;
    }

        .search .search-input-group .product-switch input[type="checkbox"] + i {
            position: relative;
            margin: 0 5px 0 5px;
            top: 3px;
            cursor: pointer;
            width: 24px;
            height: 15px;
            display: inline-block;
            background: url("../images/icons/png/hs6_checked.png") left center no-repeat;
        }

        .search .search-input-group .product-switch input[type="checkbox"]:checked + i {
            background: url("../images/icons/png/hs6_unchecked.png") left center no-repeat;
        }

    .search .search-input-group .product-switch span {
        opacity: .5;
        letter-spacing: -0.3px;
    }

.lang-es .search .search-input-group .product-switch {
    transform: translateY(-1px);
}

    .lang-es .search .search-input-group .product-switch span {
        font-size: 11px;
    }


/* Russian text  for the tools society section near the bottom of the home page*/

.lang-ru .home-tools-society .continer .col-md-8.block-other-tools .row.block-content .col-xs-12.col-sm-6.tool.tool-sustainability-map .heading h4 a {
    font-size: 5px;
}


.lang-ru .col-md-8.block-other-tools h4 a {
    font-size: 0.7em; /*this one */
}


.search .search-input-group .product-switch span.active {
    opacity: 1;
}
/* ------------------Modules section -----------------*/

.module-list {
    padding: 110px 0;
}

    .module-list .boxes {
        display: flex;
        justify-content: space-between;
    }

        .module-list .boxes .box {
            display: flex;
            align-items: center;
            flex-direction: column;
            background: #F9F9F9;
            color: #032B55;
            border: 1px solid #F0F0F2;
            border-radius: 2px;
            padding: 40px 20px 10px;
            min-height: 270px;
            width: 270px;
            align-content: center;
            text-decoration: none !important;
            transition: border-color 0.3s ease-out;
        }

            .module-list .boxes .box:hover {
                border-color: #032B55;
            }

                .module-list .boxes .box:hover p {
                    color: #032B55;
                }

            .module-list .boxes .box img {
                margin: 0 auto;
                box-sizing: content-box;
            }

            .module-list .boxes .box span {
                display: block;
                margin-top: 20px;
                text-align: center;
                font-family: Roboto;
                font-weight: 500;
                font-size: 22px;
                color: #032B55;
                letter-spacing: -0.08px;
                line-height: 34px;
            }

            .module-list .boxes .box p {
                width: 100%;
                font-family: Roboto;
                font-weight: 400;
                font-size: 16px;
                color: #9DA2A6;
                line-height: 24px;
                padding: 5px;
                margin: 2px;
                text-align: center;
                transition: color 0.2s ease-out;
            }

@media (max-width: 1199px) {
    .module-list .boxes .box {
        width: 50%;
        word-break: break-all;
        padding: 15px 15px 10px;
        margin: 15px auto;
    }
}

@media (max-width: 992px) {
    .module-list .boxes .box {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .module-list .boxes .box {
        width: 100%;
    }
}

/* ------------------Home page - general -----------------*/

.home h3 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    color: #444444;
}

/* ------------------Home about -----------------*/

.home-about {
    background: #F9F9F9;
}

    .home-about .container {
        padding: 80px 15px 110px;
    }

        .home-about .container h3 {
            line-height: 26px;
            margin-bottom: 45px;
            color: #043c76;
        }

    .home-about .txt-introduction p {
        font-size: 17px;
        color: #043c76;
    }

    .home-about .txt-introduction a {
        text-decoration: underline;
    }

    .home-about .usercase {
        display: flex;
        padding: 0 15px;
    }

        .home-about .usercase > img {
            display: block;
            flex: 1 0 186px;
        }


    .home-about .usercase-description {
        margin: 0 0 30px 15px;
        border: 13px solid #fff;
        border-radius: 40px;
        padding: 10px 30px 5px;
        color: #043c76;
        transition: box-shadow 0.2s ease-out;
        box-shadow: 1px 1px 7px rgba(4, 60, 118, 0), inset 1px 1px 10px rgba(4, 60, 118, 0);
        max-width: calc(100% - 201px);
        width: 100%;
        min-height: 186px;
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home-about .usercase:last-child .usercase-description {
        margin-bottom: 0;
    }

    .home-about .usercase-description ul {
        list-style-type: none;
        padding-left: 0;
    }

        .home-about .usercase-description ul li {
            text-indent: -25px;
            padding-left: 25px;
        }

            .home-about .usercase-description ul li:before {
                content: "";
                display: inline-block;
                width: 10px;
                height: 10px;
                border: 1px solid #043c76;
                margin-right: 10px;
                box-shadow: 1px 1px 0px #043c76;
            }

/* ------------------ Home Tools - Society -----------------*/
.home-tools-society {
    padding: 100px 0;
}

    .home-tools-society h3 {
        margin-bottom: 60px;
    }

    .home-tools-society h4 {
        display: inline-block;
        vertical-align:middle;
        font-size: 22px;
        line-height: 40px;
        padding-left: 15px;
    }

.block-other-tools .block-content {
    display: flex;
    flex-wrap: wrap;
}

    .block-other-tools .block-content .tool {
        flex-basis: 50%;
        min-height: 130px;
    }

.block-other-tools .tool .img-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.block-other-tools .tool.roi .heading,
.block-other-tools .tool.mpi .heading {
    transform: translateX(-10px);
}

.block-other-tools .tool .heading + p,
.block-other-tools .tool .heading + p {
    padding-left: 60px;
}

.block-other-tools .tool.roi .img-wrapper,
.block-other-tools .tool.mpi .img-wrapper {
    width: 50px;
}

    .block-other-tools .tool.roi .img-wrapper img,
    .block-other-tools .tool.mpi .img-wrapper img {
        object-fit: contain;
    }

.block-other-tools .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-other-tools .tool-trade-map .img-wrapper {
    background: #0D9DE7;
}

.block-other-tools .tool-export-map .img-wrapper {
    background: #FDC02F;
}

.block-other-tools .tool-sustainability-map .img-wrapper {
    background: #C91E63;
}

.block-other-tools .tool-procurement-map .img-wrapper {
    background: #630ECB;
}

.block-twitter .twitter-timeline {
    height: 510px;
}

@media (max-width: 991px) {
    .block-other-tools .block-content {
        display: block;
    }

    .block-twitter .twitter-timeline {
        width: 100% !important;
    }
}

/* ------------------ Footer -----------------*/
footer {
    color: #fff;
}

    footer .lighter {
        background-color: #364454;
        padding: 90px 0 30px;
    }

    footer .darker {
        background-color: #313E4D;
        padding: 20px 0;
        font-size: .875em;
    }

    footer .title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0 0 22px 0;
    }

    footer ul {
        margin: 0;
        padding: 0;
    }

        footer ul li {
            list-style: none;
            margin: 0 0 5px 0;
        }

    footer a {
        color: #fff !important;
    }

    footer .block-sponsors a:hover,
    footer .block-sponsors a:focus {
        text-decoration: none;
    }

    footer .block-partners a:hover,
    footer .block-parnters a:focus {
        text-decoration: none;
    }

    footer p {
        color: #fff;
        max-width: 530px;
    }

    footer img {
        margin-bottom: 30px;
        max-width: 540px;
    }

    footer .block-sponsors .title {
        padding-left: 5px;
    }

/*************Autocomplete*********/
.ui-widget-content {
    background: #fff;
    border: 1px solid #a6c9e2;
}

.ui-menu .ui-menu-item {
    line-height: 17px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 10px;
    font-size: 13px;
}

.ui-menu-item:hover {
    background-color: #032B55;
    color: #fff;
    cursor: pointer;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color: #032B55;
    color: #fff;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 16px;
    max-width: 550px;
    padding: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 10;
    text-align: left;
}

.search-box .ui-widget.ui-widget-content {
    position: absolute;
}

/**************** Results page***************/
.container .results-panel {
    display: none;
    padding-bottom: 100px;
}

    .container .results-panel .tab-title {
        padding: 8px 0 30px;
    }

    .container .results-panel .input {
        display: block;
        width: 75%;
        border: 0;
        border-bottom: 1px solid #D2DAE3;
        line-height: 40px;
        position: relative;
        padding: 0 0 0 22px;
        background: url(../images/icons/svg/dropdown_big.svg) right center no-repeat;
        outline: none;
        color: #032B55;
        font-size: 1.0625em;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }

        .container .results-panel .input::before {
            background: url(../images/icons/svg/product.svg) 0 0 no-repeat;
        }

    .container .results-panel .heading {
        font-family: Roboto;
        font-size: 32px;
        color: #080808;
        letter-spacing: -0.19px;
        margin: 50px 0 30px;
    }

        .container .results-panel .heading i {
            font-size: 16px;
            display: inline-block;
            position: relative;
            padding: 5px 20px 5px 5px;
            top: -3px;
        }

            .container .results-panel .heading i:hover::after {
                content: attr(data-title);
                display: block;
                position: absolute;
                bottom: 5px;
                left: 35px;
                width: 500px;
                padding: 8px 10px;
                background: #032B55;
                color: #fff;
                font-family: Roboto;
                font-size: 13px;
                line-height: 18px;
                border-radius: 2px;
                opacity: 0.7;
            }

        .container .results-panel .heading .sub-heading {
            font-size: 15px;
            color: #080808;
            font-weight: 400;
            letter-spacing: -0.19px;
            margin: 10px 0 0 0;
            width: 100%;
        }

            .container .results-panel .heading .sub-heading .txt-product strong,
            .container .results-panel .heading .sub-heading .txt-product em {
                font-style: normal;
            }

    .container .results-panel .results .product-label p {
        opacity: 0.85;
        font-family: Roboto;
        font-weight: 400;
        font-size: 28px;
        color: #080808;
        letter-spacing: -0.19px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: none;
    }

        .container .results-panel .results .product-label p span {
            font-family: Roboto;
            font-weight: 400;
            font-size: 24px;
            display: inline;
        }

    .container .results-panel .results p {
        border: 1px solid #E3E3E3;
        margin-bottom: 25px;
        opacity: 0.3;
    }

    .container .results-panel .results .pre-heading {
        margin-bottom: 0;
        font-family: Roboto;
        font-weight: bold;
        font-size: 14px;
        line-height: 36px;
        color: #B5BBC7;
        letter-spacing: 0.7px;
        border: 0;
        text-transform: uppercase;
        opacity: 1;
    }

    .container .results-panel .results table thead {
        background: #ebeef2;
    }

        .container .results-panel .results table thead th {
            font-weight: bold;
            color: #FFF;
            background: #7E96A9;
            letter-spacing: 0.2px;
            line-height: 20px;
            vertical-align: top;
            opacity: 1;
            border: 0;
            font-size: 16px;
        }

            .container .results-panel .results table thead th:last-child {
                border-right: 0;
            }

            .container .results-panel .results table thead th .tooltip-content {
                text-transform: none;
            }

    .container .results-panel .results table tbody tr.even {
        background: #FAFAFA;
    }

    .container .results-panel .results table tbody tr td {
        line-height: 22px;
        vertical-align: top;
        position: relative;
        border: 0;
        font-size: 14px;
    }

        .container .results-panel .results table tbody tr td.bold {
            font-weight: 500;
        }

    .container .results-panel .results table tbody tr.expanded {
        font-weight: 500;
    }

    .container .results-panel .results table tbody tr.table-toggle-list {
        transition: background 0.2s ease-out, color 0.2s ease-out;
    }

        .container .results-panel .results table tbody tr.table-toggle-list.expanded {
            background: #002060;
            color: #FFF;
        }
            .container .results-panel .results table tbody tr.table-toggle-list.expanded .toggle,
            .container .results-panel .results table tbody tr.table-toggle-list.expanded a {
                color: #FFF;
                border-top-color: #FFF;
            }

                .container .results-panel .results table tbody tr.table-toggle-list.expanded a:hover {
                    color: #FFF!important;
                }

    .container .results-panel .results table tbody tr.trade-remedy-company td {
        padding-top: 0;
    }

    .container .results-panel .results table tbody tr td .ntm-title {
        font-weight: 500;
    }

    .container .results-panel .results table tbody tr td i {
        font-size: 16px;
        width: 20px;
        text-align: center;
        vertical-align: text-bottom;
    }

    .container .results-panel .results table tbody tr td .expand {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        width: auto;
        margin-left: 0;
        margin-right: 4px;
        margin-left: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        cursor: pointer;
        transform: rotate(0deg);
        transition: all 0.2s ease-out;
        margin-top: 6px;
        margin-left: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #002060;
    }

        .container .results-panel .results table tbody tr td .expand.expanded {
            transform: rotate(180deg);
        }

    .container .results-panel .results table tbody tr td .ntm-summary {
        margin-top: 8px;
    }


    .container .results-panel .results table tfoot td {
        font-family: Roboto;
        font-size: 15px;
        color: #929CA7;
        line-height: 20px;
        border: 0;
        border-top: 2px solid #dee4ea;
    }

        .container .results-panel .results table tfoot td.table-source {
            text-align: right
        }

    .container .results-panel .results table tbody tr.expand-content {
        display: none;
        font-size: 14px;
    }

        .container .results-panel .results table tbody tr.expand-content th {
            font-weight: 500;
            font-size: 13px;
            text-transform: none;
        }

        .container .results-panel .results table tbody tr.expand-content td {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 13px;
            background: #f9f9f9;
        }

        .container .results-panel .results table tbody tr.expand-content > td {
            padding: 0;
            border-bottom: 2px solid #dee4ea;
            background: #fff;
        }


    .container .results-panel .results table.inside-table thead {
        background: transparent;
    }

.results-message {
    display: inline-block;
    margin-left: 20px;
}

.tab-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    padding: 8px 20px 30px;
}

/*Compare access page*/



/*table style*/
.container .results-panel .results table th.sorting_asc, .container .results-panel .results table th.sorting_desc {
    font-weight: 500;
}

.nav > li > a.col-vis {
    padding: 8px 20px;
    border: 1px solid #dee4ea;
    border-radius: 2px;
    background: transparent !important;
    font-size: 14px;
    text-transform: uppercase;
}

    .nav > li > a.col-vis:hover {
        border-color: #032B55;
    }

.nav > li.col-vis-ctn {
    display: flex;
}

.nav > li > a img {
    display: inline-block;
    margin-right: 5px;
}

.table-top {
    padding: 20px;
    background: #EBEEF2;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #dee4ea;
}

    .table-top > div {
        flex-grow: 1;
    }

    .table-top .dataTables_filter {
        text-align: right;
    }

        .table-top .dataTables_filter label {
            margin: 0;
        }

        .table-top .dataTables_filter input {
            display: inline-block;
            width: 250px;
            border-radius: 2px;
            border: 1px solid #dee4ea;
            margin-left: 10px;
            height: 35px;
            box-shadow: none;
        }

.table-bottom {
    padding: 20px;
    display: flex;
    align-items: center;
    border-top: 2px solid #dee4ea;
}

    .table-bottom > div {
        flex-grow: 1;
    }

    .table-bottom .dataTables_length {
        margin-right: 50px;
    }

    .table-bottom .dataTables_paginate {
        text-align: right;
    }

    .table-bottom .pagination > li > a,
    .table-bottom .pagination > li > span {
        border: 0;
        border-radius: 0;
        color: #032B55;
        font-weight: 400;
    }

    .table-bottom .pagination > .active > a,
    .table-bottom .pagination > .active > span,
    .table-bottom .pagination > .active > a:hover,
    .table-bottom .pagination > .active > span:hover,
    .table-bottom .pagination > .active > a:focus,
    .table-bottom .pagination > .active > span:focus {
        background: transparent;
        font-weight: 700;
        color: #032B55;
    }

.compare-table {
    position: relative;
}

#toggle-col-vis {
    position: absolute;
    width: 315px;
    background-color: #fff;
    z-index: 9999;
    right: 1px;
    top: 1px;
    font-size: 14px;
    color: #032B55;
    letter-spacing: 0.1px;
    line-height: 24px;
    padding: 20px 0 20px 30px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

    #toggle-col-vis span {
        font-weight: 700;
        font-size: 18px;
        color: #333333;
        line-height: 36px;
        text-transform: uppercase;
    }

        #toggle-col-vis span.badge {
            display: inline-block;
            min-width: 10px;
            padding: 3px 7px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            background-color: red;
            border-radius: 10px;
        }

    #toggle-col-vis > ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        #toggle-col-vis > ul li {
            vertical-align: text-top;
            padding: 0 0 0 30px;
            cursor: pointer;
            text-transform: uppercase;
        }

            #toggle-col-vis > ul li a {
                color: #032B55;
            }

            #toggle-col-vis > ul li.checked {
                background: url(../images/icons/svg/checkbox_checked.svg) 0 0 no-repeat;
            }

            #toggle-col-vis > ul li.unchecked {
                background: url(../images/icons/svg/checkbox.svg) 0 0 no-repeat;
            }

table.dataTable thead th:focus {
    outline: 0;
}

table.dataTable thead .col-vis,
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background-image: none;
    position: relative;
    cursor: pointer;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    padding-right: 35px !important;
}


    table.dataTable thead .sorting_asc:not(.col-vis):after,
    table.dataTable thead .sorting_desc:not(.col-vis):after {
        content: '';
        width: 17px;
        height: 10px;
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
    }

    table.dataTable thead .sorting_asc:not(.col-vis):after {
        background-image: url('../images/icons/svg/sort.svg');
        transform: scaleY(-1);
    }

    table.dataTable thead .sorting_desc:not(.col-vis):after {
        background-image: url('../images/icons/svg/sort.svg');
    }

#chart-view {
    position: relative;
    padding: 15px 20px 0;
    background: #FAFAFA;
}

.page-compare-competitor #chart-view:before,
.page-compare-market #chart-view:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #7E96A9;
    z-index: 1;
}

.container .results-panel .results .detail-link {
    cursor: pointer;
    vertical-align: text-top;
}

    .container .results-panel .results .detail-link:hover {
        text-decoration: none;
    }

    .container .results-panel .results .detail-link span {
        font-family: Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #032B55;
        line-height: 20px;
        display: inline-block;
    }

.ntm-summary-detail-result .inner-table thead tr {
    background: #FFF !important;
}

    .ntm-summary-detail-result .inner-table thead tr th {
        font-size: 15px !important;
        font-weight: 500 !important;
        text-transform: none !important;
        padding: 10px;
        vertical-align: text-top !important;
    }

    .ntm-summary-detail-result .inner-table thead tr td {
        font-size: 15px !important;
        font-weight: 500 !important;
    }

table.req-table {
    border-bottom: 1px solid #0179AD;
    width: 100%;
}

    table.req-table tbody tr td {
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 10px !important;
    }

    table.req-table tbody tr {
        background: #fff !important;
    }

        table.req-table tbody tr.req-heading {
            border-bottom: 2px solid #0179AD;
        }

.agreement-detail {
    display: flex;
}

    .agreement-detail.loading {
        position: relative;
        height: 40px;
        overflow: hidden;
    }

        .agreement-detail.loading:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            background: #fff url("../images/common/itc-loading.gif") no-repeat;
            background-position: center center;
        }

    .agreement-detail .title {
        position: relative;
        margin: 0;
        padding: 5px 15px;
        background: #032B55;
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
        border-bottom: 1px solid rgba(0, 55, 115, 0.6);
        cursor: pointer;
    }

    .agreement-detail .result {
        border-right: 2px solid #fff;
    }

        .agreement-detail .result:last-child {
            border-right: 0;
        }

    .agreement-detail .result-fta {
        width: 33.3%;
    }

    .agreement-detail > .result-roo {
        width: 66.6%;
    }

    .agreement-detail .result.result-roo > div {
        display: flex;
        height: 100%;
    }

    .agreement-detail .result.result-roo .result {
        width: 50%;
    }


    .agreement-detail .content {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .agreement-detail .content-row {
        padding: 10px 0 0;
    }

    .agreement-detail .lbl,
    .agreement-detail .ctn {
        padding: 0 15px;
        font-size: 13px;
    }

    .agreement-detail .lbl {
        padding: 0 15px;
        font-size: .875em;
        color: #032B55;
        letter-spacing: 0.3px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
        position: relative;
    }

    .agreement-detail .ctn {
        word-wrap: break-word;
    }

    .agreement-detail .result {
        display: inline-block;
        vertical-align: top;
    }

    .agreement-detail .lbl a {
        text-transform: capitalize;
        font-size: 13px;
        font-weight: normal;
    }

        .agreement-detail .lbl a.button {
            display: block;
            text-align: center;
            line-height: 40px;
            background-color: #032b55;
            color: #fff;
            text-transform: uppercase;
            font-size: .875em;
            font-weight: 500;
            text-decoration: none !important;
            transition: background-color .3s ease-out;
            border: 1px solid #032b55;
            padding-top: 2px;
            transition: background 0.2s ease-out, color 0.2s ease-out;
        }

.map-container {
    min-width: 1156px;
    min-height: 500px;
}

.chart-filters span {
    color: #FFF;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.chart-filters label {
    font-weight: 400;
    padding-right: 5px;
    color: #032B55;
    display: inline-block;
}

.chart-filters ul {
    -webkit-padding-start: 2px;
}

    .chart-filters ul li {
        list-style-type: none;
        display: inline;
    }

.chart-filters .onOff input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

    .chart-filters .onOff input[type="checkbox"] + i {
        position: relative;
        margin: 0 5px 0 5px;
        top: 3px;
        cursor: pointer;
        width: 50px;
        height: 22px;
        display: inline-block;
        background: url("../images/icons/svg/toggle_off.svg") left center no-repeat;
    }

    .chart-filters .onOff input[type="checkbox"]:checked + i {
        background: url("../images/icons/svg/toggle_on.svg") left center no-repeat;
    }

#country-selection {
    display: block;
    position: relative;
    z-index: 2;
}

    #country-selection input {
        width: 100%;
        padding: 5px 10px;
    }

#chart-country-list ul {
    overflow-y: scroll;
    overflow-x: visible;
    padding: 0;
    margin: 20px 0 0;
    height: 680px;
}

#chart-country-list > ul {
    list-style-type: none;
}

    #chart-country-list > ul li {
        vertical-align: text-top;
        padding: 0 30px;
        cursor: pointer;
        display: block;
    }

        #chart-country-list > ul li a {
            color: #032B55;
        }

        #chart-country-list > ul li.checked {
            background: url(../images/icons/svg/checkbox_checked.svg) 0 0 no-repeat;
        }

        #chart-country-list > ul li.unchecked {
            background: url(../images/icons/svg/checkbox.svg) 0 0 no-repeat;
        }

#select-chart-country input:before {
    content: "\f002";
}

.map-filters {
    display: flex;
    background: #FAFAFA;
    padding: 20px;
    border-bottom: 2px solid #dee4ea;
    margin-bottom: 40px;
    justify-content: space-between;
}

    .map-filters ul {
        padding: 0;
        margin: 0;
    }

        .map-filters ul li {
            list-style: none;
        }

            .map-filters ul li label {
                font-weight: 400;
                white-space: nowrap;
                text-transform: none;
            }

    .map-filters span {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        margin: 0 0 10px 0;
    }

.map-type label {
    line-height: 1.2;
    border-bottom: 2px solid transparent;
}

.map-type .map-type-item {
    margin: 0 5px;
    width: 70px;
    height: 110px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 5px 0 0;
    cursor: pointer;
    border-radius: 2px;
}

    .map-type .map-type-item label {
        cursor: pointer;
    }

.map-type .map-item {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.map-type .map-world {
    background-image: url(../images/icons/png/map-world.png);
}

.map-type .map-asia {
    background-image: url(../images/icons/png/map-asia.png);
}

.map-type .map-africa {
    background-image: url(../images/icons/png/map-africa.png);
}

.map-type .map-europe {
    background-image: url(../images/icons/png/map-europe.png);
}

.map-type .map-middle-east {
    background-image: url(../images/icons/png/map-middle-east.png);
}

.map-type .map-north-america {
    background-image: url(../images/icons/png/map-north-america.png);
}

.map-type .map-oceania {
    background-image: url(../images/icons/png/map-oceania.png);
}

.map-type .map-south-america {
    background-image: url(../images/icons/png/map-south-america.png);
}

.map-type div.selected-map {
    background-color: #fff;
    border: solid 0.5px #032B55;
}

/*Quota results table*/
#custom-duties-results table tr td a:hover {
    cursor: pointer;
    color: #032B55;
    text-decoration: none;
}

#custom-duties-results thead tr th:last-child,
#trade-remedy-content thead tr th:last-child {
    padding-right: 10px;
    text-align: center;
}

#custom-duties-results .quota-link .toggle {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
}

#custom-duties-results .quota-link.less .toggle {
    transform: rotate(180deg);
}

#custom-duties-results .detail-link .toggle {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
}

#custom-duties-results .detail-link.less .toggle {
    transform: rotate(180deg);
}

#quota-results table thead th {
    background-color: #032B55;
    color: #fff;
    text-transform: capitalize;
}

#quota-results table tr td {
    background-color: #F9F9F9;
    font-size: 13px;
    padding: 8px 15px;
}

#quota-results table tr .inner-text {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#quota-results table tr td .ellipsis-txt {
    height: 200px;
}

#quota-results table tr .toggle {
    display: block;
}

.account-page {
    padding: 100px 0;
}

.checkbox-styled {
    display: inline-block;
    margin: 1px 15px 1px 0;
}

    .checkbox-styled input {
        position: absolute;
        opacity: 0;
    }

    .checkbox-styled label {
        position: relative;
        cursor: pointer;
        padding: 0 0 0 35px;
        text-transform: uppercase;
        font-size: 14px;
        color: #032b55;
        font-weight: 400;
        height: 24px;
    }

        .checkbox-styled label::before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 24px;
            height: 24px;
            border: 1px solid #032b55;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
        }

    .checkbox-styled input:checked + label {
        font-weight: 500;
    }

        .checkbox-styled input:checked + label::before {
            background: #032b55;
        }

        .checkbox-styled input:checked + label::after {
            content: "";
            position: absolute;
            background: url(/content/images/icons/png/checkmark.png);
            width: 21px;
            height: 15px;
            top: 5px;
            left: 2px;
        }

    .checkbox-styled input:disabled + label {
        cursor: default;
    }

.radio-styled {
    display: inline-block;
    margin: 1px 15px 1px 0;
}

    .radio-styled input {
        position: absolute;
        opacity: 0;
    }

    .radio-styled label {
        position: relative;
        cursor: pointer;
        padding: 0 0 0 35px;
        text-transform: uppercase;
        color: #032b55;
        font-size: 14px;
        font-weight: 400;
        height: 24px;
    }

        .radio-styled label::before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 24px;
            height: 24px;
            border: 1px solid #032b55;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

    .radio-styled input:checked + label {
        text-shadow: 0px 0 0 #032b55;
    }

        .radio-styled input:checked + label::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #032b55;
            top: 6px;
            left: 6px;
        }

    .radio-styled input:disabled + label {
        cursor: default;
    }

@media (min-width: 1199px) {
    .container .results-panel .heading .sub-heading {
        width: 100%;
    }
}

/*------------- Hero banner block -------------*/
.hero-banner {
    position: relative;
    height: 550px;
    width: 100%;
    background: url(../images/background/header-image-full.jpg) center / cover;
}

    .hero-banner .inner-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        max-width: 700px;
        padding: 0 15px;
        margin: auto;
        z-index: 2;
        position: relative;
        flex-direction: column;
        text-align: center;
    }

    .hero-banner:before {
        content: "";
        background: linear-gradient(180deg, rgba(3, 43, 85, 0.1) 0%, rgba(3, 43, 85, 0.7) 50%, rgba(3, 43, 85, 0.2) 100%);
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .hero-banner .title {
        font-family: Roboto;
        font-weight: 700;
        font-size: 36px;
        color: #FFFFFF;
        letter-spacing: -0.21px;
    }

    .hero-banner .sub-title {
        font-family: Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #EFEFF4;
        margin: 15px auto 0;
    }

/*------------- Page analyze -------------*/
.page-analyze .block-list-tools {
    margin: 110px auto;
}

.block-list-tools em {
    padding-left: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #CCC;
    font-style: normal;
}

.block-list-tools h2 {
    display: block;
    padding: 0 0 20px 20px;
    margin: 10px 0 0;
    font-family: Roboto;
    font-weight: 700;
    font-size: 30px;
    color: #333;
    letter-spacing: -0.08px;
    text-transform: none;
    border-bottom: 2px solid #F1F1F1;
}

.block-list-tools h3 {
    line-height: 125%;
    margin-top: 0;
    color: #043C76;
}

.block-list-tools .block-title {
    margin-bottom: 50px;
}

.block-list-tools .block-content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .block-list-tools .block-content li {
        display: flex;
        align-items: flex-end;
        list-style-type: none;
        padding: 35px;
        margin: 0 0 20px 0;
        border: 1px solid #F1F1F1;
        background: #FCFDFF;
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
        transition: background-color 0.2s ease-out;
    }

        .block-list-tools .block-content li:nth-of-type(odd) {
            margin-right: 20px;
        }

    .block-list-tools .block-content .img-wrapper {
        width: 280px;
        height: 220px;
        flex: 1 0 280px;
    }

        .block-list-tools .block-content .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .block-list-tools .block-content .info {
        padding-left: 35px;
    }

        .block-list-tools .block-content .info a {
            display: block;
            float: left;
            padding: 10px 20px;
            border: 1px solid #043C76;
            font-weight: 500;
            transition: color 0.2s ease-out, background-color 0.2s ease-out;
        }

            .block-list-tools .block-content .info a:hover,
            .block-list-tools .block-content .info a:focus {
                background: #043C76;
                color: #FFFFFF;
                text-decoration: none;
            }

            .block-list-tools .block-content .info a:after {
                content: '\2192';
                padding-left: 10px;
            }

    .block-list-tools .block-content .summary {
        margin-bottom: 28px;
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        color: #9DA2A6;
    }

@media (max-width: 1199px) {
    .block-list-tools .block-content li {
        width: 100%;
        flex-basis: 100%;
    }

        .block-list-tools .block-content li:nth-of-type(odd) {
            margin-right: 0;
        }
}

@media (max-width: 767px) {
    .page-analyze .block-list-tools {
        padding: 0 15px;
    }

    .block-list-tools .block-content li {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .block-list-tools .block-content .info {
        padding: 0;
    }

        .block-list-tools .block-content .info a {
            float: none;
            margin: auto;
            max-width: 200px;
        }
}

/*------------- Page Availability -------------*/
.page-resources-availability .block-data-availability {
    padding: 110px 0;
    background: #F9F9F9;
}

    .page-resources-availability .block-data-availability .container {
        max-width: 1406px;
        width: 100%;
    }

.page-resources-availability .nav-tabs {
    display: flex;
}

.page-resources-availability .tab-content {
    border: 5px solid #032B55;
    height: 805px;
    overflow: auto;
}

.page-resources-availability .nav-tabs li {
    height: 120px;
    flex: 1 0 50%;
    background: #7E96A9;
}

    .page-resources-availability .nav-tabs li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 30px;
        font-weight: 500;
        color: #FFF;
        height: 100%;
        width: 100%;
        padding: 10px 40px;
        background: #7E96A9;
        transition: background-color 0.2s ease-out;
    }

        .page-resources-availability .nav-tabs li a:hover {
            color: #FFF;
        }

    .page-resources-availability .nav-tabs li.active a {
        background: #032B55;
        color: #FFF;
    }

.page-resources-availability .nav-tabs .tab-icon {
    margin-right: 30px;
}

.page-resources-availability .block-data-availability .txt-disclaimer {
    margin-top: 30px;
    font-size: 16px;
    color: #929CA7;
}

@media (max-width: 1199px) {
    .page-resources-availability .nav-tabs li a {
        font-size: 20px;
    }
}

/*------------- Page Access - Page Access Overview and sub pages -------------*/
.page-access-overview .main-search-container,
.page-access-detail .main-search-container {
    position: relative;
    background: url(../images/background/header-image-full.jpg) center 20% / cover;
}

    .page-access-overview .main-search-container:before,
    .page-access-detail .main-search-container:before {
        content: "";
        background: linear-gradient(180deg, rgba(3, 43, 85, 0.6) 0%, rgba(3, 43, 85, 0.5) 75%, rgba(3, 43, 85, 0.4) 100%);
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    /*------------- Page Access - Page Customs Duties -------------*/

    .page-access-detail .main-search-container .container .search-box {
        flex: 1 0 auto;
    }

.page-access-detail .search .search-button {
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
    padding: 22px 0;
    line-height: 1;
    text-align: center;
}

.page-access-overview #ntm-summary-results table tr.loading > td > div,
.page-access-detail #ntm-summary-results table tr.loading > td > div {
    position: relative;
    overflow: hidden;
    height: 30px;
}

    .page-access-overview #ntm-summary-results table tr.loading > td > div:before,
    .page-access-detail #ntm-summary-results table tr.loading > td > div:before {
        content: "";
        background: url(/content/images/common/itc-loading-38.gif) center left no-repeat #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: 30px;
        height: 100%;
    }

.quota-results {
    border-spacing: 2px;
    border-collapse: separate;
}

.container .results-panel #quota-results table thead th {
    border-right: 0;
    font-size: 14px;
    text-align: center;
}

.container .results-panel #quota-results table thead td {
    font-size: 13px;
}
.no-padding {
    padding: 0!important;
}
.agreement-detail .find-more-wrapper {
    position: absolute;
    width: 1140px;
    bottom: 15px;
    left: 0;
}

    .agreement-detail .find-more-wrapper .lbl {
        max-width: 300px;
        margin: auto;
    }

        .agreement-detail .find-more-wrapper .lbl .button {
            transition: background 0.2s ease-out, color 0.2s ease-out;
        }

#custom-duties-results table .find-more-wrapper .lbl .button:hover {
    background: #fff;
    color: #032b55;
}

.container .results-panel .results .inside-table {
    border-spacing: 2px;
    border-collapse: separate;
}

    .container .results-panel .results .inside-table thead th {
        color: #FFF;
        background: #032B55;
    }

        .container .results-panel .results .inside-table thead th td {
            border-bottom: 0;
            background: #F9F9F9;
        }

.container .results-panel .ntm-summary-detail-result .inner-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

    .container .results-panel .ntm-summary-detail-result .inner-table thead th {
        border: 2px solid #FFF;
    }

    .container .results-panel .ntm-summary-detail-result .inner-table thead th {
        background: #032B55;
    }

    .container .results-panel .ntm-summary-detail-result .inner-table tbody td {
        padding: 10px;
        background: #F9F9F9;
        border: 2px solid #FFF;
        font-size: 13px;
    }

    .container .results-panel .ntm-summary-detail-result .inner-table tbody tr:nth-child(2n) td {
        background: #FFF;
    }

.ntm-summary-detail-result .inner-table th {
    background: #032B55;
}

.ntm-summary-detail-result .table .inner-table {
    counter-reset: rowNumber;
}

.ntm-summary-detail-result .inner-table tbody tr {
    counter-increment: rowNumber;
}

    .ntm-summary-detail-result .inner-table tbody tr td:first-child:before {
        content: counter(rowNumber) '. ';
        color: #002060;
        font-weight: bold;
        font-size: 15px;
    }

    .ntm-summary-detail-result .inner-table tbody tr:only-child td:before {
        content: '';
    }

#ntm-summary-results .tab-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    color: #FFF;
    background: #7E96A9;
    margin: 0 0 5px;
    font-size: 16px;
}

    #ntm-summary-results .tab-title.collapsed .toggle {
        transform: rotate(180deg);
    }

    #ntm-summary-results .tab-title .toggle {
        transform: rotate(0deg);
        cursor: pointer;
        transition: transform 0.2s ease-out;
        line-height: 120%;
    }

        #ntm-summary-results .tab-title .toggle:before {
            content: "\f077";
        }

.tab-title > span:last-child {
    width: 175px;
    display: flex;
    justify-content: space-between;
}

.container .results-panel .tab-title .ntm-year {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

/*------------- Page Compare Market and Competitor -------------*/
/* Hide the second chart temporarily*/
.page-compare-detail .results-panel table th,
.page-compare-detail .results-panel table td {
    text-align: center;
}

    .page-compare-detail .results-panel table th.text-left,
    .page-compare-detail .results-panel table td.text-left{
        text-align: left;
    }

    .page-compare-detail .results-panel table th.first,
    .page-compare-detail .results-panel table td.first{
        padding-left: 15px;
    }

    .page-compare-detail .results-panel table th .txt-unit {
        display: block;
        margin: auto;
        font-size: 9px;
        white-space: nowrap;
    }

.page-compare-market #chart-country-list ul,
.page-compare-competitor #chart-country-list ul {
    height: 660px;
}

.page-compare-market #stack-container,
.page-compare-competitor #stack-container,
.page-compare-market #trade-chart-container,
.page-compare-competitor #trade-chart-container {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.page-compare-market .filter .selection,
.page-compare-competitor .filter .selection {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background: url(../images/icons/svg/checkbox.svg) 0 0 no-repeat;
    vertical-align: text-top;
    cursor: pointer;
}
.page-compare-market #country-selection .filter,
.page-compare-competitor #country-selection .filter {
    display: flex;
}

    .page-compare-market #country-selection .filter .selection,
    .page-compare-competitor #country-selection .filter .selection {
        white-space: nowrap;
        margin-right: 30px;
    }

.page-compare-market .filter .selection.has-selected,
.page-compare-competitor .filter .selection.has-selected {
    background: url(../images/icons/svg/checkbox_checked.svg) 0 0 no-repeat;
}


.page-compare-market .map-filters,
.page-compare-competitor .map-filters {
    position: relative;
    padding-top: 13px;
    padding-right: 10px;
}

    .page-compare-market .map-filters:before,
    .page-compare-competitor .map-filters:before {
        content: "";
        display: block;
        position: absolute;
        background: #7E96A9;
        height: 45px;
        left: 0;
        right: 0;
        top: 0;
    }

    .page-compare-market .map-filters .filter-section-heading,
    .page-compare-competitor .map-filters .filter-section-heading {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        font-weight: bold;
        color: #FFF;
        white-space: nowrap;
    }

/* for Russian, for the maps titles, centre it to give it a bit more space*/
        .page-compare-market .map-filters .filter-section-heading.ru,
        .page-compare-competitor .map-filters .filter-section-heading.ru {
          
            text-align: center;
        }


.page-compare-market .map-type,
.page-compare-competitor .map-type {
    flex-wrap: wrap;
}

    .page-compare-market .map-type .map-type-list,
    .page-compare-competitor .map-type .map-type-list{
        display: flex;
    }


    .page-compare-market .map-type .filter-section-heading,
    .page-compare-competitor .map-type .filter-section-heading {
        width: 100%;
    }

.table-top {
    background: #7E96A9;
    color: #FFF;
    border-bottom: 0;
}

.container .results-panel .results table thead th {
    background: #032b55;
}

.page-compare-detail .dataTable th .txt-wrapper {
    position: relative;
    letter-spacing: -0.2px;
}
    .page-compare-detail .dataTable th .txt-wrapper span.badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: red;
        border-radius: 10px;
    }
.page-compare-detail .dataTable th .styled-tooltip {
    position: absolute;
    padding-left: 2px;
    font-size: 11px;
    z-index: 1;
    text-align: left;
}

    .page-compare-detail .dataTable th .styled-tooltip i {
        font-size: 10px;
    }

.page-compare-detail .dataTable th:nth-child(n+7) .styled-tooltip .tooltip-content {
    right: 0;
}

.page-compare-market .highcharts-mapbubble-series .highcharts-point,
.page-compare-competitor .highcharts-mapbubble-series .highcharts-point {
    pointer-events: none;
}

/*------------- Page Compare Product -------------*/
.page-compare-product #breadcrumb {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
}

    .page-compare-product #breadcrumb > li {
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .page-compare-product #breadcrumb > li:after {
            content: " > ";
            margin: 0 5px;
        }

        .page-compare-product #breadcrumb > li:last-child:after {
            display: none;
        }

        .page-compare-product #breadcrumb > li a.active {
            font-weight: bold;
        }

.page-compare-product .results-panel table th .txt-unit {
    display: block;
    margin: auto;
    font-size: 9px;
    white-space: nowrap;
}
.page-compare-detail .results-panel table th,
.page-compare-product .results-panel table td {
    text-align: center;
}
    .page-compare-product .results-panel table th.text-left,
    .page-compare-product .results-panel table td.text-left {
        text-align: left;
    }

.chart-filters #chart-country-list,
.chart-filters .filter {
    position: relative;
}

    .chart-filters #chart-country-list:before,
    .chart-filters .filter:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: url(/content/images/common/itc-loading-38.gif) center center no-repeat rgba(255, 255, 255, 0.8);
        visibility: hidden;
        opacity: 0;
    }

    .chart-filters .filter:before {
        background: unset;
    }

.chart-filters .loading #chart-country-list:before,
.chart-filters .loading .filter:before {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    cursor: wait;
}

/*------------- Page Access - Page Regulatory Requirement -------------*/
.page-regulatory-requirement .search .regulation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-regulatory-requirement .search .regulation-wrapper label {
        white-space: nowrap;
    }

    .page-regulatory-requirement .search .regulation-wrapper .input {
        width: auto;
    }

/*------------- Page Resources Detail- (Glossary && FAQ) -------------*/
.page-resources-detail .hero-banner .inner-wrapper {
    max-width: 800px;
}

.page-resources-detail .hero-banner .title {
    font-size: 50px;
}

.page-resources-detail .hero-banner .sub-title {
    margin: 5px auto 25px;
}


/* AfCFTA Page - search for a term in Terminology tab */
.page-resources-detail .hero-banner .search-input-group,
.afcfta-page .search-input-group {
    position: relative;
    width: 350px;
    overflow: hidden;
}

.page-resources-detail .no-result {
    margin-top: 30px;
}

.page-resources-detail .hero-banner .search-input-group .term,
.afcfta-page .search-input-group .term {
    width: 100%;
    padding: 3px 15px;
    font-style: italic;
    color: #333;
    text-overflow: ellipsis;
}

.page-resources-detail .hero-banner .search-input-group input::-webkit-input-placeholder,
.page-resources-detail .hero-banner .search-input-group input::-moz-placeholder,
.page-resources-detail .hero-banner .search-input-group input:-moz-placeholder,
.page-resources-detail .hero-banner .search-input-group input:-ms-input-placeholder {
    color: #333;
    font-style: italic;
}

.page-resources-detail .hero-banner .search-button,
.afcfta-page .search-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0 10px;
    outline: 0;
}

    .afcfta-page .search-button::after {
        content: "-";
        position: relative;
        height: 100%;
        width: 40px;
        left: 0;
        display: block;
        background: url(/content/images/common/itc-loading-38.gif) center center no-repeat #fff; /* url(/content/images/icons/png/search-icon.png) center center no-repeat #fff; */
    }


.page-resources-detail .block-actions,
.afcfta-page .block-actions {
    display: flex;
    justify-content: flex-end;
    font-size: 17px;
    padding: 30px 0;
}

    .page-resources-detail .block-actions .toggle-all,
    .afcfta-page .block-actions .toggle-all {
        display: inline-block;
        margin-left: 15px;
        color: #333;
        opacity: 1;
        transition: opacity 0.2s ease-out;
        cursor: pointer;
    }

        .page-resources-detail .block-actions .toggle-all:hover,
        .afcfta-page .block-actions .toggle-all:hover {
            opacity: 0.6;
        }

        .page-resources-detail .block-actions .toggle-all .toggle,
        .afcfta-page .block-actions .toggle-all .toggle {
            display: inline-block;
        }

        .page-resources-detail .block-actions .toggle-all.toggle-open-all .toggle,
        .afcfta-page .block-actions .toggle-all.toggle-open-all .toggle {
            transform: rotate(0deg);
        }

.page-resources-detail .block-content,
.afcfta-page .block-content {
    margin-bottom: 50px;
    box-shadow: 0px 1px 10px #F9F9F9;
}

/* Remove the box shadow for the AfCFTA page*/

.afcfta-page .block-content {
    box-shadow:none;
}
    .page-resources-detail .block-content ul {
        list-style-type: none;
        padding: 15px 20px;
    }

.page-resources-detail .term .term-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background: #F9F9F9;
    padding: 0 15px;
    box-shadow: 1px 1px 5px #F9F9F9;
}

.page-resources-detail .term:nth-child(2n) .term-group {
    background: #FFF;
}

.page-resources-detail .toggle {
    position: relative;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #002060;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.2s ease-out;
    font-size: 0;
}

.page-resources-detail .term.collapsed .toggle {
    transform: rotate(0)
}

.page-resources-detail .term:nth-child(2n+1) .toggle {
    border-top-color: #7E96A9;
}

.page-resources-detail .term .term-group .group-text,
.afcfta-page .term .term-group .group-text {
    display: block;
    /*  width: 40px;*/ /* library - term title*/
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #FFF;
    border-radius: 100%;
    color: #FFF;
    font-weight: bold;
}

/* Library section of the AfCFTA Page */
.afcfta-page .term .term-group .group-text {
    display: inline;
    color: black;/*grey;*/
    font-size:1.2em;
}

.afcfta-page .term .terms-by-group .term-source-text .source-title {
    font-size: 1.1em;
    font-weight: 600;
}

.afcfta-page .term .term-group {
    /* background-color: lightgrey;*/
    border-bottom: 1px solid #7E96A9;
}
.afcfta-page .term {
    background-color: #f6f7f8; /* light grey/blue */
    padding: 1em;
    margin-bottom: 1.2em;
}
.page-resources-detail .term:nth-child(2n) .term-group .group-text {
    background: #002060;
}

.page-resources-detail .term:nth-child(2n+1) .term-group .group-text {
    background: #7E96A9;
}

.page-resources-detail .term .term-name {
    color: #002060;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

    .page-resources-detail .term .term-name:hover {
        text-decoration: underline;
    }

.page-resources-detail .term:nth-child(2n+1) .term-name {
    color: #7E96A9;
}

.page-resources-detail .term .term-definition {
    margin-bottom: 30px;
}

/* Highlighting for the AfCFTA page*/
.page-resources-detail .highlight,
.afcfta-page .highlight{
    background-color: yellow
}

/*------------- Page FAQ -------------*/
.page-resources-faq .hero-banner .sub-title {
    margin-top: 0;
}

.page-resources-faq .term .term-group .group-text {
    width: auto;
    border-radius: 0;
    text-transform: uppercase;
}

.page-resources-detail .term:nth-child(2n) .term-group .group-text {
    background: transparent;
    color: #002060;
}

.page-resources-detail .term:nth-child(2n+1) .term-group .group-text {
    background: transparent;
    color: #7E96A9;
}

.page-resources-faq .term-definition a {
    color: #5B9BD5;
    text-decoration: underline;
}

.page-resources-faq .block-content .term-definition ul {
    padding: 0 0 0 50px;
    list-style-type: disc;
}

.page-resources-faq .block-content .term-definition ol {
    padding-left: 50px;
}

.page-resources-faq .block-content .term-definition em {
    color: #002060;
    font-weight: bold;
}

page-resources-faq .block-content .term-definition b {
    font-weight: bold;
}

/*------------- Page Analyze Landing -------------*/
.page-analyze-landing .hero-banner:before {
    background: linear-gradient(180deg, rgba(3, 43, 85, 0.6) 0%, rgba(3, 43, 85, 0.5) 75%, rgba(3, 43, 85, 0.4) 100%);
}

.page-analyze-landing .hero-banner .inner-wrapper {
    max-width: 100%;
}

.page-analyze-landing .hero-banner .title {
    font-size: 36px;
    line-height: 120%;
    margin-top: 30px;
}


.page-analyze-landing .block-list-tools {
    margin: 60px auto 30px;
}

    .page-analyze-landing .block-list-tools .block-content li {
        position: relative;
        align-items: flex-start;
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
        margin-bottom: 40px;
        background: transparent;
    }


        .page-analyze-landing .block-list-tools .block-content li:nth-of-type(odd) {
            margin-right: 40px;
        }

        .page-analyze-landing .block-list-tools .block-content li:before,
        .page-analyze-landing .block-list-tools .block-content li:after {
            content: "";
            position: absolute;
            z-index: -1;
        }

        .page-analyze-landing .block-list-tools .block-content li:before {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 8px solid #fff;
            box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5), inset 1px 1px 10px rgba(0, 0, 0, 0.3);
            transition: box-shadow 0.2s ease-out;
        }

        .page-analyze-landing .block-list-tools .block-content li:after {
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            border: 2px solid #043C76;
        }

        .page-analyze-landing .block-list-tools .block-content li:hover:before {
            box-shadow: 1px 1px 7px rgba(4, 60, 118, 1), inset 1px 1px 10px rgba(4, 60, 118, 1);
        }

    .page-analyze-landing .block-list-tools .block-content {
        padding-left: 0
    }

    .page-analyze-landing .block-list-tools h3 {
        font-weight: 600;
    }

    .page-analyze-landing .block-list-tools .block-content .info {
        padding: 0;
    }

        .page-analyze-landing .block-list-tools .block-content .info h3 a {
            border: 0;
            padding: 0;
            float: none;
        }

            .page-analyze-landing .block-list-tools .block-content .info h3 a:after {
                visibility: hidden;
            }

            .page-analyze-landing .block-list-tools .block-content .info h3 a:hover,
            .page-analyze-landing .block-list-tools .block-content .info h3 a:focus {
                background: transparent;
                text-decoration: underline;
                color: #043C76;
            }

/* ===== trivial style for form search ===== */
.footnote {
    display: block;
    margin: 15px 0;
    text-align: left;
    color: #666;
}

/* ===== table with toggle list ===== */
.table-toggle-list .trigger-togger-wrapper {
    display: flex;
    align-items: center;
    padding: 0 5px 0 10px;
}

    .table-toggle-list .trigger-togger-wrapper .measure-summary-wrapper {
        display: flex;
        flex-grow: 1;
        font-weight: bold;
    }

        .table-toggle-list .trigger-togger-wrapper .measure-summary-wrapper > span {
            white-space: nowrap;
        }

.container .results-panel .results table tbody tr td .measure-summary-wrapper i {
    font-size: 12px;
    vertical-align: top;
    text-align: unset;
}

.table-toggle-list .trigger-togger .measure-summary {
    position: relative;
}

.table-toggle-list .measure-summary-wrapper .measure-extra-infor {
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
    color: #333;
    font-weight: normal;
    padding: 10px 30px 15px;
    width: 100%;
    max-width: 500px;
    top: 28px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out;
    left:150px;
}

.table-toggle-list .measure-summary:hover .measure-extra-infor {
    opacity: 1;
    visibility: visible;
}

    .table-toggle-list .measure-summary:hover .measure-extra-infor .action-bar {
        margin: auto;
        text-align: center;
    }

    .table-toggle-list .measure-summary:hover .measure-extra-infor .btn-learn-more {
        display: inline-block;
        margin: auto;
        background: #043c76;
        padding: 10px 25px 13px;
        color: #fff;
        margin: 15px auto 5px;
        border-radius: 2px;
        border: 1px solid #043c76;
        transition: background 0.2s ease-out, color 0.2s ease-out;
    }

        .table-toggle-list .measure-summary:hover .measure-extra-infor .btn-learn-more:hover {
            background: #fff;
            color: #043c76;
            text-decoration: none;
        }

.trigger-togger-wrapper .measure-count,
.trigger-togger-wrapper .detail-link {
    align-self: flex-start;
    white-space: nowrap;
}

.container .results-panel .results #ntm-summary-results table tbody tr.even {
    background: #fff;
}

.table-toggle-list .toggle-trigger > td {
    font-weight: normal;
    transition: background 0.2s ease-out;
}

.table-toggle-list .toggle-trigger.expanded > td,
.table-toggle-list .toggle-trigger.expanded.even > td {
    background: #002060;
    color: #FFF;
}

.table-toggle-list .toggle-trigger.expanded .toggle {
    border-top-color: #FFF;
}

.table-toggle-list .toggle-trigger:nth-child(2n) > td {
    color: #002060;
}

.table-toggle-list tbody tr {
    border-bottom: 3px solid #fff;
}

.table-toggle-list .toggle-trigger > td {
    color: #333;
    background: #FFF;
}

.table-toggle-list .toggle-trigger.even > td {
    background: #FAFAFA;
}

.table-toggle-list .inner-table td {
    color: #080808;
    width: 100%;
}
.table-toggle-list .toggle {
    position: relative;
    margin-top: 6px;
    margin-left: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #002060;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.2s ease-out;
}

    .table-toggle-list .toggle.less {
        transform: rotate(180deg);
    }

.table-toggle-list .inner-table tr {
    position: relative;
}

.table-toggle-list .inner-table ul {
    list-style-type: none;
    padding-left: 42px;
}

    .table-toggle-list .inner-table ul li {
        text-indent: -20px;
    }

.table-toggle-list .inner-table em {
    color: #002060;
    font-style: normal;
    font-weight: bold;
}

.table-toggle-list .inner-table .req-detail em {
    font-weight: normal;
    font-style: italic;
}

.table-toggle-list .inner-table .toggle-more {
    position: absolute;
    bottom: 15px;
    right: 5px;
    color: #002060;
    font-size: 15px;
    cursor: pointer;
}

    .table-toggle-list .inner-table .toggle-more:before {
        content: "\f055";
    }

.table-toggle-list .inner-table td.expanded .toggle-more:before {
    content: "\f056";
}

.table-toggle-list .inner-table .req-title {
    padding-right: 25px;
    font-size: 15px;
}

.table-toggle-list .ntm-summary-detail-result {
    padding: 0 5px;
}

    .table-toggle-list .ntm-summary-detail-result i {
        color: #002060;
    }

/* ===== page account ===== */
.account-page > .container {
    max-width: 800px;
    width: 100%;
}

.account-page iframe {
    margin: 30px 0;
}

.page-content-collapsable .term .term-group .group-text {
    width: auto;
}

/* @todo === START === these styles might be obsolete when we replace the static content by the one from CMS. Consider to remove them */
.page-methodology .tab-content,
.afcfta-page .tab-content{
    border-top: 1px solid #7E96A9;
}

.page-methodology #block-terms-content,
.afcfta-page #block-terms-content {
    counter-reset: term-section;
}

.page-methodology #block-terms-content .term-group .group-text:before,
.afcfta-page #block-terms-content .term-group .group-text:before{
    counter-increment: term-section;
    content: counter(term-section, upper-roman) " - ";
}

.page-methodology .term .terms-by-group,
.afcfta-page .term .terms-by-group{
    padding: 15px;
}

.page-methodology .term .item-title,
.afcfta-page .term .item-title {
    padding: 7px 15px;
    font-weight: bold;
}

.page-methodology .term ul
.afcfta-page .term ul {
    padding-right: 0;
    padding-bottom: 0;
}

.page-methodology .term .item-description,
.afcfta-page .term .item-description {
    padding: 15px;
}

.page-methodology .term .terms-inner-wrapper ul,
.afcfta-page .term .terms-inner-wrapper ul {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}

.page-methodology .term .terms-inner-wrapper li,
.afcfta-page .term .terms-inner-wrapper li
{
    position: relative;
    border-left: 1px dashed #002060;
}


/* Interlinking on the AfCFTA Page*/
.link-to-library {
    color: #b72c2b!important; /*  a darker red than red!important; */
    font-weight:600;
}
.link-to-FAQ {
    color: black!important;/*green!important;*/
}

.link-to-terminology {
    color: #00344f!important; /*darkblue!important;  */
    font-weight: 600;
}

.title-with-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page-methodology .term .terms-inner-wrapper .item-lv-1::before,
.page-methodology .term .terms-inner-wrapper .item-lv-2:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #FFF;
    border-left: 1px dashed #002060;
}

.page-methodology .term .terms-inner-wrapper .item-lv-2:after {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #FFF;
    border-left: 1px dashed #002060;
}

.page-methodology .term .terms-inner-wrapper .item-lv-1 .item-title:before,
.page-methodology .term .terms-inner-wrapper .item-lv-2 .item-title:before {
    content: "";
    width: 25px;
    left: -22px;
    top: 10px;
    background: #FFF;
    height: 1px;
    border-top: 1px dashed #002060;
    position: absolute;
    transform: rotate(-135deg);
}

.page-methodology .term .terms-inner-wrapper li .item-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    color: #002060;
    transition: color 0.2s ease-out, background 0.2s ease-out;
}

.page-methodology .term .terms-inner-wrapper .item-lv-0:nth-child(2n+1) .item-title.collapsed,
.page-methodology .term .terms-inner-wrapper .item-lv-1:nth-child(2n+1) .item-title.collapsed,
.page-methodology .term .terms-inner-wrapper .item-lv-2:nth-child(2n+1) .item-title.collapsed {
    background: #FFF;
}

.page-methodology .term .terms-inner-wrapper .item-lv-0:nth-child(2n) .item-title.collapsed,
.page-methodology .term .terms-inner-wrapper .item-lv-1:nth-child(2n) .item-title.collapsed,
.page-methodology .term .terms-inner-wrapper .item-lv-2:nth-child(2n) .item-title.collapsed {
    background: #F9F9F9;
}

.page-methodology .term .terms-inner-wrapper li .item-title:not(.collapsed) {
    background: #002060;
    color: #FFF;
}

.page-methodology .term .terms-inner-wrapper .item-lv-1 .item-title,
.page-methodology .term .terms-inner-wrapper .item-lv-2 .item-title {
    border-left: 1px dashed #002060;
}

.page-methodology .term .terms-inner-wrapper .item-lv-1 {
    padding-left: 20px;
}

.page-methodology .term .terms-inner-wrapper .item-lv-2 {
    padding-left: 40px;
}

.page-methodology .term .terms-inner-wrapper li .item-title .sub-item-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.page-methodology .term .terms-inner-wrapper li .item-title.collapsed .icon {
    display: block;
}

    .page-methodology .term .terms-inner-wrapper li .item-title.collapsed .icon:before {
        content: "\f055";
    }

.page-methodology .term .terms-inner-wrapper li .item-title .icon:before {
    content: "\f056";
}

.page-methodology .term .terms-inner-wrapper li li .item-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    border-bottom: 1px dashed #002060;
    left: -25px;
    width: 30px;
    top: 50%;
    transform: translateY(-10px) rotate(50deg);
}

.org-chart .org-chart-branch {
    position: relative;
    display: flex;
    align-items: strech;
    list-style-type: none;
    margin-bottom: 26px;
    justify-content: center;
}

    .org-chart .org-chart-branch li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: red;
        flex: 1 0 auto;
        padding: 10px 5px;
        text-align: center;
        border-radius: 5px;
        max-width: 120px;
        font-size: 12px;
        margin: 0 2px;
    }

        .org-chart .org-chart-branch li:before {
            content: "";
            position: absolute;
            height: 20px;
            width: 1px;
            display: block;
            border: 1px solid #ccc;
            border-right-color: rgba(0,0,0,0);
            transform: translateY(-100%);
            top: 0;
            z-index: 1;
        }

    .org-chart .org-chart-branch.root li:before,
    .org-chart .org-chart-branch.root li:after {
        display: none;
    }

    .org-chart .org-chart-branch li:after {
        position: absolute;
        content: "";
        display: block;
        width: calc(100% + 20px);
        height: 19px;
        transform: translateY(-100%);
        top: -1px;
        border-top: 1px solid #ccc;
    }

    .org-chart .org-chart-branch li:first-child:after {
        left: 50%;
    }

    .org-chart .org-chart-branch li:last-child:after {
        right: 50%;
    }

    .org-chart .org-chart-branch li.has-children div:before {
        position: absolute;
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        bottom: 0px;
        left: 50%;
        transform: translateY(110%);
        border: 1px solid #ccc;
        border-right-color: rgba(0,0,0,0);
        bottom: 0;
    }

    .org-chart .org-chart-branch.a-right {
        transform: translate(16%);
    }

.ntlc-cms-table {
    padding: 10px;
    background: #FFF;
    border: 10px solid #F9F9F9;
}

    .ntlc-cms-table > li {
        list-style-type: none;
    }

.org-chart .chapter-title {
    color: #002060;
}

.org-chart .heading-title {
    color: #7E96A9;
}

.org-chart .subheading-title {
    color: #4EC9FD;
}

.org-chart .chapter-content li {
    color: #FFF;
    background: #002060;
}

.org-chart .heading-content li {
    color: #FFF;
    background: #7E96A9;
}

.org-chart .subheading-content li {
    color: #FFF;
    background: #4EC9FD;
}

/* @todo  === END === these styles might be obsolete when we replace the static content by the one from CMS. Consider to remove them */
.page-methodology .tabs-container {
    margin: 50px auto;
}

    .page-methodology .tabs-container .tab-subheading {
        width: 100%;
        padding: 8px 15px;
        background: #7E96A9;
        color: #FFF;
        min-height: 50px;
    }

        .page-methodology .tabs-container .tab-subheading + .content {
            padding: 8px 15px;
        }

.styled-tooltip {
    display: inline-block;
    position: relative;
}

    .styled-tooltip .tooltip-content {
        position: absolute;
        display: flex;
        align-items: center;
        z-index: 1;
        background: #fff;
        border-radius: 2px;
        box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
        color: #333;
        font-weight: normal;
        padding: 10px 15px 10px;
        min-width: 250px;
        max-width: 500px;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-out, transform 0.2s ease-out;
        transform: translateY(-5px);
    }

    .styled-tooltip:hover .tooltip-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .styled-tooltip .tooltip-note {
        background: #ccc;
        padding: 0 5px;
        border-radius: 2px;
        font-style: italic;
        cursor: pointer;
    }

.page-trade-agreement table thead th .styled-tooltip em {
    white-space: nowrap;
    font-style: normal;
}

    .page-trade-agreement table thead th .styled-tooltip em > i {
        font-size: 10px;
        vertical-align: super;
    }

.page-trade-agreement .styled-tooltip .tooltip-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 1;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
    color: #333;
    font-weight: normal;
    padding: 10px 15px 10px;
    min-width: 250px;
    max-width: 500px;
    top: 0;
    left: 30%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.page-trade-agreement table thead tr th:last-child .styled-tooltip .tooltip-content {
    right: 0;
}

.page-trade-agreement .styled-tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    font-size: 12px;
}

.page-trade-agreement .styled-tooltip .tooltip-note {
    background: #ccc;
    padding: 0 5px;
    border-radius: 2px;
    font-style: italic;
    cursor: pointer;
}

.page-trade-agreement .styled-tooltip .tooltip-heading {
    font-weight: bold;
    display: block;
}

.page-trade-agreement table thead th .fta-legend {
    text-align: left;
    padding: 10px 0 0;
}

    .page-trade-agreement table thead th .fta-legend ol {
        margin: 5px 0 10px;
        padding: 0;
    }

    .page-trade-agreement table thead th .fta-legend .item {
        display: block;
        margin-left: 15px;
        color: inherit;
    }

.inner-result-list {
    max-width: 1180px;
    padding: 5px;
    list-style-type: none;
}

    .inner-result-list > li {
        padding: 0;
    }

        .inner-result-list > li:nth-child(odd) {
            background: #FAFAFA;
        }

    .inner-result-list ul {
        list-style-type: none;
    }

    .inner-result-list > li {
        position: relative;
    }

        .inner-result-list > li .toggle-more {
            position: absolute;
            bottom: 10px;
            right: 10px;
            cursor: pointer;
            color: #032B55;
        }

            .inner-result-list > li .toggle-more:before {
                content: "\f055";
            }

        .inner-result-list > li.expanded .toggle-more:before {
            content: "\f056";
        }

    .inner-result-list .txt-truncatable {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(1180px - 280px);
        vertical-align: top;
    }

        .inner-result-list .txt-truncatable.full-view {
            white-space: unset;
        }

        .inner-result-list .txt-truncatable + .toggle-truncation {
            padding-left: 15px;
            cursor: pointer;
            font-weight: bold;
            color: #032B55;
            transition: text-shadow 0.2s ease-out;
        }

            .inner-result-list .txt-truncatable + .toggle-truncation:hover {
                text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
            }

            .inner-result-list .txt-truncatable + .toggle-truncation:before {
                content: '[ + ]';
            }

        .inner-result-list .txt-truncatable.full-view + .toggle-truncation:before {
            content: '[ - ]';
        }

    .inner-result-list .item-result {
        width: calc(100% - 5px);
    }

    .inner-result-list .item-result-title {
        padding: 4px 8px;
        color: #002060;
        font-style: normal;
        font-weight: bold;
        min-height: 30px;
        transition: color 0.2s ease-out, background 0.2s ease-out;
    }

    .inner-result-list .expanded .item-result-title {
        color: #002060;
    }

    .inner-result-list .item-result-detail {
        font-size: 13px;
        padding-left: 20px;
    }

        .inner-result-list .item-result-detail em {
            color: #002060;
            font-style: italic;
        }

        .inner-result-list .item-result-detail i {
            font-size: 16px;
            width: 20px;
            text-align: center;
            vertical-align: text-bottom;
            color: #002060;
        }

.container .results-panel .results table .inner-result-list .item-result-detail .styled-tooltip i {
    font-size: 10px;
    vertical-align: text-top;
}

/* ===== page trade agreement ===== */
.page-trade-agreement .container .results-panel .results table th,
.page-trade-agreement .container .results-panel .results table th {
    background: #032b55;
}

.page-trade-agreement .container .results-panel .results table tbody tr td .expand {
    border: 0;
}

.page-trade-agreement table.dataTable thead .sorting_asc span:after,
.page-trade-agreement table.dataTable thead .sorting_desc span:after {
    top: 50%;
    transform: translateY(-50%);
}

.page-trade-agreement table.dataTable thead .sorting_desc span:after {
    transform: translateY(-50%) scaleY(-1);
}

.page-trade-agreement .filter-result-criteria {
    text-align: left;
}

    .page-trade-agreement .filter-result-criteria .txt-title {
        text-transform: uppercase;
        font-weight: bold;
        color: #929CA7;
    }

    .page-trade-agreement .filter-result-criteria ul {
        display: inline-block;
        padding: 0;
    }

    .page-trade-agreement .filter-result-criteria ul {
        list-style-type: none;
    }
        .page-trade-agreement .filter-result-criteria ul li {
            display: inline-block;
            margin-left: 20px;
        }

    .page-trade-agreement .filter-result-criteria .onoff {
        cursor: pointer;
    }

        .page-trade-agreement .filter-result-criteria .onoff > span {
            letter-spacing: -.5px;
        }

    .page-trade-agreement .filter-result-criteria input {
        visibility: hidden;
        width: 0;
        height: 0;
    }

        .page-trade-agreement .filter-result-criteria input + i {
            display: inline-block;
            vertical-align: middle;
            font-size: 17px;
            line-height: 23px;
            color: #032B55;
        }

            .page-trade-agreement .filter-result-criteria input + i:before {
                content: "\f204";
            }

        .page-trade-agreement .filter-result-criteria input:checked + i:before {
            content: "\f205";
        }

.page-trade-agreement .status {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    overflow: hidden;
}

    .page-trade-agreement .status.c06_Signed {
        background: #f1bb05;
    }

    .page-trade-agreement .status.c02_Under_negotiation {
        background: #0a97d9;
    }

    .page-trade-agreement .status.c05_Concluded {
        background: #00689d;
    }

    .page-trade-agreement .status.c04_Negotiations_suspended {
        background: #1a3e4c;
    }

    .page-trade-agreement .status.c03_Negotiations_stalled {
        background: #26bde2;
    }

    .page-trade-agreement .status.c08_Inactive {
        background: #3d1100;
    }

    .page-trade-agreement .status.c07_In_force {
        background: #0ca66d;
    }

    .page-trade-agreement .status.c10_Status_unknown {
        background:#4c4c4c;
    }

    .page-trade-agreement .status.c01_Consultations {
        background: #dd1367;
    }

.page-trade-agreement .find-more-wrapper {
    display: none;
}

#agreement-list-result .detail-link .toggle {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
}

#agreement-list-result .detail-link.less .toggle {
    transform: rotate(180deg);
}

/*------------- CMS content -------------*/
.cms-content figcaption {
    color: #7E96A9;
    font-style: italic;
    font-size: 13px;
}

.cms-content .box-figure {
    margin: 15px auto;
    padding: 15px 30px 15px 45px;
    border: 1px solid #7E96A9;
    border-radius: 3px;
}

.page-methodology .cms-content .term .terms-inner-wrapper .box-figure ol li {
    border-left: 0;
}

.cms-content ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

    .cms-content ol > li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
    }

        .cms-content ol > li:before {
            display: inline-block;
            width: 1em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ".";
        }
.cms-content a {
    color: #1E90FF;
}

.cms-content table th {
    color: #002060;
    font-weight: bold;
}

.cms-content figure {
    margin: 15px auto;
    max-width: 80%;
    width: 100%;
}

.cms-content .table-boxed td {
    vertical-align: middle;
}

    .cms-content .table-boxed td ul {
        list-style-type: disc;
    }

    .cms-content .table-boxed td:first-child {
        background: #F9F9F9;
        font-weight: bold;
    }

.page-methodology .term .terms-inner-wrapper .item-description li {
    border-left: 0;
}

.page-methodology .term .terms-inner-wrapper .item-description ul {
    padding-left: 40px;
}

    .page-methodology .term .terms-inner-wrapper .item-description ul ul,
    .page-methodology .term .terms-inner-wrapper .item-description figure ul {
        list-style-type: disc;
        padding-left: 40px;
    }

.page-methodology .term .terms-inner-wrapper .bullet-ordered {
    padding-left: 40px;
}

    .page-methodology .term .terms-inner-wrapper .bullet-ordered li {
        list-style-type: disc;
        border-left: 0;
    }


/*------------- Page 404 -------------*/
.page-404 {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

    .page-404 .hero-banner {
        flex: 1 0 auto;
        height: auto;
    }

        .page-404 .hero-banner:before {
            background: linear-gradient(180deg, rgba(3, 43, 85, 0.7) 0%, rgba(3, 43, 85, 0.0) 60%, rgba(3, 43, 85, 0.1 ) 100%)
        }

        .page-404 .hero-banner .inner-wrapper {
            padding: 30px 0;
        }

        .page-404 .hero-banner .sub-title {
            text-shadow: 5px 0px 8px rgba(0,0,0,0.5);
        }

        .page-404 .hero-banner .block-actions {
            margin: 30px auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .page-404 .block-actions .txt-or {
        padding: 0 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }
    .page-404 .block-actions a {
        margin: 0 15px;
        padding: 6px 30px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        line-height: 57px;
        border: 0;
        text-align: center;
        background: #032B55;
        border-radius: 2px;
        color: #fff;
        letter-spacing: 1px;
        transition: background-color 0.3s ease-out;
        cursor: pointer;
    }

        .page-404 .block-actions a:focus,
        .page-404 .block-actions a:hover {
            background-color: #194d83;
        }

    .page-404 .block-actions .txt-or {
        text-shadow: 5px 0px 8px rgba(0,0,0,0.5);
    }


/*------------- Page Resource - Product Search -------------*/
.page-product-search .results-panel {
    display: block;
}

.page-product-search #market-access-query-form .keyword-input {
    max-width: 605px;
    margin-right: 40px;
}


    .page-product-search #market-access-query-form .keyword-input .input {
        background: none;
    }

.page-product-search #market-access-query-form .country-selection.hidden + .keyword-input {
    max-width: 880px;
    margin-right: 40px;
}

.page-product-search .search-result-detail ul {
    list-style-type: none;
    background: #FFF;
}

.page-product-search .search-result-detail .section-listing {
    padding: 0;
}

    .page-product-search .search-result-detail .section-listing > li .section-heading {
        vertical-align: middle;
        width: 100%;
        font-size: 17px;
        vertical-align: middle;
        font-weight: bold;
        padding: 0px 15px;
        margin: 5px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }

        .page-product-search .search-result-detail .section-listing > li .section-heading > .txt {
            display: flex;
        }

        .page-product-search .search-result-detail .section-listing > li .section-heading .txt-name {
            display: flex;
            justify-content: space-between;
            padding: 5px 15px;
            margin-right: 10px;
            height: 36px;
            width: 200px;
            background: #7E96A9;
            color: #FFF;
            cursor: pointer;
            flex: 1 0 auto;
            white-space: nowrap;
        }

        .page-product-search .search-result-detail .section-listing > li .section-heading .txt-description {
            line-height: 35px;
            color: #7E96A9;
        }

.page-product-search .search-result-detail ul[data-level="2"] {
    font-size: 16px;
}

.page-product-search .search-result-detail ul[data-level="4"] {
    font-size: 15px;
}

.page-product-search .search-result-detail ul[data-level="6"] {
    font-size: 14px;
}

.page-product-search .search-result-detail ul[data-level="8"] {
    font-size: 13px;
}

.page-product-search .search-result-detail .product-by-section ul[data-level="4"] li {
    background: #FFF;
}

.page-product-search .search-result-detail .product-by-section li .item-title {
    padding: 5px 0;
    font-weight: bold;
    color: #032B55;
    display: flex;
    align-items: flex-start;
}

.page-product-search .search-result-detail ul[data-level="2"] > li > .item-title {
    align-items: center;
}

.page-product-search .search-result-detail .product-by-section li li .item-title {
    color: #333;
}

.page-product-search .search-result-detail ul[data-level="6"] li .item-title {
    font-weight: normal;
}

.page-product-search .search-result-detail .product-by-section li li .item-title .txt {
    display: flex;
    align-items: flex-start;
}

.page-product-search .search-result-detail .product-by-section li li .item-title .product-code {
    background: #F9F9F9;
    color: #032B55;
}
    .page-product-search .search-result-detail .product-by-section li li .item-title .product-code span {
        margin-right: 3px;
    }

        .page-product-search .search-result-detail .product-by-section li li .item-title .product-code span:nth-child(n+3) {
            margin-right: 0;
        }

.page-product-search .search-result-detail .product-by-section li li .item-title .product-name {
    line-height: 33px;
}

.page-product-search .search-result-detail .product-by-section li li .item-title .product-code span:nth-child(2n){
    color: #7E96A9;
}

.page-product-search .search-result-detail .product-by-section li:nth-child(2n+1) {
    background: #F9F9F9;
}

    .page-product-search .search-result-detail .product-by-section li:nth-child(2n+1) li {
        background: #FFF;
    }

.page-product-search .search-result-detail .product-by-section .product-code {
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    background: #032B55;
    color: #FFF;
    cursor: pointer;
}


/*------------- Page About - Data Availability (new proposal) -------------*/
.page-data-availability #top-tab-list {
    display: flex;
    border-bottom: 1px solid #7E96A9;
}

.page-data-availability .nav-sub-tabs {
    background: #FAFAFA;
}

.page-data-availability .nav-tabs > li a  {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-data-availability .table tfoot tr {
    background: #032b55;
}

.page-data-availability .container .results-panel .results table tfoot td {
    color: #FFF;
    font-weight: bold;
}

.page-data-availability .map-type-list {
    display: flex;
}

#datatable-applied-tariffs_wrapper,
#tariff-tate-quotas-tariffs_wrapper,
#non-tariff-measures-tariffs_wrapper {
    /*overflow: scroll;*/
}
.table-bottom:empty {
    padding: 0;
}

.pivot-table {
    overflow: scroll;
    position: relative;
    max-height: 650px;
}

    .pivot-table.loading {
        overflow: hidden;
    }

    .pivot-table .row {
        display: flex;
        position: relative;
    }

        .pivot-table .row .cell {
            border-left: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 5px 10px;
            text-align: center;
            flex-basis: 150px;
            width: 150px;
            max-width: 150px;
            flex: 1 0 auto;
        }

            .pivot-table .row .cell:first-child {
                flex-basis: 200px;
                width: 200px;
                max-width: 200px;
                flex: 1 0 auto;
                position: sticky;
                left: 0;
                background: #fff;
            }
            .pivot-table .row .cell:nth-child(2) {
                margin-left: 15px;
            }

        .pivot-table .row.first,
        .pivot-table .row.last {
            position: sticky;
            background: #fff;
            z-index: 1;
        }

        .pivot-table .row.first {
            top: 70px;
        }

        .pivot-table .row.last {
            bottom: 0;
        }


            .pivot-table .row.first .cell,
            .pivot-table .row.last .cell {
                background:#032b55;
                color: #fff;
                font-weight: bold;
                padding: 8px 0;
            }

.table-pivot-fitler {
    background: #7E96A9;
    color: #FFF;
    border-bottom: 0;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 70px;
}

    .table-pivot-fitler input {
        margin-left: 10px;
        color: #333;
    }

    .table-pivot-fitler .dropdown-menu {
        color: #333;
        max-height: 150px;
        overflow: scroll;
        z-index: 2;
    }

        .table-pivot-fitler .dropdown-menu li:hover {
            background: #eee;
        }

        .table-pivot-fitler .dropdown-menu li {
            padding: 5px 10px;
        }

.pivot-table .country-name {
    display: block;
    width: 100%;
    text-align: left;
}

/*------------- Page Availability -------------*/
.page-data-availability .nav-tabs > li {
    flex: 1 0 auto;
}
.page-data-availability .map-filters {
    position: relative;
    display: flex;
    padding-top: 13px;
    padding-right: 10px;
}

.page-data-availability .container .results-panel .map-instrument .input {
    width: 100%;
    padding-left: 0;
}

.page-data-availability .chosen-container .chosen-single span {
    text-indent: 5px;
    font-size: 15px;
    text-transform: capitalize;
}

.page-data-availability .chosen-container .chosen-results li {
    text-transform: capitalize;
}

.page-data-availability .chosen-container .chosen-drop {
    font-weight: normal;
}

.page-data-availability .map-filters span {
    text-transform: none;
}

.page-data-availability .map-filters .chosen-container {
    border-bottom: 0;
}

.page-data-availability .map-filters .map-instrument {
    width: 380px;
}

.page-data-availability .map-filters .filter-section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
}

.page-data-availability .styled-tooltip ul {
    margin: 0;
}

.mobile-warning-main-content {
    display: none;
    /*color: #ff0000;*/
    padding: 15px;
    font-size: 18px;
    text-align: center;
}

/*------------- Responsive style -------------*/
/*------------- ---------------- -------------*/
@media (max-width: 1199px) {
    .home #market-access-query-form .d-flex {
        flex-wrap: wrap;
    }

    .home #market-access-query-form .search-submit-wrapper {
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
    }
        .home #market-access-query-form .search-submit-wrapper button {
            max-width: 196px;
        }
    .module-list {
        padding: 35px 0;
    }

    .home #market-access-query-form .country-selection {
        max-width: 25%;
    }
    .home #market-access-query-form .product-selection {
        max-width: 50%;
    }
    .mobile-warning {
        display: block;
    }
}

@media (max-width: 992px) {
    .module-list .boxes {
        flex-wrap: wrap;
    }

        .module-list .boxes .box {
            flex: 1 0 auto;
            max-width: 48%;
        }
}

/* was 767px */
/* now 991.98px changes to responsive screen as we've just added the Learn menu item */
@media (max-width: 991.98px) {
    .navbar-toggler {
        display: block;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 3px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

        .navbar-toggler i {
            color: #fff;
        }

    header .culture-selection {
        position: absolute;
        top: 27px;
        left: 50%;
        transform: translateX(-50%);
    }

    header .block-logos {
        height: auto;
        padding: 15px 0;
    }

        header .block-logos .logo {
            flex-direction: column;
            align-items: unset;
        }

            header .block-logos .logo img {
                margin-right: 0;
                max-width: 90px;
            }

        header .block-logos .mm-logo {
            position: absolute;
            right: 15px;
            top: 15px;
        }

        header .block-logos .logo span {
            text-align: center;
        }

            header .block-logos .logo span strong {
                margin-top: 15px;
            }

        header .block-logos .mm-logo img {
            width: 60px;
        }

    .header-nav {
        height: 40px;
        z-index: 9999;
    }

        .header-nav > .container {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 100%;
            width: 100%;
            background: rgba(3, 43, 85, 0.5);
            transform: translateX(-100%);
            transition: opacity 0.2s ease-out;
            opacity: 0;
            will-change: transform;
        }

            .header-nav > .container .btn-close {
                display: block;
                position: fixed;
                top: 15px;
                right: 15px;
                background: transparent;
                border: 0;
                outline: 0;
            }

                .header-nav > .container .btn-close:focus,
                .header-nav > .container .btn-close:active {
                    outline: 0;
                }

                .header-nav > .container .btn-close i {
                    color: #fff;
                    font-size: 18px;
                }

    .main-nav-active {
        overflow: hidden;
    }

        .main-nav-active .header-nav > .container {
            transform: translateX(0);
            opacity: 1;
        }

    .header-nav nav {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 320px;
        background: rgb(3, 43, 85);
        height: 100%;
        overflow-y: auto;
    }

        .header-nav nav ul,
        .header-nav nav ul li {
            width: 100%;
        }

            .header-nav nav ul.main-nav {
                flex-grow: 0;
            }

            .header-nav nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

            .header-nav nav ul:last-child li:last-child {
                border-bottom: 0;
            }

            .header-nav nav ul > li {
                display: block;
            }

            .header-nav nav ul.main-nav li.menu-a-left {
                position: relative;
            }

        .header-nav nav > ul > li.has-children:after {
            position: absolute;
            top: 10px;
            right: 15px;
            content: "+";
            color: rgba(255, 255, 255, 0.7);
            font-size: 16px;
            cursor: pointer;
            pointer-events: none;
        }

        .header-nav nav > ul > li.has-children.expanded:after {
            content: "-";
            font-weight: bold;
        }

        .header-nav nav ul.main-nav li {
            display: block;
        }

        .header-nav nav ul .sub-menu {
            display: block;
            position: relative;
            opacity: 1;
            transform: none;
            visibility: visible;
        }

        .header-nav nav .sub-menu ul {
            display: none;
            padding: 0;
        }

        .header-nav nav > ul > li .sub-menu:before,
        .header-nav nav ul.main-nav li a:hover:after, .header-nav nav ul.main-nav li a.active:after {
            display: none;
        }

        .header-nav nav .sub-menu li {
            display: block;
            width: auto;
        }

        .header-nav nav .sub-menu ul li a {
            padding-left: 30px;
            display: block;
        }

        .header-nav nav ul.main-nav li a {
            transition: background 0.1s ease-out;
        }

        .header-nav nav .sub-menu ul li a:hover,
        .header-nav nav .sub-menu ul li a.active,
        .header-nav nav .sub-menu ul li a:focus,
        .header-nav nav .sub-menu ul li a:active {
            background: #Fff;
            color: rgb(3, 43, 85);
        }

    .main-search-container .container {
        height: 86vh;  /* 66vh; */
    }

    footer .lighter {
        padding: 50px 0 30px;
    }

    footer .container {
        text-align: center;
    }

    footer .block-sponsors {
        text-align: center;
    }

    footer .title {
        margin: 20px auto;
    }

    .home .main-search-container .container .search-box .title {
        font-size: 24px;
        margin: 15px auto;
    }

    .home .main-search-container .container .search-box .search {
        display: none;
    }
    /*.home #market-access-query-form .country-selection,
    .home #market-access-query-form .product-selection {
        max-width: 100%;
    }*/

    .module-list .boxes .box {
        max-width: 100%;
        min-height: unset;
    }

    .home-about .container {
        padding: 50px 15px 90px;
    }

    .home-about .usercase {
        flex-direction: column;
    }

        .home-about .usercase > img {
            display: none;
        }

    .home-about .usercase-description {
        max-width: 100%;
        margin: 0 0 15px;
    }

    .home-tools-society {
        padding: 50px 0;
    }

    .mobile-warning-main-content {
        display: block;
    }

    .is-on-mobile #main-content {
        display: none;
    }

    .search.row {
        display: none;
    }
}

/* ===== Hide autofill safari icon in input field ===== */
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.page-data-availability .action-export {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.btn-export-xlsx {
    border: 0;
    border-radius: 0;
    padding: 5px 15px;
    background: #fff;
    transition: background-color 0.1s ease-out;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -ms-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
}

    .btn-export-xlsx:hover {
        background: #ddd;
    }

.results-panel .nav-tabs {
    position: relative;
}

.input.product.loading:after {
    content: "";
    height: 40px;
    width: 100%;
    left: 0;
    display: block;
    background: url(/content/images/common/itc-loading-38.gif) center center no-repeat #fff;
}


.tariff-regime-detail + .tariff-regime-tooltip {
    background: #647D96;
    color: #fff;
    padding: 8px 15px 30px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #647D96;
    min-width: 350px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.tariff-regime-detail.clicked + .tariff-regime-tooltip {
    visibility: visible;
    opacity: 1;
}

.tariff-regime-tooltip > div {
    font-weight: bold;
    font-size: 1.2em;
}

.tariff-regime-tooltip ul {
    padding-left: 20px;
    text-align: justify;
    column-count: 2;
    list-style-type: none;
}

    .tariff-regime-tooltip ul li {
        white-space: nowrap;
    }

/* ===== COVID19 element styles ===== */
.header-nav nav ul.main-nav .menu-item-covid19 a {
    color: #fff;
    font-weight: 800;
    text-shadow: 1px -2px 30px #f74d4d;
    transition: all 0.05s ease-out;
}

.header-nav nav ul.main-nav .menu-item-covid19 .sub-menu a {
    color: #fff;
    letter-spacing: 0;
}

.menu-item-covid19:hover .ico path {
    fill: #fff;
}

    .menu-item-covid19:hover .ico path:last-child {
        fill: #f74d4d!important;
    }

.menu-item-covid19 .ico {
    height: 30px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

    .menu-item-covid19 .ico path {
        fill: #f74d4d;
        stroke-width: 2px;
        transition: all 0.1s ease-out;
    }

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }

    100% {
        background-position: 650px 0;
    }
}

.page-trade-measure .placeholder-content {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
}

.page-trade-measure .main-search-container {
    position: relative;
    background: url(../images/background/header-image-full-covid19.jpg) center 20% / cover;
}

    .page-trade-measure .main-search-container .container .search-box .sub-title {
        font-family: Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #EFEFF4;
        margin: 15px auto 35px;
        max-width: 650px;
    }

    .page-trade-measure .main-search-container .container {
        position: relative;
        background-color: transparent;
        display: flex;
        align-items: center;
        height: 350px;
        z-index: 1;
    }

.page-trade-measure .block-content {
    margin-top: 100px;
}

.page-trade-measure table {
    table-layout: fixed;
    width: 100%;
}

    .page-trade-measure table thead th {
        font-weight: bold;
        color: #FFF;
        background: #032b55;
        letter-spacing: 0.2px;
        line-height: 20px;
        vertical-align: top;
        opacity: 1;
        border: 0;
        font-size: 16px;
        text-align: center;
    }


    .page-trade-measure table tbody tr.even {
        background: #FAFAFA;
    }

    .page-trade-measure table tbody td {
        line-height: 22px;
        vertical-align: top;
        position: relative;
        border: 0;
        font-size: 14px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

    }
.page-trade-measure #DataTables_Table_0_wrapper > .row:first-child {
    background: #7E96A9;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
}
.page-trade-measure table tbody td:nth-child(5) {
    text-transform: capitalize;
}
.page-trade-measure table tbody td:nth-child(7) {
    text-transform: capitalize;
}

.page-trade-measure .trade-direction {
    display: block;
    position: relative;
}

    .page-trade-measure .trade-direction:after {
        position: absolute;
        display: inline-block;
        top: 6px;
        right: -10px;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-left: 4px;
        border: 1px solid #fff;
    }

.page-trade-measure .internal-link {
    text-decoration: underline;
}

.page-trade-measure td.restrictive,
.page-trade-measure td.liberalising,
.page-trade-measure td.status-active,
.page-trade-measure td.status-active a {
    color: green;
}
.page-trade-measure td.status-investigation {
    color: orange;
}

.page-trade-measure td.status-terminated,
.page-trade-measure td.status-terminated a,
.page-trade-measure td.restrictive {
    color: red;
    text-transform: capitalize;
}

.page-trade-measure.td.col-direction span:after {
    position: relative;
}

.page-trade-measure .table-explaination span {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    padding-right: 10px;
}
    .page-trade-measure .table-explaination span:after {
        position: static;
    }

.page-trade-measure .trade-direction.Export:after {
    background: #0ca5ec;
}

.page-trade-measure .table-top .table-action {
    flex-grow: 0;
    margin-left: 15px;
}

.page-trade-measure .table-top .btn-export-xlsx {
    background: transparent;
    padding: 0;
}

.page-trade-measure .trade-direction.Import:after {
    background: #032b55;
}
.page-trade-measure #map-container-export path[visibility=hidden],
.page-trade-measure #map-container-import path[visibility=hidden] {
    visibility: visible!important;
    pointer-events: none;
    fill: #eee;
}
.page-trade-measure #map-container-export .highcharts-credits tspan:not(:first-child),
.page-trade-measure #map-container-import .highcharts-credits tspan:not(:first-child) {
    display: none;
}

.page-trade-measure #map-container-export .highcharts-credits,
.page-trade-measure #map-container-export .highcharts-credits {
    pointer-events: none;
}
@media (max-width: 1199px) {
    .page-trade-measure {
    }

        .page-trade-measure #trade-measures-table thead {
            display: none;
        }

        .page-trade-measure #trade-measures-table tbody tr {
            display: block;
            border-bottom: 1px solid #eee;
            padding: 15px 15px;
        }

        .page-trade-measure #trade-measures-table tbody td {
            width: 100%;
            display: block;
        }

            .page-trade-measure #trade-measures-table tbody td:before {
                content: attr(data-title) ": ";
                font-weight: bold;
                color: #333;
                padding-top: 5px;
                padding-bottom: 5px;
            }

        .page-trade-measure .table-top {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }



            .page-trade-measure .table-top > * {
                margin: 8px 0px;
            }

        .page-trade-measure table {
            margin-bottom: 100px;
        }

        .page-trade-measure .table-bottom {
            display: flex;
            flex-direction: column;
            position: fixed;
            bottom: 0;
            z-index: 1;
            background: #fff;
            left: 0;
            right: 0;
            padding: 10px 5px 0;
            visibility: hidden;
        }

            .page-trade-measure .table-bottom > * {
                flex: 1 0 100%;
                margin: 0;
                width: 100%;
                text-align: center;
                display: flex;
                justify-content: center;
            }

            .page-trade-measure .table-bottom .dataTables_length label {
                display: flex;
                align-items: center;
            }

                .page-trade-measure .table-bottom .dataTables_length label select {
                    margin: 0 5px;
                }

            .page-trade-measure .table-bottom .pagination {
                margin: 5px 0;
            }
}

@media (max-width: 767px) {

    .page-trade-measure #map-container-export .highcharts-credits,
    .page-trade-measure #map-container-export .highcharts-credits {
        display: none;
    }
}



/* ===== end COVID19 element styles ===== */