﻿
.business-page {
    width: 100%;
    background-color: #fff;
    padding: 2em;
}

.civics-education-page {
    /*width: 50vw;*/
    width: 100%;
    background-color: #fff;
    padding: 2em;
}

.divisions-content {
    width: 100%;
    background-color: #fff;
    padding: 2em;
}

.themed-collections-content {
    background-color: #fff;
    padding: 2em;
}


/*.hr {*/
    /*width: 85%;*/
    /*padding: 0px 20px 0px 20px;*/
    /* width: 95%; */
    /* margin-left: auto;
    margin-right: auto; */
/*}*/
hr{
    width: 98% !important;
}

.content-headers {
    color: rgb(12, 61, 111);
    /* border-bottom: solid 1px #cccccc; */
    font-weight: normal;
    padding-bottom: 0.2em;
    font-size: 3.3em;
}

.content-header-color{
    color: rgb(12, 61, 111);
    padding-bottom: 0.2em;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 2.375rem;
}

.boxalert {
    border: 1px solid black;
    padding: 1.1em;
}

    .boxalert > h5 {
        background-color: #f0730e;
        padding: 0.4em 0em 0.2em 0.5em;
        margin-top: 0;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 1.725rem;
        line-height: 1.4;
    }

/*Should be global*/
.bright-blue-panel {
    background-color: #F0F8FF;
    margin-bottom: 1.25em;
    padding: 0.9em;
    /*margin-top: 15px;*/
}
    .bright-blue-panel > h4 {
        font-size: 2.4em;
        margin-bottom: 10px;
    }

    .bright-blue-panel > h3 {
        font-size: 2.4em;
        margin-bottom: 10px;
        /* color: #488bc2; */
        color: #6f6f6f;

        text-decoration: none;
    }

        .bright-blue-panel > h3 :hover {
            /* color: #404040; */
            color: #6f6f6f;
            
        }

        .bright-blue-panel > h3 > a {
            text-decoration: none;
            color: #488bc2;
            /* color: #6f6f6f; */
        }

a {
    text-decoration: none;
    color: #488bc2;
}

    .bright-blue-panel > p > a {
        text-decoration: none;
        color: #488bc2;
        line-height: 1em;
    }

    .bright-blue-panel > ul {
        /*line-height: 1.5em;*/
        font-size: small;
    }


.light-grey-panel {
    background-color: rgba(240,240,240,1);
    margin-bottom: 1.25em;
    padding: 0.9em;
    color: #787878;
}

    .light-grey-panel > h4 {
        margin-bottom: 10px;
    }

        .light-grey-panel > h4 > a {
            color: #404040;
        }

.panel-header {
    font-size: 2.4em;
    margin-bottom: 10px;
}

.grey-border{
    border: 1px solid #cdd1d7;
    box-shadow: 0px 0px 1px #667183;
}

.blue-header-plain {
    color: #488BC2;
}

.listing {
    padding-top: 25px;
}

    .listing h4 {
        background-color: #153d67;
        color: #ffffff;
        padding: 0.5em;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }

    .listing ul {
        list-style-type: none;
        margin: 0;
    }

    .listing li {
        list-style-type: none;
        border-bottom: solid 1px #dddddd;
        margin: 0;
    }

    .listing a {
        padding: 0.5em;
        display: block;
        transition-delay: 0s;
        transition-duration: 0.1s;
        transition-property: background-color;
        transition-timing-function: ease-in-out;
    }

        .listing a:hover {
            background-color: #eeeeee;
            background-color: rgba(0, 0, 0, 0.12);
            text-decoration: underline;
        }

    .listing p a {
        display: inline;
        padding: 0.1em 0.2em;
    }

.disc li {
    display: block;
    width: 100%;
    margin-left: -10px;
    /*justify-content: center;*/
}

.bottom-spacer{
    margin-bottom: 60px;
}

.bold{
    font-weight: bold;
}
.border{
    border: 1px solid black;
}

.blue-panel-linked {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #4472c4;
    color: #fff;
    text-align: center;
}

.green-outline {
    width: 70%;
    border: 1px solid #70ad47;
    margin-top: 15px;
    text-align: center;
    padding: 10px;
}

 ul>li{
    /*font-size: 15px !important;*/
    font-size: 1.5rem !important;
} 

td{
    font-size: 14px !important;
}
td>p{
    font-size: 14px !important;
}

h6{

}

.medium{
    font-size: medium !important;
}

.large{
    font-size: large !important;
}