/* Minification failed. Returning unminified contents.
(8,17): run-time error CSS1039: Token not allowed after unary operator: '-main-txt-color'
(121,21): run-time error CSS1039: Token not allowed after unary operator: '-href-color'
(385,38): run-time error CSS1046: Expect comma, found '224'
(385,46): run-time error CSS1046: Expect comma, found '/'
(438,38): run-time error CSS1046: Expect comma, found '224'
(438,46): run-time error CSS1046: Expect comma, found '/'
(472,17): run-time error CSS1039: Token not allowed after unary operator: '-category-txt-color'
(525,38): run-time error CSS1046: Expect comma, found '223'
(525,46): run-time error CSS1046: Expect comma, found '/'
(540,42): run-time error CSS1046: Expect comma, found '223'
(540,50): run-time error CSS1046: Expect comma, found '/'
 */

#AnswerBody {
    font-family: 'Street 3', 'NotoSans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: var(--main-txt-color);
    padding: 0px 25px 0 25px;
}
    #AnswerBody .body-strong {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5em;
        letter-spacing: 0px;
    }
    #AnswerBody * {
        scroll-margin-top: 100px;
    }
    #AnswerBody i {
        font-style: italic;
    }
    #AnswerBody h1 {
        font-size: 40px;
        font-weight: 500;
        margin: 1em 0;
    }

    #AnswerBody h2 {
        font-size: 20px;
        font-weight: 500;
        margin: 1em 0 0.25em 0;
        color: #0F0F0F;
    }

    #AnswerBody h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 1.5em 0 0.5em 0;
        color: #0F0F0F;
    }

    #AnswerBody h4 {
        font-size: 16px;
        font-weight: 500;
        margin: 2em 0 1em 0;
        line-height: 24px;
    }

    #AnswerBody h5 {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5em;
        margin: 2em 0 1em 0;
    }


    #AnswerBody h1 {
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 1.35em;
        margin-top: 0;
        padding-top: 25px;
    }

    #AnswerBody h2 {
        font-size: 26px;
        letter-spacing: 0px;
        line-height: 1.35em;
    }

    #AnswerBody h3 {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 1.35em;
    }

    #AnswerBody h4 {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1.35em;
    }



    #AnswerBody table {
        /*width: 100%;*/
        border-collapse: separate;
        word-break: break-all;
        overflow: hidden;
        background: #FFFFFF;
        border: 1px solid rgba(223, 223, 223, 0.8);
        box-shadow: 0px 0px 30px rgba(223, 223, 223, 0.2);
        border-radius: 8px;
    }
        #AnswerBody table td, #AnswerBody table th {
            padding: 16px;
            word-break: break-all;
            border-right: 1px solid rgba(223, 223, 223, 0.8);
            border-bottom: 1px solid rgba(223, 223, 223, 0.8);
            text-align:left;
        }

        #AnswerBody table tr:last-child td {
            border-bottom: 0px;
        }
        #AnswerBody table tr td:last-child,
        #AnswerBody table tr th:last-child {
            border-right: 0px;
        }


    #AnswerBody p {
        margin: 1em 0;
        line-height: 1.5em;
    }

    #AnswerBody a {
        /*color: #002BE7;*/
        color: var(--href-color);
        margin: 1em 0;
    }

        #AnswerBody a:hover {
            /*color: #002BE7;*/
            color: #4F6984;
            margin: 1em 0;
        }

        #AnswerBody a.inline {
            /*color: #002BE7;*/
            color: #4F6984;
            margin: 1em 0;
            text-decoration: underline;
        }

            #AnswerBody a.inline:hover {
                color: #36108A;
                margin: 1em 0;
                text-decoration: underline;
            }

        #AnswerBody a.nav {
            font-weight: 500;
            /*color: #002BE7;*/
            color: #4F6984;
            margin: 1em 0;
            text-decoration: none;
        }

            #AnswerBody a.nav:hover {
                font-weight: 500;
                color: #36108A;
                margin: 1em 0;
                text-decoration: none;
            }

    #AnswerBody ol {
        counter-reset: item;
        margin: 1em 0;
        padding-left: 0;
    }

        #AnswerBody ol > li {
            counter-increment: item;
            list-style: none inside;
            padding: 5px 0 5px 0;
            overflow: hidden;
            padding-left: 37px;
            padding-left: 24px;
            font-size: 14px;
            letter-spacing: 0px;
            line-height: 1.5em;
        }

            #AnswerBody ol > li:before {
                content: counter(item);
                margin-right: -20px;
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 16px;
                height: 14px;
                /*background: #002BE7;*/
                background: #4F6984;
                /*border: 2px solid #002BE7;*/
                border: 2px solid #4F6984;
                color: #FFF;
                text-align: center;
                display: inline-block;
                font-size: 10px;
                padding: 1px 0;
                font-weight: 500;
                position: relative;
                line-height: 14px;
                left: -37px;
                color: #000;
                background: transparent;
                border: 2px solid transparent;
                content: counter(item)".";
                font-size: 16px;
                left: -24px;
            }
            /*
            #AnswerBody ol > li > ol > li:before {
                content: counter(item);
                margin-right: -20px;
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 16px;
                height: 14px;
                background: transparent;
                border: 2px solid #371B5F;
                color: #371B5F;
                text-align: center;
                display: inline-block;
                font-size: 10px;
                padding-top: 2px;
                font-weight: 500;
                position: relative;
                line-height: 14px;
                left: -37px;
            }
            */

            #AnswerBody ol > li > ol > li > ol > li:before {
                content: counter(item);
                margin-right: -20px;
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 16px;
                height: 14px;
                /*background: #002BE7;*/
                background: #4F6984;
                /*border: 2px solid #002BE7;*/
                border: 2px solid #4F6984;
                color: #FFF;
                text-align: center;
                display: inline-block;
                font-size: 10px;
                padding-top: 2px;
                font-weight: 500;
                position: relative;
                line-height: 14px;
                left: -37px;
            }

        #AnswerBody ol ol {
            padding-left: 0px;
            padding-bottom: 0px;
        }

        #AnswerBody ol ul {
            padding-left: 0px;
            padding-bottom: 0px;
        }

        #AnswerBody ol ol li:last-child {
            margin-bottom: 0px;
        }

    #AnswerBody ul {
        list-style: disc;
        margin: 1em 0 0em 20px;
    }

        #AnswerBody ul > li {
            margin: 10px 0 0px 0;

            font-size:14px;
            letter-spacing: 0px;
            line-height: 1.5em;
        }

            #AnswerBody ul > li > ol > li:before {
                content: counter(item);
                margin-right: -20px;
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 16px;
                height: 14px;
                /*background: #002BE7;*/
                background: #4F6984;
                /*border: 2px solid #002BE7;*/
                border: 2px solid #4F6984;
                color: #FFF;
                text-align: center;
                display: inline-block;
                font-size: 10px;
                padding-top: 2px;
                font-weight: 500;
                position: relative;
                line-height: 14px;
                left: -37px;
            }

            #AnswerBody ul > li > ol > li > ol > li:before {
                content: counter(item);
                margin-right: -20px;
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 16px;
                height: 14px;
                background: transparent;
                border: 2px solid #371B5F;
                color: #371B5F;
                text-align: center;
                display: inline-block;
                font-size: 10px;
                padding-top: 2px;
                font-weight: 500;
                position: relative;
                line-height: 14px;
                left: -37px;
            }
li.Bulletsheading {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}

.SectionBoxWrapper {
    width: 100%;
    margin: 8px auto;
    display: inline-block;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 4px;
    align-items: center;
}
.SectionBoxHeader {
    display: flex;
    align-items: center;
}
.SectionBoxIcon {
    display: inline-block;
    width: 50px;
    vertical-align: top;
    flex: 0 0 auto;
}

    .SectionBoxIcon img {
        width: 32px;
        height: 32px;
        display: inline-block;
    }

        .SectionBoxIcon img.Note {
            width: 33px;
            height: 33px;
        }

        .SectionBoxIcon img.Caution {
            width: 40px;
            height: 40px;
        }

.SectionBoxBody {
    display: inline-block;
    width: 100%;
    padding-top:10px;
}

.SectionBoxBodyHeader {
    font-weight: bold;
    float: left;
    padding-right: 10px;
}

.SectionInfoWrapper {
    background-color: #fff;
    box-sizing: border-box;
    padding: 18px 20px;
    border: 3px solid #ADBEFE;
    box-shadow: 0px 0px 30px rgb(224 224 224 / 20%);
    border-radius: 15px;
}

.InfoTitle {
    line-height: 26px;
    font-weight: 500;
    color: #0F0F0F;
}

.InfoBody {
    line-height: 26px;
    color: #0F0F0F;
}

.InfoTitle {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing:0px;
}

.InfoBody {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0px;
}

.SectionInfoWrapper.shade {
    /*background-color: rgba(222, 229, 254, 0.5);*/
    background-color: #71B8F21A;
    border: none;
}

.SectionNotesWrapper {
    background-color: #fff;
    box-sizing: border-box;
    padding: 18px 20px;
    border: 3px solid #6FCF97;
    box-shadow: 0px 0px 30px rgba(224, 224, 224, 0.2);
    border-radius: 15px;
}

    .SectionNotesWrapper.shade {
        /*background-color: rgba(111, 207, 151, .1);*/
        background-color: #6FCF971A;
        border: none;
    }

.SectionImportantWrapper {
    background-color: #fff;
    box-sizing: border-box;
    padding: 18px 20px;
    border: 3px solid #F2C94C;
    box-shadow: 0px 0px 30px rgb(224 224 224 / 20%);
    border-radius: 15px;
}

    .SectionImportantWrapper.shade {
        /*background-color: rgba(242, 201, 76, 0.1);*/
        background-color: #F2C94C1A;
        border: none;
    }

.DevicesTabs {
    display: flex;
    position: relative;
    margin-bottom: 27px;
}
.TabSpacer {
    flex: 0 0 auto;
    position: relative;
    top: 2px;
    width: auto;
    /*border-bottom: 2px solid #002BE7;*/
    border-bottom: 2px solid #4F6984;
}
.TabSpacerEnd {
    position: relative;
    top: 2px;
    width: auto;
    /*border-bottom: 2px solid #002BE7;*/
    border-bottom: 2px solid #4F6984;
}
.Device {
    border: none;
    /*border-bottom: 2px solid #002BE7;*/
    border-bottom: 2px solid #4F6984;
    color: var(--category-txt-color);
    position: relative;
    top: 2px;
    cursor: pointer;
    font-weight: 500;
    padding: 7px 5px 7px 5px;
    flex: 1 1 auto;
    text-align: center;
    width: auto;
    font-size: 14px;
    line-height: 21px;
    /*min-width: 79px;*/
}

    .Device.Selected {
        border-bottom: none;
        /*
        color: #002BE7;
        border-top: 2px solid #002BE7;
        border-left: 2px solid #002BE7;
        border-right: 2px solid #002BE7;
            */
        color: #4F6984;
        border-top: 2px solid #4F6984;
        border-left: 2px solid #4F6984;
        border-right: 2px solid #4F6984;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 5px 3px 7px 3px;
    }

    .Device:first-child {
    }

    .Device:nth-child(2) {
    }

@media (min-width: 800px) {
    .Device:nth-child(2) {
    }

    .Device:first-child {
    }
}


#AnswerBody .CollapsibleSection {
    padding: 10px 0px 13px 0px;
    overflow: hidden;
    position: relative;
    /*border-bottom: 1px solid #E1E1E1;*/
    /* adding visible border changes start */
    border: 1px solid rgba(223, 223, 223, 0.8);
    box-shadow: 0px 0px 30px rgb(223 223 223 / 20%);
    margin-top: 10px;
    border-radius: 8px;
    padding: 10px 13px;
    /*padding: 10px 0px 13px 13px;*/
    /* adding visible border changes end */
}
    #AnswerBody .CollapsibleSection.Child {
        /*border: 1px solid #002BE7;*/
        border: 1px solid #4F6984;
        border-radius: 8px;
        margin-top: 10px;
        border: none;
        background: #FFFFFF;
        border: 1px solid rgba(223, 223, 223, 0.8);
        box-shadow: 0px 0px 30px rgb(223 223 223 / 20%);
        padding: 13px 25px 13px 25px;
        margin-left: 5px;
        margin-right: 5px;
    }
        #AnswerBody .CollapsibleSection.Child:not(:first-child) {
            margin-top: 10px;
        }
#AnswerBody .CollapsibleSectionBody {
    display: none;
}

#AnswerBody .CollapsibleSectionExpander {
    display: flex;
    align-items: center;
    /*padding: 0 5px;*/
    /*margin-right: 2px;*/
    margin-right: 13px;
}

#AnswerBody .CollapsibleSectionTitleRow {
    display: flex;
    cursor: pointer;
    font-size: 16px;
    margin: 0 2px;
}

#AnswerBody .CollapsibleSectionTitle {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    width: 100%;
    color: #0F0F0F;
}
#AnswerBody .CollapsibleSection .ACaret {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    width: 8.5px;
    height: 8.5px;
    transform: rotate(45deg);
    transition: all .25s ease-in-out;
}
#AnswerBody .CollapsibleSection .arrow {
    position: relative;
    transform: rotate(0deg);
    transition: all .25s ease-in-out;
    display: flex;
}

    #AnswerBody .CollapsibleSection .arrow img {
        width: 8.5px;
        height: 8.5px;
    }
#AnswerBody .CollapsibleSection.Open .arrow {
    transform: rotate(180deg);

}
#AnswerBody .CollapsibleSection.Open .ACaret {
    transform: rotate(225deg);
}
#AnswerBody .CollapsibleSection.Closed .arrow {
    transform: rotate(0deg);
}
#AnswerBody .CollapsibleSection.Closed .ACaret {
    transform: rotate(45deg);
}
    #AnswerBody .CollapsibleSection.Open > .CollapsibleSectionBody {
        display: block;
        padding-top: 10px;
        padding-left: 0px;
    }

#AnswerBody .KBTitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #0F0F0F;
}

#AnswerBody .img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    max-width: 500px;
    max-height: 500px;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0px 4px 30px rgba(224, 224, 224, 0.5);
}

    #AnswerBody .img-container > img {
        max-height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        opacity: 0;
        position: absolute;
        top: 0;
        max-width: 100%;
        z-index: -1;
        border-radius: 15px;
    }

        #AnswerBody .img-container > img.next {
            opacity: 1;
            z-index: 1;
        }

        #AnswerBody .img-container > img.prev {
            opacity: 1;
            z-index: 2;
        }

        #AnswerBody .img-container > img.fade-out {
            opacity: 0;
            transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
            visibility: hidden;
        }

#AnswerBody .img-container > img {
    right: 0;
    bottom: 0;
    margin: auto;
}
/* #AnswerBody img {
    width: 18px;
    height: 18px
} */
#AnswerBody .slideshow-base img {
    width: 101%;
    opacity: 0;
}
#AnswerBody .slideshow-nav {
    position: absolute;
    top: calc(50% - 50px);
    width: 10%;
    min-width: 100px;
    max-width: 300px;
    opacity: .5;
    z-index: 99;
    cursor: pointer;
    transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
}

    #AnswerBody .slideshow-nav.visible {
        transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
        opacity: 1.0;
    }
    #AnswerBody .slideshow-nav.visible.dim {
        transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
        opacity: 0.5;
    }
    #AnswerBody .slideshow-nav:hover {
        opacity: 1 !important;
    }
    #AnswerBody .slideshow-nav img {
        width: 100px;
        padding: 25px;
        -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .25));
    }

#AnswerBody .slideshow-prev {
    background-position: left center;
    left: 0;
}

#AnswerBody .slideshow-next {
    background-position: right center;
    right: 0;
}
#AnswerBody .slideshow-next  img{
    right: 0;
    position: absolute;
}
#AnswerBody .slideshow-fullscreen {
    background-image: url(/images/icons/fullscreen.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 85%;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 10%;
    margin: 3% 3% 0 0;
    min-height: 30px;
    min-width: 30px;
    max-width: 50px;
    max-height: 50px;
    opacity: 0.0;
    z-index: 99;
    cursor: pointer;
    transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
    display:none;
}

    #AnswerBody .slideshow-fullscreen.visible {
        transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
        opacity: 1.0;
    }
    #AnswerBody .slideshow-fullscreen.visible.dim {
        transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
        opacity: .5;
    }
    #AnswerBody .slideshow-fullscreen.exit {
        background-image: url(/images/icons/dismiss.svg);
    }

    #AnswerBody .slideshow-fullscreen:hover {
        opacity: 1!important;
    }
#AnswerBody .SSProgress {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    height: 2px;
    z-index: 4;
    border-right:2px solid rgba(255,255,255,.5);
    overflow:hidden;
}
    #AnswerBody .SSProgress .PSlider {
        /*background-color: #002BE7;*/
        background-color: #4F6984;
        position: absolute;
        left: -110%;
        width: 110%;
        height: 3px;
        transition: .2s;
    }



@media (min-width: 800px){
    .Device {
        width: 100%;
    }
    .TabSpacer {
        width: 11px;
    }
    .TabSpacerEnd {
        width: 100%;
    }
    #AnswerBody {
        padding-right: 30px;
        padding-left:30px;
    }
    #AnswerBody .KBTitle {
        font-size: 28px;
        line-height: 33px;
        margin: 0;
    }
    #AnswerBody .KBTitle h1 {
        margin: 0;
    }
}
@media (min-width: 1024px){
    #AnswerBody {
        font-size: 16px;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px rgba(223, 223, 223, 0.2);
        border-radius: 8px;
        padding: 0px 50px 40px 50px;
    }

        #AnswerBody .body-strong {
            font-size: 16px;
            line-height: 1.5em;
            letter-spacing: 0px;
            font-weight: 500;
        }
        #AnswerBody ul > li {
            font-size: 16px;
        }
        #AnswerBody .KBTitle h1 {
            margin-bottom: 1em;
            padding-top:39px;
        }
        #AnswerBody h1 {
            font-size: 36px;
        }
    #AnswerBody h2 {
        font-size: 30px;
    }
    #AnswerBody h3 {
        font-size: 24px;
    }

    #AnswerBody h4 {
        font-size: 18px;
    }
        #AnswerBody ol > li {
            font-size: 16px;
        }

    .InfoTitle {
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0px;
    }

    .InfoBody {
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: 0px;
    }
    #AnswerBody .CollapsibleSectionTitleRow {
        font-size: 18px;
    }
    .Device {
        font-size: 16px;
    }
    .Max-Icon {
        width: 18px;
        height: 18px;
    }
}
