/* This file will hold styles that are loaded using the same media query as the normal grid. */

.region-header-first {
	min-height: 170px;
}
.logo-img img {
	max-width: 100%;
	margin-top: 0;
}
.site-name {
	font-size: 2.9rem;
	font-weight: 600;
	margin: 2.5rem 0 0.5rem 0;
	line-height: 100%;
	float: left;
}
.site-slogan {
	font-size: 0.75rem;
	float: left;
}
/* search block */
.zone-header .block-search {
	margin: 70px 10px 0 0;
	float: right;
}
.zone-header .block-search .form-item-search-block-form input.form-text {
    width: 180px;
}

/* custom search block */
.block-custom-search-blocks-1 {
	margin: 70px 10px 0 0;
	float: right;
}
/* social media */
.block-social-media-links {
	margin: 75px 0 0 0;
	float: right;
}

/******
 * Superfish menu styles based on style Simple
 ******/
.block-superfish h2.block-title {
	/*display: none;*/
}
.sf-menu.sf-style-simple a,
.sf-menu.sf-style-simple a:visited,
.sf-menu.sf-style-simple span.nolink {
	padding: 1em 0.8rem;
	text-align: center;
}
.sf-menu.sf-style-simple ul a,
.sf-menu.sf-style-simple ul a:visited,
.sf-menu.sf-style-simple ul span.nolink {
	text-align: left;
}

.sf-menu.sf-style-simple a.sf-with-ul,
.sf-menu.sf-style-simple span.nolink.sf-with-ul {
  padding-right: 1.2em;
}

/**
 * table styles
 */
/* officers page */
.page-node-15 .layout td:nth-child(1) {
	width: 180px;
}
.page-node-15 .layout td:nth-child(2) {
	width: inherit;
}
/* area reps page */
.page-node-42 .layout td:nth-child(1) {
	width: 180px;
}
.page-node-42 .layout td:nth-child(2) {
	width: inherit;
}