﻿@charset "UTF-8";

/*
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #373737;
    --primary: #003055;
    --secondary: #f5ba1c;
    --success: #56e02c;
    --info: #e6dfc8;
    --warning: #e0b42c;
    --danger: #e02c2c;
    --light: #eee;
    --dark: #111;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
     
    */

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/******
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/




footer,
header,
main,
nav,
section {
    display: block;
}

/*
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

    */


h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ul ul {
        margin-bottom: 0;
    }

b,
strong {
    font-weight: bolder;
}

a {
    color: #003055;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #000509;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }


img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button, html [type="button"] {
    -webkit-appearance: button;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 0.25rem;
    font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
    font-weight: 700;
    line-height: 1.3rem;
    color: #000;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

#footer {
    width: 100%;
    /*  height:600px; */
    background: #ccc;
    z-index: 999999
}

.content {
    padding: 16px;
}

/*********************/
/* for AfCFTA page   */
.afcfta-page .tab-content {
    border-top: 1px solid #7E96A9;
}

.afcfta-page .content {
    padding:0;
}

.afcfta-page .block-content .container {
    padding: 0;
    margin-top: 0.7em;
    width: 100%;
    /*width: -webkit-fill-available;  */
}

.afcfta-page .menu-list a.is-active {
    font-weight: 700;
    color: #2d8c46 !important; /*#006f83 !important; */
}

/*********************/
.stickyOnScroll {
    position: fixed;
    top: 48.2px !important;
    flex: none;
    width: 299.7px; /* 27%;  */
    padding: 1.5em 1.8em;
    max-height: 80%;
    overflow-y: auto;
    background-color: #ececec;
    z-index: 15;
    font-family: "Roboto", "Helvetica LT Std",Arial;
}

    .stickyOnScroll + .content {
        padding-top: 0px;
    }

.stick {
    position: fixed;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}
/*
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border: black;
}
    */

div.tabContent.hide {
    display: none;
}

div.tabContent.show {
    display: block;
}

/* for the learn epa module  */
.page-learn .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;
}


/*
#main-nav-wrapper > nav > ul.main-nav.right-nav > li > div > ul {
    width: 80vw;
}
    */


.page-sidebar{

    display:none;
}

.page-sidebar.showSideBar {
    display: block;
}

.header-nav nav .sub-menu {
    left: -2em;
}


 .page-learn .main-search-container {
    position: relative;
    background: url(../jpg/header-image-full-colourful-ship-cargo-containers.jpg) center 20% / cover;
}

.afcfta-page.page-learn .main-search-container {
    position: relative;
    /*  background: url(../images/pages/learn/AfCFTA/cargo-banner-peach-gradient.jpg) center 20% / cover;*/
    background: url(../jpg/cargo-banner-peach-gradient2.jpg) center 20% / cover;
}


    .page-learn .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;
    }

    .page-learn .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: 100vw; /*650px;*/
        /*  height:150px;  */ /* new */
    }


    .page-learn .main-search-container .container {
        position: relative;
        background-color: transparent;
        /*  display: flex; */
        /*  display: block;   was this one last */
        align-items: center;
        /*  vertical-align: center; */
        height: 180px; /* 350 px */
        z-index: 1;
        padding-top: 1rem; /* was 3rem */
        padding-bottom: 1rem;
    }

.where-to-next-container {
    max-width: 100%;
    display: flex;
    justify-content: space-evenly; /*   space-around space-evenly  center */
}


/* popover wrapping text when it's too long to fit inside the bootstrap popover-content */
/*
.popover-content, .popover-content .body {
    width: 100%;
}
.popover-content li {
    overflow: hidden;
    text-overflow: ellipsis;
}
*/


.as-console-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 1px solid #000;
    display: none;
}

.as-console {
    background: #e9e9e9;
    border: 1px solid #ccc;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.as-console-row {
    display: table-row;
    font-family: monospace;
    font-size: 13px;
}

    .as-console-row:after {
        display: table-cell;
        padding: 3px 6px;
        color: rgba(0, 0, 0, 0.35);
        border: 1px solid #ccc;
        content: attr(data-date);
        vertical-align: top;
    }

    .as-console-row + .as-console-row > * {
        border: 1px solid #ccc;
    }

.as-console-row-code {
    width: 100%;
    white-space: pre-wrap;
    padding: 3px 5px;
    display: table-cell;
    font-family: monospace;
    font-size: 13px;
    vertical-align: middle;
}

.as-console-error:before {
    content: "Error: ";
    color: #f00;
}

.as-console-assert:before {
    content: "Assertion failed: ";
    color: #f00;
}

.as-console-info:before {
    content: "Info: ";
    color: #00f;
}

.as-console-warning:before {
    content: "Warning: ";
    color: #e90;
}

@-webkit-keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

@-moz-keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

@-ms-keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

@keyframes flash {
    0% {
        background: rgba(255, 240, 0, 0.25);
    }

    100% {
        background: none;
    }
}

.as-console-row-code,
.as-console-row:after {
    -webkit-animation: flash 1s;
    -moz-animation: flash 1s;
    -ms-animation: flash 1s;
    animation: flash 1s;
}

.tooltip-wide + .tooltip > .tooltip-inner {
    max-width: 100%;
}


.tooltip-inner {
    max-width: 550px;
}


.popover-content {
    /*   word-break: break-all;  */
    /*  word-wrap: break-word;  */
    /* overflow-wrap: break-word; */
    /*overflow-block: inherit; */
    word-wrap: break-word;
}


/* display the bootstrap white down arrow in the popover or tooltip in the centre and at the bottom of the tooltip box */
.popover .arrow {
    /* display: none; */
    left: 50%;
    top: 100%!important;
}

/* for the ITC tools in Section 3 accordions */

.tools-accordion {
    background-color: #263456; /* blue #eee; */
    color: white; /*  red  was originally #444;  */
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    /*
.active, */
    .tools-accordion.active,
    .tools-accordion:hover {
        background-color: #ffcc00; /* dark yellow is #c5a702; */ /* turquoise is #3db1b0; */ /* grey is #ccc; */
    }

    .tools-accordion:after {
        content: "\002B";
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    /* tools-accordion active */

    /*
.active:after{
    content: "\2212";
}*/

    /*
.tools-accordion[active] :after {
    content: "\2212";
}

*/
    /*
.tools-accordion, .active:after,
.tools-accordion ~ .active:after {
    content: "\2212";
}*/

    .tools-accordion.active:after {
        content: "\2212";
    }

/*
.active:after + .tools-accordion{
    content: "\2212";
}*/


/*

.active:after {
    content: "\2212";
}

.page-content.active:after {
    content: "\2212";
}
*/

.tools-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* end for the ITC tools in Section 3 accordions */

/*
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
    */

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
.afcfta-page .container-fluid {
    box-shadow: 0px 1px 10px #F9F9F9;
}
*/

.fade {
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):focus,
        .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: 0.75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #ececec;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.p-0 {
    padding: 0 !important;
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    thead {
        display: table-header-group;
    }

    img {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }
}

.two-column .topics-of-document { /*.two-column .breadcrumb  */
    /*   padding-left: 2em; */ /* cazhere */
    /*  width: 73%; */
    /* width:100%; 20th October 2020 */
    width: 120%;
    /*float: right;  */ /* caz */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: small; /*medium; */
    padding-bottom: 1rem; /* to give some space after the topics links */
}

    .two-column .topics-of-document .list {
        margin-bottom: 1em;
    }

@media (max-width: 991.98px) {
    .two-column .topics-of-document {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-bottom: 1rem; /* to give some space after the topics links */
    }
}

.topics-of-document .list {
    padding: 0;
    margin: 0 0 2em 0;
}

    .topics-of-document .list .list__item {
        display: inline-block;
        list-style-type: none;
        padding-right: 0.75em;
    }


        .topics-of-document .list .list__item.selected {
            color: #007182 !important; /* a darkish green colour for the EPA theme */
            display: inline-block;
            text-decoration: underline;
            font-weight: 800;
        }


        /* highlight the selected topic / chapter */

        .topics-of-document .list .list__item a.selected {
            color: darkblue; /* #eaf8fa !important; a darkish green colour for the EPA theme */
            display: inline-block;
            text-decoration: underline;
            font-weight: 600; /*800; */
            background-color: #fff0a8; /* pale yellow  - highlighter effect for the selected topic  */
            font-size: 1.2em;
        }

        .topics-of-document .list .list__item a:link,
        .topics-of-document .list .list__item a:visited {
            color: #001322;
            text-decoration: none; /*   was before - text-decoration: underline;     */
            font-size: 1.2em;
        }

        /* taking out the hover effect for now........ */

        .topics-of-document .list .list__item a:active,
        .topics-of-document .list .list__item a:hover {
            text-decoration: underline; /*   was before - text-decoration: none;     */
            color: #124968; /* #ffd800 !important; */
            font-size: 1.2em;
            /* font-weight: 200;  */ /* was before font-weight: 200;  */
        }

        .topics-of-document .list .list__item span.bc-seperator {
            /* content: "";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    width: 1em;
    margin: 0 0 0 1em;
    text-align: center;
    font-variant: normal;
    line-height: 1em;
    display: inline-block;
    */
            /* separator now to be an image instead of just > */
            font-weight: 400;
            font-style: normal;
            width: 3em;
            margin: 0 0 0 1em;
            text-align: center;
            font-variant: normal;
            line-height: 1em;
            display: inline-block;
            background-image: url(../png/triangle_arrow1.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        /* for our appication, we are not using the topics-of-documents as breadcrumbs but rather just a bunch of links*/
        /* so just have the last child behave like the other ones, ie, underlined */

        .topics-of-document .list .list__item:last-child a:link,
        .topics-of-document .list .list__item:last-child a:visited {
            color: #001322;
            text-decoration: none; /* was underline */
            font-size: 1.2em;
            /* new  font-size: 1.5rem; */
            /*  color: #000;  */
            /*  text-decoration: none; */
            /*   cursor: text;  */
        }

        .topics-of-document .list .list__item:last-child a:active,
        .topics-of-document .list .list__item:last-child a:hover {
            text-decoration: underline; /* was none */
        }



.btnToPreviousOrNextModule {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
    background: #032B55;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    max-width: 48%;
    margin: 1em 1em;
    /*   text-transform: uppercase;  */ /*  caz new - make it normal casing */
}





    .btnToPreviousOrNextModule span.right-arrow {
        /* separator now to be an image instead of just > */
        font-weight: 400;
        font-style: normal;
        width: 3em;
        margin: 0 0 0 1em;
        text-align: center;
        font-variant: normal;
        line-height: 1em;
        display: inline-block;
        background-image: url(../png/triangle_arrow2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }




    .btnToPreviousOrNextModule span.left-arrow {
        /* separator now to be an image instead of just > */
        font-weight: 400;
        font-style: normal;
        width: 3em;
        margin: 0 0 0 1em;
        text-align: center;
        font-variant: normal;
        line-height: 1em;
        display: inline-block;
        background-image: url(../png/triangle_arrow2-left.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }



.jumpToHeader.call-for-feedback {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: space-between;
    line-height: 2.1em;
    margin: 5px;
}


.jumpToHeader.call-for-feedback > div {
    margin: 7px;
}


.feedback .right-bottom {
    position: fixed;
    bottom: 100px;
    right: 0;
}

.feedback-button {
    background-color: #e7e7e7;
    border: 0;
    /*border-radius: 10px;*/
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 15px;
    background: #e7e7e7; /*#032B55; */
    display: inline-block;
    color: #043c76; /*#fff !important;*/
    text-decoration: none !important;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    bottom: 188px; /* 288px;  280px; 100px; */
    right: -55px; /*-158px -145px; 0; */
    vertical-align: top;
    -webkit-transform: rotate(-90deg ); /* 270*/
    transition: all 500ms ease-in-out;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 45px;
    width: 161px; /*365px;*/
    z-index: 200;
}


    .feedback-button:hover {
        background-color: #3eb1b0; /* add8e6 #bdbed7; */
        color: black;
    }

/*
body,
html {
    background-color: #000;
}
*/

.tools-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

/* for AfcFTA Page */
.two-column .site-main .container-fluid .site-content:after {
    clear: both;
    content: "";
    display: table;
}

/* for AfcFTA Page */
.container .page-content,
.two-column .site-main .container-fluid .site-content > .container .page-content {
    padding-left: 0em; /* was 2em on 16th Sept! */
    float: right;
    width: 67%; /* 16th Sept 66% - and before that it was65%; before bootstrap popovers, then  68%;  and before that 73%  */
    z-index: 20;
    vertical-align: top !important;
    box-shadow: 0px 1px 10px #F9F9F9; /* add a box border for AfCFTA Page ! */
}

/* for AfcFTA Page */
.container .page-content:after,
.two-column .site-main .container-fluid .site-content > .container .page-content:after {
    clear: both;
    content: "";
    display: table;
}

@media (max-width: 991.98px) {
    .two-column .site-main .container-fluid .site-content > .container .page-content {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .two-column .site-main .container-fluid .site-content .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-family: "Roboto", "Helvetica LT Std",Arial;
        /* for small screens*/
        margin: 0;
        padding: 0;

    }

        .two-column .site-main .container-fluid .site-content .container .topics-of-document {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .two-column .site-main .container-fluid .site-content .container .page-sidebar {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            font-family: "Roboto", "Helvetica LT Std",Arial;
        }

        .two-column .site-main .container-fluid .site-content .container .page-content {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            font-family: "Roboto", "Helvetica LT Std",Arial;
        }

    
    .stickyOnScroll {
        position: relative !important; 
        top: 0px !important;
        /* 48.2px !important;*/
        flex: none;
        width: 299.7px;  
        padding: 1.5em 1.8em;
        max-height: 80%;
        overflow-y: auto;
        background-color: #ececec;
        z-index: 15;
        font-family: "Roboto", "Helvetica LT Std",Arial;
    }


}

.site-main {
    background-color: #fff;
    position: relative;
    padding-top: 1.5rem;
}

    .site-main .container-fluid .site-content {
        padding: 0 0 7em 0;
        overflow-x: none; /* was   overflow-x: hidden;   before bootstrap popovers */
    }

@media (max-width: 991.98px) {
    .site-main .container-fluid .site-content {
        padding: 0 0 3em;
    }
}

.site-main .container-fluid .site-content .page-content:after {
    content: "";
    clear: both;
    display: block;
}

.site-main .back-to-top {
    display: none; /* block */
    position: fixed;
    bottom: 2em;
    right: 1em;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
    font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
}

@media (max-width: 991.98px) {
    .site-main .back-to-top {
        display: inline-block;
    }
}

@media (max-width: 767.98px) {
    .site-main .back-to-top {
        bottom: 4em;
    }
}

.site-main .back-to-top.visible {
    opacity: 1;
    pointer-events: all;
}

.site-main .back-to-top a .icon {
    width: 1em;
    height: 1em;
    margin-right: 0.75em;
    display: inline-block;
}

.site-main .back-to-top a:link,
.site-main .back-to-top a:visited {
    padding: 1em;
    display: block;
    color: #fff;
}


.two-column .site-main .site-content .page-sidebar {
    /*  width: 27%; */ /* 27%; */
    /*  width: 283px;  */ /* 299.7px; */
    width: 299.7px;
    float: left;
    padding: 1.5em 1.8em;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ececec;
    z-index: 15; /*  z-index: 15;  */
    font-family: "Roboto", "Helvetica LT Std",Arial;
    top: 10px;
}

    /*********************/
    /* for AfCFTA page   */
/*.afcfta-page.two-column .site-main .site-content .tabs-container .tab-content .tab-pane.active .page-sidebar {
.afcfta-page.two-column .site-main .site-content .tab-pane.active .page-sidebar{
    width: 375px;
    height: auto;
}
*/

.afcfta-page.two-column .site-main .site-content .tabs-container .tab-content .tab-pane .page-sidebar {
    display: none;
}


.afcfta-page.two-column .site-main .site-content .tabs-container .tab-content .tab-pane.active .page-sidebar {
    display: block;
    width: 299.7px;
    height: auto;
}

    .two-column .site-main .site-content .page-sidebar a:link,
    .two-column .site-main .site-content .page-sidebar a:visited {
        text-decoration: none;
    }

    .two-column .site-main .site-content .page-sidebar a:active,
    .two-column .site-main .site-content .page-sidebar a:hover {
        text-decoration: underline;
    }

    .two-column .site-main .site-content .page-sidebar .sidebar-header h2 {
        font-size: 1.667rem;
        font-family: "Roboto", "Helvetica LT Std",Arial;
    }


    .two-column .site-main .site-content .page-sidebar .sidebar-footer {
        background-color: #bdbed7; /* grey ish*/
        z-index: 15;
        position: relative;
        left: -25px;
        top: 22px; /*  20px; */
        max-height: 80%;
        overflow-y: auto;
        overflow-x: none;
        float: left;
        padding: 0px !important;
        width: 299.7px;
    }




/* AfCFTA page for the sidebar footer*/
.afcfta-page.two-column .site-main .site-content .page-sidebar .sidebar-footer {
    width: 299.7px; /* 375px; */
    background-color: #e3ada2; /* a light peach colour for the background of the Download as a Report button of the footer OR maybe green (#a5bb8c)*/
}

    .two-column .site-main .site-content .page-sidebar .sidebar-footer h2 {
    font-size: 1.667rem;
    font-family: "Roboto", "Helvetica LT Std",Arial;
    padding: 0.6em 0.8em 0.8em 1.5em;
}


    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list {
        font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
        margin: 0;
        padding: 0;
        width: 100%;
        background-position-x: 0;
        background-position-y: 0;
        background-repeat: repeat-y;
        font-family: "Roboto", "Helvetica LT Std",Arial;
    }

        .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item {
            padding: 0.5em 0 0.25em 2.6em;
            margin: 0;
            line-height: 1.2em; /* 1.2em */
            list-style-type: none;
            list-style-position: inside;
            background-repeat: no-repeat;
            background-image: url(../png/branch.png);
            background-position-x: 0;
            background-position-y: -10px;
            font-family: "Roboto", "Helvetica LT Std",Arial;
        }


            /* caz branch level 1*/
            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1 {
                padding: 0.1em 0 0.25em 3.6em;
                margin: 0;
                line-height: 1.1em; /* 1.2em */
                list-style-type: none;
                list-style-position: inside;
                background-repeat: no-repeat;
                background-image: url(../png/branch-level-1.png);
                background-position-x: 0;
                background-position-y: -10px;
                font-family: "Roboto", "Helvetica LT Std",Arial;
            }

            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item a {
                display: block;
            }


            /*for the tree structure left subnavigation panel */
            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.active {
                font-weight: 700;
                background-image: url(../png/branch-active.png);
            }

            /* level 1 */
            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1.active {
                font-weight: 700;
                background-image: url(../png/branch-level-1-active.png);
            }

            /* last child for branch*/
            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:last-child {
                background-image: url(../png/last-child.png);
            }
            /* last child for branch level 1*/
            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:last-child {
                background-image: url(../png/last-child-level-1.png);
            }

            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:last-child.active {
                background-image: url(../png/last-child-active.png);
            }
            /* level 1 */
            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:last-child.active {
                background-image: url(../png/last-child-level-1-active.png);
            }

            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:first-child {
                padding-left: 1.3em;
                background-image: url(../png/first-child.png);
            }

                .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:first-child.active {
                    background-image: url(../png/first-child-active.png);
                }

            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:only-child {
                background-image: url(../png/only-child.png);
            }

                .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:only-child.active {
                    background-image: url(../png/only-child-active.png);
                }

.sidebar-header h2 {
    font-size: 1.667rem;
}

.nav-sidebar .article-nav__list {
    font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
    margin: 0;
    padding: 0;
    width: 100%;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat-y;
}


    .nav-sidebar .article-nav__list .list__item {
        padding: 0.5em 0 0.25em 2.6em;
        margin: 0;
        line-height: 1.2em;
        list-style-type: none;
        list-style-position: inside;
        background-repeat: no-repeat;
        background-image: url(../png/branch.png);
        background-position-x: 0;
        background-position-y: -10px;
    }


    /* branch level 1 */
    .nav-sidebar .article-nav__list .branch-level-1 .list__item {
        padding: 0.5em 0 0.25em 2.6em;
        margin: 0;
        line-height: 1.2em;
        list-style-type: none;
        list-style-position: inside;
        background-repeat: no-repeat;
        background-image: url(../png/branch-level-1.png);
        background-position-x: 0;
        background-position-y: -10px;
    }


    .nav-sidebar .article-nav__list .list__item a {
        display: block;
    }

    .nav-sidebar .article-nav__list .list__item.active {
        font-weight: 700;
        background-image: url(../png/branch-active.png);
    }

    /* branch level 1 */
    .nav-sidebar .article-nav__list .branch-level-1 .list__item.active {
        font-weight: 700;
        background-image: url(../png/branch-level-1-active.png);
    }

    .nav-sidebar .article-nav__list .list__item:last-child {
        background-image: url(../png/last-child.png);
    }

    /* branch level 1 on scroll */
    .nav-sidebar .article-nav__list .list__item.branch-level-1:last-child {
        background-image: url(../png/last-child-level-1.png);
    }

    .nav-sidebar .article-nav__list .list__item:last-child.active {
        background-image: url(../png/last-child-active.png);
    }

    /* branch level 1 on scroll */
    .nav-sidebar .article-nav__list .list__item.branch-level-1:last-child.active {
        background-image: url(../last_child-level-1-active.html);
    }

    .nav-sidebar .article-nav__list .list__item:first-child {
        padding-left: 1.3em;
        background-image: url(../png/first-child.png);
    }

        .nav-sidebar .article-nav__list .list__item:first-child.active {
            background-image: url(../png/first-child-active.png);
        }

    .nav-sidebar .article-nav__list .list__item:only-child {
        background-image: url(../png/only-child.png);
    }

        .nav-sidebar .article-nav__list .list__item:only-child.active {
            background-image: url(../png/only-child-active.png);
        }


.menu-list {
    font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
    margin: 0;
    padding: 0;
    width: 100%;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat-y;
}

    .menu-list .list__item {
        padding: 0.5em 0 0.25em 2.6em;
        margin: 0;
        line-height: 1.2em;
        list-style-type: none;
        list-style-position: inside;
        background-repeat: no-repeat;
        background-image: url(../png/branch.png);
        background-position-x: 0;
        background-position-y: -10px;
    }

        .menu-list .list__item a {
            display: block;
        }

        .menu-list .list__item.active {
            font-weight: 700;
            background-image: url(../png/branch-active.png);
        }

        .menu-list .list__item:last-child {
            background-image: url(../last_child.html);
        }

            .menu-list .list__item:last-child.active {
                background-image: url(../last_child-active.html);
            }

        .menu-list .list__item:first-child {
            padding-left: 1.3em;
            background-image: url(../first_child.html);
        }

            .menu-list .list__item:first-child.active {
                background-image: url(../first_child-active.html);
            }

        .menu-list .list__item:only-child {
            background-image: url(../only_child.html);
        }

            .menu-list .list__item:only-child.active {
                background-image: url(../only_child-active.html);
            }


.two-column .site-main .site-content .page-sidebar.floating {
    position: fixed;
    top: 642.2px;
    width: 299.7px;
}

    .two-column .site-main .site-content .page-sidebar.floating.at-bottom {
        position: absolute;
    }

@media (min-width: 992px) {
    .two-column .site-main .site-content .page-sidebar .sidebar-header button.toggleResponsive {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .two-column .site-main .site-content .page-sidebar {
        width: 100%;
        float: none;
        background-color: #f5ba1c;
        color: #000;
        position: relative;
        margin-bottom: 2em;
        padding: 0;
        overflow: hidden;

    }
    .afcfta-page.two-column .site-main .site-content .page-sidebar,
    .afcfta-page.two-column .site-main .site-content .page-sidebar .sidebar-footer {
        width: -webkit-fill-available;
        height: auto;
    }

    .afcfta-page .container .page-content{
        width:100%;
        float:none;
    }

    .afcfta-page.two-column .site-main .site-content .tabs-container .tab-content .tab-pane.active .page-sidebar {
        width: 100%;
    }
    .two-column .site-main .site-content .page-sidebar .sidebar-footer {
        /* width: 100%;
            float: none;
            background-color: #f5ba1c;
            color: #000;
            position: relative;*/
        width: -webkit-fill-available; /* 991.98px; */
        /*    margin-bottom: 2em; */
        left: inherit;
        top: inherit;
        /* top: 20px; */
        max-height: 80%;
        overflow: hidden;
        padding: 0px !important;
        padding: 0;
    }

    .jumpToHeader.call-for-feedback {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-between;
        /*   line-height: 1em;
        margin: 1px;*/
        /*  line-height: 2.1em;
            margin: 5px;*/
    }


    /* the text for the Call for feedback button */
        .jumpToHeader.call-for-feedback > div {
            /*    margin: 20px;*/
            flex-wrap: wrap;
            font-size: 0.7em;
        }

            .jumpToHeader.call-for-feedback > .feedback-icon {
                display: none;
            }

            .two-column .site-main .site-content .page-sidebar .sidebar-header h2 {
                display: none;
            }

        .two-column .site-main .site-content .page-sidebar .sidebar-header button.toggleResponsive {
            font-size: 1.667rem;
            background: 0 0;
            font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
            border: none;
            padding: 1em;
            display: block;
            width: 100%;
            text-align: left;
            font-weight: 700;
        }

            .two-column .site-main .site-content .page-sidebar .sidebar-header button.toggleResponsive:after {
                content: "\e804";
                font-family: fontello;
                font-weight: 400;
                position: absolute;
                right: 1em;
                -webkit-transition: 0.2s -webkit-transform ease;
                transition: 0.2s -webkit-transform ease;
                -o-transition: 0.2s transform ease;
                transition: 0.2s transform ease;
                transition: 0.2s transform ease, 0.2s -webkit-transform ease;
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
                display: inline-block;
            }

            .two-column .site-main .site-content .page-sidebar .sidebar-header button.toggleResponsive:focus {
                background-color: #000;
                color: #f5ba1c;
            }

        .two-column .site-main .site-content .page-sidebar .nav-sidebar {
            display: none;
            padding: 0 1em 1em 1em;
        }

            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list {
                font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
                margin: 0;
                padding: 0;
                width: 100%;
                background-position-x: 0;
                background-position-y: 0;
                background-repeat: repeat-y;
            }

                .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item {
                    padding: 0;
                    margin-bottom: 1px;
                    background-image: none;
                    display: block;
                }

                    /* 1evel-1 */
            .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1 {
                        padding: 0;
                        margin-bottom: 1px;
                        background-image: none;
                        display: block;
                    }


                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item a {
                        display: block;
                        padding: 0.5em 0.75em;
                        background-color: rgba(255, 255, 255, 0.2);
                    }

                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:first-child,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:last-child,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:only-child {
                        padding: 0;
                        background-image: none;
                    }

                    /* level-1 */
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:first-child,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:last-child,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:only-child {
                        padding: 0;
                        background-image: none;
                    }


                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:first-child.active,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:last-child.active,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:only-child.active {
                        background-image: none;
                    }

                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:first-child.active,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:last-child.active,
                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:only-child.active {
                        background-image: none;
                    }

                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item:last-child {
                        margin-bottom: 0;
                    }

                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1:last-child {
                        margin-bottom: 0;
                    }


                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1.active {
                        background-image: none;
                        font-weight: 400;
                    }


                    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.active {
                        background-image: none;
                        font-weight: 400;
                    }

        .two-column .site-main .site-content .page-sidebar.open .sidebar-header button.toggleResponsive {
            margin-bottom: 0.25em;
        }

            .two-column .site-main .site-content .page-sidebar.open .sidebar-header button.toggleResponsive:after {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .two-column .site-main .site-content .page-sidebar.open .nav-sidebar {
            display: block;
        }
}

.site-footer {
    color: #fff;
    font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
}

img {
    max-width: 100%;
}


body.two-column .site-main .overlay-chatbot {
    display: none;
}


/*
body,
html {
    font-size: 14px;
    color: #000;
    font-family: "Roboto", "Helvetica LT Std", Arial;
    line-height: 1.5rem;
}
*/

@media (min-width: 768px) {
    body,
    html {
        font-size: 15px; /* was 16px*/
    }
}

body h1,
body h2,
body h3,
body h4,
html h1,
html h2,
html h3,
html h4 {
    line-height: 1.4em;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h1,
h2,
h3,
h4 {
    font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
}

.site-main .site-content .page-content .page-heading {
    margin: 0 0 0.75em 0;
}

.site-main .site-content .page-content h1,
.site-main .site-content .page-content h2,
.site-main .site-content .page-content h3 {
    margin: 1.5em 0 0.75em 0;
}

    .site-main .site-content .page-content h2:first-child {
        margin-top: 0;
    }

.site-content a:link,
.site-content a:visited {
    color: #003055;
    text-decoration: underline;
}

.site-content a:active,
.site-content a:hover {
    text-decoration: none;
}

.site-content ol,
.site-content ul {
    padding: 0 0 0 2.2em;
    margin: 0 0 1rem 0;
}

    .site-content ol li,
    .site-content ul li {
        line-height: 2em;
    }

.site-footer a:link,
.site-footer a:visited {
    color: #003055;
    text-decoration: underline;
}

.site-footer a:active,
.site-footer a:hover {
    text-decoration: none;
}

ol li {
    list-style-type: decimal;
}



/*
body,
html {
    font-size: 14px;
    color: #000;
    font-family: "Roboto", "Helvetica LT Std", Arial;
    line-height: 1.5rem;
}
    */

@media (min-width: 768px) {
    body,
    html {
        !font-size:16px;
    }
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h1,
h2,
h3,
h4 {
    font-family: "Roboto", "Montserrat", "Helvetica LT Std", Arial;
}

h1,
h2,
h3,
h4 {
    line-height: 1.4em;
}

.site-main .site-content .page-content .page-heading {
    margin: 0 0 0.75em 0;
}

.site-main .site-content .page-content h1,
.site-main .site-content .page-content h2,
.site-main .site-content .page-content h3 {
    margin: 1.5em 0 0.75em 0;
}

/* customising the h1 of the EPA page */
.site-main .site-content .page-content h1 {
    margin: 1.5em 0 0.75em 0;
    font-size: 2.5em;
    font-weight: bold;
    color: #007182;
    border-radius: 100%;
}

/* For the AfCFTA page - H1 colour to be green */
.afcfta-page .site-main .site-content .page-content h1 {
    color: #2d8c46; /* green*/
}


/* customising the h2 of the EPA page */
.site-main .site-content .page-content h2 {
    margin: 1.5em 0 0.75em 0;
    font-size: 2em;
    font-weight: 700;
    color: #e0b42c;
    border-radius: 100%;
}

/* For the AfCFTA page - H2 colour to be yellow, either f5bb76 or f8c174*/
.afcfta-page .site-main .site-content .page-content h2 {
    color: #f5bb76;
}

/* For the Tab container title when it's in focus */
.afcfta-page .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #628795!important; /* khaki green #a2b68a!important; */
}

/* customising the h3 of the EPA page - dark yellow */
.site-main .site-content .page-content h3 {
    margin: 1.5em 0 0.75em 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #032B55;
    border-radius: 100%;
}

/* customising the h3 of the EPA page - dark cyan */
.site-main .site-content .page-content h4 {
    margin: 1.5em 0 0.75em 0;
    color: darkcyan;
    font-size: 1.2em;
    line-height: 2.4em;
    font-weight: bold;
    font-style: italic;
}

/* customising the h3 of the EPA page - lighter cyan */
.site-main .site-content .page-content h5 {
    margin: 1.5em 0 0.75em 0;
    color: #17a2b8;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: bold;
    font-style: italic;
}

/* AfCFTA Page */
.afcfta-page .site-main .site-content .page-content h5 {
    color: #70aa70;
}


/* customising the h3 of the EPA page - lighter cyan */
.site-main .site-content .page-content h6 {
    margin: 1.5em 0 0.75em 0;
    color: #e0b42c;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: bold;
    font-style: normal;
}
/* customising the caption of the EPA page - lighter cyan */
span.caption {
    margin: 1.5em 0 0.75em 0;
    color: #003055;
    font-size: 0.9em;
    line-height: 1.1em;
    font-weight: bold;
    font-style: italic;
}
/* colourful text for emphasis in a span  */
span.colourful {
    font-weight: bold;
    color: #007182; /* #003055; */
    text-decoration: none;
}

.site-main .site-content .page-content h2:first-child {
    margin-top: 0;
}

.site-content a:link,
.site-content a:visited {
    color: #003055;
    text-decoration: underline;
}

/*********************/
/* for AfCFTA page   */
.afcfta-page .site-content a:link,
.afcfta-page .site-content a:visited {
    text-decoration: none;
}

.afcfta-page .site-content a:link,
.afcfta-page .site-content a:visited {
    color: #003055; /*#93bf93; OR GREEN: #70aa70 */ /* was dark navy blue #003055; */
    text-decoration: underline;
}

.afcfta-page .site-content a:visited {
    color: #003055; /*#93bf93; */ /* was dark navy blue #003055; */
    text-decoration: underline;
}


/* NOT WORKING*/
.afcfta-page .site-content .sidebar-footer .feedback-icon a:link,
.afcfta-page .site-content .sidebar-footer .feedback-icon a:visited {
    color: #70aa70; /* was dark navy blue #003055; */
    text-decoration: underline;
    font-weight: 700;
}

#tbl-ingredients tbody tr:nth-child(2n) td {
    background: #fef0df; /*a light peach colour for every second row of the Ingredients table -  dark peach #e3ada2; */
}


/* #page-sidebar-1 > div > div > div:nth-child(2) > a*/


/*********************/
.site-content a:active,
.site-content a:hover {
    text-decoration: none;
}

.site-content ol,
.site-content ul {
    padding: 0 0 0 2.2em;
    margin: 0 0 1rem 0;
}

.site-content ol,
.site-content ul {
    padding: 0 0 0 2.2em;
    margin: 0 0 1rem 0;
}
.site-content ol li,
.site-content ul li {
    line-height: 2em;
}
/* for AfCFTA page */
.afcfta-page .site-content ol,
.afcfta-page .site-content ul {
    padding: 0;
    margin: 0;
}
/* for the bullet points of the Frequently Asked QUestions section of the AfCFTA page */
.afcfta-page .site-content .tabContent ul {
    margin-left: 2em;
}

.site-footer a:link,
.site-footer a:visited {
    color: #003055;
    text-decoration: underline;
}

.site-footer a:active,
.site-footer a:hover {
    text-decoration: none;
}

ol li {
    list-style-type: decimal;
}

.chatbot-inner-body__options .list-item:last-child__icon {
    margin-bottom: 0.2em;
}

.cx-widget.cx-window-manager.cx-theme-dark .cx-transcript textarea.cx-message-input:placeholder {
    color: #000;
}

.user-style--scheme-high-contrast input:placeholder {
    color: #ff0;
}

.user-style--scheme-cream input:placeholder {
    color: #010066;
}

.user-style--scheme-blue input:placeholder {
    color: #010066;
}

.site-main .site-content table tr td,
.site-main .site-content table tr th {
    border-color: #dee2e6;
    vertical-align: top;
    padding: 0.5em;
}

.site-main .site-content table tr th {
    background-color: #003055;
    color: #f2f2f2;
    position: static;
}

    .site-main .site-content table tr th p:last-child {
        margin-bottom: 0;
    }

.site-main .site-content table[border="1"] {
    border: 1px solid #adb5bd;
}

    .site-main .site-content table[border="1"] tr td,
    .site-main .site-content table[border="1"] tr th {
        padding: 1em;
        border: 1px solid #adb5bd;
    }

.is-scrollable-horizontally {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    overflow: hidden;
    overflow-x: auto;
}

    .is-scrollable-horizontally td,
    .is-scrollable-horizontally th {
        min-width: 12em;
    }

    .is-scrollable-horizontally ::-webkit-scrollbar {
        width: 12px !important;
    }

    .is-scrollable-horizontally ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
        border-radius: 10px !important;
    }

    .is-scrollable-horizontally ::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        background: #41617d !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
    }

        .is-scrollable-horizontally ::-webkit-scrollbar-thumb:window-inactive {
            background: #41617d !important;
        }

    .is-scrollable-horizontally ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .is-scrollable-horizontally ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }

    .is-scrollable-horizontally ::-webkit-scrollbar:horizontal {
        height: 5px;
    }

@media print {
    @page {
        size: A4;
        counter-increment: page;
        counter-reset: page 1;
        margin: 0.75cm 0.5cm;
    }

    img {
        width: auto !important;
    }

    .is-scrollable-horizontally {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    body,
    html {
        width: 210mm;
        height: 282mm;
    }

    h1,
    h2,
    h3,
    h4 {
        page-break-after: avoid;
    }

    table,
    tbody,
    td,
    thead,
    tr {
        page-break-inside: auto;
    }

    body.two-column .container-fluid .container {
        display: block !important;
        min-width: auto !important;
        max-width: none !important;
    }

    body.one-column .site-main .back-to-top,
    body.two-column .site-main .back-to-top {
        display: none;
    }

    body.two-column .site-main .site-content {
        padding: 1em 0;
    }

        body.two-column .site-main .site-content table tbody,
        body.two-column .site-main .site-content table thead {
            max-width: 100%;
        }

            body.two-column .site-main .site-content table tbody tr td,
            body.two-column .site-main .site-content table thead tr th {
                color: #000 !important;
                padding: 0.15em !important;
                border: 1px solid #adb5bd;
                font-size: 12px !important;
                background: 0 0 !important;
            }

        body.two-column .site-main .site-content .page-sidebar {
            display: none;
        }

        body.two-column .site-main .site-content > .container .topics-of-document {
            width: 100%;
            float: none;
            padding-left: 0;
        }

        body.two-column .site-main .site-content > .container .page-content {
            width: 100% !important;
            float: none !important;
            padding-left: 0 !important;
        }
}

@media print {
    body.two-column .site-main .container-fluid .container .page-content .page-heading {
        display: none;
    }

    body.two-column .site-main {
        position: static;
    }

    body.two-column .topics-of-document,
    body.two-column .site-footer {
        display: none !important;
    }
}

@font-face {
    font-family: slick;
    font-style: normal;
    src: url(../slick.html);
    src: url(../slickd41d.html?#iefix) format("embedded-opentype"), url(../slick-2.html) format("woff"), url(../slick-3.html) format("truetype"), url(../slick-4.html#slick) format("svg");
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #003e6f;
}

h1,
h2,
h3,
h4 {
    line-height: 2rem;
}

/*
body,
html {
   
 //   font-family: "Roboto", "Helvetica LT Std", Arial;
 //   margin: 0;
 //   padding: 0;
 //   width: 100%;
 //   background: #fff;
   


    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.54;
    overflow-x: hidden;
    background: #fff;
}

 */




/*  cazhere  */
.correct-answer-feedback.active {
    display: block;
}


.correct-answer-feedback {
    display: none;
}

.incorrect-answer-feedback.active {
    display: block;
}


.correct-answer-feedback, 
.incorrect-answer-feedback  {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2em;
    color: #a9a7a7;
}
.incorrect-answer-feedback {
    display: none;
}

.quiz-container {
    margin-bottom: 80px;
    -webkit-tap-highlight-color: transparent !important;
}




.question-container {
    text-align: left; /* was center;  21st Oct 2020 */
    margin-bottom: 80px;
}

    .question-container .question-text {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        font-weight: 300;
        clear: both;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

        .question-container .question-text:before {
            content: " ";
            display: block;
            position: relative;
            background-color: #D9D9D9;
            width: 150px;
            height: 1px;
            margin: 0 auto 20px;
        }

    .question-container .answer-buttons .answer-btn {
        padding: 20px;
        display: flex; /*inline-block; */
        vertical-align: middle;
        margin: 5px 0px 0px 0px;
        font-size: 18px;
        font-weight: 300;
        width: inherit; /* 45%; */
    }

        .question-container .answer-buttons .answer-btn:last-child {
            margin-right: 0;
        }

        .question-container .answer-buttons .answer-btn.active {
            background-color: #f9f9f9;
            color: black;
            cursor: pointer;
        }

        .question-container .answer-buttons .answer-btn.correct {
            background-color: #00d9d5; /* aqua */
            color: white;
        }

        .question-container .answer-buttons .answer-btn.incorrect {
            background-color: #FB1B17;
            color: white;
        }

        .question-container .answer-buttons .answer-btn.inactive {
            background-color: #f6f6f6;
            color: #000;
            cursor: default;
        }

    .question-container .answer-container {
        display: none;
        padding-top: 25px;
    }

    .question-container .answer-container p {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 4px;
    }

        .question-container .answer-container p.p-info {
            font-size: 1.2em;
            line-height: 1.5em;
            font-weight: 300;
            /* max-width: 320px;*/
            /* margin: 20px auto;*/
            margin: 2em 2em;
        }

    .question-container .answer-container.active{
        display: block;
        padding-top: 25px;
    }


    /* final score section*/
.score-section{
    display: none;
}

.score-section.active {
    display: block;
}

.results-container > div > div.score-section.active > p,
.results-container > div > div.score-section.active > h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #007182;
    line-height: 2em;
    padding-bottom: 0.2em;
}

div.score-section.active > h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #007182;
    line-height: 2em;
    padding-bottom: 0.2em;
}

.results-container {
    text-align: center;
    display: none;
}


.results-container h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 0;
}

        .results-container h3 span {
            font-weight: bold;
        }
    /* this one is used for the remark and the next steps span tags */
    .results-container span.strong {
        font-size: 1.2em;
        font-weight: 600;
        color: #007182;
        line-height: 25px;
        padding-bottom: 4px;
    }

    .results-container .results-share-buttons {
        text-align: center;
        margin: 0 auto;
    }

        .results-container .results-share-buttons > div {
            width: 48px;
            height: 48px;
            border-radius: 24px;
            radius: 24px;
            background-color: #16BAC5;
            display: inline-block;
            font-family: 'cnn-icons';
            color: #fff;
            font-size: 30px;
            line-height: 48px;
            cursor: pointer;
        }

        .results-container .results-share-buttons .results-share-fb:before {
            content: "\f12e";
            padding-left: 3px;
        }

        .results-container .results-share-buttons .results-share-tw:before {
            content: "\f139";
            color: #fff;
            padding-left: 6px;
        }

        .results-container .results-share-buttons .results-share-tw {
            margin-left: 10px;
        }



/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
    .quiz-container {
        text-align: left; /* center;  */
        margin-top: 10px; /*40px; */
        margin-bottom: 10px; /*40px; */
    }

        .quiz-container .question-text {
            font-size: 25px;
            line-height: 33px;
            text-align: center;
            font-weight: 300;
            clear: both;
            max-width: 400px;
            margin: 10px auto 15px auto;
        }

            .quiz-container .question-text:before {
                content: " ";
                display: block;
                position: relative;
                background-color: #D9D9D9;
                width: 250px;
                height: 1px;
                margin: 10px auto 20px auto;
            }




        .quiz-container .answer-buttons {
            padding: 0px;
            display: flex; /*inline-block; */
            /*  display: flex;  */
            flex-wrap: wrap;
            justify-content: space-between;
            margin-right: inherit; /* 20px; */
            font-size: 1em; /* 18px; */
            font-weight: 300;
            width: inherit; /* 200px; */
            vertical-align: middle;
            /*     background-color: #f7f7f7;  */
            border-radius: 3px;
            margin-top: 0.5em;
            /*   border: 1px solid red;*/
            /* padding: 20px;*/
        }


            .quiz-container .answer-buttons.stacked {
                padding: 0px;
                display: inline-block; /*inline-block; */
                /*  display: flex;  */
                flex-wrap: wrap;
                justify-content: space-between;
                margin-right: inherit; /* 20px; */
                font-size: 1em; /* 18px; */
                font-weight: 300;
                width: -webkit-fill-available; /* inherit  200px; */
                vertical-align: middle;
                /*     background-color: #f7f7f7;  */
                border-radius: 3px;
                /*    padding: 20px;*/
            }


            .quiz-container .answer-buttons .answer-btn {
                /*  padding: 0px;  */
                /*  display: flex;    */ /*inline-block; */
                /*  margin-right: inherit;  */ /* 20px; */
                /*  font-size: 1em;   */ /* 18px; */
                /*  font-weight: 300;  */
                /*  width: inherit;   */ /* 200px; */
                width: 49%;
                /* height: 100px;  */
                height: auto;
                margin-bottom: 1%; /* originally 2%; */
                vertical-align: middle;
                text-align: left
            }



                .quiz-container .answer-buttons .answer-btn.stacked {
                    /*  padding: 0px;  */
                    /*  display: flex;    */ /*inline-block; */
                    /*  margin-right: inherit;  */ /* 20px; */
                    /*  font-size: 1em;   */ /* 18px; */
                    /*  font-weight: 300;  */
                    /*  width: inherit;   */ /* 200px; */
                    width: auto;
                    /* height: 100px;  */
                    height: auto;
                    margin-bottom: 1%; /* originally 2%; */
                    vertical-align: middle;
                    text-align: left
                }

                .quiz-container .answer-buttons .answer-btn:last-child {
                    margin-right: 0;
                }

                .quiz-container .answer-buttons .answer-btn.active {
                    background-color: #f6f6f6;
                    color: black;
                    cursor: pointer;
                    padding: 25px;
                }

                    .quiz-container .answer-buttons .answer-btn.active:hover {
                        background: #ddd;
                    }

                .quiz-container .answer-buttons .answer-btn.inactive {
                    background-color: #f6f6f6;
                    color: black;
                    cursor: default;
                    padding: 25px;
                }

                .quiz-container .answer-buttons .answer-btn.correct {
                    background-color: #00d9d5; /* bright green  #24CF54; */
                    color: white;
                    padding: 25px;
                }

                .quiz-container .answer-buttons .answer-btn.incorrect {
                    background-color: #FB1B17;
                    color: white;
                    padding: 25px;
                }

        .quiz-container .answer-container {
            display: none;
        }

            .quiz-container .answer-container p {
                font-size: 24px;
                line-height: 28px;
                margin-bottom: 0;
                font-weight: 300;
                padding-bottom: 4px;
            }

                .quiz-container .answer-container p.p-info {
                    font-size: 17px;
                    line-height: 25px;
                    font-weight: 300;
                    max-width: 600px;
                    margin: 2em 2em; /* 20px auto;*/
                    /* padding: 2.2em 2.2em;*/
                }

    .results-container {
        text-align: left; /* center;  */
    }

        .results-container h3 {
            font-size: 2em; /* 48px; */
            line-height: 3em; /* 48px;  */
            font-weight: 300;
            margin-bottom: 0;
        }

            .results-container h3 span {
                font-weight: bold;
            }

        /* this one is used for the remark and the next steps span tags */
        .results-container span.strong {
            font-size: 1.2em;
            font-weight: 600;
            color: #007182;
            line-height: 25px;
            padding-bottom: 4px;
        }
}

p.dotted {
    border-style: dotted;
}

p.dashed {
    border-style: dashed;
}

p.solid {
    border-style: solid;
}

p.double {
    border-style: double;
}

p.groove {
    border-style: groove;
    padding: 5px;
}

p.ridge {
    border-style: ridge;
}

/* RESPONSIVE*/

@media (max-width: 1199px) {


    #methodology-tabs-heading{
        display:block;
    }

    body > header {
        display: none;
    }

    .hero-banner :before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: linear-gradient( 180deg, rgba(3, 43, 85, 0.9) 0%, rgba(3, 43, 85, 0.0) 60%, rgba(3, 43, 85, 0.1 ) 100%);
    }

    .page-learn .header-nav {
        height: 4em;
    }

    .jumpToHeader.call-for-feedback {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-between;
        line-height: 1.4em; /* 2.1em;*/
        margin: 5px;
    }

    .hero-banner .inner-wrapper .title, .main-search-container .container .search-box .title {
        padding: 0;
    }


    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


    .site-main .site-content .page-content h1 {
        font-size: 1.22em; /* 19.5px*/
        line-height: 1.27em;
        padding: 0;
    }

    .site-main .site-content .page-content h2 {
        font-size: 1.2em; /* 18px*/
        padding: 0;
    }

    .topics-of-document .list .list__item a:link, .topics-of-document .list .list__item a,
    .topics-of-document .list .list__item:last-child a:link {
        font-size:15px; /*1.1em;*/
        padding: 0.8em 0;
        padding-left: 0;
    }

    .two-column .site-main .site-content .page-sidebar .sidebar-header button.toggleResponsive {
        font-size: 1em;
        padding: 1em 0.2em 0.2em 1em;
    }

    .site-main .site-content .page-content h4 {
        font-size: 1em;
        line-height: 1.15em;
        padding: 0;
    }

    .site-main .site-content .page-content h3 {
        font-size: 1.1em;
        line-height: 1.2em;
        padding: 0;
    }

    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item.branch-level-1 {
      font-size:1em;
    }

    .two-column .site-main .site-content .page-sidebar .nav-sidebar .article-nav__list .list__item a {
        font-size: 1em;
    }

    /* Quiz */
    .question-container .answer-buttons .answer-btn {
        font-size: 0.9em/* 1em is 15px */;
    }
    .question-container .answer-container p {
        font-size: 0.8em;
        line-height: 1em;
        padding-bottom: 0.1em;
    }

        .question-container .answer-container p.p-info {
            font-size: 1em;
            line-height:1.2em;
            font-weight: 300;
            /* max-width: 320px; */
            /* margin: 20px auto; */
            margin: 0.8em 0.3em;
        }

    .results-container > div > div.score-section.active > p, .results-container > div > div.score-section.active > h3 {
        font-size: 1em;
        line-height: 1.2em;
        padding-bottom: 0.2em;
    }

    .page-content p {
        font-size: 1em /*1em is 15px */;
    }

    .question-container {
        margin-bottom: 2em; /* desktop: 80px;*/
    }

    .site-content ol li, .site-content ul li {
        line-height: 1.6rem; /*2em;*/
        font-size: 1.3rem;
    }

    .two-column .site-main .container-fluid .site-content .container{
        font-size: 0.9em;
        width:100%;
    }

    .tools-accordion {

        padding: 0.4em 0.5em;
        font-size: 0.9em;
        transition: 0.4s;
    }
}
