* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}



body {
    background: #d8dce3;
}



.wrapper {
    width: 100%;
}



.clear {
    clear: both;
}



.margin-bottom {
    margin-bottom: 25px;
}



a,
button {
    transition: all ease .3s;
    outline: none;
}



.back-to-top {
    position: fixed;
    width: 61px;
    line-height: 41px;
    text-align: center;
    background: #0a313c;
    right: 2px;
    bottom: 58px;
    /*    opacity: 0; */
    transition: all ease .3s;
}



    .back-to-top.vsible-btn {
        opacity: 1;
    }



    .back-to-top a {
        font-size: 25px;
        color: #fff;
        display: inline-block;
        text-decoration: none;
    }



        .back-to-top a:hover {
            color: #d20000;
        }





























/*------------------Header------------------*/



header {
    background: #333333;
    padding: 8px 34px 6px 31px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}



    header .logo {
        width: 23%;
        vertical-align: top;
        float: left;
    }



    header .fab-quickSearch {
        padding: 7px 10px 6px 9px;
        width: 55%;
        vertical-align: top;
        float: left;
    }



    header .fab-title {
        max-width: 88px;
        display: inline-block;
        padding: 0 13px 4px 0;
        border-right: 1px solid #fff;
    }



        header .fab-title p {
            font-weight: bold;
            font-size: 25px;
            line-height: 26px;
            text-transform: uppercase;
            color: #fff;
            margin: 0;
            letter-spacing: 1px;
        }



            header .fab-title p span {
                display: block;
                font-size: 22px;
                letter-spacing: -1px;
            }



    header .fab-form {
        /*width: 520px;*/
        display: inline-block;
        vertical-align: top;
        padding: 0 3px;
    }



        header .fab-form input[type="text"] {
            box-shadow: none;
            border: 0;
            padding: 9.5px 17px;
            font-size: 14px;
            line-height: 18px;
            color: #adadae;
            font-style: italic;
            float: left;
            height: auto;
            max-width: 170px;
            margin: 0;
            border-right: 1px solid #bbbbbb;
            border-radius: 0px;
        }



        header .fab-form select {
            float: left;
            font-size: 14px;
            color: #464646;
            font-style: italic;
            box-shadow: none;
            border: 0;
            width: 246px;
            height: auto;
            margin: 0;
            padding: 8px 24px;
            background: url(../images/select-arrow.png) 94% center no-repeat #fff;
            position: relative;
            border-radius: 0px;
        }



        header .fab-form input[type="button"] {
            width: 37px;
            float: left;
            background: url(../images/search-icon.png) center center no-repeat #0084d1;
            border: 0;
            padding: 9.5px;
            cursor: pointer;
        }



    header .fab-presets ul {
        margin: 0;
        padding: 0 13px;
    }



        header .fab-presets ul li {
            display: inline-block;
            padding: 0 8px 0 0;
            position: relative;
        }

            header .fab-presets ul li:last-child {
                padding-right: 0px;
            }



            header .fab-presets ul li:after {
                position: absolute;
                right: 0px;
                width: 1px;
                height: 13px;
                top: 0;
                bottom: 0;
                margin: auto;
                content: "";
                background: #fff;
            }



            header .fab-presets ul li:last-child:after {
                display: none;
            }

            header .fab-presets ul li:first-child:after {
                display: none;
            }

            header .fab-presets ul li a {
                font-size: 14px;
                color: #ffffff;
                font-style: italic;
                display: inline-block;
                line-height: 18px;
                letter-spacing: .5px;
            }

            header .fab-presets ul li span {
                font-size: 14px;
                color: #ffffff;
                display: inline-block;
                line-height: 18px;
                letter-spacing: .5px;
                text-align: right;
            }

            header .fab-presets ul li a:hover {
                color: #f6712a;
            }


    header ul.fab-presets2 li a,
    header ul.fab-presets2 li a:hover {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        color: #ffffff;
        display: inline-block;
        line-height: 18px;
        letter-spacing: .5px;
    }

    header ul.fab-presets2 li {
        padding: 0px;
    }


    header .user-detail {
        width: 22%;
        padding: 0;
        margin: 11px 0;
        text-align: right;
        float: right;
    }



        header .user-detail p {
            font-size: 14px;
            line-height: 19px;
            color: #fff;
            max-width: 182px;
            display: inline-block;
            margin: 0 13px 0 0;
            padding: 5px 0 10px 33px;
            border-left: 1px solid #fff;
            vertical-align: top;
            text-align: left;
        }



        header .user-detail .Banner_LogoffLink {
            display: inline-block;
            vertical-align: top;
            background: #fff;
            border-radius: 50%;
            padding: 13.5px;
            text-align: center;
        }



        header .user-detail .togglearrow {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            line-height: 55px;
            margin-left: 4px;
        }



            header .user-detail .togglearrow:hover {
                color: #f6712a;
            }



    header .right-bar {
        position: fixed;
        top: 0;
        right: -260px;
        background: #262b36;
        bottom: 0;
        text-align: left;
        transition: all ease 1s;
    }



        header .right-bar.active {
            right: 0px;
            transition: all ease 1s;
        }



    header .right-bar-top {
        padding: 18px 26px 17px 16px;
        color: white;
    }

        header .right-bar-top div {
            padding-left: 10px;
        }



        header .right-bar-top p {
            display: inline-block;
            border: 0px;
            padding: 6px 0 0 0px;
            vertical-align: top;
            font-size: 16px;
            line-height: 22px;
        }



            header .right-bar-top p span {
                display: block;
            }



        header .right-bar-top .user-avatar {
            margin-right: 8px;
            margin-left: 9px;
            background: #fff;
            height: 54px;
            width: 54px;
            display: inline-block;
            text-align: center;
            line-height: 54px;
            border-radius: 50%;
        }



    header .right-bar-links {
    }



        header .right-bar-links ul {
            margin: 0px;
            padding: 0px;
        }



            header .right-bar-links ul li {
                margin: 0px;
                padding: 0px;
                display: block;
                border-top: 1px solid #051d24;
            }



                header .right-bar-links ul li a {
                    padding: 6px 20px 8px 20px;
                    font-size: 14px;
                    color: #fff;
                    text-decoration: none;
                    display: block;
                    text-transform: uppercase;
                }



                    header .right-bar-links ul li a:hover {
                        background: #191919;
                        color: #d20000;
                    }



                    header .right-bar-links ul li a i {
                        margin-right: 11px;
                        display: inline-block;
                    }





























/*------------------Navbar------------------*/



.navbar {
    position: fixed;
    background: #333333;
    left: 0;
    top: 94px;
    bottom: 0;
    padding: 11px 0 0 0;
    width: 309px;
    z-index: 99;
}



    .navbar ul {
        margin: 0;
        padding: 0;
    }



        .navbar ul li {
            display: block;
        }



            .navbar ul li a {
                display: block;
                font-size: 13px;
                letter-spacing: .5px;
                color: #fff;
                font-weight: bold;
                text-transform: uppercase;
                border-left: 4px solid transparent;
                padding: 0 27px 0 60px;
                line-height: 45px;
                border-bottom: 1px solid #051d24;
                position: relative;
            }



                .navbar ul li a i {
                    font-size: 20px;
                    margin-right: 7px;
                    width: 22px;
                    display: inline-block;
                }



                .navbar ul li a:hover {
                    background: #191919;
                    border-left: 4px solid #d20000;
                    color: #d20000;
                }



.humbarger-icon {
    display: none;
}




/*------------------Content------------------*/



#ContentPane {
    margin-top: 25px;
}


#frmComparisonViewer .contentPublic div#ContentPane {
    margin-top: 0;
}


#frmComparisonViewer .content {
    padding-top: 91px;
    padding-bottom: 0px;
}

    #frmComparisonViewer .content .senate-house-container {
        margin-bottom: 0px;
    }


#frmComparisonViewer .contentPublic {
    padding-left: 0px;
    padding-right: 0px;
}

#btnComparison {
    padding-top: .25em;
    padding-bottom: .25em;
}

.content {
    padding: 111px 20px 26px 329px;
}

.contentPublic {
    padding-left: 36px;
}

    .contentPublic #lblBody {
        display: block;
        padding: 20px 20px 20px 20px;
    }

.content .breaking-box {
    background: #fff;
    padding: 0 0 0 2px;
    margin-bottom: 20px;
}



.content .bnews-title {
    position: relative;
    padding: 12px 0 12px 11px;
    letter-spacing: .5px;
    font-size: 20px;
    color: #434343;
    line-height: 24px;
    border-bottom: 1px solid #e7e7e7;
}



    .content .bnews-title.hiddencontent {
        border-bottom: 0px;
    }



.content .breaking-content {
    padding: 8px 14px 0 12px;
}



    .content .breaking-content.hiddencontent {
        height: 0;
        overflow: hidden;
        padding: 0px;
    }



    .content .breaking-content .breaking-title {
        font-size: 15px;
        color: #434343;
        text-decoration: none;
        font-weight: bold;
        background: url(../images/red-circle-arrow.png) left center no-repeat;
        padding-left: 26px;
    }



    .content .breaking-content p {
        font-size: 14px;
        color: #868686;
        margin: 0px;
        line-height: 20px;
        padding-left: 26px;
    }



        .content .breaking-content p a {
            background: none;
            padding: 0px;
            display: inline-block;
            color: #a40000;
            text-decoration: none;
            font-weight: 400;
        }



    .content .breaking-content .breaking-detail {
        margin-bottom: 17px;
    }



    .content .breaking-content.hidden-content {
        height: 0;
        overflow: hidden;
        transition: all ease 1s;
    }



.content .bnews-toggle {
    width: 0;
    height: 0;
    border-top: 49px solid #d20000;
    border-left: 50px solid transparent;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}



    .content .bnews-toggle a {
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: -43px;
        right: 6px;
    }

#frmIntelligence #ContentPane {
    margin-top: 0;
}

.hannah-background-color {
    background-color: white;
}



.edit-breaking {
    margin-left: 10px;
    background: #be0000;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 10px;
    border-radius: 50%;
    position: relative;
    top: -5px;
}



    .edit-breaking i {
        position: relative;
        top: 3px;
    }



.EditButton {
    background: #be0000;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 27px;
    border-radius: 50%;
    margin-left: 12px;
    font-size: 16px;
    position: relative;
    top: -3px;
}

.content .box-content .editlinksWhite a {
    color: white;
}

.content .box-content td span a {
    color: black;
}

.content .myinfo-status-container {
    margin-bottom: 19px;
}

table.MsoNormalTable p a {
    color: black;
}

.content .red-box {
    position: relative;
    background: url(../images/red-shadow.png) top right no-repeat #bd0000;
}



    .content .red-box .box-content.contact-tab {
        padding: 0px;
    }



        .content .red-box .box-content.contact-tab ul.tabs {
            padding: 0 10px;
            border-bottom: 1px solid rgba(231, 231, 231, .69);
        }



        .content .red-box .box-content.contact-tab .tabs-title a {
            padding: 4px 8px;
        }



    .content .red-box .box-content .tabs-title a {
        color: #e98080;
        border-bottom: 2px solid transparent;
    }

    .content .red-box .box-content a {
        color: white;
    }



    .content .red-box.meeting-box .box-content .tabs-title a {
        color: #8c9194;
        border-bottom: 2px solid transparent;
    }



    .content .red-box.recent-document .box-content .tabs-title a {
        color: #8c9194;
        border-bottom: 2px solid transparent;
    }



    .content .red-box.resource-center .box-content .tabs-title a {
        color: #8c9194;
        border-bottom: 2px solid transparent;
    }


    .content .red-box .box-content .tabs-title.is-active a {
        color: #fff;
        border-bottom: 2px solid #fff;
    }


    .content .red-box:after {
        background: url(../images/red-box-shape.png) bottom right no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 111px;
        height: 102px;
    }



.content .black-box {
    position: relative;
    background: url(../images/black-shadow.png) top right no-repeat #212a31;
}



    .content .black-box:after {
        background: url(../images/alret-shape.png) bottom right no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 111px;
        height: 102px;
    }



.content .meeting-box {
    position: relative;
    background: url(../images/black-shadow.png) top right no-repeat #393939;
}



    .content .meeting-box:after {
        background: url(../images/meeting-shape.png) bottom right no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 111px;
        height: 102px;
    }



.content .title {
    padding: 11px 16px 13px 16px;
    border-bottom: 1px solid rgba(231, 231, 231, .69);
}



    .content .title strong {
        font-size: 15px;
        color: #fff;
        font-weight: 600;
    }



.content .myinfo-status-container .title img,
.content .myinfo-status-container .title i {
    margin: 0 10px 0 0;
}



.content .red-box .box-content {
    margin: 0px;
    padding: 18px 10px 21px 21px;
    position: relative;
    z-index: 2;
}



    .content .red-box .box-content p {
        margin: 0px;
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 10px;
        line-height: 12px;
        font-weight: 600;
    }



.content .red-box ul {
    margin: 0 0 0 0;
    padding: 0px;
    background: none;
    border: 0;
}



    .content .red-box ul li {
        display: block;
        position: relative;
        padding-left: 13px;
    }



        .content .red-box ul li:before {
            position: absolute;
            left: 0;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            content: "";
            background: #fff;
            top: 0;
            bottom: 0;
            margin: auto;
        }



        .content .red-box ul li a {
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            line-height: 24px;
            display: inline-block;
            letter-spacing: .3px;
            font-weight: 600;
        }



            .content .red-box ul li a:hover {
                text-decoration: underline;
            }



.content .alerts-detail {
    margin-bottom: 14px;
}



    .content .alerts-detail span {
        font-size: 13px;
        display: block;
        color: #ababab;
        line-height: 24px;
        margin-bottom: 0px;
        font-weight: 600;
    }



.content .red-box .alerts-detail p {
    font-weight: 600;
    font-size: 13px;
    display: block;
    color: #fff;
    line-height: 24px;
}

/*.content .alerts-detail a, p a {
    color: white;
}*/


.content .box-content .tabs-title a {
    background: none;
    padding: 3px 11px 2px 11px;
    text-transform: capitalize;
    font-size: 11px;
    outline: none;
    color: #8c9194;
}

    .content .box-content .tabs-title a:hover {
        text-decoration: none;
    }

.content .box-content .tabs-panel a {
    color: #dd3f3f;
}

.content .resource-center .box-content .tabs-panel a {
    color: white;
}


.content .box-content .tabs-blackLinks a,
#bsstabs1,
#bsstabs1 input {
    color: black;
    font-size: 13px;
}

.content .myinfo-status-container .box-content .tabs-title.is-active a {
    border-bottom: 2px solid #fff;
    color: #fff;
}



.content .tabs-content {
    border: 0px;
    padding: 0;
    background: none;
}



.content .red-box ul li.tabs-title {
    padding: 0px;
}



    .content .red-box ul li.tabs-title:before {
        display: none;
    }



.content .myinfo-status-container .tabs-panel {
    padding-left: 0px;
    padding-right: 0px;
}



.content .senate-house-container {
    margin-bottom: 20px;
}



.content .top-title {
    background: #f9f9f9;
    padding: 19px 18px 10px 14px;
    border-bottom: 1px solid #eeeeee;
}



    .content .top-title span {
        font-size: 25px;
        color: #bd0000;
        font-weight: bold;
        display: inline-block;
        line-height: 18px;
        margin: 0 17px 0 0;
        vertical-align: top;
        text-transform: uppercase;
    }



    .content .top-title h3 {
        letter-spacing: .5px;
        font-size: 18px;
        color: #434343;
        line-height: 24px;
        font-weight: 400;
        display: inline-block;
        margin: 0px;
        line-height: 18px;
        vertical-align: top;
    }



.content .senate-house-container .senat-content {
    padding: 28px 11px 16px 11px;
    background: #ffffff;
}



    .content .senate-house-container .senat-content div.StatusText {
        padding: 0 0 0 3px;
        font-size: 12px;
        letter-spacing: .3px;
    }

    .content .senate-house-container .senat-content .onTheFloor {
        color: #bd0000;
        font-weight: bold;
    }

    .content .senate-house-container .senat-content .floor-action {
        border: 2px solid #eee;
        border-radius: 2px;
        padding-bottom: 22px;
    }



        .content .senate-house-container .senat-content .floor-action h4 {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 800;
            background: #eeeeee;
            font-size: 11px;
            text-transform: uppercase;
            padding: 11px 15px;
            letter-spacing: -0.3px;
            margin: 0px;
        }



        .content .senate-house-container .senat-content .floor-action ul {
            margin: 0px;
            padding: 16px 18px 0 18px;
        }



            .content .senate-house-container .senat-content .floor-action ul li {
                display: block;
                margin-bottom: 9px;
                line-height: 12px;
            }



                .content .senate-house-container .senat-content .floor-action ul li:last-child {
                    margin-bottom: 2px;
                }



                .content .senate-house-container .senat-content .floor-action ul li a {
                    display: inline-block;
                    font-size: 13px;
                    color: #656565;
                }



                    .content .senate-house-container .senat-content .floor-action ul li a:hover {
                        color: #d20000;
                    }



        .content .senate-house-container .senat-content .floor-action a.view-all {
            color: #d10001;
            text-decoration: none;
            margin: 0 18px;
            display: inline-block;
            font-size: 12px;
        }



    .content .senate-house-container .senat-content .supporting-links {
        border: 2px solid #eee;
        border-radius: 2px;
    }



        .content .senate-house-container .senat-content .supporting-links ul {
            margin: 0px;
            padding: 14px 18px 14px 18px;
        }



            .content .senate-house-container .senat-content .supporting-links ul li {
                margin: 0px;
                padding: 0;
                display: block;
                line-height: 12px;
                margin-bottom: 9px;
                padding-left: 10px;
                position: relative;
            }



                .content .senate-house-container .senat-content .supporting-links ul li:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    content: "";
                    height: 2px;
                    width: 1px;
                    background: #d20001;
                }



                .content .senate-house-container .senat-content .supporting-links ul li:last-child {
                    margin-bottom: 0px;
                }



                .content .senate-house-container .senat-content .supporting-links ul li a {
                    display: inline-block;
                    margin: 0px;
                    padding: 0;
                    font-size: 13px;
                    color: #656565;
                    text-decoration: none;
                }



                    .content .senate-house-container .senat-content .supporting-links ul li a:hover {
                        color: #d20000;
                    }



.content .search-bar {
    background: #212a31;
    margin-bottom: 20px;
}



    .content .search-bar h3 {
        margin: 0px;
        padding: 0px;
        line-height: 84px;
        padding: 0 66px 0 36px;
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        background: url(../images/search-bar-shape.png) right center no-repeat;
    }

    .content .search-bar .search-border {
        padding: 19px 22px 19px 0;
        display: flex;
        margin-left: -8px;
    }



        .content .search-bar .search-border select {
            margin: 0px;
            font-size: 16px;
            color: #434343;
            box-shadow: none;
            border: 0;
            max-width: 200px;
            height: auto;
            margin: 0;
            padding: 9px 17px;
            position: relative;
            border-right: 1px solid #bbbbbb;
            background: url(../images/select-droparrow.png)92% center no-repeat #fff;
            border-radius: 0px;
        }



        .content .search-bar .search-border input[type="text"] {
            margin: 0px;
            box-shadow: none;
            border: 0;
            padding: 9.5px 17px;
            font-size: 14px;
            line-height: 18px;
            color: #434343;
            font-style: italic;
            height: auto;
            margin: 0;
            border-radius: 0px;
        }

.searchLinks {
    color: white;
    font-size: larger;
}

.searchText {
    display: inline-block;
    color: black;
}

.search-bar input[type="button"] {
    width: 45px;
    float: left;
    background: url(../images/search-icon.png) center center no-repeat #a40000;
    border: 0;
    padding: 13.5px 22.5px;
    cursor: pointer;
    outline: none;
    border-radius: 0px;
}

#btnStatusSearch,
#btnSearchILCS {
    width: 45px;
    float: left;
    background: url(../images/search-icon.png) center center no-repeat #a40000;
    border: 0;
    padding: 10px 22.5px;
    cursor: pointer;
    outline: none;
    border-radius: 0px;
}

.content .search-bar .search-border ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: small;
}

#txtHannahReport {
    display: inline;
}


#btnHannahReport,
#btnStatusSearch,
.btnSearchILCS {
    width: 45px;
    background: url(../images/search-icon.png) center center no-repeat #a40000;
    border: 0;
    padding: 10px 22.5px;
    cursor: pointer;
    outline: none;
    border-radius: 0px;
    margin: 5px 0 5px 0;
}


.content .search-bar .search-border a {
    color: #ffffff;
}







.content .documents-detail {
    background: #fff;
    padding: 11px 10px;
}



    .content .documents-detail.hiddencontent {
        height: 0px;
        overflow: hidden;
        padding: 0px;
    }



    .content .documents-detail ul {
        margin: 0px;
        padding: 0 0 9px 0;
    }



        .content .documents-detail ul li {
            display: block;
            position: relative;
            padding-left: 13px;
            margin-bottom: 5px;
            line-height: 25px;
        }



            .content .documents-detail ul li:before {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                content: "";
                height: 2px;
                width: 1px;
                background: #d20001;
            }



            .content .documents-detail ul li a {
                display: inline-block;
                margin: 0px;
                padding: 0;
                font-size: 14px;
                color: #868686;
                text-decoration: none;
            }



                .content .documents-detail ul li a:hover {
                    color: #d20000;
                }



.content .recent-bill {
    background: #fff;
}



    .content .recent-bill .box-content {
        padding: 8px 12px 15px 15px;
    }



    .content .recent-bill .tabs {
        padding: 0px;
        border: 0px;
        border-bottom: 1px solid #eeeeee;
    }



    .content .recent-bill .tabs-title {
        margin-right: 15px;
    }



        .content .recent-bill .tabs-title:last-child {
            margin-right: 0px;
        }



        .content .recent-bill .tabs-title a {
            padding: 14px 3px 9px 6px;
            background: none;
            color: #949494;
            font-size: 12px;
            letter-spacing: -0.3px;
            font-weight: bold;
            border-bottom: 2px solid transparent;
        }



        .content .recent-bill .tabs-title.is-active a {
            color: #333333;
            border-bottom: 2px solid #d20000;
        }



    .content .recent-bill .tabs-panel {
        padding: 0px;
    }



    .content .recent-bill .tabs-content {
        padding: 14px 0 0 0px;
        border: 0px;
    }



        .content .recent-bill .tabs-content .bill-date {
            display: inline-block;
            vertical-align: top;
            width: 80px;
        }



            .content .recent-bill .tabs-content .bill-date span {
                font-size: 14px;
                color: #6f6f6f;
                display: inline-block;
            }



        .content .recent-bill .tabs-content .bill-info {
            display: inline-block;
            vertical-align: top;
            max-width: 260px;
        }



            .content .recent-bill .tabs-content .bill-info p {
                margin: 0px;
                padding: 0px;
                font-size: 13px;
                color: #333333;
                line-height: 21px;
                margin-bottom: 13px;
            }



                .content .recent-bill .tabs-content .bill-info p:last-of-type {
                    margin-bottom: 0px;
                }



                .content .recent-bill .tabs-content .bill-info p a {
                    color: #333333;
                    font-weight: 700;
                }



                    .content .recent-bill .tabs-content .bill-info p a:hover {
                        text-decoration: underline;
                    }



    .content .recent-bill .bill-detail-outer {
        margin-bottom: 20px;
    }

.bill-detail-outer p {
    display: inline-block;
    width: 90%;
    margin-bottom: 0px;
}


.content .new-stories {
    background: #fff;
}



.content .story-boxes {
    margin-bottom: 20px;
}


.content .new-stories .box-content {
    padding: 0px 14px;
}



    .content .new-stories .box-content .story-content {
        padding: 13px 6px 11px 6px;
        border-bottom: 1px solid #eeeeee;
    }



        .content .new-stories .box-content .story-content:last-child {
            border-bottom: 0px;
        }



        .content .new-stories .box-content .story-content a {
            color: #333333;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: -0.3px;
            display: block;
            margin-bottom: 3px;
        }



            .content .new-stories .box-content .story-content a:hover {
                text-decoration: underline;
            }



        .content .new-stories .box-content .story-content p {
            color: #333333;
            font-size: 12px;
            font-weight: 400;
            margin: 0px;
            line-height: 20px;
            padding: 0 20px 0 0;
            letter-spacing: 0.3px;
        }



        .content .new-stories .box-content .story-content ul {
            margin: 0px;
            padding: 0px;
        }



            .content .new-stories .box-content .story-content ul li {
                display: inline-block;
                margin: 0px;
                padding: 0px;
                color: #666666;
                font-size: 12px;
                margin: 0 3px 0 0;
                letter-spacing: 0.5px;
            }



                .content .new-stories .box-content .story-content ul li a {
                    color: #dd3f3f;
                    font-weight: 400;
                }



                    .content .new-stories .box-content .story-content ul li a:hover {
                        text-decoration: underline;
                    }



        .content .new-stories .box-content .story-content img {
            float: left;
            margin: 0 15px 0 0;
        }



.content .myinfo-status-container .doucment-collection {
    background: #d20000;
}



    .content .myinfo-status-container .doucment-collection ul li:before {
        border-radius: 0px;
        height: 1px;
        width: 1px;
    }



.content .myinfo-status-container .alerts-detail.newletter-detail {
    margin-bottom: 8px;
}



    .content .myinfo-status-container .alerts-detail.newletter-detail span {
        display: inline-block;
        width: 80px;
        margin: 0px;
    }



    .content .myinfo-status-container .alerts-detail.newletter-detail p {
        display: inline-block;
        margin: 0px;
    }



.content .myinfo-status-container .resource-center {
    background: #2f373d;
}



    .content .myinfo-status-container .resource-center:after {
        background: url(../images/newsletter-shape.png) bottom right no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 130px;
        height: 106px;
    }



    .content .myinfo-status-container .resource-center:after {
        background: url(../images/newsletter-shape.png) bottom right no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 130px;
        height: 106px;
    }



.content .myinfo-status-container .doucment-collection:after {
    background: url(../images/recent-document-2.png) bottom right no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 132px;
    height: 100px;
}



.content .myinfo-status-container .doucment-collection .box-content .tabs-title a {
    color: #e98080;
}



.content .myinfo-status-container .doucment-collection .box-content .tabs-title.is-active a {
    color: #fff;
}



.content .myinfo-status-container .recent-document {
    background: #2f373d;
}



    .content .myinfo-status-container .recent-document:after {
        background: url(../images/recent-document-shape.png) bottom right no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 132px;
        height: 100px;
    }



footer {
    padding: 34px 0 34px 0;
    text-align: center;
    background: #fff;
    /*    padding-left: 309px; */
}



    footer p {
        font-size: 13px;
        color: #434343;
        margin: 0px;
        line-height: 18px;
    }



        footer p span {
            color: #d20000;
            display: inline-block;
        }



        footer p a {
            text-decoration: none;
            color: #434343;
        }



            footer p a:hover {
                color: #d20000;
            }





























/*-----------------Member Page Css-----------------*/



.member-content {
    padding: 89px 0 0 309px;
}



    .member-content .banner {
        position: relative;
        background: url('../../images/IllinoisRotundaInside.jpg') left bottom no-repeat;
        background-size: cover;
        min-height: 498px;
    }



        .member-content .banner .member-avatar {
            position: absolute;
            bottom: 0;
            left: 114px;
        }



            .member-content .banner .member-avatar img {
                max-width: 166px;
                max-height: 166px;
                display: inline-block;
                border: 9px solid #ffffff;
                margin-bottom: -56px;
                margin-right: 30px;
                line-height: 30px;
            }



            .member-content .banner .member-avatar h1 {
                font-size: 38px;
                color: #fff;
                font-weight: bold;
                display: inline-block;
                margin: 0px;
                /*vertical-align: bottom;*/
                /*line-height: 30px;
                margin-bottom: 25px;*/
            }



            .member-content .banner .member-avatar #memberName {
                display: inline-block;
                vertical-align: bottom;
                margin-bottom: -50px;
                line-height: 30px;
            }

#memberInfo {
    margin-bottom: -20px;
}


.memberPhone {
    display: block;
}


.member-content-detail {
    padding: 68px 34px 25px 20px;
}



.content .biographical-info {
    background: #fff;
}



    .content .biographical-info .bnews-title {
        letter-spacing: 0.5px;
        padding: 0 28px;
        line-height: 48px;
        border-bottom: 1px solid #eeeeee;
        margin: 0px;
        font-size: 16px;
        color: #434343;
    }



    .content .biographical-info .tabs {
        padding: 0 32px;
    }



    .content .biographical-info.recent-bill .box-content {
        padding: 0px;
    }



    .content .biographical-info.recent-bill .tabs-title a,
    #bill-tabs .tabs-title a {
        padding: 14px 21px 10px 21px;
        font-weight: bold;
        font-size: 12px;
        border-bottom: 4px solid transparent;
    }



    .content .biographical-info.recent-bill .tabs-title.is-active a {
        border-bottom: 4px solid #d20000;
    }



.content .tab-detail {
    padding: 0 47px 43px 47px;
}



    .content .tab-detail strong {
        letter-spacing: .3px;
        display: block;
        font-size: 12px;
        color: #434343;
        font-weight: bold;
        margin-bottom: 8px;
    }



    .content .tab-detail p {
        letter-spacing: .3px;
        font-size: 12px;
        font-style: italic;
        color: #434343;
        margin: 0px;
        line-height: 24px;
        margin-bottom: 8px;
    }



    .content .tab-detail strong span {
        font-size: 12px;
        font-weight: 400;
    }



    .content .tab-detail .right-detail {
        padding: 4px 0 0 30px;
    }



        .content .tab-detail .right-detail strong,
        .content .tab-detail .right-detail p {
            margin-bottom: 24px;
            color: #959595;
            font-size: 13px;
        }



            .content .tab-detail .right-detail strong span {
                display: inline-block;
                margin-left: 18px;
            }



    .content .tab-detail ul {
        margin: 0px;
        padding: 0px;
    }



        .content .tab-detail ul li {
            display: block;
            margin: 0px;
            padding: 0px;
            font-size: 13px;
            color: #000000;
            font-weight: 400;
            text-decoration: none;
            margin-bottom: 5px;
        }



            .content .tab-detail ul li a {
                font-size: 13px;
                color: #000000;
                font-weight: 400;
                text-decoration: none;
            }



                .content .tab-detail ul li a:hover,
                .content .tab-detail ul li a:hover span {
                    text-decoration: underline;
                }



                .content .tab-detail ul li a span {
                    font-size: 13px;
                    color: #000000;
                    font-weight: bold;
                    text-decoration: none;
                    display: inline-block;
                }



#vmtabsBiography1,
#vmtabsBiography2,
#vmtabsBiography3,
#vmtabsBiography4,
#vmtabsBiography5 {
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#vmtabsContactInfo1,
#vmtabsContactInfo2,
#vmtabsContactInfo3,
#vmtabsContactInfo4,
#vmtabsContactInfo5 {
    font-size: 12px;
}

    #vmtabsContactInfo1 ul li a,
    #vmtabsContactInfo2 ul li a,
    #vmtabsContactInfo3 ul li a,
    #vmtabsContactInfo4 ul li a,
    #vmtabsContactInfo5 ul li a {
        font-size: 12px;
    }




/*-----------------Actiontrack Page Css-----------------*/

.at-report-columns {
    font-family: Arial;
    font-size: 8.5pt;
    color: Grey;
    text-align: center;
}

.at-report-columns-edit {
    font-family: Arial;
    font-size: 8.5pt;
    color: red;
    text-align: center;
}

.actiontrack-content .assign-bills-to-reports select {
    width: auto;
}

.actiontrack-content .assign-bills-to-reports [type='text'] {
    width: auto;
}

.actiontrack-content .senate-house-container .top-title {
    background: #fff;
}



.actiontrack-content .action-icons {
    padding: 18px 0 34px 0;
    text-align: center;
    background: #fff;
}



    .actiontrack-content .action-icons ul {
        flex-wrap: wrap;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }



        .actiontrack-content .action-icons ul li {
            list-style: none;
        }



            .actiontrack-content .action-icons ul li img {
                margin-bottom: 17px;
            }



            .actiontrack-content .action-icons ul li strong,
            .actiontrack-content .action-icons ul li a {
                text-decoration: none;
                font-size: 14px;
                line-height: 20px;
                color: #000000;
                font-weight: bold;
                display: block;
            }



.actiontrack-content .select-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #dadbe0;
    margin-bottom: 18px;
}



    .actiontrack-content .select-form label {
        font-size: 14px;
        color: #adadae;
        font-style: italic;
        width: 176px;
        padding: 0 0 0 17px;
        line-height: 36px;
        border-right: 1px solid #bbbbbb;
    }



    .actiontrack-content .select-form select {
        margin-bottom: 0px;
        border: 0px;
        font-size: 14px;
        color: #464646;
        font-style: italic;
        box-shadow: none;
        border: 0;
        height: auto;
        margin: 0;
        padding: 7.5px 24px;
        background: url(../images/select-arrow.png) 94% center no-repeat #fff;
        position: relative;
    }



.actiontrack-content .reports-detail {
    background: #fff;
    padding-bottom: 60px;
    border-bottom: 1px solid #dbdce0;
    margin-bottom: 20px;
}



    .actiontrack-content .reports-detail.legislation-detail {
        padding-bottom: 30px;
    }



    .actiontrack-content .reports-detail .top-title {
        border-bottom: 1px solid #dadbe0;
        padding: 0px;
        background: #fff;
        margin-bottom: 25px;
    }



        .actiontrack-content .reports-detail .top-title strong {
            font-weight: 400;
            display: inline-block;
            letter-spacing: 0.5px;
            padding: 16.5px 21px;
            line-height: 16px;
            margin: 0px;
            font-size: 18px;
            color: #434343;
        }



        .actiontrack-content .reports-detail .top-title .right-links {
            float: right;
            text-align: right;
            padding: 0 17px;
        }



            .actiontrack-content .reports-detail .top-title .right-links ul {
                margin: 0 0 11px 0;
                line-height: 12px;
                padding: 3px 0 0 0;
            }



                .actiontrack-content .reports-detail .top-title .right-links ul li {
                    display: inline-block;
                    line-height: 12px;
                    color: #000;
                    font-size: 12px;
                    letter-spacing: 0.5px;
                }



                    .actiontrack-content .reports-detail .top-title .right-links ul li a {
                        color: #d20000;
                        display: inline-block;
                        line-height: 12px;
                        letter-spacing: 0.5px;
                    }



                .actiontrack-content .reports-detail .top-title .right-links ul:last-of-type {
                    margin-bottom: 4px;
                    padding: 0px;
                }



.actiontrack-content h4 {
    font-size: 14px;
    color: #adadae;
    font-style: italic;
    margin: 0px;
    line-height: 18px;
    padding: 0 26px 12px 24px;
}



.actiontrack-content p {
    text-transform: uppercase;
    font-size: 12px;
    color: #848484;
    font-style: normal;
    margin: 0px;
    line-height: 18px;
}



.actiontrack-content .create-new-reports {
    padding: 0 23px;
    margin-bottom: 12px;
}



    .actiontrack-content .create-new-reports ul {
        margin: 0px;
        background: #f9f9f9;
        padding: 9px 12px 30px 12px;
    }



        .actiontrack-content .create-new-reports ul li {
            display: block;
            padding: 14px 20px 14px 15px;
            border-bottom: 1px solid #eeeeee;
        }



            .actiontrack-content .create-new-reports ul li:last-child {
                border-bottom: 0px;
                padding-bottom: 0px;
            }



            .actiontrack-content .create-new-reports ul li a {
                color: #848484;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
            }



            .actiontrack-content .create-new-reports ul li:after,
            .actiontrack-content h4:after {
                content: "";
                clear: both;
            }



            .actiontrack-content .create-new-reports ul li .right-cta {
                float: right;
            }



    .actiontrack-content .create-new-reports a i,
    .actiontrack-content h4 a i {
        background: #be0000;
        width: 27px;
        height: 27px;
        display: inline-block;
        text-align: center;
        color: #fff;
        line-height: 27px;
        border-radius: 50%;
        margin: 0 17px 0 0;
    }



    .actiontrack-content .create-new-reports a:last-of-type i,
    .actiontrack-content h4 a i {
        margin-right: 0px;
    }



.actiontrack-content h4 a {
    display: inline-block;
    margin: 0;
    float: right;
    font-size: 14px;
    color: #adadae;
    font-style: italic;
    line-height: 18px;
}

.atReportsCss {
}









/*-----------------Viewbill Page Css-----------------*/



.content.viewbill-content .top-title {
    background: #fff;
}



.content.viewbill-content .bill-name {
    text-align: center;
    padding: 15px 0 38px 0;
    background: #fff;
}



    .content.viewbill-content .bill-name h2 {
        letter-spacing: .5px;
        font-size: 55px;
        font-weight: bold;
        margin-bottom: 14px;
        line-height: 42px;
    }



    .content.viewbill-content .bill-name p {
        letter-spacing: .5px;
        font-size: 16px;
        color: #434343;
        margin: 0px;
        padding: 0px;
        line-height: 16px;
    }



.content.viewbill-content .bill-description {
    padding: 12px 0 0 0;
}



    .content.viewbill-content .bill-description p:not(:last-of-type) {
        margin-bottom: 23px;
    }



    .content.viewbill-content .bill-description p {
        font-size: 15px;
        color: #434343;
        line-height: 20px;
        margin: 0px;
    }



        .content.viewbill-content .bill-description p strong {
            font-size: 18px;
            font-weight: bold;
        }



.content.viewbill-content .viewbill-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}



    .content.viewbill-content .viewbill-bottom .track-documents {
        background: #fff;
        margin-bottom: 20px;
    }



        .content.viewbill-content .viewbill-bottom .track-documents ul {
            padding: 16px 18px;
            margin: 0px;
        }



            .content.viewbill-content .viewbill-bottom .track-documents ul li {
                display: block
            }



                .content.viewbill-content .viewbill-bottom .track-documents ul li a {
                    font-size: 16px;
                    color: #434343;
                    font-weight: 400;
                }



                    .content.viewbill-content .viewbill-bottom .track-documents ul li a .fa {
                        background: #be0000;
                        width: 27px;
                        height: 27px;
                        display: inline-block;
                        text-align: center;
                        color: #fff;
                        line-height: 27px;
                        border-radius: 50%;
                        margin-right: 1px;
                    }

    .content.viewbill-content .viewbill-bottom .hannah-intelligence {
        background: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .content.viewbill-content .viewbill-bottom .state-page {
        background: #fff;
        margin-top: 20px;
    }


#dgUserDocuments tr:first-child {
    font-size: 12px;
}

#dgUserDocuments tr td {
    padding: 0;
}

#docversions .vcul {
    margin-top: 20px;
}

#docversions li.vculheader,
#docversions li.btlidoc {
    display: table-row-group;
    font-weight: bolder;
}

#docversions .content .red-box .box-content p {
    font-size: 16px;
}


.amendmentAdopted {
    color: lightgreen;
    font-weight: bold;
    font-size: 13px;
}

.content.viewbill-content .biographical-info .tabs {
    padding: 0 9px;
}



.content.viewbill-content .biographical-info.recent-bill .tabs-title a,
#bill-tabs .tabs-title a {
    border-bottom: 7px solid transparent;
    font-size: 15px;
    color: #333333;
}



.content.viewbill-content .recent-bill .tabs-content {
    padding: 0px;
}



.content.viewbill-content .biographical-info.recent-bill .tabs-title.is-active a,
#bill-tabs .tabs-title.is-active a {
    border-bottom: 7px solid #333333;
}



.content.viewbill-content .tab-detail {
    padding: 35px 35px;
}



    .content.viewbill-content .tab-detail ul li a span {
        margin-right: 40px;
    }



.content.viewbill-content .biographical-info.recent-bill .box-content {
    margin-bottom: 20px;
    background: #fff;
}



.content.viewbill-content .biographical-info {
    background: none;
}



.accordion-title {
    font-size: 15px;
    color: #333333 !important;
    font-weight: 400;
    padding: 15px;
}





#frmViewBill div.tab-list-1 table tbody {
    border: unset;
    background-color: unset
}

#frmViewBill #bdOldFormat table td {
    vertical-align: top;
}

#frmViewBill #bdOldFormat table.whiteAltRow {
    width: unset;
}



/*-----------------Legislation Page Css-----------------*/



.content .legislative-info {
    margin-bottom: 18px;
    background: #fff;
    padding-bottom: 18px;
}



    .content .legislative-info .top-title {
        background: #fff;
        padding: 17px 18px 7px 14px;
    }



    .content .legislative-info .select-form {
        margin-bottom: 0;
        border: 1px solid #dadbe0;
        margin-bottom: 26px;
    }



    .content .legislative-info form {
        padding: 29px 11px;
    }



        .content .legislative-info form label {
            font-size: 13px;
            font-style: italic;
            display: inline-block;
            color: #bcbcbc;
            font-weight: bold;
            min-width: 92px;
        }



        .content .legislative-info form input {
            font-weight: 600;
            max-width: 172px;
            display: inline-block;
            padding: 0px;
            height: 30px;
            box-shadow: none;
            border: 2px solid #bcbcbc;
            margin-bottom: 11px;
            padding: 9px 20px;
            font-size: 13px;
            color: #595959;
        }



    .content .legislative-info .form-field {
        padding: 0;
    }



.content .reports-detail .top-title.legislation-title strong span {
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 16.5px 21px;
    line-height: 16px;
    margin: 0px;
    font-size: 18px;
    color: #434343;
}



.content .legislative-info p {
    padding: 0 15px;
    font-size: 12px;
    color: #bd0000;
    font-style: italic;
    letter-spacing: 0px;
    text-align: center;
}



.content .legislative-table table {
    margin: 0px;
    /*background: #f9f9f9;*/
    padding: 0 27px;
    border: 0;
}



    .content .legislative-table table thead {
        background: none;
        border: 0;
    }



        .content .legislative-table table thead th {
            padding: 26px 30px 6px 30px;
            font-size: 15px;
            border: 0;
            color: #959595;
            font-style: italic;
            font-weight: 400;
        }


.content .legislative-table ul.legSelection {
    list-style-type: none;
}

    .content .legislative-table ul.legSelection li {
        display: inline;
    }

        .content .legislative-table ul.legSelection li span {
            padding: 0;
            margin: 0;
        }

.content .legislative-table .ErrMessage2 {
    margin-left: 20px;
}


/*.content .legislative-table .table .tracking {
        width: 5%;
    }

    .content .legislative-table table .billnumber {
        width: 10%;
    }



    .content .legislative-table table .title {
        width: 50%;
    }*/
.content .legislative-table table tbody {
    background: none;
    border: 0;
}



    .content .legislative-table table tbody a {
        font-size: 15px;
        line-height: 24px;
        color: black;
        white-space: nowrap;
    }



    .content .legislative-table table tbody i {
        vertical-align: top;
        background: #bd0000;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 21px;
        width: 21px;
        border-radius: 50%;
        margin-left: 16px;
    }



    .content .legislative-table table tbody tr {
        border-bottom: 1px solid #ededed;
    }



        .content .legislative-table table tbody tr:last-child {
            border-bottom: 0px solid #ededed;
        }



    .content .legislative-table table tbody strong span {
        font-size: 13px;
        color: black;
        font-weight: bold;
        padding-top: 4px;
        display: block;
        letter-spacing: 0.3px;
    }



    .content .legislative-table table tbody p {
        text-transform: none;
        font-size: 12px;
        line-height: 16px;
        /*color: #959595;*/
        font-weight: 400;
        margin-bottom: .5rem;
    }



        .content .legislative-table table tbody p b {
            display: block;
            font-weight: bold;
        }



    .content .legislative-table table tbody span {
        font-size: 15px;
        color: black;
        font-weight: 400;
    }



    .content .legislative-table table tbody td {
        padding: 5px 10px;
        vertical-align: top;
        border: 0;
    }



    .content .legislative-table table tbody tr:nth-child(even) {
        background: none;
    }


.content .tblSearchILCS {
    font-size: 13px;
    width: 100%;
}

.addToTracking {
    padding: 0 0 0 10px;
}

#trDataList {
    padding: 0 .5rem;
}


.meeting-inner {
    padding: 32px 0 0;
}



    .meeting-inner ul {
        margin: 0;
        padding: 0;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: space-between;
    }



        .meeting-inner ul li {
            list-style: none;
        }



            .meeting-inner ul li img {
                margin-bottom: 19px;
            }



            .meeting-inner ul li h4 {
                letter-spacing: .3px;
                margin: 0;
                font-size: 12px;
                line-height: 24px;
                color: #333333;
                font-weight: bold;
                font-style: normal;
            }



.legislativeevents {
    margin-top: 18px;
}

















/*-----------------Responsive Css-----------------*/



@media only screen and (max-width:1600px) {

    .content .search-bar h3 {
        padding: 0 40px 0 25px;
    }

    .content .myinfo-status-container .red-box .box-content {
        padding-left: 10px;
    }

    .content .myinfo-status-container .box-content .tabs-title a {
        padding-left: 5px;
        padding-right: 5px;
    }

    footer {
        padding: 34px 0;
    }
}



@media only screen and (max-width:1400px) {

    header {
        padding-left: 10px;
        padding-right: 10px;
    }

        header .user-detail {
            width: 24%;
        }

        header .fab-quickSearch {
            width: 53%;
            text-align: center;
        }

    .navbar {
        width: 250px;
    }

        .navbar ul li a {
            padding: 0 15px 0 60px;
            ;
        }

    .content {
        padding-left: 270px;
        padding-right: 20px;
    }

    .member-content {
        padding-left: 250px;
        padding-right: 0;
    }

    .content .recent-bill .tabs-title {
        margin-right: 5px;
    }

    .content .recent-bill .box-content {
        padding: 8px;
    }

    .content .new-stories .box-content {
        padding-left: 8px;
        padding-right: 8px;
    }

        .content .new-stories .box-content .story-content p {
            padding-right: 0px;
        }

    .content .search-bar form {
        padding-left: 22px;
    }

    .content .myinfo-status-container .red-box .box-content {
        padding-left: 8px;
        padding-right: 8px;
    }

    .content .myinfo-status-container .box-content .tabs-title a {
        font-size: 10px;
        padding-left: 4px;
        padding-right: 4px;
    }
}



@media only screen and (max-width:1199px) {

    header .fab-form {
        max-width: 410px;
    }

        header .fab-form input[type="text"] {
            max-width: 170px;
        }

        header .fab-form select {
            max-width: 190px;
            padding-left: 10px;
        }

    header .fab-presets ul {
        padding: 0 5px;
    }

    header .logo {
        padding-right: 20px;
    }

    header .logo {
        width: 20%;
    }

    header .user-detail p {
        padding-left: 10px;
    }

    header .user-detail {
        width: 26%;
        text-align: right;
    }

        header .user-detail p {
            max-width: 155px;
        }

    header .fab-presets ul li a {
        font-size: 12px;
    }

    header .fab-presets ul li {
        padding: 0 4px 0 0;
    }

    .navbar {
        width: 230px;
    }

    .content {
        padding-left: 250px;
    }

    .navbar {
        left: -240px;
        transition: all ease 1s;
        top: 0;
    }

        .navbar.active {
            left: 0px;
        }

    .content {
        padding-left: 20px;
        padding-top: 20px;
    }

        .content.member-content {
            padding: 0px;
        }

    .humbarger-icon {
        display: block;
        position: absolute;
        bottom: 0px;
    }

        .humbarger-icon a {
            display: block;
            font-size: 18px;
            color: #fff;
        }

    header {
        position: relative;
    }

    .content .red-box .box-content.contact-tab .tabs-title a {
        padding: 4px 6px;
    }

    .member-content .banner .member-avatar {
        left: 20px;
    }

    .content .biographical-info .tabs {
        padding: 0px;
    }

    .content .biographical-info.recent-bill .tabs-title a {
        padding: 10px 7px;
    }
}



@media only screen and (max-width:1023px) {
    .content.viewbill-content .biographical-info.recent-bill .box-content {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .content .myinfo-status-container .meeting-box {
        margin-top: 20px;
        min-height: 291px;
    }

    .content .senate-house-container .senat-content .floor-action {
        margin-bottom: 20px;
    }

        .content .senate-house-container .senat-content .floor-action:last-of-type {
            margin-bottom: 0px;
        }

    .content .myinfo-status-container .resource-center {
        margin-top: 20px;
    }

    /*.content .new-stories:last-of-type {
        margin-top: 20px;
    }*/
}



@media only screen and (max-width:991px) {

    header {
        padding-bottom: 40px;
        display: flex;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

        header .logo {
            width: 50%;
            text-align: left;
            padding: 0 0 15px 0;
        }

        header .fab-quickSearch {
            width: 100%;
            padding: 0px;
        }

        header .user-detail {
            width: 50%;
            padding: 0px;
            margin: 0px;
        }

    .humbarger-icon a {
        font-size: -5px;
    }

    header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .humbarger-icon {
        top: auto;
        left: 20px;
        bottom: 9px;
    }

    header .fab-title {
        max-width: 100%;
    }

        header .fab-title p span {
            display: inline-block;
        }

    .actiontrack-content .reports-detail .top-title .right-links {
        padding: 0 10px;
    }

    .actiontrack-content .select-form label {
        width: auto;
        padding: 0 5px;
    }

    .actiontrack-content .select-form select {
        padding: 0 5px;
    }

    .content .legislative-table table {
        min-width: 600px;
    }
}



@media only screen and (max-width:767px) {

    header .user-detail {
        width: 60%;
        margin: 0px;
        text-align: right;
    }

    header .logo {
        width: 40%;
    }

    header .user-detail p {
        border: 0px;
    }

    .humbarger-icon {
        top: auto;
        bottom: 0px;
    }

    footer {
        padding: 25px;
    }

    .content .tab-detail .right-detail {
        padding-left: 0px;
    }

    .content .tab-detail {
        padding-left: 10px;
        padding-right: 10px;
    }



    .actiontrack-content .action-icons ul li {
        width: 30%;
        margin-bottom: 20px;
    }
}



@media only screen and (max-width:639px) {
    .content .new-stories:last-of-type {
        margin-top: 20px;
    }

    .content.viewbill-content .biographical-info.recent-bill .box-content {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .content.viewbill-content .tab-detail {
        padding: 0;
    }

    .content .myinfo-status-container .meeting-box {
        margin-top: 0px;
    }

    .content .myinfo-status-container .red-box,
    .content .senate-house-container .senat-content,
    .content .recent-bill {
        margin-bottom: 19px;
    }

    .content .myinfo-status-container,
    .content .senate-house-container {
        margin-bottom: 0px;
    }

        .content .myinfo-status-container .resource-center {
            margin-top: 0px;
        }

    .content .search-bar h3 {
        background: none;
        display: block;
        text-align: center;
        line-height: 50px;
    }

    .content .search-bar form {
        padding-top: 0px;
    }

    header .fab-title {
        border: 0px;
    }

    header .fab-form input[type="text"] {
        max-width: 120px;
    }

    header .fab-form {
        max-width: 353px;
        float: right;
    }

    header #links {
        display: none;
    }

    .humbarger-icon {
        bottom: 3px;
    }

    header .fab-title p,
    header .fab-title {
        display: block;
        width: 360px;
        padding: 0px;
        float: right;
    }

    .member-content .banner .member-avatar h1 {
        font-size: 30px;
    }

    .actiontrack-content .select-form,
    .actiontrack-content .reports-detail {
        margin-top: 18px;
    }

    .content.viewbill-content .bill-description {
        margin: 20px 0;
    }

    .content .legislative-info form label {
        min-width: 0;
    }

    .content .legislative-info form input {
        max-width: 130px;
    }

    .content .legislative-table table tbody td,
    .content .legislative-table table thead th {
        padding-left: 15px;
        padding-right: 15px;
    }

    .topMargin20:nth-last-child(2) {
        margin-top: 20px;
    }

    .document-collection {
        margin-top: 20px;
    }

    div.recent-bill.resource-center-margin {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}



@media only screen and (max-width:479px) {

    header .fab-form select,
    header .fab-form input[type="text"] {
        max-width: 40%;
    }

    /*header .fab-form input[type="button"] {
        float: left;
    }*/

    header .fab-quickSearch {
        /*display: none;*/
        padding: 0;
    }

    header .fab-form {
        max-width: 275px;
        float: right;
    }

    header .logo {
        width: 100%;
        text-align: center;
    }

    header .user-detail {
        width: 100%;
        text-align: right;
    }

    .humbarger-icon {
        bottom: 5px;
    }

    .member-content .banner .member-avatar img {
        max-width: 116px;
        border-width: 4px;
        margin-right: 10px;
    }

    .member-content .banner .member-avatar h1 {
        font-size: 20px;
    }

    .member-content .banner {
        max-height: 170px;
        min-height: 170px;
    }

    .actiontrack-content .create-new-reports ul li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .actiontrack-content .create-new-reports a i,
    .actiontrack-content h4 a i {
        margin-right: 0px;
    }

    .actiontrack-content .create-new-reports ul li a {
        font-size: 12px;
    }

    .actiontrack-content .create-new-reports ul {
        padding-left: 5px;
        padding-right: 5px;
    }

    .actiontrack-content .create-new-reports {
        padding: 0 10px;
    }

    .actiontrack-content h4 a {
        float: none;
        margin-top: 10px;
    }

    .actiontrack-content .reports-detail {
        padding-bottom: 50px;
    }

    .actiontrack-content .action-icons ul li {
        width: 100%;
        margin-bottom: 20px;
    }

        .actiontrack-content .action-icons ul li strong,
        .actiontrack-content .action-icons ul li a {
            font-size: 12px;
            padding: 0 10px;
        }

    .content .legislative-info form label {
        min-width: 70px;
        display: block;
    }

    .content .legislative-info form input {
        max-width: 100%;
    }

    .meeting-inner ul li h4 {
        padding: 0 10px;
    }
}



.navbar ul li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    left: 30px;
    font-weight: 400;
    font-size: 20px;
    width: 22px;
}



.navbar ul li:nth-child(1) a:before,
.navbar ul li a[title="Home"]:before {
    content: "\f015";
}



.navbar ul li:nth-child(2) a,
.navbar ul li a[title="ActionTRACK"] {
    background: url(../images/actiontrack-icon.png) 30px center no-repeat;
}

    .navbar ul li:nth-child(2) a:hover,
    .navbar ul li a[title="ActionTRACK"]:hover {
        background: url(../images/actiontrack-icon-hover.png) 30px center no-repeat;
    }

.navbar ul li:nth-child(3) a,
.navbar ul li a[title="INTELLIGENCE"]:before {
    content: "\f2dd";
}

.navbar ul li:nth-child(4) a,
.navbar ul li a[title="LEGISLATION"] {
    background: url(../images/govt-info-icon.png) 30px center no-repeat;
}

    .navbar ul li:nth-child(4) a:hover,
    .navbar ul li a[title="LEGISLATION"] {
        background: url(../images/govt-info-icon-hover.png) 30px center no-repeat;
    }


.navbar ul li a[title="WHIPBOARD"] {
    /*font-family: FontAwesome;
    content: "\F0E4";*/
    background: url(../images/vote-icon.png) 30px center no-repeat;
}


.navbar ul li:nth-child(6) a {
    background: url(/images/newspaper-white.png) left no-repeat;
    background-size: 25px 22px;
    background-position-x: 25px;
}

    .navbar ul li:nth-child(6) a:hover {
        background: url(/images/newspaper-red.png) left no-repeat;
        background-size: 25px 22px;
        background-position-x: 25px;
    }

.navbar ul li:nth-child(7) a:before,
.navbar ul li a[title="x"]:before {
    content: "L";
}

/*.navbar ul li:nth-child(6) a,
.navbar ul li a[title="MEETINGS"] {
    background: url(../images/meeting-icon.png) 30px center no-repeat;
}



    .navbar ul li:nth-child(6) a:hover,
    .navbar ul li a[title="MEETINGS"]:hover {
        background: url(../images/meeting-icon-hover.png) 30px center no-repeat;
    }*/



.navbar ul li:nth-child(8) a,
.navbar ul li a[title="COMMITTEES"] {
    background: url(../images/committees-icon.png) 30px center no-repeat;
}

    .navbar ul li:nth-child(8) a:hover,
    .navbar ul li a[title="COMMITTEES"]:hover {
        background: url(../images/committees-icon-hover.png) 30px center no-repeat;
    }



.navbar ul li:nth-child(9) a:before,
.navbar ul li a[title="DIRECTORIES"]:before {
    /*background: url(../images/directories-icon.png) 30px center no-repeat;*/
    content: "\f2ba";
}



.navbar ul li:nth-child(10) a:before,
.navbar ul li a[title="ADMIN"]:before {
    content: "\f187";
}

/*.navbar ul li:nth-child(9) a,
.navbar ul li a[title="POLITICS & ELECTIONS"] {
    background: url(../images/politics-icon.png) 30px center no-repeat;
}

    .navbar ul li:nth-child(9) a:hover,
    .navbar ul li a[title="POLITICS & ELECTIONS"]:hover {
        background: url(../images/politics-icon-hover.png) 30px center no-repeat;
    }*/



/*.navbar ul li:nth-child(8) a:before,
.navbar ul li a[title="ADMIN"]:before {
    content: "\f187";
}*/


.navbar ul li:nth-child(11) a:before,
.navbar ul li a[title="SEARCH"]:before {
    content: "\f002";
}

/*.navbar ul li:nth-child(11) a:before,
.navbar ul li a[title="BUDGET WATCH"]:before {
    content: "\f24e";
}*/

.navbar ul li:nth-child(12) a:before,
.navbar ul li a[title="ADMIN"]:before {
    content: "\f187";
}

.navbar ul li:nth-child(13) a:before,
.navbar ul li a[title="Super Admin"]:before {
    content: "\f187";
}

.rosterbar {
    border-bottom: 1px solid #e7e7e7;
}



.atTreeView table {
    border-collapse: separate;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
}

    .atTreeView table th,
    .atTreeView table td {
        padding: 0;
    }

.atTreeView input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}

.atTreeView td a span {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.asteriskNote {
    font-size: 12px;
    padding-left: 5px;
}

#divIC {
    padding-left: 20px;
}



/* Committees Tab */
#committeeList table {
    border: 0;
    border-collapse: separate;
    padding-left: 5px;
    margin-bottom: 0;
}

#committeeList tr {
    background-color: white;
}

#committeeList table tbody th,
#committeeList table tbody td {
    padding: 0;
}

#committeeList .subComm {
    padding-left: 25px;
}

.committeeListControls {
    padding-top: 20px;
}


/* Member tab */

#ulFundraisers ul,
.contact-tab div.tabs-content ul {
    display: table-row-group;
    list-style-type: none;
}

#ulFundraisers li,
.contact-tab div.tabs-content li {
    display: table-row;
}

.fundraiserLocation, .fundraiserDetails,
.contact-tab div.tabs-content li,
.contact-tab div.tabs-content .tabs-panel a,
.contact-tab div.tabs-content .tabs-panel label {
    color: white;
    font-size: 12px;
}

.fundraiserDetails {
    margin-bottom: 15px;
}


#savedSearchTable table td,
#savedSearchTable table th {
    border: 0;
}

#savedSearchTable table tbody tr {
    border: 0;
    background-color: white;
}

.committeeSections {
    background: #fff;
    margin-bottom: 20px;
}

    .committeeSections table thead tr,
    .committeeSections table tbody tr,
    .committeeSections table tfoot tr {
        background-color: white;
    }

.search-container {
    padding: 10px 10px;
}

    .search-container .searchSubTitle {
        font-size: 12px;
    }

.keywordSearchType {
    width: auto;
    margin-bottom: 0px;
}

table.searchTable {
    width: 50%;
}

table.searchTable,
.search-container table tbody {
    border: 0;
}


    table.searchTable td,
    table.searchTable th {
        padding: 0;
        margin: 0;
        border: 0;
    }

    table.searchTable tr:nth-child(even) {
        background-color: #fefefe;
    }

/*#searchResults table {
    width: auto;
}

#searchResults ul {
    list-style-type: none;
    margin: 0;
}

#searchResults table tbody th,
table tbody td {
    padding-left: 0;
}

#searchResults table tr:nth-child(even) {
    background-color: #fefefe;
}*/

#lblAgendas a,
#lblControls a,
#lblShortFormAgendas a {
    text-decoration: underline;
}

#lblAgendas td,
#lblHeading td,
#lblControls td,
#lblShortFormAgendas td {
    padding: 0px;
}

#lblAgendas .tdAgendas {
    padding-bottom: 20px;
}

#lblHeading table tbody,
#lblControls table tbody,
#lblAgendas table tbody {
    border: none;
}

#divShowReports span {
    font-weight: bold;
}

#ddlShowReports {
    vertical-align: text-top;
    padding: .25rem .25rem;
}

.hannah-background-color.committee-agendas {
    padding: 20px 20px 0px 20px;
}

.committee-agendas .customize-comm-item input[type=checkbox] {
    margin: 0;
}


/* .whiteAltRow tr:nth-child(even) 
    The below css will remove alternate row colors
*/
table tbody tr:nth-child(even) {
    background-color: white;
}


.divLine2Class ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.divLine2Class li {
    display: inline;
}

.searchSession {
    width: auto;
}

    .searchSession th,
    .searchSession td {
        padding: 0px;
        margin: 0;
    }

table.searchSession {
    margin-left: 11px;
}

.searchSession tr > td > label {
    border: 0;
}


/*

    this is for the recent bill actions portal on the Home tab

*/

.content .recent-bill2 {
    background: #fff;
}



    .content .recent-bill2 .box-content {
        padding: 8px 12px 15px 15px;
    }



    .content .recent-bill2 .tabs {
        padding: 0px;
        border: 0px;
        border-bottom: 1px solid #eeeeee;
    }



    .content .recent-bill2 .tabs-title {
        margin-right: 15px;
    }



        .content .recent-bill2 .tabs-title:last-child {
            margin-right: 0px;
        }



        .content .recent-bill2 .tabs-title a {
            padding: 14px 3px 9px 6px;
            background: none;
            color: #949494;
            font-size: 12px;
            letter-spacing: -0.3px;
            font-weight: bold;
            border-bottom: 2px solid transparent;
        }



        .content .recent-bill2 .tabs-title.is-active a {
            color: #333333;
            border-bottom: 2px solid #d20000;
        }



    .content .recent-bill2 .tabs-panel {
        padding: 0px;
    }



    .content .recent-bill2 .tabs-content {
        padding: 14px 0 0 0px;
        border: 0px;
    }



        .content .recent-bill2 .tabs-content .bill-date {
            display: inline-block;
            vertical-align: top;
            /*width: 80px;*/
        }



            .content .recent-bill2 .tabs-content .bill-date span {
                font-size: 12px;
                color: #6f6f6f;
                display: inline-block;
            }



        .content .recent-bill2 .tabs-content .bill-info {
            display: inline-block;
            vertical-align: top;
            /*max-width: 260px;*/
        }



            .content .recent-bill2 .tabs-content .bill-info span {
                margin: 0px;
                padding: 0px;
                font-size: 12px;
                color: #333333;
                line-height: 21px;
                margin-bottom: 13px;
            }

        .content .recent-bill2 .tabs-content span .bill-status {
            font-style: italic;
        }

        .content .recent-bill2 .tabs-content .bill-info span:last-of-type {
            margin-bottom: 0px;
        }

        .content .recent-bill2 .tabs-content .bill-info a {
            font-size: 12px;
        }

        .content .recent-bill2 .tabs-content .bill-info span a {
            color: #333333;
            font-weight: 700;
        }



            .content .recent-bill2 .tabs-content .bill-info span a:hover {
                text-decoration: underline;
            }



    .content .recent-bill2 .bill-detail-outer {
        margin-bottom: 20px;
    }

.content .gvMeetings .meeting-info,
.content .gvFundraisers .fundraiser-info {
    font-size: 12px;
}


/* Recent Documents portal*/
.content .recent-document2 .tabs-content div {
    font-size: 12px;
}

.content .recent-bill2 .recent-document2 ul {
    list-style: none;
}



/* Document Collection portal */
.document-collection .tabs-content,
.document-collection .tabs-panel ul li a {
    font-size: 12px;
}

.content .red-box ul li:before {
    content: none;
}


.content .document-collection .bnews-title,
.document-collection .tabs-panel span,
.document-collection .tabs-panel a {
    color: #fff;
}

.today-in {
    font-size: 12px;
}

.resource-center {
    font-size: 12px;
}

    .resource-center ul {
        list-style: none;
    }


table.whiteAltRow {
    border-collapse: collapse;
}

.redLinks {
    color: red;
}

.text12px {
    font-size: 12px;
}

.inlineElement {
    display: inline;
}

.btnUpdate {
    margin-left: 50px;
}

.dlReports td {
    padding: 0px;
}

.dlComments-title {
    margin-left: 20px;
    color: gray;
}

.dlComments-BorderBottom,
.dlPositions-BorderBottom {
    border-bottom: 2px solid #e7e7e7;
}

/*.alertMessage table tr:nth-child(even) {
    background-color: white;
    border-collapse: separate;
}*/

.alertMessage {
    display: block;
    padding: 20px 20px 20px 20px;
}

/* My Tracked Bills */
#dtableBills_wrapper {
    padding-left: 20px;
}

#dtableBills tr {
    border-bottom: #bcbcbc 1px solid;
}

#dtableBills td {
    vertical-align: top;
}

#dtableBills .myCurrentStatus {
    font-style: italic;
}

#dtableBills .myBillNumber {
    font-weight: bold;
}

/* Edit ActionTrack Reports */
#edit-actiontrack-reports tr {
    border-bottom: #bcbcbc 1px solid;
}

#sessionStatus td,
#userInformation td,
#tblAboveLineReport td {
    padding: 3px;
}

#txtStatusStatement,
#tblUsersOnline {
    width: 100%;
}

#userInformation,
#tblAboveLineReport {
    border-collapse: collapse;
}

/* Above Line Report */

#alrForm,
#alrForm input,
#alrForm select,
#alrSearchForm,
#alrSearchForm input,
#alrSearchForm select,
#frmEditorPage,
#frmEditorPage input,
#frmEditorPage select {
    font-size: 13px;
}

.alrLegislators {
    margin-bottom: 5px;
    font-size: 13px;
}

.alrHeadline,
.alrSubTitle,
.alrStory {
    width: 75%;
}

#txtHeadline,
#txtSubtitle,
#txtStory,
#lstResults {
    width: 100%;
    margin-bottom: 10px;
}

#txtPublicationDate {
    margin-bottom: 10px;
}

#lstResults {
    display: block;
    height: 200px;
}

.alrStory {
    height: 300px;
}

.alrButton {
    margin-right: 10px;
}

.alrStoryComplete {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}

.alrSubTitle {
    margin-bottom: 10px;
}

.alrNewsCat {
    margin: 10px 0px;
}

#lblalrNewsCategory,
#lblalrAdministrative,
#lblalrStoryComplete,
#lblalrPublicationDate {
    display: block;
}

.alrSearchComplete {
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

#chkStoryApproved,
#chkStoryComplete {
    vertical-align: text-top;
}

#ddlReporters,
#ddlNewsCategory {
    display: block;
    margin-bottom: 5px;
}

#alrSearchTitle,
#edpTitle,
#alrMainMenuLink,
#edpMainMenuLink,
#alrTitle,
#alrMainMenuLink,
#alrForm #urlSearch {
    display: block;
    margin: 5px 0px 5px 0px;
    font-size: 16px;
}

.alrSubmittedBy span {
    display: block;
}

.alrBillsReferred {
    margin: 0px 0px 20px 0px;
}

.edpStep1 {
    background-color: #FFFFCC;
}

.edpStep2 {
    background-color: #EAFFEA;
}

.edpStep3 {
    background-color: #FFEBD7;
}

.edpStep4 {
    background-color: #ECD9FF;
}

.edpStep5 {
    background-color: #E3DFAE;
}

.edpStep6 {
    background-color: #E8E8FF;
}

.edpStep7 {
    background-color: #BFBF00;
}

#frmEditorPage #lblMessage {
    display: block;
    font-size: larger;
    font-weight: bold;
    color: red;
    margin-bottom: 1em;
}

#frmEditorPage #lnkInstructions {
    font-weight: bold;
    color: blue;
    margin-bottom: 1em;
    display: inline-block;
}

.edpRow {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Edit Bill Data */
.ebdInlineText {
    display: inline-block;
}

#divGeneralBillData #tblMain {
    padding: 3px;
    border-collapse: collapse;
}

#dlCategories td {
    padding: 0;
}

    #dlCategories td input {
        margin: 0;
    }

    #dlCategories td label {
        font-size: 12px;
    }

#ebdTable1 {
    border-collapse: collapse;
    padding: 3px;
}

#tabsDirectories1 td,
#tabsDirectories2 td,
#tabsDirectories3 td,
#dlUpcomingActv td,
.announcements-todayin td,
#tblORC td {
    margin: 0;
    padding: 0;
}

.billType {
    list-style: none;
    margin: 0px;
    padding: 11px;
}

    .billType input[type='checkbox'] {
        margin-bottom: 0px;
    }

.ssearch-session-button {
    margin-left: 11px;
    margin-top: 18px;
}

.msearch-session-button {
    margin-left: 11px;
    margin-bottom: 10px;
}


.divorc {
    padding: 10px 0 10px 10px;
}

/* View Bill Page */
.upComingActivity {
    background-color: #6c0f0f;
    padding: 5px 5px 5px 10px;
    color: #fff;
    font-weight: bold;
    background: #570f0f; /* Old browsers */
    background: linear-gradient(top, #570f0f 0%,#7c0f0f 100%); /* W3C */
}

#dlUpcomingActv {
    border-collapse: collapse;
    margin-bottom: 0px;
    width: auto;
}

    #dlUpcomingActv tbody {
        border: none;
    }

    #dlUpcomingActv.upComingActivity-bg tr {
        color: #fff;
        background: #880000; /* Old browsers */
        background: linear-gradient(top, #880000 0%,#aa0000 100%); /* W3C */
    }

    #dlUpcomingActv td {
        vertical-align: top;
    }

.upComingActivity-content {
    padding: 5px 5px 5px 10px;
    background-color: #880000;
}

    .upComingActivity-content a:link, .upComingActivity-content a:visited, .upComingActivity-content a:active, .upComingActivity-content a:hover {
        color: #fff;
    }

.upComingStatusAction {
    margin-left: 2rem;
}

.multipleSessions-content {
    margin-bottom: 18px;
}


#gvPressRelease {
    width: auto;
}

    #gvPressRelease .prlImg > img {
        width: 35px;
        height: 15px;
    }

#swFilterCosponsorsTitle, .vbswFilterCosponsorsTitle {
    margin: 10px 10px 10px 0px;
}

#swFilterCosponsorsWrapper {
    margin: 10px 10px 10px 0px;
    display: inline-block;
}

    #swFilterCosponsorsWrapper label.switch-paddle {
        width: 4.5rem;
    }


    #swFilterCosponsorsWrapper.switch.small input:checked ~ .switch-paddle::after {
        left: 3rem;
    }

.votingrecord, .committeehearingvotes {
    margin-top: 20px;
    background-color: #fff;
}

    .votingrecord ul, .committeehearingvotes ul {
        margin: 0px;
        font-size: 13px;
    }

    .votingrecord .votechamber, .committeehearingvotes .votechamber {
        display: inline-block;
        margin-left: .5rem;
    }

#ulVotingRecord li,
#ulCommitteeHearingVotes li {
    list-style: none;
}

    #ulVotingRecord li a,
    #ulCommitteeHearingVotes li a {
        color: #dd3f3f;
    }

#lnkStateBillPage {
    color: #dd3f3f;
    font-size: 12px;
}


/* indent fields under headers on search page */
.indent15px {
    margin-left: 15px;
}

.search-help-text {
    color: #ababab;
    font-size: 13px;
}

/* Documents by Year */
.docByYearBody {
    font-size: 12px;
}

.docByYearYears {
    font-size: 12px;
}


.member-committees ul li a {
    font-size: 12px;
}

.bill-search-dates {
    text-align: center;
}

/* View Member page */
ul.memberLinks {
    list-style: none;
    margin: auto;
    padding: 0;
    display: inline;
}

#mLinks li {
    display: inline-block;
}

#memberEmail {
    display: inline-block;
}

#memberEmail {
    vertical-align: top;
}

.memberSocials {
    text-align: center;
    margin-top: 10px;
}

.ulmtb {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mtbli {
    font-size: 12px;
    margin-bottom: 10px;
}

    .mtbli > span {
        display: inline-table;
    }

.news-story-item {
    font-size: 12px;
    margin: 10px 20px;
}

.news-story-headline {
    margin-bottom: 10px;
    font-size: 2em;
}

.news-story-body {
    margin-bottom: 50px;
    font-size: 16px
}

.news-story-copyright {
    font-size: 12px;
    margin: 10px 20px;
}

#vmtabsContactInfo1 #staffpanel li p {
    padding-top: 15px;
}

#vmtabsContactInfo1 #staffpanel li:first-child p {
    padding-top: 0px;
}


/* Hannah Report page */
.hannah-report-checkbox {
    margin-right: 10px;
}

#searchbox {
    margin-left: 20px;
    margin-top: 20px;
}

.txtHSearch {
    margin-left: 10px;
    margin-top: 10px;
}

    .txtHSearch input[type='submit'] {
        margin-top: 10px;
    }

    .txtHSearch input[type='text'] {
        width: 50%
    }

.doc-search-results {
    font-size: 12px;
    padding: 10px 10px;
}

    .doc-search-results td {
        margin: 0px;
        padding: 3px
    }

.doc-search-results-pager td {
    padding: 10px 10px;
}

.freshmen-bio {
    font-weight: bold;
}

.report-hscalendar-header {
    font-size: 12px;
}

.report-hscalendar-chamber {
    font-size: 16px;
    text-align: center;
}

.meetings-fundraiser-more,
.recent-bill-actions-more {
    color: red;
    font-weight: bold;
}

/* Recent Documents */
.document-date {
    font-weight: bold;
}

.document-type {
    font-style: italic;
}

.myBillsmyORCLinks {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
    color: Gray
}

/* Add bill to reports */
#jqgBillInfo {
    font-size: 12px;
}

.reporttitleclass {
    margin-left: 10px;
}

#jqgBillInfo tr a {
    font-weight: bold;
}

#jqgBillInfo .billStatusandDate {
    font-style: italic;
}

/* Assign Bill to Reports */
.billReports tbody {
    border: 0;
}

.atCommentsPositionStaff tr,
.atCommentsPositionStaff tr:nth-child(even) {
    border-bottom: #bcbcbc 1px solid;
}

.ajax__html_editor_extender_container span a {
    color: black;
}

/* Focus Education page */

.focus-ed {
    padding: 20px 20px 20px 20px;
}

/* Edit Comments page */
#lblBillInfo .editCommentBillInfo {
    font-size: 12px;
    margin-bottom: 10px;
}

/* Hannah Report Archive */
#dlYears,
#dlHannahReports {
    font-size: 12px;
}

    #dlYears td,
    #dlHannahReports td {
        padding: 5px;
    }

/* Edit Press Release */
ul.prStateHealthClips {
    margin: 0px;
}

.prStateHealthClips li {
    list-style: none;
}

#lbPressReleaseGrid {
    margin-left: 10px;
}

.prByYear {
    padding: 0.5rem 0px 0px 5px;
}

.verticalAlignTop {
    vertical-align: top;
}

.bold-red-error-msg {
    font-weight: bold;
    color: red;
}

/* Actiontrack Generate reports page */

[type='checkbox'] + label[for], [type='radio'] + label[for] {
    display: inline;
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: auto;
}

#rblReports td {
    padding: 0px;
    margin: 0px;
}

#chkUseOldFormat {
    margin-left: 10px;
}

#lblATLinks > div.top-title {
    margin-bottom: 10px;
}

.divReportStyle {
    font-family: Arial;
    font-size: 12pt;
    color: grey;
    margin-left: 10px;
}

ul#ulReportStyles {
    list-style-type: none;
    margin: 0px 0px 0px 10px;
}

#ulReportStyles li {
    display: inline-block;
}

a.report-style-selected {
    font-weight: bold;
    color: red;
}

a.report-style-unselected {
    font-weight: normal;
    color: black;
}


#divATReportLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    #divATReportLinks > * {
        /*flex: 1 0 auto;  Ensure equal width on larger screens*/
        margin: 5px; /* Add spacing between elements */
    }

/* Edit Actiontrack Report page */
.edit-action-track-report {
    padding: 20px;
}

    .edit-action-track-report table tbody tr td {
        margin: 0px;
        padding: 0px;
    }

.altPreparerInfo {
    margin-top: 20px;
}

.eatrLightText {
    color: #afabab
}

.eatrmbt {
    margin-bottom: 10px;
}

.bill-list-options ul {
    padding: 0px;
    margin: 0px 0px 20px 20px;
    list-style-type: none;
}

/*.bill-list-options li {
    padding-left: 20px;
}*/

.bill-list-horiz {
    display: inline-block;
}


#tblAmendmentsAdopted {
    border-collapse: separate;
    width: fit-content;
}

/* amendments filed page */
#tblAmendmentsFiled, #tblAmendmentsAdopted {
    font-size: 12px;
}

    #tblAmendmentsFiled tbody, #tblAmendmentsAdopted body {
        border: none;
    }

/* amendments adopted page */

.sectionAA {
    display: flex;
    padding: 0 2rem 2rem 1rem;
}

@media (max-width: 768px) {
    .sectionAA {
        flex-direction: column;
    }
}

#divAmendmentsAdoptedCaption {
    padding-top: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center
}

#dtAA {
    font-size: 12px;
}

    #dtAA tbody {
        border: 0;
    }

.divAAChooseDate, .divAAShellBillText {
    font-weight: bold;
    font-size: 12px;
}

.divAAShellBillText {
    padding-top: 1rem;
}

#selAADate, #selAAReports {
    padding: .25rem;
    font-size: 12px;
}

    #selAADate option, #selAAReports option {
        font-size: 12px;
    }

.lnkAllBills {
    margin-right: .25rem;
}

.amendmentSection {
    padding-left: 3rem;
}


/* Agendas & Meetings, Upcoming Meetings */
#cetabs1 a,
#lbtabs1 a,
.upcoming-meetings {
    font-size: 12px;
}

@media only print {
    .noprint {
        display: none;
    }

    section.content {
        padding-left: 0px;
    }


    a[href]::after {
        display: none;
    }
}

.government-info {
    font-family: Arial;
    font-size: 12pt;
    padding: 0px 10px;
}

    .government-info p {
        font-size: 10pt;
    }

    .government-info a {
        color: black;
    }

    .government-info th, .government-info td {
        padding: 0px 0px 0px 0px;
    }

    .government-info ul {
        background-color: whitesmoke;
    }

    .government-info li {
        list-style: none;
    }

/* Hannah Pages (Admin tab) */
.hannah-committee-agendas {
    padding: 0px 10px;
}

    .journal-summary td,
    .journal-summary th,
    .hannah-committee-agendas th,
    .hannah-committee-agendas td,
    #frmMeetingAnnouncement th,
    #frmMeetingAnnouncement td,
    .hs-calendar th,
    .hs-calendar td {
        padding: 0px 0px;
    }

.news-story th,
.news-story td {
    padding: 5px 0px;
}

.hannah-committee-agendas #txtCommChair {
    display: inline-block;
}

#frmMeetingAnnouncement div.meeting-announcement {
    padding: 10px 10px;
}

.maMember {
    margin-bottom: 5px;
}

.news-story {
    padding: 10px 10px;
}

/* Documents search page */
.documents-search {
    font-size: 12px;
}

    .documents-search a {
        color: #333333;
    }

    .documents-search tr {
        vertical-align: top;
    }

    .documents-search table td,
    .documents-search table th {
        padding: 0px;
        margin: 0px;
    }

.documents-search-tblMainDoc [type='checkbox'] {
    margin: 0px;
}

.documents-search-tblMainDoc tbody td {
    padding-left: 5px;
}

.documents-search-doc-types {
    padding: 0px 5px;
}

.document-search-doc-types-desc {
    margin-bottom: 5px;
    margin-left: 10px;
    width: auto;
}

.documents-by-category {
    padding: 0px 5px;
}

.view-bills td {
    padding: 0px;
    margin: 0px;
}

.view-bills #Categories {
    margin: 0px 10px;
}

/* politics and election tab  */
.politics-election .recent-bill {
    background: none;
}

.politics-elections-box {
    background: #fff;
}

/* News Story List */
#pnlNewsStories {
    padding: 20px;
}

#gvNewsStory td,
#gvNewsStory th {
    padding: 0px;
}

.status-search-checkbox [type='checkbox'] {
    margin-left: 10px;
    margin-top: 10px;
}

.status-search-checkbox label {
    margin: 0px 0px 0px 0px;
}


/* News Clips */

#pnlNewsCatQuickLinks tbody th,
#pnlNewsCatQuickLinks tbody td,
#pnlNewsSrcQuickLinks tbody th,
#pnlNewsSrcQuickLinks tbody td,
#calCatNews tbody th,
#calCatNews tbody td,
#calSrcNews tbody th,
#calSrcNews tbody td {
    font-size: 13px;
    padding: 0;
    margin: 0;
}

#pnlNewsCatQuickLinks td a, #pnlNewsSrcQuickLinks td a {
    color: black;
}

.winvotepro-icon-left {
    height: 30px;
    margin: 0px 5px 0px 5px;
}

/* Next/Previos buttons */
a.PrevNextMonth {
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px;
    background-color: #a40000;
    color: white;
    font-weight: bold;
}

a:hover.PrevNextMonth {
    background-color: #a40000;
}

#rblBillStatus {
    margin-bottom: 0px;
}

    #rblBillStatus td {
        padding: 0 0 0 0;
    }

/* ILCS Treeview */

#divILCS {
    padding: 0 1rem;
}

#gvILCS td {
    padding: 0px 0px 0px 0px;
}

.ilcsActDesc {
    padding-left: 5px;
}

/* Keyword alerts */

#gvKeywordAlerts tbody th,
#gvKeywordAlerts tbody td {
    margin: 0;
    padding: 0;
}

#gvKeywordAlerts {
    border-collapse: separate;
}

.keywordAlertContainer {
    padding: 0 .5rem;
}

    #ContentPane .tblKeywordAlerts,
    .keywordAlertContainer .tblKeywordAlerts .keywordAlertsTypeFooter {
        border-collapse: separate;
    }

.tblKeywordAlerts tbody th,
.tblKeywordAlerts tbody td {
    padding: .25rem 1rem 1rem;
}

.tblKeywordAlerts td {
    vertical-align: top;
}

.keywordAlertsTypeFooter tbody th,
.keywordAlertsTypeFooter tbody td {
    padding: 0;
    margin: 0;
}

.keywordAlertsTypeFooter [type="radio"] {
    margin-bottom: 0px;
}

.keywordAlertsText {
    width: 90%;
}

.tblKeywordAlerts .keywordAlertsType tbody td {
    margin: 0;
    padding: 0;
}

.tblKeywordAlerts .tdkeywordAlertsFooter {
    padding: 0px 0px;
}

.tblKeywordAlerts {
    margin-top: 10px;
}

.keywordsText, .ILCSText {
    font-size: 15px;
    background-color: #f1f1f1;
    padding: 0.5rem 3rem;
}

.keywordAlertsDelete, .keywordAlertsEdit {
    height: 25px;
}



/* AT leg and hot bill */
#tblATTrackHotBill th,
#tblATTrackHotBill td {
    padding-bottom: 0px;
}

#tblATTrackHotBill tbody {
    border: none;
}

#btnUpdateBillTracking,
#btnUpdateHotBillTracking {
    margin-top: 0.5rem;
}

.atLegHotBillSep {
    display: inline-block;
    padding: 0 0.25rem;
}

.assign-bills-to-reports {
    padding: 0 0.75rem;
}

    .assign-bills-to-reports * {
        margin-top: 0.5rem;
    }

#lblAssignBillsToReportsMsg {
    overflow-wrap: break-word;
}

/* Hannah News Stories Archive page  */
table#gvHannahNewsStories,
table#gvHannahNewsStories tbody {
    border: none;
    width: auto;
}

#gvHannahNewsStories td {
    text-align: left;
}

.hannah-news-stories-years {
    width: auto;
}


#committeeReportEditTable tbody td,
#committeeReportEditTable tbdoy th {
    margin: 0;
    padding: 0.25rem 0.25rem;
}

/* IL Member Xref Table */
.tblMemberXref td {
    text-align: right;
}

.tblMemberXref div {
    font-weight: bold;
}

.tblMemberXref div,
.tblMemberXref input {
    display: inline-block;
}

.gvMemberXrefTable {
}

.gvMemberXrefTable, .tblMemberXref {
    border-collapse: collapse;
    margin-top: 20px;
    width: auto;
    font-size: 0.75rem;
}

    .gvMemberXrefTable td,
    .tblMemberXref td {
        padding: 5px 5px;
        height: auto;
    }

    .gvMemberXrefTable a.button.small {
        margin-bottom: 0px;
    }

    .gvMemberXrefTable tr:first-child {
        border-bottom: 1px solid black;
    }

/* Bills Assigned on committee page */
.bill-assigned-container, .bill-currently-assigned-container {
    background: #ffffff;
    /*border: 1px solid #8e8e8e;*/
    border-radius: 4px;
    padding: 0;
    position: relative;
}

    .bill-assigned-container *, .bill-currently-assigned-container * {
        font-size: 16px;
    }

    .bill-assigned-container article, .bill-assigned-container section, .bill-assigned-container div
    .bill-currently-assigned-container article, .bill-currently-assigned-container section, .bill-currently-assigned-container div {
        margin: 0;
    }

.ba-header,
.ba-header-currently {
    /*background-color: #ececec;*/
    border-bottom: 1px solid rgba(231, 231, 231, .69);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    line-height: 28px;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

.ba-body {
    padding: 10px;
    max-height: 800px;
    overflow-y: auto;
}

.ba-item {
    padding: 3px 0;
    border-bottom: 1px solid #ececec;
}

    .ba-item a {
        padding-right: 10px;
    }

    .ba-item > h3 {
        margin: 0;
    }

    .ba-item a:first-child {
        font-weight: bold;
    }

.baToggleButton {
    margin-right: 10px;
}

.swFilterTrackedBillsWrapper, .swFilterTrackedBillsWrapperCurrently, #swFilterCosponsorsTitle, #swFilterCosponsorsTitleCurrently, .vbswFilterCosponsorsTitle {
    display: inline-block;
}

#swFilterCosponsorsTitle, #swFilterCosponsorsTitleCurrently {
    margin: 0 10px 0 0;
}

    #swFilterCosponsorsTitle.vbswFilterCosponsorsTitle {
        margin-top: .75rem;
    }

#swFilterTrackedBillsWrapper, #swFilterTrackedBillsWrapperCurrently, #swFilterCosponsorsTitle {
    margin-bottom: 3px;
}

.ba-item > h3 {
    display: inline-block;
    margin-left: 1rem;
}

#divTotalBills, #divTotalBillsCurrently {
    display: inline-block;
    margin-left: .5rem;
}

/* for jQuery UI dialog box */
.hidden {
    display: none;
}

/* Search Bills by ILCS portal */
.box-content .ILCS-Search-content,
.box-content .ILCS-Search-content select {
    font-size: 13px;
}

.chkSearchILCS {
    padding: .25rem .25rem;
}

.divSearchILCS {
    overflow: hidden;
}

.box-content .ILCS-Search-content .ActTitle {
    margin-top: .75rem;
    display: inline-block;
}

.content .legislative-table table tbody a.Bills-By-ILCS-Doc {
    text-decoration-line: underline;
    color: #dd3f3f;
}

.content .legislative-table ul {
    margin: 0;
}

.content .legislative-table li {
    list-style-type: none;
}

.ilcsErrMessage {
    margin-left: 10px;
}

.select2ILCS {
    color: red;
}

/* remove the width of table element */
.noWidthTable {
    width: unset;
}


/* Committee Member Check page */

.committee-member-check-container {
    padding: .5rem .5rem;
}

#tblSenateCommittees,
#tblSenateCommittees th,
#tblSenateCommittees td {
    /*border: 1px solid #f1f1f1;*/
    border-collapse: separate;
    font-size: 13px;
}

    #tblSenateCommittees a.committee-link {
        font-weight: bold;
        font-size: 18px;
        color: #434343;
    }

table.tblSenateMembers {
    width: unset;
}

table.tblSenateMembers,
.tblSenateMembers th,
.tblSenateMembers td {
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
    font-size: 13px;
}

.missingMember {
    color: red;
    font-weight: bold;
}

.tdNoMembers {
    color: red;
    font-weight: bold;
}

table.report-journal-summary-table tbody th,
table.report-journal-summary-table tbody td {
    padding: 0 0 0 0;
}

    table.report-journal-summary-table tbody td.rjst-additional-status,
    table.report-journal-summary-table tbody td.rjst-hasBillOnly {
        font-size: 10pt;
        padding-bottom: .5rem;
    }


/* Reset password/forgot username page */
.tblResetPassword tbody td {
    vertical-align: top;
    text-align: left;
}

tbody td.client-login-support {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #d20000;
}

div.section-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
    color: #141f78;
}

.section-email {
    width: 50%;
}

.tblResetPassword input[type='submit'] {
    margin-top: .5rem;
    margin-bottom: .25rem;
}

.reset-password-issue-message {
    font-size: 20px;
    padding-right: 6rem;
}

#divCheckEmail {
    text-align: center;
}

.check-email-message {
    text-align: center;
    margin: 0 6rem 1rem;
    font-size: 20px;
    color: #d20000;
}

.section-text-instructions {
    font-size: 20px;
}

.section-text-email-address {
    font-size: 12px;
}

/* Custom Committee Agenda page */
.report-and-bill-specific-fields {
    display: flex;
    grid-gap: 5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.general_fields {
}

.bill-specific-fields {
}

.divReportSpecificFields {
}

/* Lobbyist pages */

.selLobbyistSearch, .select2-results__option, .select2-results__options--nested, .select2-results__group {
    font-size: 14px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 1024px;
}

.select2-results__group {
    background-color: #a40000;
    color: white;
}

.daily-lobbyist-search {
    margin: 1rem 1rem 1rem .5rem;
}

.divLobbyistChooseYear {
    display: inline-block;
}

.daily-lobbyist-search-select {
    margin: 1rem 1rem 0 .5rem;
}

.lobbyist-daily-report {
    margin: 1rem 1rem 1rem .5rem;
}

#lobbyActivity, #lobbyActivitySearchResults2, .divdlrChooseDate, #seldlrDate {
    /*font-size: 12px;*/
}

.divLobbyistInfo, #divEntities, .divEntityInfo, #divClients, .divClientInfo, #divLobbyists {
    margin: .5rem 1rem 1rem .5rem;
    font-size: 16px;
}

.daily-lobbyist-header {
    font-weight: bold;
    margin-top: 1rem;
}

.daily-lobbyist-row {
    margin-left: 1rem;
    width: 100%;
    overflow: hidden;
    color: #868686;
}

    .daily-lobbyist-row a {
        color: #a40000;
        white-space: nowrap; /* Prevent wrapping by default */
        overflow-wrap: break-word; /* Allow wrapping if the text overflows */
        word-break: break-word; /* Ensure long words can break to fit the parent */
    }

.lobbyist-grids, #divClientInfo, #divEntityInfo {
    font-size: 16px;
}

.lobbyist-title {
    position: relative;
    padding: 12px 0 12px 11px;
    letter-spacing: .5px;
    font-size: 20px;
    color: #434343;
    line-height: 24px;
    border-bottom: 1px solid #e7e7e7;
}

#divLobbyistEmail, #divLobbyistAddr2, #divLobbyistPhone {
    margin-bottom: 1rem;
}

.entity-div a, .lobbyist-div a, .client-div a {
    color: #a40000;
}

.ldbDisclaimer {
    margin-top: 1rem;
    font-size: 12px;
    text-align: center;
}
