* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    /*border: 1px solid red;*/
}



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: 227px;
            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;
                width: 140px;
                text-align: right;
            }

            header .fab-presets ul li a:hover {
                color: #f6712a;
            }



    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: 108px;
    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;
}



.content {
    padding: 111px 36px 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 .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 {
    color: black;
}

.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,
    .legislative-table-header {
        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 {
    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 {
    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: 69px 0 0 309px;
}



    .member-content .banner {
        position: relative;
        /*background: url(../images/member-banner.png) left top no-repeat;*/
        background: url('../../images/CMH Hero.jpg') left top 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 {
        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 {
}



    .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 {
}

/* Edit ActionTrack Report */
#earFooterTable .earFooter textarea {
    width: 100%;
    margin: auto;
    height: 150px;
}

#earShareTable {
    width: 100%;
    margin: auto auto 1rem auto;
    height: 200px;
}

    #earShareTable #lstAvailable,
    #earShareTable #lstShared {
        width: 100%;
        margin: auto;
    }

    #earShareTable .earShareButtons {
        width: 100%;
        margin: auto;
        text-align: center;
    }

#earIncludeFieldsTable {
    width: 100%;
    margin: auto auto 1rem auto;
}

    #earIncludeFieldsTable td {
        padding: 5px;
        margin: 0px
    }







/*-----------------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;
    }


#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;
}

#docversions .btlidocindent {
    padding-left: 0px;
}


.content.viewbill-content .biographical-info .tabs {
    padding: 0 9px;
}



.content.viewbill-content .biographical-info.recent-bill .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 {
    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;
}















/*-----------------Legislation Page Css-----------------*/

#legislative-table-ul {
    list-style-type: none;
    margin-bottom: 0px;
}

.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;
        }

.legislative-table .legislative-table-header {
    padding: 10px 0px 10px 11px;
}


/*.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;
    }



        .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;
    }


.addToTracking {
    padding: 0 0 0 10px;
}



.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) {
    .meetingsToday, .todayIn, .recentBillActions {
        margin-top: 20px;
    }

    .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 {
        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 a[title="HOME"]:before {
    content: "\f015";
}


.navbar ul li a[title="ActionTRACK"] {
    background: url(../images/actiontrack-icon.png) 30px center no-repeat;
}

    .navbar ul li a[title="ActionTRACK"]:hover {
        background: url(../images/actiontrack-icon-hover.png) 30px center no-repeat;
    }

.navbar ul li a[title="INTELLIGENCE"]:before {
    font-family: FontAwesome;
    content: "\f2dd";
}

.navbar ul li a[title="WHIPBOARD"] {
    background: url(../images/vote-icon.png) 30px center no-repeat;
}


.navbar ul li a[title="LEGISLATION"] {
    background: url(../images/govt-info-icon.png) 30px center no-repeat;
}

    .navbar ul li a[title="LEGISLATION"]:hover {
        background: url(../images/govt-info-icon-hover.png) 30px center no-repeat;
    }


.navbar ul li a[title="MEETINGS"] {
    background: url(../images/meeting-icon.png) 30px center no-repeat;
}

    .navbar ul li a[title="MEETINGS"]:hover {
        background: url(../images/meeting-icon-hover.png) 30px center no-repeat;
    }


.navbar ul li a[title="COMMITTEES"] {
    background: url(../images/committees-icon.png) 30px center no-repeat;
}

    .navbar ul li a[title="COMMITTEES"]:hover {
        background: url(../images/committees-icon-hover.png) 30px center no-repeat;
    }


.navbar ul li a[title="LEGISLATORS"]:before {
    /*background: url(../images/directories-icon.png) 30px center no-repeat;*/
    content: "\f2ba";
}

.navbar ul li a[title="POLITICS"] {
    background: url(../images/politics-icon.png) 30px center no-repeat;
}

    .navbar ul li a[title="POLITICS"]:hover {
        background: url(../images/politics-icon-hover.png) 30px center no-repeat;
    }


.navbar ul li a[title="SEARCH"]:before {
    content: "\f002";
}


.navbar ul li a[title="ADMIN"]:before {
    content: "\f187";
}

.navbar ul li a[title="Super Admin"]:before {
    content: "\f187";
}

.navbar ul li a[title="collaborativeMenu"] {
    background: url(../images/committees-icon.png) 30px center no-repeat;
}

    .navbar ul li a[title="collaborativeMenu"]:hover {
        background: url(../images/committees-icon-hover.png) 30px center no-repeat;
    }

.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 table tbody {
    border: none;
}

    #lblAgendas table tbody td,
    #lblAgendas table tbody th {
        padding: 0;
    }

#lblAgendas a,
#lblShortFormAgendas a {
    text-decoration: underline;
}


/* .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;
}

/* 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 */
.alrLegislators {
    margin-bottom: 5px;
    font-size: 14px;
}

.alrHeadline,
.alrStory {
    width: 75%;
}

#tblAboveLineReportSubtbl {
    width: 75%;
}

#tblAboveLineReport alrTd input,
#tblAboveLineReport alrTd span {
    font-size: 14px;
}

#tblAboveLineReportSubtbl td span {
    font-size: 14px;
}

/* 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;
}

#tdDocByType table {
    margin: 0;
    width: auto;
}

    #tdDocByType table td {
        padding: 0;
    }

#tblMainDoc td,
#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;
}

    #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;
    }

.multipleSessions-content {
    margin-bottom: 18px;
}

/* 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;
}

/* Hannah Report page */
.hannah-report-checkbox {
    margin-right: 10px;
}

#searchbox {
    margin-left: 20px;
    margin-top: 20px;
}

.txtHSearch {
    margin-left: 20px;
}

    .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;
}

.billReports tr {
    border-bottom: #bcbcbc 1px solid;
}

.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 */

#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;
}

.selectBills {
    margin: 10px 0px 0px 0px;
}



/* 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;
}

@media only print {
    .noprint {
        display: none;
    }

    section.content {
        padding-left: 0px;
    }


    a[href]::after {
        display: none;
    }
}

/* View Votes */
.view-votes {
    padding: 20px 20px;
}

/* News Story List */
#pnlNewsStories {
    padding: 20px;
}

#gvNewsStory td,
#gvNewsStory th {
    padding: 0px;
}

/* All Committee Schedule */
.CommAgendaTable {
    width: auto;
}

    .CommAgendaTable .tdCommittee {
        width: 5%;
    }

    .CommAgendaTable .pMeetingDate {
        padding-top: 10px;
        padding-left: 10px;
    }

table.CommAgendaTable tbody th,
table.CommAgendaTable tbody td {
    padding: 0px 0px 0px 0px;
}

.CommAgendaTable .tdBillNumber,
.CommAgendaTable .tdBillTitle {
    padding-top: 20px;
    padding-right: 20px;
}

    .CommAgendaTable .tdBillNumber strong,
    .CommAgendaTable .tdTestimony strong,
    .CommAgendaTable .tdReports strong {
        margin-left: 20px;
    }

#lblAgendas .CommAgendaTable .tdReports,
#lblAgendas .tdReports {
    padding-bottom: 1rem;
    font-size: 9pt;
}

#lblAgendas .CommAgendaTable .tdComments,
#lblAgendas .tdComments {
    font-size: 9pt;
    padding-bottom: 1rem;
}


/* Extract KRS Page */
ul#BillList {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#BillList li {
    background-color: lightblue;
    width: 100px;
    border-radius: .25rem;
    margin: 3px;
    text-align: center;
}

    #BillList li:hover {
        background-color: cornflowerblue;
    }

    #BillList li.krsDone {
        background-color: seagreen;
        color: white;
    }

.right-container {
    width: 95%;
    padding-top: 20px;
}

.krs-left {
    padding: 20px 0 20px 20px;
}

.krsBillSaved {
    font-size: larger;
    color: blue;
}

#ExtractedKRS {
    background-color: cornsilk;
    margin-bottom: 5px;
    width: 100%;
    height: 200px;
}

#BillText {
    margin-top: 20px;
    height: 500px;
    overflow: auto;
}

/* KRS Tracking page */
#divKRS {
    padding: 0 1rem;
}

    #divKRS table {
        width: unset;
    }

#gvKRSTitles > tbody > tr > td {
    padding: 0px 0px 0px 0px;
}

.gvKRSChapters > tbody > tr > td {
    padding: 0px 0px 0px 0px;
}


.gvKRSSubChapters > tbody > tr > td {
    padding: 0px 0px 0px 0px;
}

.dlstStatutes > tbody > tr > td {
    padding: 0px 0px 0px 0px;
}

.dlstSubStatutes > tbody > tr > td {
    padding: 0px 0px 0px 0px;
}

#gvKRSTitles tbody, .gvKRSChapters tbody, .dlstStatutes tbody, .gvKRSSubChapters tbody, .dlstSubStatutes tbody {
    border: none;
}

.gvKRSChapters, .gvKRSSubChapters, .dlstStatutes, .dlstSubStatutes {
    margin-left: 1.25rem;
}

.KRSText {
    font-size: 15px;
    background-color: #f1f1f1;
    padding: 0.5rem 3rem;
}

.KRSPlusMinus {
    vertical-align: top;
    margin-left: 0.25rem;
}

.dlstStatutesText {
    padding-left: 0.5rem;
}

#gvKRSTitles input[type='checkbox'] {
    margin: 0 0 0.5rem;
}


/* for jQuery UI dialog box */
.hidden {
    display: none;
}

/* 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;
}
