.siteHeader {
    position: fixed;
    width: 100%;
    left: 0px;
    z-index: 100;
    background-color: #e3dfd4;
    top: 0px;
}

.siteHeader .headerRow {
    padding: 8px 0px;
}

.secondaryLogo {
    position: absolute;
    left: 25px;
    top: 21px;
}
@media (max-width: 767px) {
    .secondaryLogo {
        position: relative;
        left: auto;
        top: auto;
        margin: 0px auto;
        text-align: center;
    }
}
.unitPage .secondaryLogo {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .unitPage .secondaryLogo {
        position: relative;
        left: auto;
        top: auto;
        margin: 20px auto 0px;
        text-align: left;
    }
}

.unitPage .secondaryLogo img {
    position: relative;
    height: 50px;
}
.secondaryLogo img {
    position: relative;
    height: 38px;
}

.siteHeader .logo {
    position: relative;
}

.siteHeader .logo figure {
    position: relative;
}

.siteHeader .logo figure img {
    position: relative;
    height: 45px;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .siteHeader .logo figure img {
        height: 35px;
    }
}


.scrolled .siteHeader .logo figure img {
    height: 35px;
}

.siteHeader .siteNav {
    position: relative;
}

.siteHeader .siteNav ul  {
    position: relative;
    margin-bottom: 0px;
}

.siteHeader .siteNav ul li {
    list-style-type: none;
}
.siteHeader .siteNav ul li a {
    color: #5f5754;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}