﻿#PageContent {
    overflow: visible !important;
}

    #PageContent h2 {
        margin-top: 1.5em;
        padding-top: 0.2em;
        border-top: solid 1px;
    }

    #PageContent .DesktopOnly {
        display: initial;
    }


    #PageContent #SearchBox {
        margin: 2em 0 1em 0 !important;
        float: left !important;
        clear: both !important;
    }

        #PageContent #SearchBox #SearchByHeader {
            font-weight: bold !important;
            font-size: 1.05em !important;
            margin-bottom: 0.5em !important;
        }

        #PageContent #SearchBox #SearchKeyword {
            margin-bottom: 0.5em !important;
        }

        #PageContent #SearchBox #SearchButton {
        }


    #PageContent .textButtonWrapper {
        float: left;
    }

    #PageContent .textButton {
        float: left;
        clear: none;
        background-color: #6f0d1a;
        color: white;
        text-align: center;
        font-size: 1em;
        padding: 0.4em 0.8em;
        margin: 0;
        box-sizing: border-box;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

        #PageContent .textButton:hover {
            background-color: #ef1c25;
        }

    #PageContent .resultsList {
        display: table;
        width: 100%;
        margin-top: 1.0em;
        float: left;
        box-sizing: border-box;
    }


        #PageContent .resultsList .resultsListRow,
        #PageContent .resultsList .resultsListHeaderRow {
            display: table-row;
        }


        #PageContent .resultsList .resultsListRow {
            background-color: #FFFFD9;
        }

        #PageContent .resultsList .resultsListHeaderRow {
            background-color: #99CCFF;
        }

            #PageContent .resultsList .resultsListRow .resultsListColumn,
            #PageContent .resultsList .resultsListHeaderRow .resultsListColumn {
                display: table-cell;
                text-align: left;
                padding: 2px 0.25em 2px 0.5em;
                border-top: solid black 1px;
                border-left: solid black 1px;
                vertical-align: middle;
                box-sizing: border-box;
            }

                #PageContent .resultsList .resultsListRow .resultsListColumn:last-child,
                #PageContent .resultsList .resultsListHeaderRow .resultsListColumn:last-child {
                    border-right: solid black 1px;
                }

                #PageContent .resultsList .resultsListRow .resultsListColumn .mobileOnlyFeature {
                    display: none;
                }

        #PageContent .resultsList .resultsListRow:last-of-type .resultsListColumn {
            border-bottom: solid black 1px;
        }

        #PageContent .resultsList .resultsListHeaderRow .resultsListColumn {
            font-size: 1.02em;
            font-weight: bold;
        }

        #PageContent .resultsList .resultsListRow .resultsListColumn a .mobileOnlyFeature {
            display: none;
        }

        #PageContent .resultsList .resultsListRow .resultsListColumn a:hover {
            color: #f20017;
        }

        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:link,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:active,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:visited,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:focus,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:hover {
            color: #FF0000;
            text-decoration: underline;
        }

            #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:hover {
                color: #7d0000;
            }

    #PageContent .resultsHeader {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        font-size: 1.2em;
        font-weight: bold;
    }

    #PageContent .resultsMessage {
        display: block;
        margin: 0.5em 0 2em 0;
        float: left;
        font-weight: bold;
        font-size: 1.2em;
        color: red;
    }

    #PageContent .resultsPager {
        float: left;
        width: 100%;
        clear: both;
        text-align: center;
        border: solid black 1px;
        background-color: #FFFFD9;
        box-sizing: border-box;
        font-size: 1.3em;
        padding: 0.6em 0;
    }

        #PageContent .resultsPager .resultsPagerNumbers span,
        #PageContent .resultsPager .resultsPagerNumbers .resultsPagerNumberButton,
        #PageContent .resultsPager .resultsPagerFirstPrev a,
        #PageContent .resultsPager .resultsPagerNextLast a {
            padding: 0 0.2em;
        }

        #PageContent .resultsPager a,
        #PageContent .resultsPager a:link,
        #PageContent .resultsPager a:active,
        #PageContent .resultsPager a:visited,
        #PageContent .resultsPager a:focus,
        #PageContent .resultsPager a:hover {
            color: #4A7AF0;
            text-decoration: none;
        }

            #PageContent .resultsPager a:focus,
            #PageContent .resultsPager a:hover {
                color: #f20017;
            }

        #PageContent .resultsPager .resultsPagerCurrentNumber {
            color: black;
            font-weight: bold;
        }

    #PageContent .resultsList + .resultsPager {
        border-top: none;
    }

    #PageContent .StartOver {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        text-align: center;
        border: solid black 1px;
        background-color: #FFFFD9;
        box-sizing: border-box;
        font-size: 1.3em;
        padding: 0.6em 0;
    }

        #PageContent .StartOver a,
        #PageContent .StartOver a:link,
        #PageContent .StartOver a:active,
        #PageContent .StartOver a:visited,
        #PageContent .StartOver a:focus,
        #PageContent .StartOver a:hover {
            color: #4A7AF0;
            text-decoration: none;
        }

            #PageContent .StartOver a:hover {
                color: #f20017;
            }

    #PageContent .resultsPager + .StartOver {
        border-top: none;
    }


    #PageContent .nomatch {
        display: block;
        width: 100%;
        margin-bottom: 0.5em;
        text-align: center;
        font-weight: bold;
        font-size: 1.1em;
        color: #f20017;
        float: left;
        clear: both;
    }

    #PageContent .hiddenSubmitButton {
        visibility: hidden;
        width: 0;
        height: 0;
        opacity: 0;
    }

    #PageContent .publicationList {
        display: table;
        width: 100%;
        margin-top: 1.0em;
        float: left;
        box-sizing: border-box;
    }


        #PageContent .publicationList .publicationListRow,
        #PageContent .publicationList .publicationListHeaderRow,
        #PageContent .publicationList .publicationListSectionRow {
            display: table-row;
        }


        #PageContent .publicationList .publicationListRow {
            background-color: white;
        }

        #PageContent .publicationList .publicationListHeaderRow {
            background-color: white;
        }

        #PageContent .publicationList .publicationListSectionRow {
            color: #660000;
            font-size: 1.2em;
            font-weight: bold;
            height: 2.2em;
        }

            #PageContent .publicationList .publicationListSectionRow > div {
                width: 50em;
                position: absolute;
                overflow: hidden;
                padding-top: 1em;
            }

        #PageContent .publicationList .publicationListRow .publicationListColumn,
        #PageContent .publicationList .publicationListHeaderRow .publicationListColumn {
            display: table-cell;
            text-align: left;
            padding: 2px 0.4em 2px 0.5em;
            vertical-align: middle;
            box-sizing: border-box;
        }

            #PageContent .publicationList .publicationListRow .publicationListColumn:last-child,
            #PageContent .publicationList .publicationListHeaderRow .publicationListColumn:last-child {
                /*border-right: solid black 1px;*/
            }

        #PageContent .publicationList .publicationListRow:last-of-type .publicationListColumn {
            /*border-bottom: solid black 1px;*/
        }

        #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy {
            display: none;
        }


        #PageContent .publicationList .publicationListHeaderRow .publicationListColumn {
            font-size: 1.02em;
            font-weight: bold;
            color: #ACACAC;
        }

        #PageContent .publicationList .publicationListRow .publicationListColumn a,
        #PageContent .publicationList .publicationListRow .publicationListColumn a:link,
        #PageContent .publicationList .publicationListRow .publicationListColumn a:active,
        #PageContent .publicationList .publicationListRow .publicationListColumn a:visited,
        #PageContent .publicationList .publicationListRow .publicationListColumn a:focus,
        #PageContent .publicationList .publicationListRow .publicationListColumn a:hover {
            color: #175485;
            text-decoration: underline;
        }

            #PageContent .publicationList .publicationListRow .publicationListColumn a:hover {
                color: #f20017;
            }

        #PageContent .publicationList .publicationListRow .publicationListColumn.warning a,
        #PageContent .publicationList .publicationListRow .publicationListColumn.warning a:link,
        #PageContent .publicationList .publicationListRow .publicationListColumn.warning a:active,
        #PageContent .publicationList .publicationListRow .publicationListColumn.warning a:visited,
        #PageContent .publicationList .publicationListRow .publicationListColumn.warning a:focus,
        #PageContent .publicationList .publicationListRow .publicationListColumn.warning a:hover {
            color: #FF0000;
            text-decoration: underline;
        }

            #PageContent .publicationList .publicationListRow .publicationListColumn.warning a:hover {
                color: #7d0000;
            }

    #PageContent .RSSFeedIntroHeader {
        float: left;
        clear: left;
        margin-bottom: 1em;
    }

        #PageContent .RSSFeedIntroHeader .RSSFeedIntroTitle {
            float: left;
            font-size: 1.4em;
            margin-bottom: 0.5em;
            font-weight: bold;
            width: 100%;
        }

    #PageContent .RSSFeedIntroContent {
        float: left;
        clear: left;
        margin-bottom: 1em;
    }

        #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer {
            float: left;
        }

            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer .FeedLinkStinger {
                float: left;
                width: 45%;
            }

                #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer .FeedLinkStinger .feedSummary {
                    font-weight: bold;
                }

            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer a,
            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer a:link,
            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer a:active,
            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer a:focus,
            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer a:visited,
            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer a:hover {
                display: block;
                float: left;
                width: 50%;
                margin-left: 3%;
                text-decoration: none;
                color: #175485;
            }

                #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer a:hover {
                    color: #f20017;
                }

            #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer .FeedLinkBox {
                display: block;
                float: left;
                box-sizing: border-box;
                width: 100%;
                padding: 1em;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                -khtml-border-radius: 20px;
                border-radius: 20px;
                border: 1px solid #91c1e7;
                background-color: #FFFFFF;
                background-image: -ms-linear-gradient(top #FFFFFF 0%, #FFFFFF 83%, #DCEAF7 100%);
                background-image: -moz-linear-gradient(top #FFFFFF 0%, #FFFFFF 83%, #DCEAF7 100%);
                background-image: -o-linear-gradient(top #FFFFFF 0%, #FFFFFF 83%, #DCEAF7 100%);
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.83, #FFFFFF), color-stop(1, #DCEAF7));
                background-image: -webkit-linear-gradient(top #FFFFFF 0%, #FFFFFF 83%, #DCEAF7 100%);
                background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 83%, #DCEAF7 100%);
                legacy-gradient: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 83%, #DCEAF7 100%);
            }

                #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer .FeedLinkBox:hover {
                    /*background-color: #3E99E7;*/
                }

                #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer .FeedLinkBox .FeedLinkBoxBlock {
                    display: block;
                    float: left;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                }


                    #PageContent .RSSFeedIntroContent .RSSFeedLinkContainer .FeedLinkBox .FeedLinkBoxBlock img {
                        vertical-align: middle;
                    }


        #PageContent .RSSFeedIntroContent .RSSFeedHelp {
            float: left;
        }

            #PageContent .RSSFeedIntroContent .RSSFeedHelp .notebox {
                margin-left: 3em;
                padding: 0.5em;
                background-color: #fcf5af;
            }


                #PageContent .RSSFeedIntroContent .RSSFeedHelp .notebox .noteboxTitle {
                    font-weight: bold;
                }


            #PageContent .RSSFeedIntroContent .RSSFeedHelp li {
                margin-bottom: 0.5em;
            }

            #PageContent .RSSFeedIntroContent .RSSFeedHelp h3 {
                background-color: #fcf5af;
            }

@media screen and (min-width: 1px) and (max-width: 800px) {
    #PageContent input[type=text] {
        width: 95%;
    }
}

@media screen and (min-width: 1px) and (max-width: 650px) {

    #PageContent .DesktopOnly {
        display: none !important;
    }


    #PageContent #SearchBox {
        margin: 1em 0 !important;
    }

        #PageContent #SearchBox #SearchByHeader {
            font-size: 1.2em !important;
        }

        #PageContent #SearchBox #SearchKeyword input {
            font-size: 1.2em !important;
        }

        #PageContent #SearchBox #SearchButton {
            font-size: 1.2em !important;
        }




    #PageContent .resultsHeader {
        margin-top: 0.8em;
    }

    #PageContent .resultsList {
        display: block;
    }


        #PageContent .resultsList .resultsListRow {
            display: block;
            float: left;
            width: 100%;
            clear: both;
            border-top: solid black 1px;
            border-left: none;
            font-size: 1.15em;
            padding: 0.4em 0;
        }

            #PageContent .resultsList .resultsListRow:last-of-type {
                border-bottom: solid black 1px;
            }

        #PageContent .resultsList .resultsListHeaderRow {
            display: none;
        }


        #PageContent .resultsList .resultsListRow .resultsListColumn {
            display: block;
            float: left;
            clear: both;
            border-top: none;
            border-left: none;
        }

            #PageContent .resultsList .resultsListRow .resultsListColumn:nth-child(-n+2) {
                font-weight: bold;
            }

            #PageContent .resultsList .resultsListRow .resultsListColumn:empty {
                display: none;
            }

            #PageContent .resultsList .resultsListRow .resultsListColumn > span {
                display: block;
                float: left;
                /*max-width: 75%;*/
            }

            #PageContent .resultsList .resultsListRow .resultsListColumn .mobileOnlyFeature {
                display: block;
                margin-right: 0.5em;
            }

            #PageContent .resultsList .resultsListRow .resultsListColumn:last-child {
                border-right: none;
            }

        #PageContent .resultsList .resultsListRow:last-of-type .resultsListColumn {
            border-bottom: none;
        }

        #PageContent .resultsList .resultsListRow .resultsListColumn a .mobileOnlyFeature {
            display: inline;
        }


        #PageContent .resultsList .resultsListRow .resultsListColumn a,
        #PageContent .resultsList .resultsListRow .resultsListColumn a:link,
        #PageContent .resultsList .resultsListRow .resultsListColumn a:active,
        #PageContent .resultsList .resultsListRow .resultsListColumn a:visited,
        #PageContent .resultsList .resultsListRow .resultsListColumn a:focus,
        #PageContent .resultsList .resultsListRow .resultsListColumn a:hover {
            float: left;
            clear: none;
            background-color: #0C276A; /*#6f0d1a;*/
            color: white;
            text-align: center;
            font-size: 1em;
            padding: 0.5em 0.9em;
            margin: 0.1em 0;
            box-sizing: border-box;
            -moz-border-radius: 4px 4px 4px 4px;
            -webkit-border-radius: 4px 4px 4px 4px;
            -khtml-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            text-decoration: none;
            font-size: 0.95em;
        }

            #PageContent .resultsList .resultsListRow .resultsListColumn a:hover {
                color: white;
                background-color: #ef1c25;
            }

        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:link,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:active,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:visited,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:focus,
        #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:hover {
            background-color: #FF0000;
            color: white;
            text-decoration: none;
        }

            #PageContent .resultsList .resultsListRow .resultsListColumn.warning a:hover {
                background-color: #7d0000;
            }

    #PageContent .resultsPager {
        border-left: none;
        border-right: none;
    }

    #PageContent .resultsPager {
        font-size: 1.4em;
    }

        #PageContent .resultsPager .resultsPagerNumbers span,
        #PageContent .resultsPager .resultsPagerNumbers .resultsPagerNumberButton,
        #PageContent .resultsPager .resultsPagerFirstPrev a,
        #PageContent .resultsPager .resultsPagerNextLast a {
            padding: 0 0.25em;
        }


    #PageContent .StartOver {
        border-left: none;
        border-right: none;
    }


    #PageContent .publicationList {
        display: block;
    }


        #PageContent .publicationList .publicationListRow,
        #PageContent .publicationList .publicationListSectionRow {
            display: block;
            float: left;
            clear: both;
            width: 100%;
        }

        #PageContent .publicationList .publicationListRow {
            border-bottom: solid #b5b5b5 1px;
            padding: 0.8em 0;
        }

        #PageContent .publicationList .publicationListHeaderRow {
            display: none;
        }

        #PageContent .publicationList .publicationListSectionRow > div {
            width: 100%;
            position: relative;
            float: left;
        }

        #PageContent .publicationList .publicationListRow .publicationListColumn,
        #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy {
            display: block;
            float: left;
            width: 100%;
            clear: both;
        }

            #PageContent .publicationList .publicationListRow .publicationListColumn.desktopHardcopy {
                display: none;
            }


            #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy a,
            #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy a:link,
            #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy a:active,
            #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy a:visited,
            #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy a:focus,
            #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy a:hover {
                float: left;
                clear: none;
                background-color: #0C276A; /*#6f0d1a;*/
                color: white;
                text-align: center;
                font-size: 1em;
                padding: 0.5em 0.9em;
                margin: 0.1em 0;
                box-sizing: border-box;
                -moz-border-radius: 4px 4px 4px 4px;
                -webkit-border-radius: 4px 4px 4px 4px;
                -khtml-border-radius: 4px 4px 4px 4px;
                border-radius: 4px 4px 4px 4px;
                text-decoration: none;
                font-size: 0.95em;
            }

                #PageContent .publicationList .publicationListRow .publicationListColumn.mobileHardcopy a:hover {
                    color: white;
                    background-color: #ef1c25;
                }
}
