/* Search bar */
#search {
	float: left;
	position: relative;
	z-index: 9999;
}
.header .search-bar {
	margin: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	-moz-transition: width .3s, opacity .15s;
	-o-transition: width .3s, opacity .15s;
	-webkit-transition: width .3s, opacity .15s;
	transition: width .3s, opacity .15s;
	z-index: 99;
}
.header .search-bar.open {
	opacity: 1;
	width: 325px;
	-moz-transition: width .3s, opacity .3s;
	-o-transition: width .3s, opacity .3s;
	-webkit-transition: width .3s, opacity .3s;
	transition: width .3s, opacity .3s;
}
.header .search-bar form, .header .search-bar form fieldset, .header .search-bar form input.text {
	width: 100%;
}
.header .search-bar form {
	float: left;
	max-width: 100%;
}
.header .search-bar form .middleColumn {
	padding: 0 22px;
}
.header .search-bar form div.field,
#PageSearch form div.field,
#PageSearch .Actions,
#PageSearch form input.action {
	margin: 0;
}
.header .search-bar form fieldset {
	float: left;
}
.header .search-bar form input.text {
	border: none;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-moz-box-shadow: inset 0 0 0 1px #ddd;
	-webkit-box-shadow: inset 0 0 0 1px #ddd;
	box-shadow: inset 0 0 0 1px #ddd;
	color: #333;
	height: 45px;
	line-height: 45px;
	outline: none;
	width: 100%;
	padding: 5px 35px;
}
.header .search-bar form input.text:focus {
	-moz-box-shadow: inset 100px 100px 0 #ddd;
	-webkit-box-shadow: inset 100px 100px 0 #ddd;
	box-shadow: inset 100px 100px 0 #ddd;
}
.header .search-bar form .Actions {
	background-color: #00a786;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	display: none;
	font-size: 1.6em;
	height: 45px;
	line-height: 45px;
	right: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 45px;
	z-index: 999999;
}
.header .search-bar form .Actions:hover {
	background-color: #DA9400;
	color: #fff;
}
.header .search-bar.open form .Actions {
	display: block;
}
.header .search-bar form input.action {
	background: none;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 100%;
	left: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999px;
	top: 0;
	width: 100%;
}
.header .search-bar #closeForm {
    background: #555;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
    cursor: pointer;
	display: block;
    height: 45px;
    left: 0;
    line-height: 45px;
	opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	-webkit-transition: all .15s;
	transition: all .15s;
    width: 45px;
    z-index: 99999;
}
.header .search-bar #closeForm .fa {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	line-height: 45px;
	overflow: hidden;
	display: block;
}
.header .search-bar #closeForm:hover {
	background: #444;
}
.header .search-bar.open #closeForm {
	opacity: 1;
}
.header .search-bar form label.left, .header .search-bar form .Actions:after,
#PageSearch label.left, #PageSearch #closeForm, #PageSearch .Actions > .fa, #PageSearch .Actions > span, #PageSearch form .Actions:after {
	display: none;
	visibility: hidden;
}
#PageSearch {
	background: #eee;
	margin: 20px 0;
	padding: 20px;
}
#PageSearch:after {
	clear: both;
	content: '';
	display: block;
}
#PageSearch form {
	max-width: none;
	width: auto;
}
#PageSearch fieldset, #PageSearch .Actions {
	float: left;
}
#PageSearch fieldset {
	min-width: 50%;
}
#PageSearch form input.text {
	border-color: #24466D;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	-moz-box-shadow: inset 0 0 0 100px #fff;
	-webkit-box-shadow: inset 0 0 0 100px #fff;
	box-shadow: inset 0 0 0 100px #fff;
	height: 35px;
	line-height: 33px;
	max-width: none;
	padding: 0 10px;
}
#PageSearch form input.text:focus {
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.25), inset 0 0 0 100px #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.25), inset 0 0 0 100px #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.25), inset 0 0 0 100px #fff;
}
#PageSearch form input.action {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	height: 35px;
	line-height: 35px;
	outline: none;
	padding: 0 15px;
}
.typography .gsc-control-cse table {
	background: none;
	margin: 0;
}
.typography table.gsc-resultsHeader {
	display: none;
}
.typography .gsc-results.gsc-webResult {
	margin-top: 25px;
}
.typography .cse .gsc-webResult.gsc-result, .typography .gsc-webResult.gsc-result, .typography .gsc-imageResult-classic, .typography .gsc-imageResult-column {
	border: none;
	margin: 15px 0;
	padding: 15px;
}
.typography .cse .gsc-webResult.gsc-result:hover, .typography .gsc-webResult.gsc-result:hover, .typography .gsc-webResult.gsc-result.gsc-promotion:hover, .typography .gsc-results .gsc-imageResult-classic:hover, .typography .gsc-results .gsc-imageResult-column:hover {
	background: #f4f4f4;
	border: none;
}
.typography .gsc-result a.gs-title {
    color: #24466D !important;
}
.typography .gsc-result a.gs-title:hover {
    color: #000 !important;
}
.typography .gsc-results .gsc-cursor-box {
	border-top: 1px solid #E9E9E9;
	padding-left: 0;
	padding-top: 15px;
}
.typography .gsc-results .gsc-cursor-box .gsc-cursor-page,
.typography .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.typography .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	margin-right: 8px;
	outline: none;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	vertical-align: top;
	width: 30px;
}
.typography .gsc-results .gsc-cursor-box .gsc-cursor-page {
	background-color: #ddd;
	color: #0D2240;
}
.typography .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.typography .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.typography .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	background-color: #0D2240;
	color: #fff;
}
.typography .gcsc-branding table {
	color: #aaa;
}