/* 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{
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_742_585' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Crect x='0.319336' y='0.615723' width='23.9925' height='24.1628' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_742_585)'%3E%3Cpath d='M12.3157 4.92941C11.8044 4.92941 11.3689 4.75266 11.0094 4.39917C10.6498 4.04551 10.47 3.6172 10.47 3.11424C10.47 2.61129 10.6498 2.18298 11.0094 1.82932C11.3689 1.47566 11.8044 1.29883 12.3157 1.29883C12.8271 1.29883 13.2625 1.47566 13.6221 1.82932C13.9816 2.18298 14.1614 2.61129 14.1614 3.11424C14.1614 3.6172 13.9816 4.04551 13.6221 4.39917C13.2625 4.75266 12.8271 4.92941 12.3157 4.92941ZM9.72052 20.511V7.69027C8.70151 7.60833 7.68832 7.49017 6.68097 7.33579C5.67362 7.18125 4.71941 6.99057 3.81836 6.76376L4.18375 5.28881C5.46401 5.61412 6.79085 5.84986 8.16426 5.99604C9.5375 6.14223 10.9213 6.21532 12.3157 6.21532C13.7101 6.21532 15.0939 6.14223 16.4672 5.99604C17.8406 5.84986 19.1674 5.61412 20.4477 5.28881L20.8131 6.76376C19.912 6.99057 18.9578 7.18125 17.9505 7.33579C16.9431 7.49017 15.9299 7.60833 14.9109 7.69027V20.511H13.4116V14.4976H11.2198V20.511H9.72052Z' fill='%231A1A1A'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2.6rem;
    background-position-y: 11px;
    background-position-x: calc(100% - 2rem);
    padding-right: 5rem!important;
}
.ie-acc--toggle:hover{
    cursor: pointer;
    box-shadow: none!important;
    background-color:#e99e0e!important;
}

@media (min-width: 768px) {
    .ie-acc--toggle.active, .ie-acc--toggle:hover {
        right: 3.5rem;
        top: 3.5rem;
        bottom: auto;
        transition: 0.3s;
    }
}
.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:hover {
    background-color: #e9503e;
}
.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.8rem 1rem 1.3rem 1rem;
    }
}
.ie-acc__button:hover {
    border: 1px solid #F3B337;
}
.ie-acc__button.active {
    background-color: #F3B337;
    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: #F3B337;
}
.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: #F3B337;
    width: 3rem;
    padding: 7px 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: 12px;
}

.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 */
