/*version #2 [2024-01-05]*/
#alltabpanel .active a {
    background-color: #26374A;
    color: white;
}

.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;
}

.app-name {
    color: #d3d3d3;
}

.app-name,
.app-name:visited {
    display: inline-block;
    text-decoration: none;
    color: #d3d3d3;
}

.app-name,
.app-name:visited,
.app-name:focus,
.app-name:hover {
    color: #d3d3d3;
}

.app-name:active,
.app-name:focus,
.app-name:hover {
    text-decoration: underline;
}

#tiles .outerPanel {
    display: inline-block;
    margin-bottom: 15px;
    padding: 20px 15px 10px 15px;
    width: 100%;
    background-color: #e1e4e7;
}

#tiles .innerPanel {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

#tiles .innerPanelText {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

@media (min-width: 768px) {
    #tiles .outerPanel {
        width: 32%;
    }
}

@media (min-width: 1200px) {
    #tiles .outerPanel {
        width: 24.6%;
    }
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #26374a; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

#archived-bnr {
	background-color: #fd0;

	p {
		margin: 0;
		text-align: center;
	}

	a {
		color: #000;
		display: block;
		font-weight: 700;
		padding: .75em 44px;
		text-decoration: underline;
	}

	.overlay-close {
		color: #000;
	}
}