﻿.mce-content-body {
    /*padding: 8px;*/
}
body, .mce-content-body {
    font-family: 'Futura PT Book', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .mce-content-body .s-acc::after {
        content: "[acc]";
        font-size: 12px;
        font-weight: normal;
        position: absolute;
    }

    img {
        max-width: 100%;
        height: auto;
    }

a {
    color: #406e92;
    text-decoration: underline;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

    a:hover,
    a:focus {
        color: #031122;
        text-decoration: underline;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
    }

    a .icon-link-ext {
        font-size: 18px;
        position: relative;
        top: 0;
    }

hr {
    border-color: #78858e;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

    hr.feature {
        margin: 26px 0;
        background-color: #0db2ad;
        border: none;
        height: 3px;
    }

    hr.feature:not([size]) {
        height: 3px;
    }

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

h1,h2,h3 {
    margin-top: 20px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Futura PT', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #000;
}

.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5 {
    color: #000!important;
}

h1 {
    font-size: 50px;
    font-weight: 700;
    /*line-height: 50px;*/
    margin-bottom: 30px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    /*line-height: 40px;*/
    margin-bottom: 24px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    /*line-height: 34px;*/
    margin-bottom: 16px;
    margin-top: 50px!important;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    /*line-height: 28px;*/
}

h5 {
    font-size: 20px;
    font-weight: 700;
    /*line-height: 24px;*/
}

h6 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
}

strong {
    font-family: 'Futura PT', Arial, Helvetica, sans-serif;
}

p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 18px;
}

    p.lead {
        font-size: 28px;
        line-height: 34px;
    }

    p.small {
        font-size: 18px;
        color: #444444;
    }

    p + .small {
        margin-top: -10px;
    }

    p + h4,
    p + h3,
    p + h2,
    h2 + h3 {
        margin-top: 30px;
    }

ul + p {
    margin-top: -10px;
}

ol {
    padding-left: 15px;
    font-weight: normal;
    margin-bottom: 30px;
}

    ol > li {
        margin-bottom: 10px;
        padding-left: 6px;
    }

ul {
    padding-left: 20px;
    list-style-type: square;
    margin-bottom: 30px;
}

    ul > li {
        margin-bottom: 4px;
        padding-left: 6px;
    }

        ul > li > ul,
        ol > li > ul {
            padding-top: 8px;
            padding-bottom: 8px;
        }

blockquote {
    border-left: 3px solid #406e92;
    padding: 6px 0 32px 30px;
    margin: 0 0 28px;
}

    blockquote p {
        color: #406e92;
        font-family: 'Futura PT Demi', Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: italic;
        line-height: 30px;
    }

a i:before,
.btn-link i:before,
a .icon:before,
.btn-link .icon:before {
    text-decoration: none !important;
}


figure {
    margin-bottom: 30px;
}

    figure > img {
        width: 100%;
    }

    figure > figcaption {
        font-size: 18px;
        color: #444;
        font-family: 'Futura PT Book', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: italic;
        border-bottom: 1px solid #78858e;
        padding: 12px 0;
    }


.table-responsive {
    max-height: 100px;
}

table thead tr th a i,
table thead tr th a .icon {
    cursor: pointer;
    font-size: 14px;
    margin-left: -4px;
}

table thead tr th .popover {
    background-color: #406e92;
    color: #fff;
}

    table thead tr th .popover .popover-title {
        color: #fff;
    }

    table thead tr th .popover.right > .arrow::after {
        border-right-color: #406e92;
    }

    table thead tr th .popover.top > .arrow::after {
        border-top-color: #406e92;
    }

table thead tr th .popover-title .close {
    color: #fff;
}

    table thead tr th .popover-title .close:hover,
    table thead tr th .popover-title .close:focus {
        color: #eee;
    }


/* VERTICAL SCROLL TBODY TABLE CONTENT*/

table.table-vertical-scroll thead,
table.table-vertical-scroll tbody,
table.table-vertical-scroll tr,
table.table-vertical-scroll td,
table.table-vertical-scroll th {
    box-sizing: border-box;
    display: block;
}

    table.table-vertical-scroll tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

table.table-vertical-scroll tbody {
    max-height: 500px;
    overflow-y: auto;
    border-top: 3px solid #0db2ad;
}

table.table-vertical-scroll thead {
    width: 97%;
    /* minus scroll bar width */
    width: calc(100% - 17px);
}

    table.table-vertical-scroll thead tr {
        border-bottom: 0;
    }

    table.table-vertical-scroll tbody td,
    table.table-vertical-scroll thead th {
        width: 50%;
        float: left;
        padding: 12px 5px;
    }

table.responsive-table.exchange-rates span.responsive-rate-heading {
    display: none;
}


table {
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
}

    table > thead > tr {
        border-bottom: 3px solid #0db2ad;
    }

        table > thead > tr > th {
            padding: 12px 6px 12px 0;
            font-size: 20px;
            font-family: 'Futura PT Demi', Arial, Helvetica, sans-serif;
            font-weight: 500;
            font-style: normal;
            white-space: nowrap;
        }

            table > thead > tr > th span {
                display: block;
                color: #333;
                font-size: 14px;
            }

    table > tbody > tr {
        border-bottom: 1px solid #ccc;
    }

        table > tbody > tr > td {
            padding: 12px 6px;
            font-size: 18px;
        }


    /* table styles - customsTable */
    table.customsTable {
        font-family: 'Futura PT Book',Arial,Helvetica,sans-serif;
        background-color: #FFFFFF;
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }

        table.customsTable td, table.customsTable th {
            border: 1px solid #ccc;
        }

        table.customsTable thead th {
            font-size: 18px;
            font-weight: bold;
            background-color: #003d6e;
            color: #ffffff;
            text-align: left;
            font-weight: 700;
            margin-bottom: 16px;
            border: none;
            border-bottom: 1px solid #ccc;
            padding: 12px 6px;
        }

        table.customsTable tbody td:nth-child(1n+2) {
            text-align: center;
        }

        table.customsTable tbody td {
            border: none;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            font-size: 18px;
            color: #000000;
            padding: 12px 6px;
            vertical-align: top;
        }

        table.customsTable #blue, table.customsTable .blue {
            background-color: #003d6e;
        }

        table.customsTable #teal, table.customsTable .teal {
            background-color: #0db2ad;
        }

        table.customsTable tr td.border {
            border-bottom: none;
        }

        table.customsTable #light, table.customsTable .light {
            background-color: #daefff;
        }

        table.customsTable td:nth-child(2n+1) {
            width: 30%;
        }

        table.customsTable td:nth-child(2n+2) {
            width: 70%;
        }

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 24px;
        line-height: 26px;
    }

    h4 {
        font-size: 22px;
        line-height: 26px;
    }

    p {
        font-size: 20px;
        margin: 0 0 14px;
    }

        p.lead {
            font-size: 22px;
            line-height: 26px;
        }

    ul,
    ol {
        margin-bottom: 20px;
    }

    label,
    legend {
        font-size: 20px;
    }

    legend {
        margin-bottom: 0;
    }
    /* Force table to not be like tables anymore */
    table.responsive-table,
    table.responsive-table thead,
    table.responsive-table tbody,
    table.responsive-table thead th,
    table.responsive-table tbody td,
    table.responsive-table tr {
        display: block;
    }

    table.responsive-table {
        margin-top: 24px;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        table.responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        table.responsive-table > tbody > tr > td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #ccc;
            position: relative;
            padding-left: 50%;
            padding-top: 12px;
            padding-bottom: 12px;
        }

        table.responsive-table > tbody > tr {
            border-top: 2px solid #0db2ad;
        }

            table.responsive-table > tbody > tr > td:before,
            table.responsive-table > tbody > tr > td > span.responsive-rate-heading {
                /* Now like a table header */
                position: absolute;
                top: 10px;
                left: 0;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-family: 'Futura PT Demi', Arial, Helvetica, sans-serif;
                font-weight: 500;
                font-style: normal;
            }

            table.responsive-table > tbody > tr > td:last-of-type {
                border-bottom: 0;
            }

        table.responsive-table.exchange-rates span.responsive-rate-date {
            font-size: 14px;
        }

        table.responsive-table.exchange-rates span.responsive-rate-heading {
            display: block;
        }

        table.responsive-table.exchange-rates td {
            min-height: 70px;
        }
        /*Label the data*/
        table.responsive-table.supplier-codes td:nth-of-type(1):before {
            content: "Country";
        }

        table.responsive-table.supplier-codes td:nth-of-type(2):before {
            content: "Supplier name";
        }

        table.responsive-table.supplier-codes td:nth-of-type(3):before {
            content: "Supplier code";
        }

    blockquote {
        border-left: 3px solid #406e92;
        padding: 0 0 20px 20px;
        margin: 0 0 28px;
    }
    table > thead > tr > th a.popover-link i,
    table > thead > tr > th a.popover-link .icon {
        display: none;
    }

}
@media only screen and (max-width: 480px) {
    table.responsive-table > tbody > tr > td {
        padding-left: 0;
    }

        table.responsive-table > tbody > tr > td:before,
        table.responsive-table > tbody > tr > td > span.responsive-rate-heading {
            /* Now like a table header */
            position: relative;
            /* Top/left values mimic padding */
            top: 0;
            width: 100%;
            padding-right: 10px;
            display: block;
            margin-bottom: 4px;
        }

    table > tbody > tr > td {
        font-size: 18px;
    }

    table.table-vertical-scroll tbody td:last-of-type,
    table.table-vertical-scroll thead th:last-of-type {
        text-align: right;
        padding-right: 16px;
    }
}

.collapse.in {
    display: block;
}