section#ws-header {
    box-shadow: 0.03125rem 0.1875rem 0.1875rem -0.1875rem rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: white;
}

section#ws-header .max-1920 {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 2rem;
}
nav.navbar {
    height: 62px;
    background: transparent !important;
    padding: .5rem 0 0;
}
nav a {
    text-decoration: none;
    font-size: 18px;
}
nav a.navbar-brand {
    display: block;
    margin: 0 auto;
	width: 170px;
    height: auto;
    padding: 0 0 .4rem;
}
.navbar-light .navbar-nav .nav-item.active a {
    border-bottom: 3px solid #CE2027;
}
.navbar-light .navbar-nav .nav-link {
    color: #63666a !important;
    padding: .5rem 0 1.1rem;
    margin: 0 1rem;
}
.navbar-light .navbar-nav ul.dropdown-menu.multi-level.show {
    position: absolute;
    font-family: 'CostarBrownLight',Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #212529;
    background-color: #f9f9f9;
}
.navbar-light .navbar-nav ul.dropdown-menu.multi-level.show li a.dropdown-item{
    font-size: .9rem;
    padding: .7rem 1rem;
}
.navbar-light .navbar-nav li:last-child a.nav-link {
    background-color: #CE2027;
    color: #ffffff !important;
    border-radius: 2px;
    font-weight: 400;
    padding: .5rem .7rem .6rem;
    margin-left: .7rem;
    border-bottom: none;
}
.navbar-collapse {
    background-color: white;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}