.tspro-anchors--inner{
    display: flex;
    align-items: center;
}

.tspro-anchors--inner a, .anchors-inner a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 20px;
    color: #555555;
    font-family: "D-DIN Condensed", Sans-Serif;
    text-decoration: none;
}

.anchors-inner a{
    color: #555555;
}

.tspro-anchors--inner a::before, .anchors-inner a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #181818;
    transition: width 0.3s ease;
}

.tspro-anchors--inner a:hover::before, .anchors-inner a:hover::before, .anchors-inner a.active::before, .tspro-anchors--inner a.active::before{
    width: 100%;
}


.tspro-anchors--inner a:hover, .anchors-inner a:hover, .anchors-inner a.active, .tspro-anchors--inner a.active {
    color: #181818 !important;
}

@media screen and (max-width: 1024px) {
    .show-large{
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .show-mobile{
        display: none !important;
    }
}

.anchors-inner {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    position: absolute;
}

.anchors-inner.show-anchors {
    height: auto;
    top: 100%;
    left: 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    z-index: 1;
    background-color: #F8F8F8;
    padding: 0px 0 15px;
    border-top: 1px solid #EEEEEE;
}

.show-mobile__anchors{
    line-height: 1.5;
    padding: 15px 0 0;
}

.anchors-wrapper{
    position: relative;
    width: 50vw;
    display: flex;
    align-items: center;
}

.tspro-anchors {
    display: flex;
}

@media screen and (max-width: 768px) {
    .anchors-wrapper{
        width: 50vw !important;
    }
    .gb-container-ffcab342{
        width: 50% !important;
    }
    .california-edition-menu .tspro-anchors .tspro-anchors--inner {
        padding-right: 25px;
        width: 100%;
        cursor: pointer;
    }
    .california-edition-menu .tspro-anchors .tspro-anchors--inner p {
        flex: 1;
    }
    .mobile-white {
        color: #f8f8f8 !important;
    }
}

.anchors-wrapper p{
    margin: 0;
    padding-left: 24px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #181818;
    font-family: 'D-DIN Condensed', Sans-Serif;
}


.tspro-anchors__wrap{
    overflow: unset !important;
}

#tspro-anchors.active svg{
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .tspro-anchors .gb-icon{
        margin-left: 0 !important;
    }
}

.tspro-anchors__wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100vw;
}
.tspro-anchors.a-white .tspro-anchors--inner a,
.tspro-anchors.a-white .tspro-anchors--inner a:hover{
    color: #fff !important;
}
.tspro-anchors.a-white .tspro-anchors--inner a::before,
.tspro-anchors.a-white .anchors-inner a::before,
.tspro-anchors.a-white .tspro-anchors--inner a:hover::before,
.tspro-anchors.a-white .anchors-inner a:hover::before{
    background: #fff !important;
}
.anchor-desktop{
	display: none;
}
.anchor-mobile{
	display: block;
}
@media only screen and (min-width: 1000px){
    .admin-bar .tspro-anchors__wrap.fixed {
        top: 32px;
    }
	.anchor-mobile{
		display: none;
	}
	.anchor-desktop{
		display: block;
	}
}
.anchors-wrapper.show-mobile .tspro-anchors--inner{
	justify-content: space-between;
	padding-right: 24px;
	width: 100%;
}