#app-header {
    background-color: #1c305c;
    color: #ffffff;
}

#app-header {
    padding-bottom: 0px !important;
}

#accountDropdown {
    color: #FFFFFF;
}

.header-nav li a {
    color: #ffffff !important;
}

#home-page .feature-region {
    background: #FFCF00;
}

/* This helps you change the color of the header bar incase you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#ffffff;
}
*/
#app-header h1 {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}
#user-nav > a {
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 10px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#ffffff;
}

#user-nav > a:hover {
    text-decoration:none;
    color:#ffffff;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#ffffff;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 10px;
    font-size:14px;
    color:#ffffff;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#ffffff;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#a6dad5;
}
#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}

/*Front Page Tiles*/

#search-form .search-label,
#search-form .search-box-wrapper {
    visibility: hidden;
}

#search-refine-button--refine {
    display: none;
}

::placeholder {
    color: #9f9f9f !important;
}

/*Hide Search Form*/

#search-form .search-label,
#search-form .search-box-wrapper {
    visibility: hidden;
}

#search-refine-button--refine {
    display: none;
}

::placeholder {
    color: #9f9f9f !important;
}