﻿
/*  --------------  DESKTOP MENU -------------- */



.sitemenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 10px;
    margin: auto;
    font-size: 12px;
    }

.sitemenulink {
	margin: 10px;
}


    .sitemenulogo {
        width: 140px;
    }

.sitenav {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #cccccc;
    z-index: 1;
	
}

.healthcarewidth {
    width: 800px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.healthcaretoggle {
    text-align: right;
    width: 800px;
    overflow: hidden;
    position: fixed;
    top: 0px;
}



/*  --------------  DESKTOP MENU -------------- */