﻿/*Add Ref to new fonts*/
/*_layouts/15/IRB.WET4/fonts/NotoSans/*/
/*_layouts/15/IRB.WET4/fonts/Lato/*/

@font-face {
    font-family: "Lato";
    src: url("/_layouts/15/IRB.WET4/fonts/Lato//Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/_layouts/15/IRB.WET4/fonts/Lato//Lato-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans";
    src: url("/_layouts/15/IRB.WET4/fonts/Lato//NotoSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Lato, Arial, sans-serif;
}

h1 {
    font-size: 38px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 22px;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    font-weight: bold;
}

h6 {
    font-size: 19px;
    font-weight: normal
}

body {
    font-family: Noto Sans, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.h1 {
    font-size: 38px;
}

.h2 {
    font-size: 36px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 22px;
}

.h5 {
    font-size: 20px;
}

.h6 {
    font-size: 19px;
}
/**** Header ****/
.override-header .override-img img {
    max-height: 64px;
    max-width: 100%;
}

@media (max-width: 991px) and (min-width: 576px) {
    .override-header #wb-glb-mn {
        margin-top: 34px;
    }
}


/*Fix Icons display and Nav Menu - Mobile View*/
@media (max-width: 991px) {

    /*Adjust Banner - Mobile View*/
    header .brand a {
        padding-top: 15px;
    }
    #wb-glb-mn details ul {
        min-width: 5px !important;
        max-width: 80px !important;
    }
}

@media (min-width: 991px) {
    .override-header {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #wb-glb-mn, header .brand {
        width: 100% !important;
    }
}
    /**** Header End ****/
    /***** Links *****/
    .logout-link {
        margin-right: 10px;
    }

        .logout-link > i {
            margin-left: 5px;
        }
    /***** Links End *****/

    /***** Headings *****/
    .ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2, .ms-rtestate-field h3, h3.ms-rteElement-H3, .ms-rtestate-field h4, h4.ms-rteElement-H4 {
        color: inherit;
    }
    /***** Headings End *****/

    /***** Carousel *****/
    .wb-tabs.carousel-s1 figure, .wb-tabs.carousel-s2 figure {
        background: #57788f;
    }

    .wb-tabs.carousel-s2 [role=tablist] > li.nxt a, .wb-tabs.carousel-s2 [role=tablist] > li.plypause a, .wb-tabs.carousel-s2 [role=tablist] > li.prv a {
        color: #57788f;
    }
    /***** Carousel End *****/
    /*****Colors*****/
    .bg-dark {
        background-color: #343a40;
    }

    .table-group {
        background-color: #B3B3B3;
        height: 50%;
        padding: 4px !important;
    }
    /***** Colors End *****/

    /** Padding Around Table**/
    .accordion > details {
        padding-left: 0em;
        padding-right: 0em;
    }

        .accordion > details > summary {
            margin-left: 0em;
            margin-right: 0em;
        }

        .accordion > details p, .accordion > details dl, .accordion > details H2, .accordion > details H3, .accordion > details H4, .accordion > details H5, .accordion > details H6 {
            margin-left: 10px;
            margin-right: 10px;
        }


    /** End Padding around Table*/

    /****Panel Title Hover*/
    details summary:focus, details summary:hover {
        text-decoration: none;
    }
    /**END Panel Title Hover***/
    /***** Buttons *****/
    main .btn-primary, .btn-primary, main .btn-survey, .btn-survey {
        color: #fff !important;
        background-color: #57788f !important;
        border-color: #3d5f72 !important;
        text-decoration: none !important;
    }

        .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle,
        .btn-survey.active, .btn-survey.focus, .btn-survey:active, .btn-survey:focus, .btn-survey:hover, .open > .btn-survey.dropdown-toggle {
            color: #fff;
            background-color: #3d5f72 !important;
            border-color: #3d5f72 !important;
        }

        .btn-primary:hover, .btn-survey:hover {
            background-color: #3d5f72 !important;
        }

    .toc li .active.list-group-item, .toc li .active.list-group-item:focus, .toc li .active.list-group-item:hover {
        background-color: #57788f;
        border-color: #3d5f72;
    }

    a.btn-danger {
        color: #fff !important;
    }

    /***** Buttons End *****/

    /*Modal Window*/
    .overlay-def .modal-header {
        background: #57788f;
    }
    /*End Modal Window*/

    /***** Popovers *****/
    *[data-toggle=popover] {
        text-decoration: none !important;
        color: inherit !important;
        border-bottom: 1px solid #999;
        /*cursor: pointer;*/
        cursor: help;
    }

        *[data-toggle=popover]:active, *[data-toggle=popover]:focus, *[data-toggle=popover]:hover {
            border-bottom: 1px solid #000;
            color: #000;
        }

    /***** Popovers End *****/

    /***** Nav *****/

    .override-header #wb-sm .sm.open .slflnk a {
        background: #E4E4E7;
    }



    .override-header #wb-sm .open.sm {
        border-bottom-color: #3d5f72;
    }

    .override-header .wb-menu li {
        white-space: nowrap;
    }

    .override-header .wb-menu .open.sm {
        min-width: 100%;
    }

    .override-header #wb-sm .menu > li {
        position: relative;
        border-left: 1px solid #75E1F9;
    }

    .expicon {
        font-size: 12px;
        margin: 0 6px 0 6px;
        width: 14px;
    }

    .override-header #wb-sm .menu .active, .override-header #wb-sm .menu .selected, .override-header #wb-sm .menu .wb-navcurr {
        background: #035670 !important;
    }

    .override-header #wb-sm .menu > li a:hover, .override-header #wb-sm .menu > li a:focus {
        background: #035670 !important;
        color: white !important;
    }

    .override-header #wb-sm .sm.open {
        background: #E4E4E7;
        border-bottom: 1px solid #999999;
        left: 0px;
    }

    .override-header #wb-sm .list-inline.menu > li:last-child .sm.open {
        right: 0px;
        left: auto;
    }

    #wb-sm .sm.open li a, #wb-sm .sm.open li summary {
        border-top: 1px solid #999999 !important;
        color: #333333;
    }

        #wb-sm .sm.open li a .wb-navcurr {
            color: #fff;
        }
    /***** Nav End *****/
    /***** Left Nav *****/
    #wb-sec h3 {
        border-bottom: 5px solid #57788f;
    }

        #wb-sec .list-group .list-group .list-group .wb-navcurr.list-group-item, #wb-sec .list-group a.wb-navcurr.list-group-item, #wb-sec .list-group a[href].list-group-item:focus, #wb-sec .list-group a[href].list-group-item:hover, #wb-sec h3 a:hover {
            background-color: #3d5f72;
        }
    /***** Left Nav End *****/

    /***** Mobile Nav *****/

#sm-pnl ul.mb-sm li a {
    line-height: normal;
}
#sm-pnl summary.mb-item {
    white-space: pre-wrap;
    min-width: 360px;
    text-indent: -1.1em;
    margin-left: 0em;
    line-height: normal;
}
#sm-pnl ul.mb-sm li {
    white-space: pre-wrap;
    min-width: 300px;
    line-height:2.5;
}

#mb-pnl nav a {
    line-height: normal;
}
nav#info-pnl summary.mb-item {
    white-space: pre-wrap;
    min-width: 360px;
    text-indent: -1.1em;
    margin-left: 0em;
    line-height: normal;
}
nav#info-pnl ul.mb-sm li:not(:last-child) {
    white-space: pre-wrap;
    min-width: 300px;
    line-height: 2.5;
}
    #wb-glb-mn ul.chvrn {
        background: #20809D;
    }

        #wb-glb-mn ul.chvrn::before {
            border-left-color: #403f3f;
        }

    #mb-pnl .modal-header {
        background: #035670;
        border-bottom: none;
    }

        #mb-pnl .modal-header::before {
            border-bottom: 1.45em solid #035670;
            border-top: 1.45em solid #035670;
        }

    .modal-content button.mfp-close {
        min-width: 0;
    }

    #mb-pnl .modal-body {
        background: #20809D;
        margin-bottom: -3em;
    }

    #mb-pnl .sm-pnl {
        background: #20809Df;
    }

    #mb-pnl .info-pnl {
        background: #035670;
        border-top: 2px solid #035670;
    }

    #mb-pnl .btn-primary {
        background-color: #035670 !important;
    }

    #mb-pnl .srch-pnl .btn {
        line-height: 1.45;
        margin-top: -1px;
    }

    #wb-glb-mn ul.chvrn:before {
        border-left-color: #2D2D2D;
    }
    /***** Mobile Nav End *****/
    body #s4-bodyContainer {
        min-width: 330px;
    }

    #main-wrapper {
        margin-bottom: 38px;
    }

    #wb-sm .menu {
        font-size: large;
        border-right: none;
        border-left: none;
    }

    #wb-srch button, .srchbox button {
        background-color: #2BA5C1 !important;
        border-color: #3d5f72 !important;
    }



    /* .override-header #wb-sm .menu > li a:focus, .override-header #wb-sm .menu > li a:hover { */
    /* background: #035670 !important; */
    /* } */

    #wb-sm .menu > li:last-child {
        border-right: 1px solid #75E1F9;
    }

    .wb-menu .menu > li a {
        padding: 1em 0.5em 1em 0.5em !important;
    }

    .override-header #wb-sm {
        border-top: 8px solid #2BA5C1 !important;
        background: #20809D !important;
    }

    #wb-sm {
        text-align: center;
    }

    #wb-bc {
        text-align: left;
    }

    #wb-sm .menu {
        /*display: table-row;
    margin-bottom: -6px;
    width: auto;*/
        text-shadow: none;
    }

        #wb-sm .menu .item > span {
            margin: 0 0.5em;
        }

    .override-header {
        background-color: #2D2D2D;
    }

        .override-header #wb-sm {
            border-top: 8px solid #a29b6b;
            background: #57788f;
        }

            .override-header #wb-sm .menu > li a:focus, .override-header #wb-sm .menu > li a:hover {
                background: #035670 !important;
                border-color: #3d5f72 !important;
            }

            .override-header #wb-sm .menu .sm.open > li a:focus {
                background: #033544 !important;
                border-color: #75E1F9 !important;
                border: 1px solid #75E1F9 !important;
            }

        .override-header #wb-srch button, .override-header .srchbox button {
            background-color: #57788f;
        }

            .override-header #wb-srch button:active, .override-header #wb-srch button:focus, .override-header #wb-srch button:hover, .override-header .srchbox button:active, .override-header .srchbox button:focus, .override-header .srchbox button:hover {
                background-color: #035670 !important;
                border-color: #3d5f72 !important;
            }

    .override-img {
        padding-bottom: 5px;
    }

    .override-jumbo {
        background-image: url("../img/Untitled-1.svg");
        background-repeat: no-repeat;
    }

    .override-a {
        list-style-type: none;
        text-decoration: none;
        color: white;
    }

        .override-a:focus, .override-a:hover, .override-a:link, .override-a:visited {
            color: white;
        }

    .breadcrumb a:focus, .breadcrumb a:focus, .breadcrumb a:hover, .breadcrumb a:link, .breadcrumb a:visited,
    .override-footer a:focus, .override-footer a:hover, .override-footer a:link, .override-footer a:visited {
        color: #284162;
    }

    a:visited {
        color: #284162;
    }

    .override-headerlink {
        list-style-type: none;
        text-decoration: none;
    }

        .override-headerlink:hover {
            list-style-type: none;
            text-decoration: none;
            color: #2D7BB4;
        }

    .override-a:hover {
        text-decoration: underline;
        color: white;
    }

    .override-list {
        color: white;
    }

    .override-footer#wb-info .brand {
        border-top: 8px solid #b60026;
    }

    .override-footer-img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%
    }

    .override-news {
        background-color: #f2f2f2;
        padding: 1%;
    }

        .override-news h2 {
            margin-top: 5px;
        }

    .override-youtube:hover {
        color: #cc181e;
    }

    .override-facebook:hover {
        color: #3b5998;
    }

    .override-twitter:hover {
        color: #0084b4;
    }

    .mfp-bg {
        opacity: .80;
    }

    .lst-none {
        padding-left: 1.5em;
    }

    *[id*=editmodepanel] details:not([open]), *[id*=editmodepanel] details {
        display: block;
        border: 1px solid #ddd;
        border-radius: 4px;
        visibility: visible;
        padding-bottom: 1em !important;
    }

        *[id*=editmodepanel] details:not([open]) > *, *[id*=editmodepanel] details:not([open]) > details {
            display: block;
        }

        *[id*=editmodepanel] details:not([open]) > summary, *[id*=editmodepanel] details > summary, *[id*=editmodepanel] .wb-tabs > .tabpanels > details[open] > summary, *[id*=editmodepanel] .wb-tabs > details[open] > summary {
            border: 0;
            display: block !important;
            border-bottom: 1px solid #ddd;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            list-style-type: disclosure-open;
            margin-bottom: 0.25em !important;
        }

    /***** Search *****/
    .ms-srch-item-title h3 {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 20px !important;
    }
    /***** Search *****/

    /***** Activities and Initiatives *****/
    .acImgContainerOuter {
        max-height: 123px;
        max-width: 365px;
        padding: 5px;
        background: #eaebed;
        clear: both;
    }

    .acImgContainer {
        height: 0;
        overflow: hidden;
        padding-top: 31.84%;
        /*padding-top: calc(113 / 355 * 100%);*/
        position: relative;
    }

        .acImgContainer > img {
            min-height: 100%;
            min-width: 100%;
            /* max-width: 105%; */
            /* max-height: 105%; */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .acImgContainerOuter:hover {
        -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
    }

    .acFooterImage > img {
        border: 5px #eaebed solid;
        margin-bottom: 5px;
    }

        .acFooterImage > img:hover {
            -webkit-box-shadow: 1px 1px 5px #999;
            box-shadow: 1px 1px 5px #999;
        }


    /***** Activities and Initiatives End *****/
    /***** Features *****/
    .gc-nttvs a h2, .gc-nttvs a h3, .gc-nttvs a h4, .gc-prtts a h2, .gc-prtts a h3, .gc-prtts a h4 {
        font-size: 20px;
    }
    /***** Features End *****/
    /***** Overlay *****/
    .wb-popup-sm {
        border-radius: 6px;
        left: 0px;
        margin: 0 auto;
        right: 0px;
        top: 0px;
        width: 90%;
        max-height: 96%;
        top: 50%;
        transform: translateY(-50%);
    }

    #contact-overlay-bg {
        width: 200%;
        height: 100%;
        display: block;
        position: fixed;
        top: 0px;
        z-index: 10;
        left: -50%;
        background: rgba(0,0,0,0.8);
    }
    /***** Overlay End *****/
    .sticky {
        position: relative;
        transition: top 0.3s ease;
    }

        .sticky > * {
            overflow-y: auto;
            height: 100%;
        }

    /**** Media Queries ****/
    @media screen and (max-width: 479px) {
        #s4-bodyContainer {
            min-width: initial !important;
        }

        .override-header #wb-glb-mn {
            margin-top: 20px;
        }
        /***** modal scrolling *****/
        .modal-body {
            max-height: calc(100vh - 210px);
            overflow-y: auto;
        }

        #mb-pnl .modal-body {
            overflow-y: visible;
        }
        /***** modal scrolling End *****/
        /* Fix for table cell overflow on small screens */
        /*td {
        word-break: break-word;
    }*/
    }

    @media all and (max-width:992px) {
        .sticky {
            top: 0 !important;
        }
    }

    @media all and (min-width:768px) {
        .wb-popup-sm {
            width: 720px;
            margin: 0 auto;
        }

        .modal-dialog {
            width: 720px;
            margin: 30px auto;
        }
    }

    /**** Media Queries End ****/

    /*Fix Table Header inside a collapsed section*/
    .dataTables_scrollHeadInner {
        width: 100% !important;
    }

    /*Fix Delegate Info Bar style (My Case)*/
    .userInfoBar {
        background-color: rgb(216, 214, 216);
    }
    /*2022-10-14 - Add Classess for Right Navigation - PBI:59275*/

    .wb-menu .sm-open .expicon {
        z-index: 1;
    }

    .provisional.gc-subway ul, .provisional.gc-subway dl {
        clear: both;
        list-style: none;
        padding-left: .57em;
        position: relative;
    }

        .provisional.gc-subway ul dt, .provisional.gc-subway dl dt {
            border-left: 4px solid #26374a;
            padding: 0px 20px 3px 1em;
            font-weight: normal;
        }

            .provisional.gc-subway ul dt a::before, .provisional.gc-subway dl dt a::before {
                background-color: #fff;
                border: 3px solid #26374a;
                border-radius: 50%;
                content: "";
                height: 1.5em;
                left: 0em;
                position: absolute;
                transition: width .2s, height .2s, left .2s, margin-top .2s;
                width: 1.5em;
            }

            .provisional.gc-subway ul dt a.active, .provisional.gc-subway dl dt a.active {
                text-decoration: none;
            }

                .provisional.gc-subway ul dt a.active::before, .provisional.gc-subway dl dt a.active::before {
                    background-color: #26374a;
                }

                .provisional.gc-subway ul dt a.active:hover, .provisional.gc-subway ul dt a.active:focus, .provisional.gc-subway dl dt a.active:hover, .provisional.gc-subway dl dt a.active:focus {
                    text-decoration: underline;
                }

            .provisional.gc-subway ul dt a:not(.active):hover::before, .provisional.gc-subway ul dt a:not(.active):focus::before, .provisional.gc-subway dl dt a:not(.active):hover::before, .provisional.gc-subway dl dt a:not(.active):focus::before {
                height: 1.5em;
                left: .01em;
                margin-top: -.1em;
                width: 1.5em;
            }

            .provisional.gc-subway ul dt:last-of-type, .provisional.gc-subway dl dt:last-of-type {
                border-left: 5px solid transparent;
                padding-bottom: 0;
            }

        .provisional.gc-subway ul dd, .provisional.gc-subway dl dd {
            border-left: 4px solid #26374a;
            line-height: inherit;
            margin-bottom: 0px;
            margin-top: -3px;
            padding: 0px 20px 20px 1em;
        }

            .provisional.gc-subway ul dd:last-child, .provisional.gc-subway dl dd:last-child {
                border-left: 5px solid transparent;
                padding-bottom: 0;
            }

        .provisional.gc-subway ul li, .provisional.gc-subway dl li {
            border-left: 4px solid #26374a;
            padding: 0px 20px 30px 1em;
        }

            .provisional.gc-subway ul li a::before, .provisional.gc-subway dl li a::before {
                background-color: #fff;
                border: 3px solid #26374a;
                border-radius: 50%;
                content: "";
                height: 1.5em;
                left: 0.01em;
                position: absolute;
                transition: width .2s, height .2s, left .2s, margin-top .2s;
                width: 1.5em;
            }

            .provisional.gc-subway ul li a.active, .provisional.gc-subway dl li a.active {
                text-decoration: none;
            }

                .provisional.gc-subway ul li a.active::before, .provisional.gc-subway dl li a.active::before {
                    background-color: #26374a;
                }

                .provisional.gc-subway ul li a.active:hover, .provisional.gc-subway ul li a.active:focus, .provisional.gc-subway dl li a.active:hover, .provisional.gc-subway dl li a.active:focus {
                    text-decoration: underline;
                }

            .provisional.gc-subway ul li a:not(.active):hover::before, .provisional.gc-subway ul li a:not(.active):focus::before, .provisional.gc-subway dl li a:not(.active):hover::before, .provisional.gc-subway dl li a:not(.active):focus::before {
                height: 1.7em;
                left: -.1em;
                margin-top: -.1em;
                width: 1.7em;
            }

            .provisional.gc-subway ul li:last-child, .provisional.gc-subway dl li:last-child {
                border-left: 4px solid #fff;
            }

            .provisional.gc-subway ul li ul, .provisional.gc-subway dl li ul {
                margin-top: 20px;
                padding-left: .55em;
            }

                .provisional.gc-subway ul li ul li:last-child, .provisional.gc-subway dl li ul li:last-child {
                    border-bottom-width: 0px;
                    padding-bottom: 0px;
                }

    .provisional.gc-subway h2 {
        float: left;
    }

    .provisional.gc-subway h2, .provisional.gc-subway-section .gc-subway-h2 {
        border-bottom-width: 0px;
        font-size: 1.3em;
        margin-right: 20px;
        margin-top: -35px;
        padding: 0px 20px 10px 0px;
    }

    h2 ~ .provisional.gc-subway {
        border-right: none;
        border-top: none;
    }

    @media screen and (min-width: 1040px) {
        .provisional.gc-subway dt, .provisional.gc-subway li {
            max-width: initial;
        }
    }

    @media screen and (min-width: 992px) {
        .provisional {
        }

            .provisional.gc-subway {
                border-right: 0px;
                border-top: 0px;
                margin-top: 25px;
                padding-left: 15px;
            }

                .provisional.gc-subway.no-blink {
                    display: block;
                }

                .provisional.gc-subway .gc-subway-menu-nav {
                    float: right;
                    width: 33.33%;
                }

                .provisional.gc-subway ul li:last-child {
                    border-bottom: 0px;
                    border-left: 4px solid transparent;
                }

            .provisional.gc-subway-section {
                padding-right: 15px;
                width: 66.66%;
            }

                .provisional.gc-subway-section h2, .provisional.gc-subway-section .gc-subway-h2 {
                    margin-top: 0px;
                }

                .provisional.gc-subway-section .gc-subway-h2 {
                    font-family: Lato, sans-serif;
                    font-weight: inherit;
                    margin-bottom: 0px;
                    margin-right: 0px;
                    padding-bottom: 0px !important;
                    padding-left: 0px;
                }

        .wb-disable .provisional.gc-subway {
            display: block;
        }
    }

    /* Portrait and Landscape */
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
        .sticky {
            //reset all css properties set for box class.
        }
    }
    /*End: Add Classess for Right Navigation PBI:59275*/

    /*Footer PBI:59279*/

    #wb-info {
        background: #e4e4e7;
    }

        #wb-info li a:hover {
            text-decoration: underline;
        }

    /*Add class for Bottom Logos (FB, Twitter, Youtube, LinkedIn)*/
    .logo-bottom {
        max-width: 50px;
        margin-right: 10px;
        margin-top: 10px
    }

    /*End: Footer*/

    /*Fix Top Menu - Focus*/
    .wb-menu .menu > li a:focus {
        outline: none !important;
    }
    /*Align Top Banner*/
    #wb-bnr > .row {
        display: flex;
    }

    header .brand {
        margin-bottom: 23px;
        padding-top: 0px;
        text-align: left;
    }

    #wb-srch, .srchbox {
        padding-top: 23px;
    }

    #wb-info li a img:hover {
        text-decoration: none !important;
    }


