@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

/*year selector*/
.year-selector{
    display:flex;
    justify-content: flex-start;
    column-gap: 10px;
    position:absolute;
    top:7px;
    right:0px;
}

.year-selector > *{
    padding:3px 6px;
}

.year-selector:before{
    content:"Viewing data for: ";
    padding:3px 0px;
}

.year-selector .year-button{
    border-radius:3px;
    background-color:#e0e0e0;
    cursor:pointer;
}

.is-kinship .year-selector .year-button.is-active{background-color:var(--color-kinship);}
.is-maltreatment .year-selector .year-button.is-active{background-color:var(--color-maltreatment);}
.is-foster .year-selector .year-button.is-active{background-color:var(--color-foster-care);}
.is-permanency .year-selector .year-button.is-active{background-color:var(--color-permanency);}
.is-olderyouth .year-selector .year-button.is-active{background-color:var(--color-older-youth);}

.year-selector .year-button p{
    user-select: none;
    margin:0px;
    color:#555555;
}

.year-selector .year-button.is-active p{
    color:#ffffff;
}



/*CT fonts*/
#child-welfare-fact-sheets{
    --font-body: '__Lato_560f1c', '__Lato_Fallback_560f1c', 'Montserrat', sans-serif;
    --font-heading: '__gotham_12dfe5', '__gotham_Fallback_12dfe5', 'Montserrat', sans-serif;
    --color-maltreatment: #0a355b;
    --color-foster-care: #962573;
    --color-kinship: #007cc2;
    --color-permanency: #0b5a57;
    --color-older-youth: #4c1a53;

    --color-maltreatment2: #E9EFF2;
    --color-foster-care2: #F1E4EC;
    --color-kinship2: #D9ECF7;
    --color-permanency2: #e1ebea;
    --color-older-youth2: #e7e1f0;
}

#child-welfare-fact-sheets{
    margin-top:2em;
}

.hidden-text{
    display:none;
}

.lollipop-tooltip, .general-tooltip{
    position:absolute;
    min-width:60px;
    min-height:40px;
    max-width:400px;
    padding:15px;
    display:none;
    border:1px solid #999999;
    border-radius:3px;
    background-color:#fafafa;
    box-shadow: 1px 1px 8px -2px rgba(0,0,0,0.5); 

    justify-content: center;
    align-items: center;
    z-index:50;
    pointer-events:none;
}

.lollipop-tooltip p, .general-tooltip p{
    margin:0px;
    font-size:14px !important;
    line-height:1.3em;
}

.lollipop-tooltip.tooltip-is-visible,
.general-tooltip.tooltip-is-visible{
    display:flex;
}

.content-not-available,
.data-suppressed,
.kinship-policy-data-not-available{
    position:relative;
    overflow:hidden;
}

.data-suppressed,
.kinship-policy-data-not-available{
    max-height:150px;
    box-shadow: inset 0px 0px 30px 60px #ffffff;
}

.kinship-policy-data-not-available{
    max-width:1000px;
    padding:0px 20px;
    margin:0em auto;
}

.cw-interactive button{
    border:none;
    background-color: #ffffff;
    margin:5px 5px 5px 0px;
    cursor:pointer;
    font-size:16px;
    float:right;
}

.cw-interactive button span{
    line-height:24px;
    vertical-align: middle;
    user-select: none;
    font-family:inherit;
    display:none;
}

.cw-interactive button img{
    width:24px;
    height:auto;
    display:inline-block;
    vertical-align:middle;
    user-select: none;
    margin:0px 10px 0px 0px;
}


.content-not-available > *,
.data-suppressed > *,
.kinship-policy-data-not-available > *{
    position:relative;
    z-index:0;
}
.content-not-available:before,
.data-suppressed:before,
.kinship-policy-data-not-available:before{
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.95);
    z-index:5;
}

.content-not-available:after{
    content:"The state was unable to provide data for both screened-in and screened-out reports, therefore we are unable to report total number of referrals.";
    line-height:1.5em;
    font-weight:normal;
    position:absolute;
    left:20px;
    top:15px;
    z-index:6;
}
.data-suppressed:after{
    content:"Data not shown due to small sample size.";
    line-height:1.5em;
    font-weight:normal;
    position:absolute;
    left:20px;
    top:15px;
    z-index:6;
}
.kinship-policy-data-not-available:after{
    content:"Data not available for this state.";
    line-height:1.5em;
    font-weight:normal;
    position:absolute;
    left:20px;
    top:15px;
    z-index:6;
}

.profile-not-available{
    position:relative;
    overflow:hidden;
    max-height:90vh;
    margin-bottom:5em;
}

.profile-not-available > div:nth-child(1n + 2){
    position:relative;
    opacity:0.1;
    z-index:0;
    /*filter:blur(5px);*/
}

.profile-not-available > div:first-child:after{
    content:"Profile data was not provided by the state.";
    font-weight:bold;
    font-size:1.25em;
    color:#962573;
}

.profile-not-available:before{
    content:"";
    position:absolute;
    top:0px;
    left:0px;

    width:100%;
    height:100%;

    opacity:0.05;
    z-index:10;

    background:#0a355b;
}

.profile-not-available:after{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

/*top level -- content wrapper -- styles */
.cw-interactive p,
.cw-interactive li,
.cw-interactive td,
.cw-interactive th,
.cw-interactive button,
.cw-interactive select,
.cw-interactive *:after,
.cw-interactive *:before{
    color:#000000;
    font-family: sans-serif;
    font-family: var(--font-body);
    line-height:1.5em;
}

.cw-interactive h2, .cw-interactive h3, .cw-interactive h3, .cw-interactive h4{
    color:inherit;
    font-family: sans-serif;
    font-family: var(--font-heading) !important;
    line-height:1.3em;
}

.cw-interactive div{
    box-sizing: border-box;
}

.cw-interactive p{
    font-size:16px;
}
.cw-interactive h4{
    font-weight:700;
    margin-bottom:1.5em;
}

.cw-interactive svg{
    overflow: visible !important;
}

.cw-interactive sup{
    color:inherit;
    font-weight:normal;
    font-size:13px;
    padding: 0px 1px;
}

.cw-interactive p{
    line-height:1.5em;
    margin:0em 0em 1em 0em;
}

.cw-interactive b{
    font-weight:700;
    color:inherit;
}

.cw-interactive .is-footnotes{
    padding:15px 0px;
    margin:6em 0em;
    position:relative;
    background-color:#fafafa;
}

.cw-interactive .is-footnotes .note-header{
    margin-top:2em;
    font-weight:bold;
    font-size:16px;
}
.cw-interactive .is-footnotes .note-header:first-child{
    margin-top:0px;
}

.cw-interactive .is-footnotes p,
.cw-interactive .is-footnotes li{
    font-size:14px;
    line-height:1.5em;
}

.cw-interactive .is-footnotes .cw-content:before{
   content:"";
   display:block;
   width:90px;
   height:5px;
   border-top:1px solid #333333;
   position:absolute;
   top:0px;
   display:none;
}
.cw-interactive .cw-subheader{
    background-color:#dddddd;
}

.cw-interactive.is-foster .cw-subheader{background-color:#F1E4EC;}
.cw-interactive.is-kinship .cw-subheader{background-color: #D9ECF7;}
.cw-interactive.is-permanency .cw-subheader{background-color: #e1ebea;}
.cw-interactive.is-maltreatment .cw-subheader{background-color:#E9EFF2;}
.cw-interactive.is-olderyouth .cw-subheader{background-color:#e7e1f0;}

.cw-interactive .font-is-blue{
    color:#0a355b;
}

.cw-interactive .panel-title{
    font-weight:bold;
    font-size:1.1em;
    margin-bottom:15px;
}

div{
    box-sizing:border-box;
}

.c-fix:after, .grid-container:after{
    display:table;
    content:"";
    clear:both;
}

/* second-level -- primary content -- styles ******************************* */

.cw-content{
    padding-left:20px;
    padding-right:20px;
    width:100%;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom: 1em;
}

.cw-content.unpadded{
    padding-left:0px;
    padding-right:0px;
}

.cw-content > div{
    margin-bottom:4em; 
}

/*cw-subheader is a special case. it needs to be full width and should not nest
  within cw-content. */
  .cw-subheader{
    width:100%;
    padding:1.25em 0px 0.75em 0px;
    margin:3em 0em 3em 0em;
}

.cw-subheader h3{
    font-size:2em;
    line-height:1.3em;
    font-weight:700;
    margin:0em;
}

.cw-interactive .cw-content .cw-header{
    margin-bottom:3em;
    margin-top:2em;
    position:relative;
}

.cw-interactive .cw-content .cw-header h2{
    font-size:2.5em;
    font-weight:700;
    margin:0em 0em 0px 0em;
}
.cw-interactive .cw-content .cw-header p.state-name{
    font-weight:bold;
    font-weight:900;
    font-size:28px;
    margin-bottom:5px;
}
.is-maltreatment .cw-content .cw-header h2{color:var(--color-maltreatment);}
.is-kinship .cw-content .cw-header h2{color:var(--color-kinship);}
.is-foster .cw-content .cw-header h2{color:var(--color-foster-care);}
.is-permanency .cw-content .cw-header h2{color:var(--color-permanency);}
.is-olderyouth .cw-content .cw-header h2{color:var(--color-older-youth);}

.cw-content .cw-smallheader{
    margin-top:2em;
    margin-bottom:1.5em;
}

.cw-smallheader h4{
    font-size:1.5em;
    font-weight:700;
    margin:0px;
    line-height:1.3em;
}

.cw-call-to-action{
    position:relative;
}

.cw-call-to-action p, p.cw-editors-note{
    font-size:0.9em;
    font-style: italic;
    line-height:1.5em;
}

.cw-more-info{
    position:relative;
    z-index:5;
    cursor:pointer;
}

.cw-more-info:after{
    content:"";
    position:absolute;
    width:100%;
    bottom:-4px;
    left:0px;
    height:6px;
    border-bottom:6px solid #555555;
    z-index:0;
}

.is-maltreatment .cw-more-info:after{border-color:var(--color-maltreatment2);}
.is-kinship .cw-more-info:after{border-color:var(--color-kinship2);}
.is-foster .cw-more-info:after{border-color:var(--color-foster-care2);}
.is-permanency .cw-more-info:after{border-color:var(--color-permanency2);}
.is-olderyouth .cw-more-info:after{border-color:var(--color-older-youth2);}
.cw-subheader .cw-more-info:after,
.cw-data-point .cw-more-info:after{border-color:#ffffff !important;}

.cw-call-to-action:before{
    font-size:0.8em;
    content:"▶";
    color:#222222;
    position:absolute;
    left:-15px;
    top:0.2em;
}

.cw-flex{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:10px 20px;
}
.cw-flex.align-to-start{
    align-items: flex-start;
}

.cw-flex.two-thirds{
    align-items: stretch;
}

.cw-flex.cw-control-flex{
    justify-content: space-between;
    align-items: flex-start;
    gap: 0px 0px;
    flex-direction: row !important;
}

.cw-flex.cw-control-flex > div{
    width:auto !important;
    flex-grow:0;
    flex-shrink:1;
}

.cw-flex.cw-control-flex > div.expanding-cell{
    flex-grow:1;
    flex-shrink:1;
}

.cw-data-point{
    display:flex;
    background-color:#e7e1f0;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    gap:5px 15px;
    padding:15px;
}

.cw-data-point > div{flex-basis:75%;flex-grow:4;flex-shrink:4;padding:10px;}
.cw-data-point > div:first-child{flex-basis:25%;flex-grow:1;flex-shrink:1;}
.cw-data-point p{color:#4c1a53;margin:0px;line-height:1.3em;}
.cw-data-point > div:first-child p{text-align:center;}
.cw-data-point > div:first-child p:first-child{font-size:1.75em;font-weight:700;}

.cw-flex-grid{
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    gap:10px 15px;
}

.cw-flex-grid > div{
    box-sizing: content-box;
    padding-right:16px;
}

.cw-flex-grid.one-half > div{
    width:50%;
}

.cw-flex-grid-column{
    position:relative;
}

.cw-flex-grid-column:after{
    position:absolute;
    right:-1px;
    top:0px;
    width:16px;
    height:100%;
    content:"";
    border-right:1px solid #333333;
}

.cw-flex-grid-column:last-child:after{
    border-right-width:0px;
}

.cw-flex-grid-column-header{
    border-bottom:1px solid #333333;
    padding-bottom:10px;
    margin-bottom:25px;
    min-height:4em;
    display:flex;
    align-items: flex-end;
}

.cw-flex-grid-column-header p{
    font-weight:700;
    margin:0px;
    font-size:1.1em;
    line-height:1.3em;
}

.cw-table table{
    table-layout: fixed;
    width:100%;
    border-collapse:collapse;  
}

.cw-table thead th{
    font-weight:700;
    vertical-align:bottom;
    width:20%;
    padding:5px 10px;
}
.cw-table thead th:first-child{
    width:40%;
}

.cw-table tbody td{
    border-style:solid;
    border-color:#dddddd;
    border-width:1px 0px;
    padding:15px 15px 5px 5px;
}

.cw-table.cw-super-table thead th:nth-child(2n+3),
.cw-table.cw-super-table thead tr:first-child th:nth-child(2n+2),
.cw-table.cw-super-table table.is-single-span thead th:nth-child(2n){
    border: 1px solid #333333;
    border-width: 0px 1px 0px 0px !important;
}
.cw-table.cw-super-table thead tr:first-child th{
    text-align: center;
}
.cw-table.cw-super-table thead tr th{
    text-align: center;
}

.cw-table.cw-super-table tbody td:nth-child(2n + 3),
.cw-table.cw-super-table table.is-single-span tbody td:nth-child(2n)
{
    border-right: 1px solid #333333 !important;
}
.cw-table.cw-super-table tbody td:last-child,
.cw-table.cw-super-table thead th:last-child{
    border-right: none !important;
}
.cw-table.cw-super-table tbody tr:last-child td{
    border-bottom: none !important;
}

.cw-table.cw-super-table td{
    text-align:center;
}

.cw-table.cw-super-table td:first-child{
    text-align:left;
}



.cw-table tbody tr:first-child td{
    border-top-width:1px;
    border-top-color:#333333;
}

.cw-table tbody tr:last-child td{
    border-bottom-width:1px;
    border-bottom-color:#333333;
}

.cw-table td,
.cw-table th{
    text-align:right;
    line-height:1.3em;
    vertical-align:bottom;
    padding:10px 7px 2px 7px;
}

.cw-table td:first-child,
.cw-table th:first-child{
    text-align:left;
}

.cw-table tr.is-indented td:first-child{
    padding-left:20px;
}

.cw-table.cw-table-1 table{
    width:100%;
    table-layout:fixed;
}

.cw-table.cw-table-1 tbody td,
.cw-table.cw-table-1 thead th{
    text-align:right;
    border-width:1px 0px !important;
    vertical-align:bottom;
    padding:5px 5px 5px 5px;
    width:auto;
}

.cw-table.cw-table-1 thead th:first-child,
.cw-table.cw-table-1 tbody td:first-child{
    text-align:left;
    width:12%;
}
.cw-table.cw-table-1 thead th:last-child,
.cw-table.cw-table-1 tbody td:last-child{
    width:33%;
}

.is-maltreatment:after{
    content:"Maltreatment";
    position:sticky;
    bottom:50px;
    left:0px;
    width:120px;
    height:30px;
    z-index:101;
    display:none;
}

.cw-sticky-menu{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    height:70px;
    box-shadow: 0px -1px 10px 2px rgba(0,0,0,0.4);
    z-index:100;
    transition: transform 0.75s;
    transition-timing-function: cubic-bezier(0.510, 0.435, 0.000, 1.325);
    border-top:1px solid #999999;
    background-color:#ffffff;
    transform:translateY(70px);
}

.cw-sticky-menu.is-visible{
    transform:translateY(0px);
}

.cw-sticky-menu select{
    font-size:16px;
    border-width:0px 0px 0px 0px;
    min-width:50px;
    padding:5px 0px 0px 5px;
}

.select-wrap{
    border-bottom:0px solid #aaaaaa !important;
    padding:0px 0px 0px 10px;
}

.select-wrap[data-prompt="state"]:before{
    content:"State: ";
    display:none;
    font-weight:bold;
}
.select-wrap[data-prompt="profile"]:before{
    content:"Profile: ";
    display:none;
    font-weight:bold;
}

#cw-section-jump-links > div{
    cursor:pointer;
    background-color: #e6e7e8;
    padding:6px 10px;
    margin:7px 0px;
    position:relative;
}
#cw-section-jump-links > button{
    margin-top:1em;
}
#cw-section-jump-links > div p{
    user-select: none;
    margin:0px;
}
#cw-section-jump-links > div:hover{
    background-color: #555555;
}
#cw-section-jump-links > div:hover p,
#cw-section-jump-links > div.profile-selected p{
    color:#ffffff;
} 

#cw-section-jump-links > div[data-profile="maltreatment"]:hover,
#cw-section-jump-links > div.profile-selected[data-profile="maltreatment"] {background-color: #0a355b !important;}

#cw-section-jump-links > div[data-profile="foster-care"]:hover,
#cw-section-jump-links > div.profile-selected[data-profile="foster-care"] {background-color: #962573 !important;}

#cw-section-jump-links > div[data-profile="kinship"]:hover,
#cw-section-jump-links > div.profile-selected[data-profile="kinship"] {background-color: #007cc2 !important;}

#cw-section-jump-links > div[data-profile="permanency"]:hover,
#cw-section-jump-links > div.profile-selected[data-profile="permanency"] {background-color: #0b5a57 !important;}

#cw-section-jump-links > div[data-profile="older-youth"]:hover,
#cw-section-jump-links > div.profile-selected[data-profile="older-youth"] {background-color: #4c1a53 !important;}

#cw-section-jump-links > div.recently-updated{

}
#cw-section-jump-links > div.recently-updated:after{
    content:"UPDATED";
    position:absolute;
    right:-3px;
    top:-3px;
    font-size:12px;
    background-color:#ffffff;
    border:1px solid #333333;
    border-radius:10px;
    padding:3px 6px;
    line-height:1em;
}

#child-welfare-fact-sheets[data-profile="maltreatment"] select {outline-color: var(--color-maltreatment);}
#child-welfare-fact-sheets[data-profile="foster-care"] select {outline-color: var(--color-foster-care);}
#child-welfare-fact-sheets[data-profile="kinship"] select {outline-color: var(--color-kinship);}
#child-welfare-fact-sheets[data-profile="permanency"] select {outline-color: var(--color-permanency);}
#child-welfare-fact-sheets[data-profile="older-youth"] select {outline-color: var(--color-older-youth);}

@media screen and (min-width: 0px) {
    .cw-table thead th{width:auto; overflow:hidden; text-overflow: ellipsis;}
    .cw-table thead th:first-child{width:40%;}
    .cw-table thead th:last-child{width:20%;}
    .cw-table th, .cw-table td{font-size:14px;}

    .cw-flex, .cw-flex-grid{
        flex-direction: column !important;
    }

    .cw-flex > div,
    .cw-flex-grid > div,
    .cw-flex-grid.one-half > div{
        width: 100% !important;
    }

    .cw-flex-grid-column:after {
        display:none;
    }

    .cw-call-to-action {display: none;}

    .year-selector{ 
        position:relative;
        top:unset;
        right:unset;
    }
}

@media screen and (min-width: 750px) {
    .cw-table th, .cw-table td{font-size:16px;}

    .cw-flex, .cw-flex-grid.one-half{
        flex-direction: row !important;
    }

    .cw-flex > div,
    .cw-flex-grid.one-half > div,
    .cw-flex.two-thirds > div{
        width: 47% !important;
    }

    #cw-top-control .cw-flex{
        align-items: flex-start;
    }

    .select-wrap:before{
        display:inline-block !important;
    }

    .cw-call-to-action {display: block;}

    .year-selector{ 
        position:absolute;
        top:7px;
        right:0px;
    }
}

@media screen and (min-width: 900px) {

    .cw-table thead th{width:auto; overflow:visible; text-overflow: unset;}
    .cw-table thead th:first-child{width:50%;}
    .cw-table thead th:last-child{width:auto;}
    

    .cw-flex-grid{
        flex-direction: row !important;
    }
    #cw-top-control .cw-flex > div{width:33% !important;}
    #cw-top-control .cw-flex > div:first-child{width:66% !important;}

    .cw-flex.two-thirds > div{
        width:30% !important;
        border-left:1px solid #333333;
        padding:15px 15px 15px 3%;
    }
    .cw-flex.two-thirds > div:first-child{
        width:65% !important;
        padding:15px 15px 0px 0px;
        border-left:none;
    }
    .cw-flex-grid > div{
        width:calc(33.333% - 20px) !important;
    }

    .cw-flex-grid-column:after {
        display:block;
    }
    
    .cw-flex-grid.one-half > div{
        width:50% !important;
    }
    .cw-table td,
    .cw-table th{
        line-height:1.3em;
    }

    .cw-interactive button span{
        display:inline-block;
    }
}

.main-profile.is-active{
    position:relative;
    visibility:visible;
    overflow:unset;
    max-height: none;
    background-color:#ffffff;
    z-index:10;
    width:auto;
}

.main-profile{
    position:absolute;
    visibility:hidden;
    top:0px;
    z-index:0px;
    overflow:hidden;
    max-height:900px;
    max-height:100vh;
    z-index:1;
    width:100%;
    left:0px;
}

/*used for the annual year section of the profile*/

.main-profile.is-active .cw-profile.year-is-active{
    position:relative;
    visibility:visible;
    left:0px;
    top:0px;
    z-index:10;
}

.main-profile .cw-profile{
    position:absolute;
    visibility:hidden;
    left:0px;
    top:0px;
    z-index:1;
    width:100%;
}

.cw-profile[data-year="2023"] .current-year:before{content:"2023"}
.cw-profile[data-year="2022"] .current-year:before{content:"2022"}

.cw-suppressed-value p{
    font-size:1em !important;
    line-height:1.25em;
}

#cw-top-control{
    position: relative;
    z-index:11;
}

#cw-top-control h4{
    display:inline-block;
    border-bottom:0px solid #333333;
    margin-bottom:5px;
}

#us-button{
    cursor:pointer;
    position:relative;
    display:inline-block;
}

#us-button > p{
    margin:0px !important;
    background-color:#e6e7e8;
    padding:5px 8px;
    border-radius:0px;
    display:block;
    user-select:none;
}
#us-button:hover > p{
    background-color:#555555;
    color:#ffffff;
}
#us-button.is-selected > p{
    background-color:#555555;
    color:#ffffff;
}

#child-welfare-fact-sheets[data-profile="maltreatment"] #us-button.is-selected > p {background-color: var(--color-maltreatment);}
#child-welfare-fact-sheets[data-profile="foster-care"] #us-button.is-selected > p {background-color: var(--color-foster-care);}
#child-welfare-fact-sheets[data-profile="kinship"] #us-button.is-selected > p {background-color: var(--color-kinship);}
#child-welfare-fact-sheets[data-profile="permanency"] #us-button.is-selected > p {background-color: var(--color-permanency);}
#child-welfare-fact-sheets[data-profile="older-youth"] #us-button.is-selected > p {background-color: var(--color-older-youth);}

@media print {
    .main-profile {display:none;}
    .main-profile.is-active {display:block !important;}
    .cw-sticky-menu {display:none;}
    .cw-content {
        padding:0px;
        max-width: none;
        break-inside: avoid;
    }
    #cw-top-control {display:none;}
    .cw-interactive .cw-content .cw-header{
        margin:0px;
    }
    .cw-interactive .cw-content .cw-header h2{
        font-size:3em !important;
    }
    .cw-subheader {
        page-break-after: avoid;
        break-after:avoid-page;
        background-color: #ffffff !important;
        margin:0px;
    }
    .cw-subheader h3, .cw-interactive .cw-content .cw-header p.state-name{
        font-size:2em !important;
    }
    .cw-subheader + .cw-content{
        break-before:avoid;
    }
    .cw-call-to-action {display: none;}
    .cw-flex-grid-column-header {
        page-break-after: avoid;
    }

    .cw-wp-root > div:not(.cw-wp-container){
        display:none;
    }

    .cw-more-info:after{
        visibility:hidden;
    }

    .cw-interactive .is-footnotes{
        break-before:page;
        background-color: transparent;
    }

  }

@page { 
    size:8.5in 11in; 
    margin: 0.25in 0.5in; 
}
