@import url("https://use.typekit.net/ynd5gzg.css");

@media only screen and (max-width:764px) {
    div#cookie-manager-title {
        padding: 36px 0 0 0;
    }
    #cookie-manager-title .title-image {
        max-width: 160px;
        max-width: none;
        margin: 0 0 40px 0;
        padding: 0;
        position: relative;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        padding: 0 0 10px 0;
        margin: 0px;
    }

    p {
        font-size: 14px;
        line-height: 16.8px;
    }

    #heading-required h2.panel-title a {
        font-size: 16px !important;
        line-height: 24px;
    }

    h4.panel-title {
        font-size: 16px !important;
        line-height: 24px;
    }

    h5 {
        font-size: 14px;
        line-height: 20px;
        margin: 11px 17px 0;
    }

    #heading-required label {
        font-size: 14px;
        line-height: 20px;
    }

    .accordion-toggle.collapsed .gg-chevron-up {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -4px;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    a.accordion-toggle.collapsed.active .gg-chevron-up {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: -3px;
    }
}

@media only screen and (min-width:764px) {

    div#cookie-manager-title {
        padding: 36px 0;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    #heading-required h2.panel-title a {
        font-size: 16px !important;
        line-height: 24px;
        letter-spacing: 0;
    }

    h4.panel-title {
        font-size: 16px !important;
        line-height: 24px;
        letter-spacing: 0;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 17px 0;
    }

    #heading-required label {
        font-size: 16px;
        line-height: 24px;
    }

    .accordion-toggle.collapsed .gg-chevron-up {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: -7px;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    a.accordion-toggle.collapsed.active .gg-chevron-up {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: -4px;
    }
}

.row.header-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
div#cookie-manager-footer {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.cookie-closer {
    color: #222222;
    -webkit-text-stroke: 6px #fff;
    top: 50px;
}

h2 {
    color: #222222;
    font-weight: 600;
    font-family: "sofia-pro", sans-serif;
}

#heading-required h2.panel-title {
    color: #0f0f0f;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0;
    font-family: "sofia-pro", sans-serif;
}
#heading-required h2.panel-title b {
    font-weight: 700;
}
#heading-required h2.panel-title a {
    color: #000;
    font-weight: 700;
    font-family: "sofia-pro", sans-serif;
}

h4.panel-title {
    color: #222222;
    font-weight: 700;
    font-family: "sofia-pro", sans-serif;
}

p {
    color: #0f0f0f;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
}

h5 {
    color: #222222;
    font-weight: 700;
    font-family: "sofia-pro", sans-serif;
    padding: 0;
}

#cookie-manager-details input[type=checkbox]:checked ~ .switch {
    background: rgb(17, 17, 17);
    color: #fff;
}

#cookie-manager-footer #save-cookie-options {
    background-color: #5e8133;
    color: #fff;
    border-radius: 100px;
    padding: 10px 24px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    width: 180px;
    height: 40px;
}

#heading-required label {
    color: #222222;
    font-weight: 700;
    font-family: "sofia-pro", sans-serif;
}

#cookie-manager-details .toggle-item {
    width: 44px;
    height: 24px;
    position: relative;
    top: 11px;
}

#cookie-manager-details .switch {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: -3px;
    transition: .5s;
    padding: 5px 0 5px 10px
}

#cookie-manager-details .toggle {
    width: 20px;
    height: 20px;
    top: 2.4px;
    box-shadow: 1px 1px 7px grey;
    display: block;
    border-radius: 50%;
    position: absolute
}
#cookie-manager-details input[type=checkbox]:checked~.toggle {
    left: 19px;
    background: #fff;
}
#cookie-manager-details input[type=checkbox]:not(:checked) ~ .switch {
    background-color: #767676;
}

#cookie-manager-details input[type=checkbox]:checked ~ .switch {
    background-color: #5e8133;
}

a.privacy-notice-link {
    color: #222222;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    size: 20px;
    text-decoration: underline;
    text-transform: lowercase;
}