.covertagent-acc-dropdown {
    position: fixed;
    top: 15px;
    right: 15px;
    left: auto;
    bottom: auto;
    z-index: 100000;
}

.covertagent-acc-dropdown.pos-top-right {
    top: 15px;
    right: 15px;
    left: auto;
    bottom: auto;
}

.covertagent-acc-dropdown.pos-top-left {
    top: 15px;
    left: 15px;
    right: auto;
    bottom: auto;
}

.covertagent-acc-dropdown.pos-top-left .dropdown {
    left: 0;
    right: auto;
}

.covertagent-acc-dropdown.pos-top-center {
    top: 15px;
    left: 50%;
    bottom: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
}

.covertagent-acc-dropdown.pos-top-center .dropdown {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.covertagent-acc-dropdown.pos-left-center {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    bottom: auto;
}

.covertagent-acc-dropdown.pos-left-center .dropdown {
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 100%;
    right: auto;
    bottom: auto;
}

.covertagent-acc-dropdown.pos-right-center {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    bottom: auto;
}

.covertagent-acc-dropdown.pos-right-center .dropdown {
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 100%;
    left: auto;
}

.covertagent-acc-dropdown.pos-bottom-left {
    top: auto;
    bottom: 15px;
    left: 15px;
    right: auto;
}

.covertagent-acc-dropdown.pos-bottom-left .dropdown {
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
}

.covertagent-acc-dropdown.pos-bottom-center {
    top: auto;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
}

.covertagent-acc-dropdown.pos-bottom-center .dropdown {
    top: auto;
    bottom: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.covertagent-acc-dropdown.pos-bottom-right {
    top: auto;
    bottom: 15px;
    right: 15px;
    left: auto;
}

.covertagent-acc-dropdown.pos-bottom-right .dropdown {
    top: auto;
    bottom: 100%;
    right: 100%;
    left: auto;
}

.covertagent-acc-dropdown .dropdown-toggler {
    display: inline-block;
    width: 2.875rem;
    height: 2.875rem;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#2d68ff), color-stop(#225aea), color-stop(#174cd6), color-stop(#0b3ec1), to(#0030ac));
    background: -o-linear-gradient(left, #2d68ff, #225aea, #174cd6, #0b3ec1, #0030ac);
    background: linear-gradient(to right, #2d68ff, #225aea, #174cd6, #0b3ec1, #0030ac);
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    font-size: 2.5rem;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    -o-transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}

.covertagent-acc-dropdown .dropdown-toggler::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../../media-folder/accessibility/images/acc-icon.svg') no-repeat center center;
    background-size: calc(100% - 5px) auto;
    border-radius: 50%;
}

.covertagent-acc-dropdown .dropdown-toggler:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.covertagent-acc-dropdown .dropdown {
    display: none;
    position: absolute;
    top: 80%;
    right: 0;
    width: 18.125rem;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.29);
    z-index: 9999;
}

.covertagent-acc-dropdown .dropdown-top {
    position: relative;
    padding: 0.9375rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#2d68ff), color-stop(#225aea), color-stop(#174cd6), color-stop(#0b3ec1), to(#0030ac));
    background: -o-linear-gradient(left, #2d68ff, #225aea, #174cd6, #0b3ec1, #0030ac);
    background: linear-gradient(to right, #2d68ff, #225aea, #174cd6, #0b3ec1, #0030ac);
    color: #FFFFFF;
}

.covertagent-acc-dropdown .dropdown-top .title {
    font-size: 0.875rem;
}

.covertagent-acc-dropdown .dropdown-top span {
    font-size: 0.75rem;
    display: inline-block;
    margin-left: 0.625rem;
}

.covertagent-acc-dropdown .dropdown-top .dropdown-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.875rem;
    height: 1.875rem;
    border: none;
    background: transparent;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.covertagent-acc-dropdown .dropdown-content {
    padding: 0.9375rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.acc-options-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.acc-options-grid .acc-option {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    background-color: #FFFFFF;
    border:1px solid #c0c0c0;
    margin:0 -0.0625rem -0.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.3;
    padding: 0.625rem 0.3125rem;
    font-size: 0.875rem;
    height: 6.25rem;
    outline: 0;
    -webkit-transition: background 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: background 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
    transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
    transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}


.acc-options-grid .acc-option > * {
    pointer-events: none;
}

.acc-options-grid .acc-option:hover {
    background-color: #efeeee;
}

.acc-options-grid .acc-option:focus {
    z-index: 5;
    background-color: #FFFFFF;
    border-color: #c9e0f6;
    outline: 2px solid #006dd5;
}

.acc-options-grid .acc-option-icon img {
    width: auto;
    max-height: 25px;
}

.acc-options-grid .acc-option.move-widget-control,
.acc-options-grid .acc-option.reset-controls {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
}

.acc-options-grid .acc-option.reset-controls img {
    width: auto;
    height: 1.25rem;
    margin-left: 0.5625rem;
}

.acc-options-grid .acc-option.active {
    z-index: 5;
    outline: 2px solid #006dd5;
}

 .acc-options-grid .acc-option.active::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--primary-color);
}

.acc-options-grid .steps-list {
    margin:0;
    padding:0 0.3125rem;
    list-style: none;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.acc-options-grid .steps-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 100px;
    background-color: #c5c5c5;
    height: 0.25rem;
    margin:0 0.0625rem;
}

.acc-options-grid .steps-list .active {
    background-color: green;
}

html.highlight-links-active a {
    background-color: #000000 !important;
    color: rgb(255, 255, 0) !important;
    text-decoration: underline !important;
}

html.highlight-links-active a > * {
    color: rgb(255, 255, 0) !important;
}

html.big-cursor-active,
html.big-cursor-active * {
    cursor: url('../../../../media-folder/accessibility/images/big_cursor.svg'), auto !important;
}

html.animations-disabled * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

html.font-type-1 body {
    font-family: 'OpenDyslexic';
}

html.font-type-2 body {
    font-family: 'Arial', sans-serif;
}

html.spacing-level-1 body {
    word-spacing: .16em!important;
    letter-spacing: .12em!important;
}

html.spacing-level-2 body {
    word-spacing: .32em!important;
    letter-spacing: .24em!important;
}

html.spacing-level-3 body {
    word-spacing: .48em!important;
    letter-spacing: .36em!important;
}

html.font-size-level-1 {
    font-size: 1.125rem;
}

html.font-size-level-2 {
    font-size: 1.25rem;
}

html.font-size-level-3 {
    font-size: 1.375rem;
}

html.font-size-level-4 {
    font-size: 1.5rem;
}

html.invert-contrast {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

html.grayscale-contrast {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.acc-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.0625rem;
    padding: 0.625rem 0.9375rem;
    border-radius: 10px;
    border: 2px solid #ffffff;
    opacity: 0;
    max-width: 300px;
    line-height: 1.3;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.35);
    z-index: 1000000;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
} 

.acc-reading-guide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #000;
    width: 100%;
    position: absolute;
    height: 0.75rem;
    border: solid 3px #fff300;
    border-radius: 5px;
    top: 20px;
    z-index: 2147483647;
}

.pos-option-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #FFFFFF;
    padding: 0.9375rem;
    z-index: 100;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.pos-option-wrap .pos-option-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.875rem;
}

.pos-option-wrap .pos-option-close {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    background-color: #FFFFFF;
    border:none;
    line-height: 30px;
    padding: 0;
    margin-left: auto;
}

.pos-option-wrap .pos-picker-wrap {
    position: relative;
}

.pos-option-wrap .pos-picker-options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 83%;
}

.pos-option-wrap .pos-picker-options div {
    position: absolute;
    z-index: 100;
}


.pos-option-wrap .pos-picker-options div:nth-child(1) {
    top: 15px;
    right: 15px;
}

.pos-option-wrap .pos-picker-options div:nth-child(2) {
    top: 15px;
    left: 15px;
}

.pos-option-wrap .pos-picker-options div:nth-child(3) {
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}


.pos-option-wrap .pos-picker-options div:nth-child(4) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
}

.pos-option-wrap .pos-picker-options div:nth-child(5) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
}

.pos-option-wrap .pos-picker-options div:nth-child(6) {
    bottom: 15px;
    left: 15px;
}

.pos-option-wrap .pos-picker-options div:nth-child(7) {
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.pos-option-wrap .pos-picker-options div:nth-child(8) {
    bottom: 15px;
    right: 15px;
}

.pos-option-wrap .pos-picker-options input[type="radio"] {
    width: 1.375rem;
    height: 1.375rem;
}

.pos-option-wrap .pos-picker-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.25rem;
}

.pos-option-wrap .pos-picker-actions .pos-cancel-btn,
.pos-option-wrap .pos-picker-actions .pos-confirm-btn {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 7px);
            flex: 0 1 calc(50% - 7px);
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 0.8125rem 0.9375rem;
    line-height: 1;
}

.pos-option-wrap .pos-picker-actions .pos-cancel-btn {
    border: 1px solid #2d68ff;
    color: #2d68ff;
    background-color: #FFFFFF;
}

.pos-option-wrap .pos-picker-actions .pos-confirm-btn {
    background-color: #2d68ff;
    color: #FFFFFF;
}

@media (min-width:768px) {
    .covertagent-acc-dropdown .dropdown {
        width: 23.125rem;
    }
    .acc-options-grid .acc-option {
        font-size: 1rem;
        padding: 0.9375rem;
    }
    .acc-options-grid .acc-option-icon img {
        max-height: 40px;
    }
    .acc-options-grid .steps-list {
        padding:0 0.9375rem;
    }
}