@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, 
i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
section, summary, time, mark, audio, video {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, .h3, .h2 {
    padding-bottom: 10px;
}

h1, .h1 {
    text-align: center;
    font-weight: bold;
}

h2, .h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

h3, .h3 {
    font-weight: bold;
    font-size: 1.27em;
}

p {
    font-size: 1.0625em;
}

ul {
    padding-bottom: 10px;
    list-style: none;
    font-size: 1.0625em;
}

a {
    color: #064A89;
}

a:hover {
    color: #0000F5;
}

.floatleft {
    float:left;
}

.floatright {
    float:right;
}

.clear {
    clear:both;
}

.wrapper {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.skip {
    position: absolute;
    left: -2000px;
    cursor: pointer;
    z-index: 999999;
    background-color: #0057A3;
    color: #ffffff;
    border: none;
}

.skip:focus {
    left: 0px;
    top: 0px;
    width: 100%;
}

.one-half {
    width: 50%;
}

.one-third {
    width: 33%;
}

.one-fourth {
    width: 25%;
}

img {
    max-width: 100%;    
}

#mainContainer {
    padding-top: 45px;
    overflow-x: hidden;
}

#logo .h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#logo img {
    width: 250px;
    margin-bottom: 10px;
}

#header .wrapper {
    padding: 10px 0;
}

#header {
    text-align: center;
}

#logo {
    text-align: center;
    padding: 20px 10px 20px 10px;
    background: url('https://www.boonemo.gov/bcjc/common/images/ECCblur.jpg');
    background-position-x: center;
    background-position-y: -200px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    text-shadow: 0px 0px 100px rgb(255, 255, 255);
    text-shadow: 0px 0px 30px white;
    text-shadow: 0px 0px 30px white;
}

#nav {
    background-color: #2b2b2b;
    text-align: center;
    padding: 0 1%;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 98%;
    border-bottom: 3px solid #fff;
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.35);
}

#nav #menu-chk {
    display: none;
}

#nav .menu-lbl {
    color: #ffffff;
    font-size: 1.7rem;
    padding: 5px 0;
    cursor: pointer;
    display: none;
}

#nav #menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

#nav #menu-list li {
    width: 20%;
}

#nav #menu-list li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    display: inline-block;
    padding: 10px 3%;
}

#nav #menu-list li a:hover, #nav #menu-list li a:focus {
    color: #d3e7f8;
}

.adaText {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

#rightCall {
    background-color: #0057A3;
    color: #fff;
    padding: 50px 10px;
    position: relative;
    text-align: center;
}

#rightCall h2 {
    font-size: 2.8em;
}

#whatIs311 {
    position: relative;
    padding: 60px 10px 100px 10px;
}

#whatIs311 h2 {
    text-align: center;
}

#whatIs311::after {
    left: 50%;
    border-left: 75px solid transparent;
    border-right: 75px solid #fff;
}

#whatIs311::before, #whatIs311::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 100;
    border-bottom: 35px solid #0057A3;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

#whatIs311::before {
    right: 50%;
    border-right: 75px solid transparent;
    border-left: 75px solid #fff;
}

#rightCall::before, #rightCall::after {
    content: '';
    position: absolute;
    width: 50%;
    bottom: -35px;
    z-index: 100;
    border-top: 35px solid #0057A3;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

#rightCall::after {
    left: 50%;
    border-left: 75px solid #e7e7e7;
    border-right: 75px solid transparent;
}

#rightCall::before {
    right: 50%;
    border-right: 75px solid #e7e7e7;
    border-left: 75px solid transparent;
}

#whenCall {
    background-color: #e7e7e7;
    padding: 90px 10px 60px 10px;
    position: relative;
    text-align: center;
    font-size: 1.375em;
}

#whenCall h2 {
    font-size: 2.2em;
}

#altNums {
    padding: 70px 10px;
    text-align: center;
    color: #fff;
    background-color: #2b2b2b;
    position: relative;
}

.alts {
    float: left;
    width: 12%;
    margin: 0 1%;
    text-align: center;
    word-break: break-word;
}

#altNums h2 {
    color: #d3e7f8;
}

.alts h3, .alts .h3 {
    background-size: 90px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    min-width: 90px;
    padding: 32px 0;
    font-size: 1.625em;
    margin-bottom: 15px;
    font-weight: bold;
}

.alts h3.two, .alts .h3.two {
    background-image: url('https://www.boonemo.gov/bcjc/common/images/btnIndigo.png');
}

.alts h3.three, .alts .h3.three {
    background-image: url('https://www.boonemo.gov/bcjc/common/images/btnBlue.png');
}

.alts h3.four, .alts .h3.four {
    background-image: url('https://www.boonemo.gov/bcjc/common/images/btnTeal.png');
}

.alts h3.six, .alts .h3.six {
    background-image: url('https://www.boonemo.gov/bcjc/common/images/btnChartr.png');
}

.alts h3.seven, .alts .h3.seven {
    background-image: url('https://www.boonemo.gov/bcjc/common/images/btnGreen.png');
}

.alts h3.eight, .alts .h3.eight {
    background-image: url('https://www.boonemo.gov/bcjc/common/images/btnOrange.png');
}

.alts h3.nine, .alts .h3.nine {
    background-image: url('https://www.boonemo.gov/bcjc/common/images/btnRed.png');
}

.alts a {
    color: #cde8ff;
}

.alts a:hover {
    color: #e7e7e7;
}

.alts h4, .alts .h4 {
    display: block;
    height: 70px;
    padding: 0 5px;
    font-size: 0.875em;
    font-weight: bold;
}

.alts p {
    font-size: 0.8125em;
}

.alts.even {
    margin-top: 40px;
}

#LENums {
    padding: 70px 10px 50px 10px;
    position: relative;
    background-color: #fff;
}

#LENums li {
    padding: 2px 0;
}

#LENums .name {
    display: inline-block;
    width: 300px;
}

#LENums::before, #LENums::after {
    content: '';
    position: absolute;
    width: 50%;
    top: 0px;
    z-index: 100;
    border-bottom: 35px solid #ffffff;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

#LENums::before {
    right: 50%;
    border-right: 75px solid #2b2b2b;
    border-left: 75px solid transparent;
}

#LENums::after {
    left: 50%;
    border-left: 75px solid #2b2b2b;
    border-right: 75px solid transparent;
}

#whenCall .left h3 {
    color: #0057A3;
    font-size: 1.8em;
    padding: 10px 0 80px 0;
    background-image: url('https://www.boonemo.gov/bcjc/common/images/lawEnf100.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 75px;
}

#whenCall .right h3 {
    color: #CF0F0C;
    font-size: 1.8em;
    padding: 10px 0 80px 0;
    background-image: url('https://www.boonemo.gov/bcjc/common/images/siren100.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 75px;
}

#whenCall h1 {
    font-size: 2.25em;
    padding-bottom: 25px;
}

#whenCall .right h4 , #whenCall .right .h4 {
    color: #CF0F0C;
    font-size: 1.3em;
    font-weight: bold;;
}

#whenCall .left h4, #whenCall .left .h4 {
    color: #0057A3;
    font-size: 1.3em;
    font-weight: bold;
}

#whenCall ul {
    font-size: 1.375em;
}

#whenCall .one-half.floatleft.left {
    border-left: 4px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    width: 49%;
    padding: 15px 0;
}

#whenCall .one-half.floatleft.right {
    border-left: 2px solid #d6d6d6;
    border-right: 4px solid #d6d6d6;
    width: 49%;
    padding: 15px 0;
}

span.keywords {
    display: none;
}

.selected {
    display: block;
}

.hidden {
    display: none;
}

a.filterButton {
    color: #005bab;
    background-color: #dbdbdb;
    padding: 3px 4px;
    font-size: 0.875em;
    border: 1px solid #005bab;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
    text-align: center;
}

a.filterButton:hover {
    text-decoration: none;
    background-color: #4d4d4d;
    color: #d2e6f7;
}

a.filterButton.currentFilter {
    background-color: #005bab;
    color: #ffffff;
}

#sortBy p {
    padding: 0;
    text-align: left;
    font-size: 1.125em;
    font-weight: bold;
}

#sortBy {
    padding: 10px 0;
    margin: 15px 0;
    border-top: 3px solid #0057A3;
    border-bottom: 3px solid #e7e7e7;
}

#sortBy h3, #sortBy > .h3 {
    display: inline-block;
    padding: 0;
}

#resourceList {
    width: 98%;
    margin: 0 auto;
}

#OLReport {
    background-color: #e7e7e7;
    padding: 80px 10px 50px 10px;
    text-align: center;
    position: relative;
}

#OLReport::before, #OLReport::after {
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    z-index: 100;
    border-top: 35px solid #ffffff;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

#OLReport::after {
    left: 50%;
    border-left: 75px solid #e7e7e7;
    border-right: 75px solid transparent;
}

#OLReport::before {
    right: 50%;
    border-right: 75px solid #e7e7e7;
    border-left: 75px solid transparent;
}

#othResources {
    padding: 50px 10px;
}

#footer {
    text-align: center;
    background-color: #0057A3;
    color: white;
    position: relative;
    margin-top: 40px;
    padding: 40px 10px 20px 10px;
}

#footer a {
    color: #fff;
}

#footer p {
    font-size: 0.8125em;
}

#OLReport .one-third {
    width: 31%;
    margin: 20px 1%;
}

#OLReport .one-half {
    width: 48%;
    margin: 20px 1%;
}

#OLReport .one-half h2, #OLReport .one-third h2, #OLReport .one-fourth h2 {
    font-size: 1.25em;
    padding-top: 10px;
}

#OLReport li a {
    padding: 3px 0;
    display: inline-block;
}

#othResources .contactName {
    display: inline-block;
    width: 70%;
}

#othResources li {
    float: left;
    width: 49%;
    padding: 7px 1% 7px 0;
}


#footer::before, #footer::after {
    content: '';
    position: absolute;
    width: 50%;
    top: -35px;
    z-index: 100;
    border-bottom: 35px solid #0057A3;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

#footer::after {
    left: 50%;
    border-left: 75px solid #ffffff;
    border-right: 75px solid transparent;
}

#footer::before {
    right: 50%;
    border-right: 75px solid #ffffff;
    border-left: 75px solid transparent;
}

a.filterButton:last-child {
    font-weight: bold;
}

#filterBy {
    font-size: 1em;
    padding: 5px 10px;
    margin-left: 10px;
    width: 30%;
}

.otherServ {
    border-top: 3px solid #d6d6d6;
    padding-top: 35px;
    padding: 50px 0 0px 0;
    margin-top: 20px;
}

.otherServ h3 {
    font-size: 2em;
}

.otherServ h4 {
    font-size: 1.15em;
}

#OLReport .otherServ .one-third {
    margin: 10px 1%;
    display: inline-block;
}

#OLReport .otherServ .one-third img {
    max-width: 60px;
    margin-bottom: 5px;
}

#OLReport .otherServ .one-third h3 {
    font-size: 1.125em;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999; 
}

.popup-overlay:target {
    visibility: visible;
    opacity: 1; 
}

.popup {
    position: absolute;
    top: 50vh;
    transform: translate(-50%, -50%);
    background: white;
    left: 50vw;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    max-width: 600px; 
}

.popup h2 {
    background: #005bab;
    color: #ffffff !important;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 19px; 
}

.popup h3 {
    font-size: 17px; 
}

.popup .close {
    position: absolute;
    top: -8px;
    right: 8px;
    transition: all 200ms;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff; }
    .popup .close:visited {
    color: #ffffff; }
    .popup .close:hover, .popup .close:focus {
    color: #fba84b; 
}

.popup .content {
    height: 90%;
    overflow: auto;
    padding: 10px; 
}

.popup-box {
    float: right;
    margin-left: 5px; 
}

#leavingBC-popup #btn-para {
    text-align: right;
    padding: 10px 0; 
}

#leavingBC-popup h3 {
    font-size: 18px;
    padding: 10px 0;
    color: #005bab;
    font-weight: 700;
}

#leavingBC-popup p {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.3; 
}

#leavingBC-popup p.label {
    float: left;
    margin-right: 10px;
    padding: 0; 
}

#leavingBC-popup p.italicize {
    font-style: italic; 
}

.footnote {
    font-style: italic;
    text-align: center;
    font-size: 1em;
}

@media only screen and (max-width: 1120px) {
    #LENums li {
        font-size: 1em;
        line-height: 1.5;
    }

    #LENums .name {
        width: 280px;
    }

    a.filterButton {
        font-size: 1em;
        width: 13%;
        padding: 5px 0%;
        text-align: center;
    }
}

@media only screen and (max-width: 875px) {
    #mainContainer {
        padding-top: 0;
    }

    #nav {
        position: relative;
    }

    #nav .menu-lbl {
        display: block;
    }

    #nav #menu-list {
        display: block;
        position: absolute;
        width: 90%;
        max-width: 300px;
        height: 0;
        overflow: hidden;
    }

    #nav #menu-list li {
        width: 100%;
        border: 1px solid #2b2b2b;
    }

    #nav #menu-list li a {
        width: 94%;
        display: block;
        background-color: #4d4d4d;
        text-align: left;
    }

    #nav #menu-chk:checked ~ #menu-list {
        height: auto;
    }

    #nav #menu-list li a:hover, #nav #menu-list li a:focus {
        background-color: #5d5d5d;
    }

    #nav #menu-list:focus-within {
        height: auto;
    }

    .alts {
        width: 31%;
        margin: 0 1% 10px 1% !important;
    }

    .alts h4, .alts .h4 {
        height: 35px;
    }

    .alts.last {
        width: 98%;
    }

    #whenCall ul {
        font-size: 1.25em;
    }

    #LENums .one-half {
        width: 100%;
    }

    #LENums .one-half ul {padding-bottom: 20px;}

    #LENums .name {
        width: 70%;
    }

    a.filterButton {
        width: 19%;
    }

    a.filterButton:last-child {
        display: inline-block;
    }

    #othResources li {
        width: 100%;
        padding: 5px 0;
    }

    select#filterBy {
        width: 40%;
    }

    #othResources .contactName {
        width: 80%;
    }

    #logo {
        background-position-y: initial;
        background-attachment: initial;
    }

    #LENums h3 {
        padding-top: 10px;
    }

    #LENums {
        text-align: center;
    }

    #LENums .name {
        width: initial;
        margin-right: 25px;
    }

    #OLReport .otherServ .one-third {
        width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    #whenCall ul { 
        font-size: 1.375em;
    }

    #whenCall .one-half.floatleft.left, #whenCall .one-half.floatleft.right {
        width: 100%;
        border: none;
        padding-top: 0;
    }

    #othResources .contactName {
        width: 75%;
    }

    #OLReport .otherServ .one-third {
        width: 47%;
    }

    .popup {
        width: 80%; 
    }
}

@media only screen and (max-width: 640px) {
    .alts {
        width: 48%;
    }

    #OLReport .one-half, #OLReport .one-third {
        width: 100%;
        margin: 10px 0;
    }

    a.filterButton {
        width: 23%;
    }

    select#filterBy {
        width: 50%;
    }

    #othResources .contactName {
        width: 70%;
    }

    #leavingBC-popup h3 {
        font-size: px; 
    } 

    #leavingBC-popup p {
        font-size: 18px; 
    }
}

@media only screen and (max-width: 500px) {
    #LENums .name {
        width: 100%;
    }

    #LENums li {
        padding-bottom: 10px;
    }

    a.filterButton {
        width: 48%;
    }

    #othResources .contactName {
        width: 100%;
    }

    #OLReport .otherServ .one-third {
        width: 98%;
    }

    #OLReport .otherServ .one-third ul {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    .alts {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .alts h4, .alts .h4 {
        height: auto;
    }

    .alts h3, .alts .h3 {
        margin-bottom: 5px;
    }

    select#filterBy {
        width: 90%;
        margin: 5px 5%;
    }
}

@media print {
    .wrapper {
        max-width: 670px;
    }

    #mainContainer {
        padding-top: 0;
    }

    #whatIs311::before, #whatIs311::after, #rightCall::before, #rightCall::after, 
    #LENums::before, #LENums::after, #OLReport::before, #OLReport::after, 
    #footer::before, #footer::after {
        border: none !important;
    }

    #rightCall {
        background-color: transparent;
        color: black;
        page-break-after: always;
    }

    #whatIs311 {
        padding: 10px 25px;
    }

    #logo {
        background: none;
    }

    #whenCall {
        background-color: transparent;
        padding: 10px;
    }

    #whenCall ul {
        font-size: 1em;
    }

    #altNums {
        background-color: transparent;
        color: black;
        padding: 50px 10px 10px 10px;
        page-break-after: always;
    }

    #altNums h1 {
        color: black;
    }

    .alts {
        width: 94%;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
    }

    .alts h3, .alts .h3 {
        background-image: none !important;
        width: 90px;
        float: left;
        padding: 0px;
        margin-bottom: 0;
    }

    .alts h4, .alts .h4 {
        width: 450px;
        display: inline-block;
        text-align: left;
        height: initial;
        padding-bottom: 5px;
    }

    .alts p {
        display: inline-block;
        width: 450px;
        text-align: left;
        padding: 0;
    }

    .alts.even {
        margin-top: 0px;
    }

    .alts a {
        color: #0057A3;
    }

    #LENums {
        padding: 50px 10px;
    }

    #LENums .one-half {
        width: 100%;
    }

    #LENums ul {
        padding: 0;
    }

    #OLReport {
        background-color: transparent;
        padding: 10px;
    }

    #OLReport .otherServ .one-third {
        width: 28%;
    }

    #othResources {
        padding: 10px;
    }

    #othResources li {
        width: 99%;
    }

    #footer {
        display: none;
    }

    select#filterBy {
        border: none;
    }

    #othResources {
        page-break-before: always;
    } 
}