/*version #2 [2023-01-13]*/
    .pdf{	
    	color: #FFF;
	}
	
	.pdf:hover {
        color: #FFF;
    }
            	
    .pdf, .pdf:visited {
		display: inline-block;
		text-decoration: none;
		color: #FFF;
    }


    .btn-tabs, .btn-tabs:visited {
        background-color: #F5F5F5;
        color: #26374A;
        font-size: 20px;
        font-weight: bold;
        border-radius: 0px;
        display: inline-block;
		text-decoration: none;
    }
    

    .btn-tabs:hover {
    	background-color:#26374A;
    	color: #FFF;
	}

	.btn-tabs a:visited:hover {
    	background-color:#26374A;
    	color: #FFF;
	}


    .btn-tabs.active {
        background-color: #26374A;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        box-shadow: none;
        border-radius: 0px;
	}
    	

    .btn-tabs-mobile, .btn-tabs-mobile:visited {
        background-color: #F5F5F5;
        color: #26374A;
        font-size: 20px;
        font-weight: bold;
        border-radius: 0px;
        padding:10px 0px
	}
	
	.btn-tabs-mobile:hover {
       box-shadow: none;
        border-radius: 0px;
        border-bottom: 5px solid #26374A;
    }
    
    .btn-tabs-mobile.active {
        box-shadow: none;
        border-radius: 0px;
        border-bottom: 5px solid #26374A;
	}
	
	.headerLink {
    	color: #FFF;
	}
	.headerLink:visited {
    	color: #FFF;
	}
	.headerLink:visited:hover {
    	color: #FFF;
	}
	

	  
	#wb-bc{
	    margin-top: 5px;
        border-top: 1.4px solid rgb(231, 231, 231);
	}

    #wb-bc ol {
        margin-top: 0px;
        /*line-height: 1.4em;*/
        padding-left: 0;
        padding-right: 0;
    }
    #wb-bc li:before {
        color: #333;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-size: 1.5rem;
        font-weight: 900;
    }

    #wb-bc li:first-child a {
        padding-left: 0rem;

    }


    #wb-bc a {
        padding: 0.4rem 0.4rem;
    }

   
    .breadcrumb {
        font-size: .9em;
    }

    /* end breadcrumbs */

    /*h1 */
    h1 {
        border-bottom: none;
    }

    h1#wb-cont::after {
        content: "";
        /* This is necessary for the pseudo element to work. */
        display: block;
        /* This will put the pseudo element on its own line. */
        width: 70px;
        /* Change this to whatever width you want to have before hover. */
        padding-bottom: .18em;
        /* This creates some space between the element and the border. */
        border-bottom: .18em solid #af3c43;
        /* This creates the border. Replace black with whatever color you want. */
    }

    @media (min-width: 992px) {
        .filters {
            position: sticky;
            top: .4rem;
            height: 90vh;
            overflow-y: scroll;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .filters::-webkit-scrollbar {
            /* WebKit */
            width: 0;
            height: 0;
        }

    }


    @media (max-width: 992px) {
        .breadcrumb {
            /* WebKit */
            line-height: 1em;
        }



    }


    h1 span.stacked {
        display: flex;
        flex-direction: column-reverse;
        margin-left: -9999px;
    }

    h1 span.stacked span:nth-child(1) {
        margin-top: -1.1em;
    }

    h1 span.stacked span:nth-child(1),
    h1 span.stacked span:nth-child(2) {
        margin-left: 9999px;
    }

    h1 span.stacked span:nth-child(2) {
        font-size: 26px;
        color: #d3d3d3;
        font-weight: 500;
        margin-bottom: 0.17em;
    }


    #wb-info .landscape2 {
        background: #e3e3e3;
    }

    #navbar {
        background-color: white !important; 
        margin-bottom: 0px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom-color: rgb(231, 231, 231);
		border-bottom: none;
    }

    .blue-header {
        background-color: #26374A;
        color: #FFF;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }