/* All Styles in this file relate to the header of the site/application. */

#header {
	margin: 0;
	padding: 2.5em 0 0;
	position: relative;
}

#header {
	margin: 0;
	padding: 0;
}

#header.header {
	margin-bottom: 20px;
}

#header #site-name-slogan {
  	float: left;
  	margin: 0 0 1.5em;
}

#header #site-name {
	margin: 0;
  	font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
}

#header #site-name a:hover {
  	text-decoration: none;
}

#header #site-slogan {
  	margin: 0;
}

#header.header__front {
	margin-bottom: 0;
}

.header__front {
    margin-bottom: 0;
}

/* Search */
#header .block-google_cse {
	height: 28px;
	margin: 0;
	position: absolute;
	right: 12px;
	top: 12px;
}

#header .block-google_cse .form-submit {
	background: rgba(0, 0, 0, 0) url("images/search.jpg") no-repeat scroll 0 0;
	border: 0 none;
	color: transparent;
	display: block;
	font-size: 0;
	height: 28px;
	margin-left: 5px;
	width: 66px;
}

#header .block-google_cse div.form-item {
	display: block !important;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.google-cse-search-box-form {
	margin: 0;
	overflow: hidden;
	padding: 10px;
}

.google-cse-search-box-form {
	float: right;
	padding: 5px 10px;
	margin-right: -10px;
}

.gsc-input-box table {
	margin-bottom: 0;
}

#block-search-form {
	margin-bottom: 0;
}

#block-search-form .gsc-search-button {
	margin-left: 0;
	height: 33px;
}

#block-search-form .gsc-search-button svg {
	fill: var(--color-sooty);
}

#block-search-form form.gsc-search-box {
	width: auto;
}

.gsc-search-box .gsc-search-button {
	border: none;
	border-radius: 0;
	width: 24px;
	padding: 0;
}

.gsc-search-box .gsc-input-box {
	border: none;
}

.gsc-search-box .gsc-input td {
	background-color: var(--color-american-silver);
}

.gsc-search-box table.gsc-search-box td.gsc-input {
	padding-right: 0;
}

.gsc-control-searchbox-only {
	justify-content: flex-end;
	display: flex;
}

.google-cse-search-box-form .form-actions .form-submit {
	background: url(images/search-button.png) no-repeat center center;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	border: 0;
}

#block-search-form .gsc-input {
	background: none !important;
	border: 0 !important;
	color: var(--color-primary);
	width: 225px;
}

#block-search-form .gsc-input::placeholder {
	color: var(--color-primary) !important;
}

#header .block-google_cse .form-text {
	background: var(--color-white) none repeat scroll 0 0 !important;
	border: 1px solid var(--color-starry-night) !important;
	height: 26px;
	line-height: 26px;
	padding: 0 !important;
	width: 135px;
}