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

.region-header-first {
	min-height: 180px;
}
.logo-img img {
	max-width: 100%;
	margin-top: 10px;
}

.site-name {
	font-size: 3.0rem;
	font-weight: 600;
	margin: 2.5rem 0 0.6rem 0;
	line-height: 120%;
	float: left;
}
.site-slogan {
	float: left;
}

/* search block */
.zone-header .block-search {
	margin: 80px 10px 0 0;
	float: right;
}
.zone-header .block-search .form-item-search-block-form input.form-text {
    width: inherit;
}

/* custom search block */
.block-custom-search-blocks-1 {
	margin: 80px 10px 0 0;
	float: right;
}


/* social media */
.block-social-media-links {
	margin: 80px 0 0 80px;
	float: left;
}

/******
 * 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: 1em;
}

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