/*
 * Custom CSS
 */

@font-face {
    font-family: "OpenDyslexic";
    src: url("fonts/OpenDyslexic-Regular.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "OpenDyslexic";
    src: url("fonts/OpenDyslexic-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "OpenDyslexic";
    src: url("fonts/OpenDyslexic-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "OpenDyslexic";
    src: url("fonts/OpenDyslexic-Bold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("fonts/Metropolis-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("fonts/Metropolis-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("fonts/Metropolis-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("fonts/Metropolis-Black.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

.opticdock-accessibility-button {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #3368F2;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    text-align: center;
    line-height: 44px;
    z-index: 99999998;
}

.opticdock-accessibility-button a {
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center;
}

.opticdock-accessibility-button a svg {
    width: 44px;
    height: 44px;
    fill: #ffffff;
    padding: 0px 10px;
    box-sizing: border-box;
}

.opticdock-accessibility-button a svg path {
    fill: #ffffff;
}

.od-visual-toolkit-wrapper {
    position: fixed;
    left: 25px;
    bottom: -1000px;
    width: 341px;
    padding: 25px 16px;
    background: #eff1f5;
    overflow: hidden;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 3px 10px 0px rgb(189 205 230 / 25%);
    z-index: 999999999;
    box-sizing: border-box;
}

.od-visual-toolkit-wrapper.show {
    bottom: 25px;
}

.od-visual-toolkit-inner {

}

.od-visual-toolkit-inner button {
    width: 98px;
    overflow: hidden;
    font-size: 12px;
    margin: 3px 1px;
    background: #ffffff;
    border-radius: 3px;
    outline: 0px;
    padding: 15px 5px;
    color: #1f2533;
    border: 2px solid #ffffff;
}

.od-visual-toolkit-inner button[type="button"]:hover,
.od-visual-toolkit-inner button[type="button"]:focus,
.od-visual-toolkit-inner button[type="button"]:active {
    background: #ffffff;
    border: 2px solid #3368F2;
    outline: none;
    color: #1f2533;
}

.od-visual-toolkit-inner button[type="button"].active {
    background: #3368F2;
    outline: none;
    color: #ffffff;
    border: 2px solid #3368F2;
}

.od-visual-toolkit-inner button[type="button"].active svg,
.od-visual-toolkit-inner button[type="button"].active path {
    fill: #ffffff;
}

.od-visual-toolkit-inner button div:first-child {
    box-sizing: border-box;
    line-height: 28px;
    height: 28px;
}

.od-visual-toolkit-inner button div:last-child {
    box-sizing: border-box;
    line-height: 20px;
    height: 20px;
}

a.opticdock-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
}

a.opticdock-close span {
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    right: 3px;
    top: 9px;
}

a.opticdock-close:focus {
    outline: 2px solid #ffffff;
    border-radius: 150px;
}

a.opticdock-close span:first-child {
    transform: rotate(45deg);
}

a.opticdock-close span:last-child {
    transform: rotate(-45deg);
}

.od-visual-toolkit-inner h3 {
    font-family: "Metropolis", Sans-serif;
    font-weight: 600;
    background: #146FF8;
    margin: -25px -25px 16px -25px;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.od-visual-toolkit-inner h4 {
    font-family: "Metropolis", Sans-serif;
    font-weight: 400;
    background: #146FF8;
    margin: 16px -25px -25px -25px;
    padding: 7px 25px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 0px;
    line-height: 12px;
    box-sizing: border-box;
}

.od-visual-toolkit-inner h4 a,
.od-visual-toolkit-inner h4 a:hover,
.od-visual-toolkit-inner h4 a:active {
    color: #ffffff;
    text-decoration: none;
}

.od-visual-toolkit-inner h4 a:focus {
    outline: 1px solid #ffffff;
    border-radius: 1px;
}

.od-visual-toolkit-inner button svg,
.od-visual-toolkit-inner button path {
    fill: #1f2533;
}

.od-visual-toolkit-inner button svg {
    height: 24px;
    max-height: 24px;
    box-sizing: border-box;
}

.od-visual-toolkit-inner button path.white-tooltip {
    fill: #ffffff;
}

.opticdock-screen-reader svg {
    width:  24px;
}

.opticdock-voice-command svg {
    width:  24px;
}

.opticdock-scroll-down svg {
    width:  24px;
}

.opticdock-scroll-up svg {
    transform: rotate(180deg);
    width:  24px;
}

.opticdock-cursor svg {
    width:  24px;
}

.opticdock-highlight-links svg {
    width:  24px;
}

.opticdock-text-size svg {
    width:  24px;
}

.opticdock-contrast svg {
    width:  24px;
}

.opticdock-text-spacing svg {
    width:  24px;
}

.opticdock-font svg {
    width:  24px;
}

.opticdock-reading-helper svg {
    width:  24px;
}

.opticdock-tooltips svg {
    width:  24px;
}

.opticdock-text-align svg {
    width:  24px;
}

.opticdock-readable-font svg {
    width:  24px;
}

.opticdock-highlight-titles svg {
    width:  24px;
}

.opticdock-color-shift svg {
    width:  24px;
}

.opticdock-invert svg {
    width:  24px;
}

.opticdock-animation-off svg {
    width:  24px;
}

.opticdock-images-off svg {
    width:  24px;
}

.od-visual-toolkit-inner button span {
    font-family: "Metropolis", Sans-serif;
    font-size: 10.5px;
    font-weight: 400;
}

html[opticdock-cursor="1"] body[opticdock-cursor="1"] {
    cursor: url(https://opticdock.com/wp-content/plugins/opticdock/resources/cursor-v3.png), url(https://opticdock.com/wp-content/plugins/opticdock/resources/cursor-v3.png), auto!important;
}

html[opticdock-cursor="2"] body[opticdock-cursor="2"] {
    cursor: url(https://opticdock.com/wp-content/plugins/opticdock/resources/cursor-v3-black.png), url(https://opticdock.com/wp-content/plugins/opticdock/resources/cursor-v3-black.png), auto!important;
}

html[opticdock-readable-font="true"] body[opticdock-readable-font="true"] *:not([data-opticdock-exclude="true"]) {
    font-weight: 800!important;
}

html[opticdock-highlight-links="true"] body[opticdock-highlight-links="true"] a:not([data-opticdock-exclude="true"]) *:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-links="true"] body[opticdock-highlight-links="true"] a:not([data-opticdock-exclude="true"]) {
    background: #000000!important;
    color: #ffff00!important;
    outline: 5px solid #000000;
}

html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h1:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h2:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h3:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h4:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h5:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h6:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h1:not([data-opticdock-exclude="true"]) *:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h2:not([data-opticdock-exclude="true"]) *:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h3:not([data-opticdock-exclude="true"]) *:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h4:not([data-opticdock-exclude="true"]) *:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h5:not([data-opticdock-exclude="true"]) *:not([data-opticdock-exclude="true"]),
html[opticdock-highlight-titles="true"] body[opticdock-highlight-titles="true"] h6:not([data-opticdock-exclude="true"]) *:not([data-opticdock-exclude="true"]) {
    background: #ffff00!important;
    color: #000000!important;
    outline: 25px solid #ffff00;
}

html[opticdock-text-size="1"] body[opticdock-text-size="1"] {
    zoom: 1.2!important;
}

html[opticdock-text-size="2"] body[opticdock-text-size="2"] {
    zoom: 1.4!important;
}

html[opticdock-text-size="1"] body[opticdock-text-size="1"] div.od-visual-toolkit-wrapper[data-opticdock-exclude="true"] {
    zoom: 0.833333!important;
}

html[opticdock-text-size="2"] body[opticdock-text-size="2"] div.od-visual-toolkit-wrapper[data-opticdock-exclude="true"] {
    zoom: 0.714286!important;
}

html[opticdock-letter-spacing="1"] body[opticdock-letter-spacing="1"] *:not([data-opticdock-exclude="true"]) {
    word-spacing: 0.16em!important;
    letter-spacing: .12em!important;
}

html[opticdock-letter-spacing="2"] body[opticdock-letter-spacing="2"] *:not([data-opticdock-exclude="true"]) {
    word-spacing: 0.32em!important;
    letter-spacing: .24em!important;
}

html[opticdock-text-align="1"] body[opticdock-text-align="1"] *:not([data-opticdock-exclude="true"]) {
    text-align: left!important;
}

html[opticdock-text-align="2"] body[opticdock-text-align="2"] *:not([data-opticdock-exclude="true"]) {
    text-align: center!important;
}

html[opticdock-text-align="3"] body[opticdock-text-align="3"] *:not([data-opticdock-exclude="true"]) {
    text-align: right!important;
}

html[opticdock-dyslexia-font="true"] body[opticdock-dyslexia-font="true"] *:not([data-opticdock-exclude="true"]):not(.fas) {
    font-family: 'OpenDyslexic'!important;
}

.opticdock-reading-guide {
    position: fixed;
    width:  100%;
    height: 20px;
    background: #000000;
    border: 3px solid #ffff00;
    z-index: 999999998;
}

html[opticdock-contrast="1"] body[opticdock-contrast="1"] *:not([data-opticdock-exclude="true"]) {
    background: #000000!important;
    color: #ffffff!important;
}

html[opticdock-contrast="2"] body[opticdock-contrast="2"] *:not([data-opticdock-exclude="true"]) {
    background: #ffffff!important;
    color: #000000!important;
}

html[opticdock-color-shift="1"] {
    filter: grayscale(100%)!important;
}

html[opticdock-color-shift="1"] body[opticdock-color-shift="1"] div.opticdock-accessibility-button,
html[opticdock-color-shift="1"] body[opticdock-color-shift="1"] div.od-visual-toolkit-wrapper {
    filter: grayscale(1)!important;
}

html[opticdock-color-shift="2"] {
    filter: saturate(3)!important;
}

html[opticdock-color-shift="2"] body[opticdock-color-shift="2"] div.opticdock-accessibility-button,
html[opticdock-color-shift="2"] body[opticdock-color-shift="2"] div.od-visual-toolkit-wrapper {
    filter: saturate(1)!important;
}

.opticdock-tooltip {
    position: fixed;
    width: 200px;
    height: 32px;
    background: #000000;
    outline: 3px solid #ffff00;
    z-index: 999999999;
    color: #ffffff;
    border-radius: 5px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html[opticdock-saturate="1"] body[opticdock-saturate="1"] *:not([data-opticdock-exclude="true"]) {
    filter:  saturate(0.5);
}

html[opticdock-saturate="2"] body[opticdock-saturate="2"] *:not([data-opticdock-exclude="true"]) {
    filter:  saturate(1.05);
}

html[opticdock-invert="true"] {
    filter: invert(100%)!important;
    -webkit-filter: invert(100%);
}

html[opticdock-invert="true"] body[opticdock-invert="true"] div.opticdock-accessibility-button,
html[opticdock-invert="true"] body[opticdock-invert="true"] div.od-visual-toolkit-wrapper {
    filter: invert(1)!important;
}

html[opticdock-animation-off="true"] body[opticdock-animation-off="true"] *:not([data-opticdock-exclude="true"]) {
    transition: all 0s linear!important;
}

html[opticdock-images-off="true"] body[opticdock-images-off="true"] img:not([data-opticdock-exclude="true"]),
html[opticdock-images-off="true"] body[opticdock-images-off="true"] svg:not([data-opticdock-exclude="true"]) {
    opacity: 0!important;
    visibility: hidden!important;
}

.opticdock-command-list {
    font-family: "Metropolis", Sans-serif;
    font-weight: 400;
    display: block;
    height: auto;
    background: rgba(0,0,0,.75);
    color: #fff;
    margin: 10px 0px -31px -16px;
    padding: 25px 15px;
    position: absolute;
    bottom: -258px;
    transition: all 0.2s linear;
}

.opticdock-command-list.show {
    bottom: 57px;
}

.opticdock-command-list-inner {

}

.opticdock-command-list-inner h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-top:  8px;
    margin-bottom: 16px;
}

.opticdock-command-list-inner h5 svg {
    width: 28px;
    display: inline-block;
    float: left;
    fill: #ffffff;
    padding: 5px;
    height: 28px;
    position: relative;
    bottom: 7px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    margin-right: 10px;
    animation: opticdockpulse 2s infinite;
    box-sizing: border-box;
}

.opticdock-voice-guide {
    display: block;
    position: fixed;
    border: 40px;
    width: 110px;
    background: #ffffff;
    z-index: 99999999;
    left: 25px;
    bottom: 72px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.opticdock-voice-guide svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    fill: #3368F2;
    animation: opticdockpulseblue 2s infinite;
    padding: 4px;
    border: 2px solid #3368F2;
    border-radius: 100px;
    box-sizing: border-box;
}

.opticdock-voice-guide::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 14px;
    border: 0.5rem solid transparent;
    border-bottom: none;
    border-top-color: #fff;
    filter: drop-shadow(0 0.0625rem -0.0625rem rgba(0, 0, 0, .1));
    z-index: 99999999;
}

.opticdock-voice-guide i {
    font-family: 'Metropolis', sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    color: #333333;
}

.opticdock-sreen-reader-guide {
    font-family: "Metropolis", Sans-serif;
    font-weight: 400;
    display: block;
    height: auto;
    background: rgba(0,0,0,.75);
    color: #fff;
    margin: 10px 0px -31px -16px;
    padding: 25px 15px;
    position: absolute;
    bottom: -258px;
    transition: all 0.2s linear;
    line-height: 16px;
}

.opticdock-sreen-reader-guide.show {
    bottom: 57px;
}

.opticdock-sreen-reader-guide-inner {

}

.opticdock-sreen-reader-guide-inner h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.opticdock-sreen-reader-guide-inner h5 svg {
    width: 28px;
    display: inline-block;
    float: left;
    fill: #ffffff;
    padding: 5px;
    height: 28px;
    position: relative;
    bottom: 7px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    margin-right: 10px;
    animation: opticdockpulse 2s infinite;
    box-sizing: border-box;
}

.opticdock-sreen-reader-guide-inner span {
    font-size:  12px;
}

@keyframes opticdockpulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes opticdockpulseblue {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(51, 104, 242, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(51, 104, 242, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(51, 104, 242, 0);
    }
}

.opticdock-command-list-inner span {
    display: inline-block;
    float: left;
    font-size: 12px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    padding: 4px 6px;
}

@media only screen and (max-width: 480px) {
    .od-visual-toolkit-wrapper {
        zoom: 0.8;
    }

    div.od-visual-toolkit-choices {
        max-height: 280px;
        overflow: scroll;
    }

    html[opticdock-text-size="1"] body[opticdock-text-size="1"] div.od-visual-toolkit-wrapper[data-opticdock-exclude="true"] {
        zoom: 0.666667!important;
    }

    html[opticdock-text-size="2"] body[opticdock-text-size="2"] div.od-visual-toolkit-wrapper[data-opticdock-exclude="true"] {
        zoom: 0.571429!important;
    }
    
}