@import url('colors.css');

@font-face {
    font-family: 'Barlow Regular';
    src: url('CustomFonts/Barlow-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Bold';
    src: url('CustomFonts/Barlow-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Barlow Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    display: flex;
    justify-content: center;
    background: var(--background-color);
    color: var(--body-text-color);
}
    /*New cookie*/
    body .termsfeed-com---palette-light.termsfeed-com---nb {
        background-color: black;
        opacity: 0.8;
    }

    body .termsfeed-com---palette-light .cc-nb-text {
        color: white;
    }

    body .termsfeed-com---palette-light .cc-nb-reject {
        display: none;
    }

    body .termsfeed-com---palette-light .cc-nb-reject {
        color: #111;
        background-color: #eaeaea;
    }

    body .termsfeed-com---palette-light .cc-nb-okagree {
        color: #fff;
        background-color: var( --text-form-input);
    }

    body .termsfeed-com---palette-light .cc-cp-foot-save {
        color: #fff;
        background-color: var( --text-form-input);
    }

    body .termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked + label:before {
        background-color: var( --text-form-input);
    }

    body .termsfeed-com---nb-simple {
        right: 0;
        top: 0;
        right: 30px;
        top: 0;
        max-width: 400px;
        max-height: 350px;
        height: 235px;
        width: 370px;
    }

.termsfeed-com---reset {
    font-family: 'Barlow Regular', sans-serif;
    font-weight: 700;
    font-style: normal;
}

body .termsfeed-com---nb .cc-nb-main-container {
    padding: 0.6em 1.5em 1.6em 1.8em;
}

body .termsfeed-com---palette-light .cc-nb-text a {
    color: lightgrey;
}

button #title_targeting.cc-cp-body-tabs-item-link {
    display: none !important;
}

.Address, .AddressRight {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 12px;
    margin: 0px;
    padding: 20px;
    padding-top: 1px;
}

.AddressRight {
    float: right;
    text-align: right;
    color: #171C17;
    /*  margin-top: 10px;*/
}
.footerLogo {
 
    margin-left: 20px;
}
.Address {
    color: var(--body-text-color);
}

    .Address b, .AddressRight b {
        font-size: 12px;
    }

    .Address a, .AddressRight a {
        color: white;
    }
@media (max-width: 767px) {
    .Address, .AddressRight {
        float: none;
        text-align: center;
    }
}