@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --main-link-color: #1E5A4D; /*dark green*/
    --title-bg-color: #22745D; /*mid green*/
    --main-text-color: #161616;
    --content--bg-color: #F2F2F2; /*light grey*/
    --nav--bg-color: #9ABEB4; /*pastel green*/
    --grey: #515151; /*#404040*/
}
/*#1E5A4D; /*dark green*/
/*#4CA384; /*light green*/
/*#22745D; /*mid green*/
/*#9ABEB4; /*pastel green*/
/*#F2F2F2; /*light grey*/

/*#005d4f; /*dark green*/
/*#01b18e; /*light green*/
/*#007b61; /*mid green*/
/*#7ebeb4; /*pastel green*/
/*#eff0ee; /*light grey*/




BODY, H3, H4, H5, DT, H6, TFOOT, THEAD, TH, A, SPAN, INPUT, .Grid, .GridHeader, .GridItem, .GridSelectItem, .FormBackground, .FormBackground A, .FormBackground INPUT, .FormBackground textarea, .FormBackground SELECT, .progress, .popupObject, .popupObject textarea, .pageFooter, #paging, #paging SELECT, .PageHeader, .PageHeader SPAN, .Report, .Report SPAN, .Report A, .Report P, .Report TD {
    font-family: "Inter", Verdana;
    font-optical-sizing: auto;
    font-weight:normal;
    font-style: normal;
}

#welcomeheader {
    font-family: "Inter", GillSans, Verdana;
    font-size: 23px;
    font-weight: bold /*;text-transform:uppercase*/
}
.header {
    background: var(--main-link-color) url( '../images/peninsularlogowhite.png' ) no-repeat right 44px bottom 34px;
    background-size:auto 100px !important;
}
#page_header {
    height: 140px;
/*    background: var(--title-bg-color) url( '../images/peninsularlogo.png' ) no-repeat right bottom;
    background: #FFFFFF url( '../images/peninsularlogo.png' ) no-repeat right bottom;*/
    background-size: contain;
    clear: both;
}

    #page_header h1 {
        padding-top: 50px;
        padding-left: 15px;
        margin: 0px;
        font-size: 22px;
        color: #ffffff; /* #7dbd37;*/
        line-height: 26px;
        /*letter-spacing: -1px;*/
        text-transform: uppercase;
    }

    #page_header img {
    }

    #page_header h2 {
        margin: 0px;
        padding-left: 15px;
        font-size: 14px;
        color: #ffffff; /*#D5D0B0;*/
        line-height: 22px;
    }
@media only screen and (max-width: 768px) { /*@media only screen and (min-width: 361px) and (max-width: 768px) {*/
    #page_header {
        background: none !important;
        background-color: var(--main-link-color) !important;
        background-image: none !important;
    }

    div#topmenucontainer {
        background: var(--main-link-color);
    }
}

.RadMenu_Default .rmRootToggle {
    background: var(--main-link-color) !important;
    border: none !important
}

.mobilemenucontainer {
    background: var(--main-link-color);
}


    /*Top Menu - 2*/
    div#topmenucontainer {
        /*   background: var(--title-bg-color) url( '../images/scitechlogo-grey-bottom.png' ) top right no-repeat;*/
        /*border-top: 1px solid #998f82;
    border-bottom: 1px solid #998f82;*/
        color: #ffffff;
        width: 100%;
        height: 28px;
        clear: both;
        font-size: 12px;
    }

    ul.menu {
        list-style: none;
        margin: 0;
        padding: 0 0 0 0px;
    }

        ul.menu * {
            margin: 0;
            padding: 0;
        }

        ul.menu a {
            display: block;
            color: #FFF;
            text-decoration: none;
        }

        ul.menu li {
            list-style-type: none;
            position: relative;
            float: left;
            margin-right: 0px;
        }

            ul.menu li a {
                line-height: 16px;
            }

            ul.menu li div, ul.menu li div span {
                line-height: 13px;
                height: 13px;
            }

        ul.menu ul {
            position: absolute;
            top: 28px;
            left: 0;
            background: white; /*#d1d1d1;*/
            display: none;
            opacity: 0;
            list-style: none;
            font-size: 11px;
        }

            ul.menu ul li {
                position: relative;
                border: 1px solid #009855; /*Green*/ /*#aaa;*/
                border-top: none;
                width: 168px;
                margin: 0;
            }

                ul.menu ul li a {
                    display: block;
                    padding: 5px 7px 8px; /*3px 7px 5px;*/
                    color: var(--main-link-color);
                    font-size: 11px;
                    font-weight: bold;
                    background-color: white;
                }

                    ul.menu ul li a:hover {
                        background-color: var(--title-bg-color);
                        color: white;
                    }

            ul.menu ul ul {
                left: 168px;
                top: -1px;
            }

        ul.menu .menulink {
            border: 0; /*2px solid #00D875;*/
            border-top: 0;
            border-left: 0;
            border-bottom: 0;
            padding: 5px 20px 7px 20px; /*5px 7px 7px 8px;*/
            font-weight: bold;
            font-size: 13px;
            background: var(--main-link-color);
            white-space: nowrap /*text-align:center*/;
            /*border-right: 1px solid #BD620E;*/
        }

        ul.menu a.menulink:hover, ul.menu .menuhover {
            background: var(--content--bg-color); /*LightPink/*#00D875; /*LightGreen #FDD1D7; /*LightPink/*url(../images/header_over.gif);*/
            color: var(--main-link-color);
        }

        ul.menu .sub {
            background: white url( '../images/arrow_green.gif' ) 156px 8px no-repeat;
            color: #009855;
        }

            ul.menu .sub:hover {
                background: #00D875 /*LightGreen*/ url( '../images/arrow_white.gif' ) 156px 8px no-repeat;
            }

        ul.menu .topline {
            border-top: 1px solid #00D875;
        }
    /*End Top Menu2*/


