
.site-header {
    position: fixed;
    z-index: 1;
    background: transparent url(../../images/header-bg.png) top left repeat-x;
    height: 100px;
}

.page-title {
    float: right;
    text-shadow: 0px 0px 14px #fff;
    margin-top: -75px;
    padding: 0px 10px 0px 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 24%,rgb(255, 255, 255) 100%);
    width: 100%;
    text-align: right;
    text-shadow: 0px 0px 22px #fff;
}

.navbar-toggler {
    position:absolute;
    top:24px;
    right:0;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;
}

.logo-background {
    position: absolute;
    width: 273px;
    height: 100px;
    background: #fff;
    top:0;
}

#dnn_Navigation_dnnLOGO_imgLogo {
    position: absolute;
    top: 0px;
    clip: rect(0px, 273px, 313px, 0px);
    clip-path: inset(0px 0px 0px 0px);    
    width: 274px;
    transition: all 300ms;
}

.sps--blw #dnn_Navigation_dnnLOGO_imgLogo {
    top: -15px;
    clip: rect(0px, 273px, 100px, 0px);
    clip-path: inset(0px 0px 0px 0px);
}

.logo-short #dnn_Navigation_dnnLOGO_imgLogo {
    top: -15px;
    clip: rect(0px, 273px, 100px, 0px);
    clip-path: inset(0px 0px 0px 0px);
}

.navbar-main {
    margin-left: 283px;
    font-family: 'Libre Franklin', sans-serif;
}

#dnnMenu .topLevel > li > a {
    padding: 0px 12px;
    font-size: 12px;
    font-weight: bold;
    line-height: 84px;
    text-decoration: none;
    color: #fff;
    transition: all 100ms;
}
#dnnMenu .topLevel > li > a:hover,
#dnnMenu .topLevel > li > a:active {
    color: #e9e9ff;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.99px) { 
    .phone-link {
        display: none;
    }
    
    #dnn_Navigation_dnnLOGO_imgLogo {
        top: -15px;
        clip: rect(0px, 273px, 100px, 0px);
        clip-path: inset(0px 0px 213px 0px);
    }

    #dnnMenu .topLevel > li > a {
        padding: 0px 9px;
        font-size: 20px !important;
        display: block;
        line-height: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) { 
    
    #dnnMenu .topLevel > li > a {
        line-height: 50px;
    }

}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.99px) {
    .site-header {
        min-height: 100px;
    }
    .phone-link {
        position: absolute;
        top: 27px;
        right: 150px;
    }
    .navbar-main {
        margin: 0px;
        background: #003e7a;
        top: 100px;
        position: absolute;
        width: 100%;
    }
    #dnnMenu .topLevel > li > a:hover, #dnnMenu .topLevel > li.active > a,
    #dnnMenu .topLevel > li > a:hover, #dnnMenu .topLevel > li > a:active {
        background:#008752;
    }
    ul.navbar-nav {
        margin-left:0px !important;
    }
}

/* Large devices (desktops, less than 1200px) */


.dropdown-menu {
    position: absolute;
    top: 109%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #044f7c;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
}

.dropdown-menu li {
    padding: 5px 20px;
}

.dropdown-menu li a {
    color: #fff;
}