﻿/*  PBFCMNavigation  */
body::-webkit-scrollbar {
    width: 0 !important;
}

body {
    overflow: auto;
}

body {
    -ms-overflow-style: none;
}

body {
    background-color: var(--PBFCMwhite);
    margin: 0 auto;
    border: 0px solid green;
}

.sb-example-1 .search {
    width: 100%;
    position: relative;
    display: flex;
}

.sb-example-1 .search {
    width: 100%;
    position: relative;
    display: flex;
}

.sb-example-1 .searchTerm {
    width: 100%;
    border: 3px solid var(--PBFCMblue);
    border-right: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: var(--PBFCMblue);
}

    .sb-example-1 .searchTerm:focus {
        color: #00B4CC;
    }

.sb-example-1 .searchButton {
    width: 40px;
    height: 50px;
    border: 1px solid var(--PBFCMblue);
    background: var(--PBFCMblue);
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

    .sb-example-1 .searchButton i {
        color: var(--PBFCMblue);
    }

.linetest {
    border-right: 1px solid black;
}

.sidenav {
    /*height: 100%;*/
    height: 20em;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
    box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#menu_hambuger {
    /*margin:5px;*/
    /*padding:5px;*/
    background-color: rgb(255, 255, 255);
    text-align: center;
    border: 0px dashed lightgreen;
}

#logo_img {
    /*width:75%;*/
    width: 100%;
    object-fit: cover;
    height: auto;
    overflow: hidden;
    border: 0px dashed purple;
}

#menu_plain {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
}

#menu_plain2 {
    /*width:100%;*/
    height: 3rem;
    display: flex;
    flex-grow: 100;
    list-style-type: none;
    list-style-position: inside;
    flex-direction: row;
    margin: 0;
    padding: 2px;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    border: 0px solid green;
    /*background-image: linear-gradient(to bottom, rgba(159,189,203,0), rgba(159,189,203,1));*/
    background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
    box-shadow: 0px 0 3px 3px rgba(190,197,208,.5);
}

    #menu_plain2 li {
        /*width:195px;
			height:35px;
			padding:7px;
			font-family:'Open Sans', sans-serif;
			font-size:15px;
			font-weight:bold;
			color:rgb(37 50 122);
			text-align:center;
			letter-spacing:3px;
			border:0px solid white;
			border-radius:5px;
			*/
        font-family: 'Open Sans';
        /*font-size:2rem;*/
        font-size: 1.5rem;
        /*color:var(--PBFCMblack);*/
    }

.menu_plain2_libtns {
    width: 15%;
    font-family: 'Open Sans';
    font-size: 1.5rem;
    color: var(--PBFCMblack);
    text-align: center;
    margin: .5rem;
}

    .menu_plain2_libtns:hover {
        background-color: var(--PBFCMblue);
        border-radius: 5px;
    }

    .menu_plain2_libtns:hover,
    .menu_plain2_libtns li:focus {
        background-image: none;
        background-color: var(--PBFCMblue);
        border: 1px solid white;
        color: white;
        cursor: pointer;
    }

.menu-btn {
    background-color: yellow;
}

.line-segment-gray {
    text-align: center;
    height: 100%;
    border-right: .125rem solid rgba(50,50,50,.5);
    font-size: 4em;
    color: rgba(50,50,50,.5);
}


/* MEDIA QUERIES */
/*@media screen and (min-width: 1500px) and (max-width: 3000px) {*/
    /* LRG DESKTOPS */

    /*.main {
        margin-left: 0px;
    }

    .sidenav {*/
        /*display:none;*/
        /*height: 100%;
        width: 0px;
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 255);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        border-radius: 10px;
        background-image: linear-gradient(0deg, rgba(231,235,237,1) 5%, rgba(190,197,208,1) 10%, rgba(255,255,255,1) 100%);
        box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
    }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;*/
            /*font-size:16px;*/
            /*color: #818181;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #f1f1f1;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    #mySidenav {
        width: 0px;
        transition: 0.5s;*/
        /*display:none;*/
    /*}*/

    /* -------------------------------- */

    #menu_hambuger {
        display: none;
        width: 0;
        color: var(--PBFCMblue);
    }

    #mainheader {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        /*margin-left:0px;*/
        /*position:relative;
			top:0;
			left:0;*/

        border: 0px solid yellow;
    }

    .mainlogo {
        width: 40%; /*50%;*/
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 10px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        border: 0px solid green;
    }

    .maintitle {
        width: 60%; /*50%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-content:center;*/
        align-items: center;
        margin: 5px;
        /*padding:5px;*/
        padding-left: 5px;
        padding-top: 10px;
        /*padding-right:20px;*/
        padding-right: 10px;
        padding-bottom: 10px;
        background-color: rgb(255, 255, 255);
        /*text-align:center;*/
        border: 0px dashed green;
    }

    .addl-btns {
        width: 100%;
        display: flex;
        /*flex-display:row;*/
        flex-direction: row;
        align-items: center;
        justify-content: center;
        /*border 0;*/
        gap: 50px; /*was 10 */
        border: 0px dashed red;
    }

        .addl-btns > div {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 33.33%;
            height: 4.5rem;
            align-self: center;
            vertical-align: central;
            font-family: 'Open Sans';
            font-weight: 600;
            font-size: 2rem;
            color: var(--PBFCMblue);
            text-align: center;
            border-radius: 10px;
            background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
            box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
        }

    #maintitletext {
        font-size: 3rem;
        letter-spacing: .1rem;
        position: relative;
        top: 50%;
        margin-top: -25px;
        color: rgb(37, 50, 122);
        border: 0px solid black;
    }


/* ******************************* */
@media screen and (min-width: 831px) and (max-width: 1499px) {
    /* PRETTY MUCH LAPTOPS - NOT TABLETS */
    #menu_hambuger {
        display: none;
        width: 0;
        color: var(--PBFCMblue);
    }

    #mainheader {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        /*margin-left:0px;*/
        /*position:relative;
			top:0;
			left:0;*/

        border: 0px solid yellow;
    }

    .mainlogo {
        width: 40%; /*50%;*/
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 10px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        border: 0px solid green;
    }

    .maintitle {
        width: 60%; /*50%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-content:center;*/
        align-items: center;
        margin: 5px;
        /*padding:5px;*/
        padding-left: 5px;
        padding-top: 10px;
        /*padding-right:20px;*/
        padding-right: 10px;
        padding-bottom: 10px;
        background-color: rgb(255, 255, 255);
        /*text-align:center;*/
        border: 0px dashed green;
    }


    .addl-btns {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border: 0;
        gap: 50px; /*was 10 */
        border: 0px dashed red;
    }

        .addl-btns > div {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 33.33%;
            height: 4.5rem;
            align-self: center;
            vertical-align: central;
            font-family: 'Open Sans';
            font-size: 1.5rem;
            color: var(--PBFCMblue);
            text-align: center;
            border-radius: 10px;
            background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
            box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
        }

    #menu_plain2 li {
        /*font-size:1.75rem;*/
        font-size: 1.25rem;
    }
}

/* ******************************* */
@media screen and (min-width: 681px) and (max-width: 830px) {
    /* tablets and ipad devices */

    #menu_hambuger {
        display: none;
        width: 0;
        color: var(--PBFCMblue);
    }

    #mainheader {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        /*margin-left:0px;*/
        /*position:relative;
			top:0;
			left:0;*/

        border: 0px solid yellow;
    }

    .mainlogo {
        width: 40%; /*50%;*/
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 5px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        border: 0px solid green;
    }

    .maintitle {
        width: 60%; /*50%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-content:center;*/
        align-items: center;
        margin: 5px;
        /*padding:5px;*/
        padding-left: 5px;
        padding-top: 10px;
        /*padding-right:20px;*/
        padding-right: 5px;
        padding-bottom: 10px;
        background-color: rgb(255, 255, 255);
        /*text-align:center;*/
        border: 0px dashed green;
    }


    .addl-btns {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border: 0;
        gap: 50px; /*was 10 */
        border: 0px dashed red;
    }

        .addl-btns > div {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 33.33%;
            height: 4.5rem;
            align-self: center;
            vertical-align: central;
            font-family: 'Open Sans';
            font-size: 1.25rem;
            color: var(--PBFCMblue);
            text-align: center;
            border-radius: 10px;
            background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
            box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
        }

    #menu_plain2 li {
        font-size: 1em;
    }
}

/* ************************** */
/* WEIRD DISPLAYS LIKE z-fold */
/* ************************** */
@media screen and (min-width: 450px) and (max-width: 680px) {

    #menu_hambuger {
        display: none;
        width: 0;
        color: var(--PBFCMblue);
    }

    #mainheader {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        /*margin-left:0px;*/
        /*position:relative;
			top:0;
			left:0;*/

        border: 0px solid yellow;
    }

    .mainlogo {
        width: 40%; /*50%;*/
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 5px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        border: 0px solid green;
    }

    .maintitle {
        width: 60%; /*50%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-content:center;*/
        align-items: center;
        margin: 5px;
        /*padding:5px;*/
        padding-left: 5px;
        padding-top: 10px;
        /*padding-right:20px;*/
        padding-right: 5px;
        padding-bottom: 10px;
        background-color: rgb(255, 255, 255);
        /*text-align:center;*/
        border: 0px dashed green;
    }


    .addl-btns {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border: 0;
        gap: 50px; /*was 10 */
        border: 0px dashed red;
    }

        .addl-btns > div {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 33.33%;
            height: 4.5rem;
            align-self: center;
            vertical-align: central;
            font-family: 'Open Sans';
            font-size: 1.25rem;
            color: var(--PBFCMblue);
            text-align: center;
            border-radius: 10px;
            background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
            box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
        }

    #menu_plain2 li {
        font-size: .8em;
    }
}

/* *************** */
@media screen and (min-width: 30px) and (max-width: 449px) {
    /* MOBILE PHONES */

    #mainheader {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .mainlogo {
        width: 100%; /*75%;*/
        height: auto;
        /*margin:5px;*/
        margin: 0 auto;
        /*padding:5px;*/
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-direction: row;
        border: 0px solid red;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #logo_img {
        width: 100%;
    }

    #mainLogoDiv {
        width: 80%;
        /*padding-left:10px;*/
        padding-left: 3px;
        padding-top: 10px;
    }

    #mainLogoHambuger {
        width: 20%;
        padding-right: 10px;
    }


    #menu_hambuger {
        display: block;
        cursor: pointer;
        color: var(--PBFCMblue);
        text-align: center;
        /*font-size:3rem;*/
        font-size: 1.75rem;
        width: 100%;
        /*width:12%;*/
        padding: 0px;
        margin-left: 5px;
        border-radius: 10px;
        border: 1px solid var(--PBFCMblue);
    }



    #menu_plain {
        display: none;
    }

    .maintitle {
        margin: 5px;
        padding: 5px;
        background-color: rgb(255, 255, 255);
        text-align: center;
    }

    #maintitletext {
        position: relative;
        top: 50%;
        margin-top: -25px;
        color: rgb(37, 50, 122);
        border: 0px solid black;
    }

    .sidenav {
        padding-top: 10px;
    }


    #menu_plain2 {
        display: none;
    }

    /*.sidenav {padding-top: 15px;}*/
    /*.sidenav p {font-size: 18px;}*/

    .sidenav a {
        font-size: 24px;
    }

    .sidenav {
        padding-top: 10px;
    }

        .sidenav p {
            font-size: 24px;
        }

    .addl-btns {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        border: 0px dashed yellow;
        margin: 0 auto;
        padding: 5px;
        gap: 10px;
    }

        .addl-btns > div {
            margin: 0 auto;
            width: 75%;
            height: 2rem;
            /*margin:10px;*/
            font-family: 'Open Sans';
            font-size: 1rem;
            color: var(--PBFCMblue);
            text-align: center;
            border-radius: 10px;
            background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
            box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
        }

    .addl-btns-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
}

@media print {
    /* PRINT based off laptops not ipad not mobile */
    #menu_hambuger {
        display: none;
        width: 0;
        color: var(--PBFCMblue);
    }

    #mainheader {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        /*margin-left:0px;*/
        /*position:relative;
			top:0;
			left:0;*/

        border: 0px solid yellow;
    }

    .mainlogo {
        width: 40%; /*50%;*/
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 10px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        border: 0px solid green;
    }

    .maintitle {
        width: 60%; /*50%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-content:center;*/
        align-items: center;
        margin: 5px;
        /*padding:5px;*/
        padding-left: 5px;
        padding-top: 10px;
        /*padding-right:20px;*/
        padding-right: 10px;
        padding-bottom: 10px;
        background-color: rgb(255, 255, 255);
        /*text-align:center;*/
        border: 0px dashed green;
    }


    .addl-btns {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border: 0;
        gap: 50px; /*was 10 */
        border: 0px dashed red;
    }

        .addl-btns > div {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 33.33%;
            height: 4.5rem;
            align-self: center;
            vertical-align: central;
            font-family: 'Open Sans';
            /*font-size:1.5rem;*/
            font-size: 1rem;
            color: var(--PBFCMblue);
            text-align: center;
            border-radius: 10px;
            background-image: linear-gradient(0deg, rgba(231,235,237,1) 15%, rgba(190,197,208,1) 79%, rgba(255,255,255,1) 100%);
            box-shadow: 0px -4px 3px rgba(190, 197, 208, 0.75);
        }

    #menu_plain2 li {
        /*font-size:1.75rem;*/
        font-size: 1rem;
    }
}
