/* styles.css */
.policy .wrap .user-content ins,
.policy .wrap .user-content ins * {
    text-decoration: underline;
    color: #ff0000 !important;
}

.policy .wrap .user-content del,
.policy .wrap .user-content del * {
    text-decoration: line-through;
    color: #ff0000 !important;
}

/*suggested CSS from library*/

.diff-list {
    list-style: none;
    counter-reset: section;
    display: table;
}

ol.diffmod {
    list-style: none;
    counter-reset: new-list-section;
    display: table;
}

.diff-list > li.normal,
.diff-list > li.removed,
.diff-list > li.replacement,
ol.diffmod > li {
    display: table-row;
}

.diff-list > li > div{
    display: inline;
}

.diff-list > li.replacement:before,
.diff-list > li.new:before,
ol.diffmod > li:before {
    color: #ff0000;
    text-decoration: underline;
}

.diff-list > li.removed:before{
    counter-increment: section;
    color: #ff0000;
    text-decoration: line-through;
}

/* List Counters / Numbering */
.diff-list > li.normal:before,
.diff-list > li.removed:before,
.diff-list > li.replacement:before {
    width: 15px;
    overflow: hidden;
    content: counters(section,".") ". ";
    display: table-cell;
    text-indent: -1em;
    padding-left: 1em;
}

/* New List Counters */
ol.diffmod > li:before {
    counter-increment: new-list-section;
    width: 15px;
    overflow: hidden;
    content: counter(new-list-section) ". ";
    display: table-cell;
    text-indent: -1em;
    padding-left: 1em;
}
ol.diffmod[style*="list-style-type:lower-alpha;"] > li:before {
    content: counter(new-list-section,lower-alpha) ". ";
}
ol.diffmod[style*="list-style-type:lower-greek;"] > li:before {
    content: counter(new-list-section,lower-greek) ". ";
}
ol.diffmod[style*="list-style-type:lower-roman;"] > li:before {
    content: counter(new-list-section,lower-roman) ".";
}
ol.diffmod[style*="list-style-type:upper-alpha;"] > li:before {
    content: counter(new-list-section,upper-alpha) ".";
}
ol.diffmod[style*="list-style-type:upper-roman"] > li:before {
    content: counter(new-list-section,upper-roman) ".";
}

.diff-list > li.normal:before,
li.replacement + li.replacement:before,
.diff-list > li.replacement:first-child:before{
    counter-increment: section;
}
ol.diff-list li.removed + li.replacement {
    counter-increment: none;
}
ol.diff-list li.removed + li.removed + li.replacement {
    counter-increment: section -1;
}
ol.diff-list li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -2;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -3;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -4;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -5;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -6;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -7;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -8;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -9;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement{
    counter-increment: section -10;
}
ol.diff-list li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.removed + li.replacement {
    counter-increment: section -11;
}

/* Exception Lists */
ul.exception,
ul.exception li:before {
    list-style: none;
    content: none;
}
.diff-list ul.exception ol {
    list-style: none;
    counter-reset: exception-section;
    /* Creates a new instance of the section counter with each ol element */
}
.diff-list ul.exception ol > li:before {
    counter-increment: exception-section;
    content:counters(exception-section, ".") ".";
}

/*end suggested CSS from library*/

#toggle-view {
    margin-bottom: 25px;
}

button.policy-button {
    font-size: 14px;
    border: none;
    background: #9d2235;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

/* Policy Navigation styling */
.handbookBreadCrumbsNav {
    display: grid;
    grid-auto-flow: column;
    width: fit-content;
    padding: 1rem;
    margin-top: 150px;
    background-color: #ffffff;
    font-size: 1rem;
}

.handbookBreadCrumbs:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 2px solid #000000;
}

.handbookBreadCrumbs {
    display: grid;
    grid-auto-flow: column;
    grid-gap: .5rem;
}

.handbookBreadCrumbs .currentBreadCrumb {
    color: #9d2235;
    font-weight: 700;
}

.handbookBreadCrumbs * {
    align-self: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.handbookChildDropDownArrow {
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

.handbookChildDropDownGrid {
    column-count: 3;
    padding: 1rem;
    background-color: #ffffff;
}

.handbookChildDropDownGrid div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    align-self: start;
    width: calc(100%-.5rem);
    margin-bottom: .75rem;
    overflow: hidden;
    word-break: break-word;
    break-inside: avoid-column;
}

.handbook a {
    cursor: pointer;
    transition: color ease 300ms, text-decoration-color ease 300ms;
    color: #363636;
    text-decoration: underline;
    text-decoration-color: #363636;
}

.handbook_title_and_heading {
    margin-bottom: 2rem;
}

.handbook_book_header{
    margin-bottom: .5rem;
}

.handbookChildrenRightColumn {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    background-color: #ffffff;
}

.handbookChildrenRightColumn .handbookChildLinks * {
    width: calc(100%-1rem);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    padding-left: 1.4rem;
    text-indent: -1.0rem;
}

.handbookChildrenRightColumn .handbookChildLinks:not(:last-child) {
    margin-bottom: 1.5rem;
}

.right.column .handbookChildrenRightColumn h2 {
    font-size: 24px;
    line-height: 26px;
}

.right.column .handbookChildrenRightColumn a {
    text-decoration: underline;
    display: list-item;
    list-style: inside disc;
}

.right.column .handbookChildrenRightColumn a.currentBreadCrumb {
    text-decoration: none;
    color: #9d2235;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .handbookBreadCrumbsNav {
        grid-auto-flow: row;
        padding: .5rem;
    }

    .handbookBreadCrumbs {
        width: fit-content;
        padding: .5rem;
    }

    .handbookBreadCrumbs:first-child {
        padding-left: 2.5rem;
    }

    .handbookBreadCrumbs:not(:last-child) {
        border-right: none;
    }

    .handbookChildDropDownGrid {
        column-count: 1;
    }
}

@media print {
    .policy-navigation-content, .policy-navigation-content * {
        display: none;
    }

    #standard.content.handbook .left.main-content {
        width: 100% !important;
    }
}