.stickyBtnBox {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 10000;
}
.stickyBtnBox.stickyBtnBoxLeft {
    max-width: 360px;
    left: -360px;
}
.stickyBtnBox.stickyVisibleSidebar {
	z-index: 100000;
}
.stickyBtnBox.stickyBtnBoxLeft.stickyVisibleSidebar {
    left: 0;
}
.stickyBtnBox.stickyBtnBoxRight {
    max-width: 320px;
    right: -320px;
}
.stickyBtnBox.stickyBtnBoxRight.stickyVisibleSidebar {
    right: 0;
}
.stickyBtnBox .stickyBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 67px;
    height: 94px;
    border-radius: 10px;
    background: #ce802a;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    line-height: 1.3;
    font-size: 14px;
}
.stickyBtnBox .stickyBtn img {
    margin-bottom: 10px;
    height: 31px;
}
.stickyBtnBox .stickyBtn:not(:has(div)) img {
    margin-bottom: 0;
}
/* .stickyBtnBox .stickyBtn:not(:has(div)) {
    height: 55px;
} */
.stickyBtnBoxLeft .stickyBtn {
    left: 100%;
}
.stickyBtnBoxRight .stickyBtn {
    right: 100%;
}
.stickyBtnContentOuter {
    padding: 40px;
    border: 1px solid #ce802a;
    background-color: #ffffff;
    position: relative;
    width: 100%;
}
.stickyVisibleSidebar .stickyBtnContentOuter {
    box-shadow: -6px 7px 16px 0px rgba(0, 0, 0, 0.3);
}
.stickyBtnBoxLeft .stickyBtnContentOuter {
    border-radius: 0 10px 10px 0;
}
.stickyBtnBoxRight .stickyBtnContentOuter {
    border-radius: 10px 0 0 10px;
}
.stickyCloser {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-style: normal;
    line-height: 0.7;
}
.stickyCloser:before {
    /* content: "\f00d"; */
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 300;
    color: #98272A;
}
.stickyBtnContentOuter .stickyBtnContentInner {
    max-height: calc(100vh - 15px);
    overflow: auto;
}
.stickyBtnContentInner fieldset {
    text-align: center;
    border-radius: 4px;
    border: 1px solid #888888;
    padding: 11px 0 14px 0;
    margin: 0;
    margin-bottom: 27px;
}
.stickyBtnContentInner fieldset legend {
    padding: 0 7px;
    color: #000000;
    font-size: 16px;
    width: auto;
    float: none;
    margin: 0;
    font-weight: bold;
}
.stickyBtnContentInner fieldset .stickyBtnContent {
    color: #000000;
    font-size: 20px;
}
.stickyBtnContentInner .stickyContentText {
    font-size: 17px;
    line-height: 22px;
}
.stickyBtnContentInner .stickyContentText a,
.stickyBtnContentInner .stickyContentText a:focus,
.stickyBtnContentInner .stickyContentText a:hover {
    color: #98272A;
}
.stickyBtnContentInner .stickyContentText a:focus,
.stickyBtnContentInner .stickyContentText a:hover {
    text-decoration: underline;
}
.stickyBtnContentInner .stickyContentText p:last-child{
    margin-bottom: 0;
}
.stickyBtnContentInner fieldset .stickyBtnContent strong {
    font-size: 32px;
}
.stickyBtnContentInner fieldset .stickyBtnContent p {
    margin: 0;
}
.stickyBtnContentInner .stickyBtnLink {
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    border-radius: 10px;
    font-size: 16px;
}
.stickyBtnContentInner .stickyBtnLink:hover,
.stickyBtnContentInner .stickyBtnLink:focus {
    color: #ffffff;
}
.stickyBtnContentInner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.stickyBtnContentInner ul li ~ li {
    margin-top: 26px;
}
.stickyBtnContentInner ul li a {
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    text-decoration: none;
    min-height: 32px;
    position: relative;
}
.stickyBtnContentInner ul li a:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #98272A;
    font-weight: 500;
    font-size: 120%;
    line-height: 1.3;
}
.stickyBtnContentInner ul li img {
    width: 25px;
    margin-right: 20px;
}
.auburnColorBg {
    background: #98272A;
    color: #ffffff;
}
.stickyBtnContentTitle {
    font-size: 25px;
    font-weight: bold;
    color: #872221;
}
@media (min-width: 768px) {
    .stickyBtnContentTitle {
        display: none;
    }
    .stickyBtnContentInner ul li a:hover,
    .stickyBtnContentInner ul li a:focus {
        font-size: 18px;
        color: #98272A;
        font-weight: bold;
    }
    .stickyBtnContentInner ul li a:hover:after,
    .stickyBtnContentInner ul li a:focus:after {
        content: "\f178";
    }
}
@media (max-width: 1024px) {
    .stickyBtnBox .stickyBtn {
        width: 55px;
        height: 78px;
        font-size: 12px;
        border-radius: 5px;
    }
    .stickyBtnBox .stickyBtn img {
        margin-bottom: 6px;
        height: 25px;
    }
}
@media (max-width: 767px) {
    body:has(.stickyBtnBox.stickyVisibleSidebar) {
        overflow: hidden;
    }
    .stickyBtnContentOuter {
        padding: 33px;
    }
    .stickyBtnBox .stickyBtnContentOuter {
        border-radius: 0;
    	height: 100%;
    	top: 0;
    	box-shadow: none;
    	border: none;
    }
    .stickyBtnContentOuter .stickyBtnContentInner {
        max-height: calc(100vh - 150px);
    }
    .stickyBtnContentHead {
       position: relative;
       padding-bottom: 20px;
       margin-bottom: 30px;
    }
    .stickyBtnContentHead:has(div) {
        border-bottom: 1px solid #e6e7e9;
    }
    .stickyBtnBoxRight .stickyBtn {
        border-radius: 5px 0 0 5px;
    }
    .stickyBtnBoxLeft .stickyBtn {
        border-radius: 0 5px 5px 0;
    }
    .stickyBtnBox.stickyVisibleSidebar {
        max-width: 100%;
    	z-index: 100000;
        z-index: 1000000000;
    }
    .stickyCloser {
        top: 11px;
        right: 0;
        width: 18px;
        height: 18px;
    }
    .stickyBtnContentInner ul li a {
        font-size: 18px;
    }
    .stickyBtnContentInner ul li a:after {
        content: "\f178";
        line-height: 1.5;
    }
    .stickyBtnContentInner fieldset legend {
        font-size: 18px;
    }
}

/* High Contrast Mode */
.high_contrast .stickyBtnContentTitle {
    color: #ffef00;
}
.high_contrast .stickyBtnContentOuter .stickyBtnContentInner *,
.high_contrast .stickyBtnContentInner ul li a:after {
    color: #ffffff !important;
}
.high_contrast .stickyBtnBox .stickyBtn,
.high_contrast .stickyBtnContentOuter {
    background-color: #111111;
}
.high_contrast .stickyBtnContentInner ul li img {
    filter: brightness(7);
}