/* theme header */
header#masthead {
    background-color: var(--Brand-800);
    position: fixed;
	width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}
header#masthead:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
}
header#masthead:before {
    background-color: var(--Brand-800);
}

header#masthead > .container {
    position: relative;
    padding: 1rem 15px;
    z-index: 1;
}
.navbar-brand {
    position: relative;
    margin:0;
    padding: 0
}
.navbar-brand > a:visited, .navbar-brand > a:hover, .navbar-brand > a:focus {
  text-decoration: none;
}

.left-top-header, .right-top-header {
    flex-basis: 40rem
}
.navbar-brand {
    width: 10.25rem;
    flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
    header#masthead > .container {
        padding-right: 60px
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }
}

@media only screen and (max-width: 767px) {
	header#masthead {
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 100vw;
		z-index: 99999;
	}

    header#masthead > .container {
        padding: 15px 15px 8px;
    }
    .left-top-header {
        order: 3;
        flex-basis:100%;
        margin-top: 1.8rem
    }
	.ws_nobuttons_tabs .left-top-header {
		margin-top: .5rem
	}
    .right-top-header, .ws_mobile .right-top-header {
        flex-basis: calc(100% - 135px);
        padding-left: .5rem;
    }
    .navbar-brand {
        width: 135px;
    }
    #content {
        padding-top:132px
    }
/*	.ws_mobile .right-top-header {
		flex-basis: 22rem;
	}
*/

}
@media only screen and (max-width: 374px) {
    #content {
        padding-top:128px
    }
}
@media only screen and (min-width:768px) and (max-width: 1199px) {
	header#masthead {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9;
	}
    /* .navbar-brand {
        width:200px
    } */
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
	#content {
		padding-top:80px
	}
}
@media only screen and (min-width:768px) and (max-width: 991px) {
	#content {
		padding-top:76px
	}
}
@media only screen and (min-width: 1200px) {
    .menu-wrap {
        background-color: #fff;
        position: relative;
        z-index: 0;
    }
    .menu-wrap:after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: calc(50% - 50vw);
        width: 100vw;
        height: 1px;
        background-color: var(--Brand-50);
    }
    .menu-wrap:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: calc(50% - 50vw);
        width: 100vw;
        height: 100%;
        background-color: #fff;
    }

    .header-fixed {
        position: fixed;
        top: -65px;
        left: 0;
        width: 100%;
        background-color: #EDFAFF;
        box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition: top .5s;
    }
    .ws_desktop .header-fixed.visible {
        visibility: visible;
        z-index: 9999;
        opacity: 1;
        top:0;
    }
	.ws_mobile header#masthead {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
	}
    /* .navbar-brand {
        width: 292px;
        height: 70px;
        flex-basis:292px
    } */
    /* .header-fixed .navbar-brand {
        width: 150px;
        height: 36px;
        flex-basis:150px
    } */
}
