/* Settings */
@font-face {
    font-family: 'PFBeauSansPro';
    src: url('/wp-content/themes/iedigital/fonts/PFBeauSansPro-Bbook.woff') format('woff'),
    url('/wp-content/themes/iedigital/fonts/PFBeauSansPro-Bbook.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}



.ie-acc--toggle.active {
    right: 3.5rem;
    top: 3.5rem;
    bottom: auto;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .ie-acc--toggle.active {
        right: 3.5rem !important;
    }
}

.ie-acc--toggle-reset {
    position: fixed;
    right: 8.5rem;
    top: 3.3rem;
    width: 5rem;
    height: 5rem;
    background-color: transparent;
    z-index: 999;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M48 192c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16s16 7.2 16 16v92.6C103.2 75.5 174.5 32 256 32c123.7 0 224 100.3 224 224s-100.3 224-224 224c-79.9 0-150-41.8-189.7-104.8C59.8 364.8 67.7 352 80 352c6 0 11.4 3.2 14.7 8.2C128.9 413 188.4 448 256 448c106 0 192-86 192-192s-86-192-192-192c-71.1 0-133.1 38.6-166.3 96H176c8.8 0 16 7.2 16 16s-7.2 16-16 16H48z'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 3rem;
    background-repeat: no-repeat;
    transition: 0.3s;
    border: 0;
    text-indent: -99999px;
    overflow: hidden;
    box-shadow: none;
}
@media (min-width: 768px) {
    .ie-acc--toggle-reset {
        right: 10.5rem;
        top: 3.75rem;
    }
}
.ie-acc--toggle-reset:hover {
    transform: rotate(-15deg);
    transition: 0.2s;
}

.ie-acc--toggle-close {
    position: fixed;
    right: 3.5rem;
    top: 3.8rem;
    width: 5rem;
    height: 5rem;
    background-color: transparent;
    z-index: 999;
    background-position: center center;
    background-size: 3rem;
    background-repeat: no-repeat;
    transition: 0.3s;
    border: 0;
    text-indent: -99999px;
    overflow: hidden;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M192 233.4L59.5 100.9 36.9 123.5 169.4 256 36.9 388.5l22.6 22.6L192 278.6 324.5 411.1l22.6-22.6L214.6 256 347.1 123.5l-22.6-22.6L192 233.4z'/%3E%3C/svg%3E");

}
@media (min-width: 768px) {
    .ie-acc--toggle-close {
        right: 3.5rem;
        top: 3.8rem;
    }
}

.ie-acc__title {
    color: white;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: bold;
    font-family: 'PFBeauSansProBold', 'Verdana', Arial, sans-serif;
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .ie-acc__title {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}
.ie-acc__panel {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    background-color: #292424;
    width: calc(95% - 1.5rem);
    max-width: 50rem;
    z-index: 9999999;
    padding: 2rem;
    border-radius: 2rem;
    display: none;
}
@media (min-width: 768px) {
    .ie-acc__panel {
        padding: 2.5rem;
        border-radius: 3rem;
    }
}
.ie-acc__panel.active {
    display: block;
}
.ie-acc__main-controls {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 2fr 2fr;
    margin-top: 3rem;
}
.ie-acc__bottom-controls {
    display: grid;
    grid-gap: 1rem;
    margin-top: 2rem;
}
.ie-acc__button {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    text-align: center;
    color: white;
    padding: 1.3rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 300;
    transition: 0.1s;
    font-size: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
    .ie-acc__button {
        font-size: 1.4rem;
        padding: 1.7rem 1rem 1.4rem 1rem;
    }
}
.ie-acc__button:hover {
    border: 1px solid #F2A900;
}
.ie-acc__button.active {
    background-color: #F2A900;
    color: white;
    transition: 0.1s;
    cursor: pointer;
}
.ie-acc__range-button {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    text-align: center;
    color: white;
    padding: 1.3rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 300;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .ie-acc__range-button {
        padding: 1.8rem 2rem;
    }
}
.ie-acc__range-button label {
    width: 9rem;
    padding-right: 1.8rem;
    margin: 0;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .ie-acc__range-button label {
        font-size: 1.4rem;
        width: 20rem;
    }
}
.ie-acc__range-button .range-bar {
    margin-right: 3rem;
    height: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    display: none;
}
@media (min-width: 768px) {
    .ie-acc__range-button .range-bar {
        display: block;
    }
}
.ie-acc__range-button .range-bar--dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #F2A900;
}
.ie-acc__range-button .range-bar--dot:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-color: white;
    border-radius: 50%;
}
.ie-acc__range-button .range-button__amount {
    margin-right: 1rem;
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .ie-acc__range-button .range-button__amount {
        font-size: 1.4rem;
    }
}
.ie-acc__range-button .range-button__qty {
    margin-left: 1rem;
    display: flex;
    align-items: center;
}
.ie-acc__range-button .range-button--increase, .ie-acc__range-button .range-button--decrease {
    font-size: 2.6rem;
    color: #222;
    border: 0;
    font-weight: bold;
    background-color: #F2A900;
    width: 3rem;
    padding: 1px 2px 2px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    transition: 0.2s;
    border-radius: 50%;
}
.ie-acc__range-button .range-button--increase:hover, .ie-acc__range-button .range-button--decrease:hover {
    cursor: pointer;
    background-color: #e99e0e;
    transition: 0.2s;
}
.ie-acc__range-button .range-button--decrease {
    margin-right: 1rem;
    font-size: 2.8rem;
    padding-bottom: 8px;
    padding-top: 8px;
}

.active-screen-reader {
    outline: 2px solid yellow !important;
    outline-offset: 2px !important;
}

body.highlight-links a {
    border: 2px solid red !important;
}
body.highlight-headings h1, body.highlight-headings h2, body.highlight-headings h3, body.highlight-headings h4, body.highlight-headings h5 {
    border: 2px solid red !important;
}

/* override default styles for Strategy Unit only */
@media (min-width: 768px) {
    .ie-acc--toggle {
        top: 16rem;
    }
}
@media (min-width: 768px) {
    .ie-acc--toggle:hover {
        top: 17rem;
    }
}
@media (min-width: 768px) {
    .ie-acc--toggle.active:hover {
        top: 3.5rem;
    }
}

/*# sourceMappingURL=ie-accessibility-tool.css.map */
