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

@media only screen and (max-width:764px) {
    h2 {
        font-size: 20px;
        line-height: 28px;
    }

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

    #heading256 h4.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;
    }

    #heading256 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) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    p {
        font-size: 20px;
        line-height: 28px;
    }

    #heading256 h4.panel-title a {
        font-size: 20px !important;
        line-height: 28px;
    }

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

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

    #heading256 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;
    }
}

#cookie-manager-title .title-image {
    width: 134.41px;
    height: 34px;
;
    margin-left: -8px;
}

.cookie-closer {
    color: #222222;
    -webkit-text-stroke: 6px #fff;
}

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

#heading-required h2.panel-title {
    color: #222222;
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 700;
    font-family: "sofia-pro", sans-serif;
}

#heading-required h2.panel-title a {
    color: #222222;
    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: #222222;
    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: #222222;
    color: #fff;
    border-radius: 100px;
    padding: 10px 24px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

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

#cookie-manager-details input[type=checkbox]:not(:checked) ~ .switch {
    background-color: #767676;
}

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

button#save-cookie-options {
    text-transform: uppercase;
}

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