/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

/* HEADER & BRANDING */

/* #zone-header-wrapper {
	background: url('../images/headerbackground.png');
	height: 87px;
} */

#region-header-first {
	margin: 0;
}

#region-branding {
	margin: 0;
	width: 100%;
}

#edit-search-block-form--2 {
	margin-right: 10px;
}	

#search-block-form #edit-submit {
	margin-top: 8px;
}

/* FRONT PAGE BLOCKS */

.view-front-page-blocks .views-row {
	width: 49%;
	float: left;
}

.view-front-page-blocks .views-row-1,
.view-front-page-blocks .views-row-3 {
	margin-right: 1%;
}

.view-front-page-blocks .views-row-2,
.view-front-page-blocks .views-row-4 {
	margin-left: 1%;
}

/* CHITIN */

.chitin #zone-preface {
	background: url('../images/chitin_backgroundlogo.png') no-repeat top right white;
}

#region-preface-first {
	margin-right: 0;
}

/* CHITIN SUPERFISH MENU */

#block-superfish-1 {
}

.sf-sub-indicator {
	display: none;
}

#superfish-1 li {
	width: 14.25%;
}

#superfish-1 a {
	background: #B42531;
	color: white;
	letter-spacing: -0.5;
	padding: 12px 8px 10px;
	text-align: center;
	margin: 18px 3px;
	font-weight: 300;
	font-size: 1.2em;
	height: 38px;
}

#superfish-1 a:hover {
	color: black;
}

#superfish-1 ul {
	background: #B42531;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px !important;
}

#superfish-1 ul li {
	width: auto;
}

#superfish-1 ul a {
	color: white;
	font-size: 1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	margin-right: 0;
	border-right: none;
	height: auto;
}

#superfish-1 ul a:hover {
	color: black;
}

/* AVEC Changes - April 2021 */
.view-news .views-row,
.view-chitin-news-archive .views-row,
.view-chitin-trials .views-row {
	width: 27%;
	float: left;
	margin-right: 3%;
}

.view-news .views-row-4,
.view-chitin-news-archive .views-row-4,
.view-chitin-trials .views-row-4,
.view-news .views-row-7,
.view-chitin-news-archive .views-row-7,
.view-chitin-trials .views-row-7,
.view-news .views-row-10,
.view-chitin-news-archive .views-row-10,
.view-chitin-trials .views-row-10 {
	clear: both;
}

.node-chitin-news .field-name-field-image {
	width: 40%;
	float: right;
	margin-left: 10px;
}

#superfish-1 a {
	background: none;
	color: black;
	letter-spacing: 0;
	padding: 12px 8px 10px;
	text-align: center;
	margin: 18px 3px;
	font-weight: 300;
	font-size: 1.4em;
	height: 38px;
}

#superfish-1 a:hover {
	color: #B42531;
}