/* Global Site Header - CSS Document */
header {
	background: #4E6675 url(../../images/branding/kcfed-eagle-logo.png) -64px center no-repeat;
	padding:0 0;
	height: 70px;
	margin-bottom: 0.5em;
}
header > section {
	height: inherit;	
}

/* Masthead */
header > section.masthead a {
	text-indent: -9999px;
	width: 472px;
	height: 100%;
	background: url(../../images/branding/kcfed-wordmark.png) 67px 35px no-repeat; 
	display:block;
}
/* Branches */
header > section.branches {
	padding-top: 36px;
	color: #ffffff;
}
header > section.branches a {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	color: #E9DFAF;
	margin-right: 0.5em;
	margin-left: 0.5em;
    font-weight: 500;
}
/* Extras */
header > section.extras {
	width: 167px;
	color: #999999;
}
header > section.extras a {
	color: #E9DFAF;
	font-size:0.9em;
	margin-right: 0.1em;
	margin-left: 0.1em;
    font-family: 'Roboto Condensed';
    font-weight: 500;
}

header > section.extras div.quicklinks {
	margin: 4px auto;
    font-family:'Roboto Condensed';
    
}
header > section.extras > div.search .input-group input {
	padding-right: 4px;
	border: none;
	background-color: #ffffff;
    
}

header > section.extras > div.search > .input-group > form > input.form-control.input-sm {
    border-radius: 4px 0px 0px 4px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

header > section.extras > div.search span.input-group-btn {
	padding-right: 5px;
	background-color: #ffffff;
    border-radius:0px 4px 4px 0px;
}

header > section.extras > div.search .input-group-btn button.btn {
	border-radius: 0;
    font-size: 16px;
    background-color: #86aca7;
    border: none;
    padding: 3px 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}

.input-group .form-control {
    width: 125px;
    width: 126.64px\9;
}

html[data-useragent*='MSIE'] .input-group .form-control {
  width: 138.64px;
}

html[data-useragent*='MSIE 10.0'] .input-group .form-control {
  width: 138.64px;
}

