/* HEADER */
.header {
	background: #0e83b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e83b0 0%, #0e528f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e83b0), color-stop(100%,#0e528f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e83b0 0%,#0e528f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e83b0 0%,#0e528f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e83b0 0%,#0e528f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e83b0 0%,#0e528f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e83b0', endColorstr='#0e528f',GradientType=0 ); /* IE6-9 */
	border-bottom: 4px solid #E8DCAC;
	height: 68px;
}

@media (min-width: 1024px) {
	header {
		height: auto;
	}
}

.constrained {
	margin: 0 auto;
	max-width: 1600px;
	width: 90%;
	position:relative;
}

.constrained:after {
	content: "";
	display: table;
	clear: both;
}



/* #google_translate_element {
	position:absolute;
	top:0px;
	right:425px;
} */

/* #google_translate_element {
    position: absolute;
    bottom: 20px;
    right: 10vw;
}
 */
#google_translate_element img{
	width: auto !important;
}

.menu-trigger {
	background-color: transparent;
	background-image: url(../images/menu-trigger.png);
	background-size: 38px auto;
	border: none;
	display: block;
	float: right;
	height: 23px;
	margin-top: 20px;
	opacity: 1;
	outline: none;
	text-indent: -9999px;
	width: 38px;
	transition: opacity .2s ease-in-out;
}

.menu-trigger:hover {
	cursor: pointer;
	opacity: .5;
}

@media (min-width: 1024px) {
	.menu-trigger {
		display: none;
	}
}

.site-title {
	float: left;
	margin-top: 6px;
}

@media (min-width: 1024px) {
	.site-title {
		float: left;
		margin: 12px -100% 12px 0;
		width: 18.75%;
	}
}

.site-title a {
	background-image: url(../images/champaign_logo_horizontal.png);
	background-size: 132px auto;
	display: block;
	height: 50px;
	text-indent: -9999px;
	width: 132px;
}

@media (min-width: 1124px) {
	.site-title a {
		background-size: 218px auto;
		height: 82px;
		width: 218px;
	}
	/*.site-title a {
	    background-image: url(../images/champaign_logo_horizontal.png);
	    background-size: 132px auto;
	    display: block;
	    height: 50px;
	    text-indent: -9999px;
	    width: 132px;
	}*/
}

