.header.header-cvpm.fixed-header {
    position: fixed;
}

.contra-nav {
    padding: 8px 20px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .contra-nav::after {
        display: none;
    }

.cvpm-layout .header_optional > .nav_header {
	background-color: transparent;
    border-bottom: none;
}

.cvpm-layout header {
	position: fixed;
    top: 15px;
}

.cvpm-layout header.fixed-header {
	top: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.menu-bar .header_bottom > ul > li {
	margin-right: 20px;
}

.menu-bar .header_bottom > ul > li > a {
	letter-spacing: .15px;
	color: var(--text-mi,#32343D);
	font-family: "Mulish Bold", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0 10px 13px;
    text-transform: uppercase;
    position: relative;
}

    .menu-bar .header_bottom > ul > li > a::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 5px !important;
        height: 5px;
        border-radius: 50%;
        left: 0;
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
        background-color: #32343D;
    }

        .menu-bar .header_bottom > ul > li > a.current::before {
            background-color: #E8533F;
        }

.personabar-visible .header {
    width: calc(100% - 80px);
}

.nav-brand {
	padding: 0;
}