
/* make sure the sharepoint settings drop-down menu is on top of menus */
.ms-core-menu-box{
    z-index:2000!important;
}

/* header outer div */
#header-div{
    position:fixed;
    width:100%;
    z-index:1000;
}

/* header inner div */
#upper-header-div{
    min-height:45px;
}

/* header edc logo div */
#header-logo{
    position:absolute;
}

/* header edc logo image */
#header-logo img{
    height:0px; /* initially not visible */
}

/* header county text div */
#header-county-text-div{
    position:absolute;left:0px;
    display:none; /* initially not visible */
    float:left;
    width:160px;
}

/* header county text link */
#header-county-text-link{
    text-decoration:none!important;
    color:#fff;
}

/* header county text link hover */
#header-county-text-link:hover{
    color:#F3D86D!important;
}

/* small header county text */
#header-county-text-small{
    position:absolute;
    font-weight:500;
}

/* large header county text */
#header-county-text-large{
    position:absolute;
    font-weight:100;
}

/* outer search box div */
#SearchBox{
    position:absolute;
}

/* inner search box div */
.ms-srch-sb{
    height:35px;
    width:100%;
    background:#fff;
    border-radius:7px!important;
    vertical-align:top;
}


/* search box input box */
.ms-srch-sb input{
    position:relative;top:0px;
    height:32px;
    width:95%;
    font-size:24px;
}

/* search box icon */
#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_SearchLink{
    position:absolute;top:0px;right:0px;
    display:none;
}
@media screen and (max-width:799px){
    #ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_SearchLink{
        top:-2px;
    }
}


/* header icon bar div */
#header-icon-bar{
    position:absolute;
    text-align:right;
    z-index:1300;
}

/* header icon bar icon */
.header-icon{
    display:inline-block;
    margin-right:15px;
    color:#fff;
}

/* header icon link */
.header-icon a{
    text-decoration:none;
    color:#fff;
}

/* settings icon div i */
#header-icon i{
    vertical-align:top;
}

/* settings icon div i */
.header-icon i:hover{
    color:#F3D86D;
}

/* settings box div */
#header-settings-div{
    position:absolute;right:0px;
    display:none;
    padding:15px 20px 25px 20px;
    background:#000;
    background:linear-gradient(to right, rgb(13, 22, 53) 30%, rgba(38, 64, 153, 0.9));
    box-shadow:4px 8px 10px -5px #777;
    z-index:1300;
}

/* settings close button div */
#header-settings-close-button-div{
    position:absolute;top:10px;right:10px;
}

/* settings close button image */
#header-settings-close-button-div img{
    height:15px;
}

/* settings box title text */
.header-settings-title-text{
    font-size:24px;
    font-weight:200;
    color:#fff;
}

/* settings box text */
.header-settings-text{
    display:inline-table;
    margin-right:5px;
    font-size:12px;
    color:#fff;
}

/* settings box link */
.header-settings-text a{
    color:#fff;
    text-decoration:none;
}

/* settings box link hover */
.header-settings-text a:hover{
    color:#F3D86D;
}

/* settings font size icons div */
#header-settings-font-size-icons-div{
    display:inline-table;
}

/* header scrollbar patch */
#header-scrollbar-patch-div{
    position:absolute;top:0px;
    display:none;
}