/** Styles for IE browsers that don't support media queries. **/

#mobile-header {
	display: none;
}

#mobileLogo {
	display: none;
}

.social-links {
    float: left;
}

.latest-happenings {
	margin: -40px auto 0;
}

/***
 * Content max width is 1180px
 * Num cols 	= 	12
 * Col width 	= 	80
 * Gutter 		=	20
 */

/* 3 col width container */
.container {
	width: 32.2033898305085%; /* 380 / 1180 */
	float: left;
	margin: 0 0.8474576271186%; /* 10 / 1180 */
}

.container-2col {
     width: 49.152542372881%; /* 580 / 1180 */
     float: left;
     margin: 0 0.8474576271186%; /* 10 / 1180 */
}


.container-4col {
     width: 23.728813559322%; /* 280 / 1180 */
     float: left;
     margin: 0 0.8474576271186%; /* 10 / 1180 */
}

.colleft {
	margin-left: 0;
}

.colright {
	margin-right: 0;
}

footer .footerlinks {
 width: 45%;
 float: left;
 margin-right: 5%;
}

html {
	background: url('../img/bg-main-1800.jpg') #e9f8ff no-repeat top left fixed;
}

#header {
	display: block;
}

header[role="banner"] {
background: none;
clear: both;
/*position: relative;*/
z-index: 1;
*zoom: 1;
}

header[role="banner"]:before,
header[role="banner"]:after {
	content: "";
	display: table;
}

header[role="banner"]:after {
	clear: both;
}

.header-wrapper {
	width: 90%;
	background-color: #fff;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 20px 20px 0 20px;
	border-top: 3px solid #c10435;
}

.heroContentWrap {
	width: 90%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
}

.story-preview {
	width: 90%;
}

.content-wrap {
	width: 90%;
	background-color: #fff;
	height: auto;
	min-height: 300px;
}

.wrapper {
	width: 90%;
}

.get-connected {
	width: 90%;
}

#mobile-header {
	display: none;
}

#mobileLogo {
	display: none;
}

#logo {
	display: block;
}

.logomark {
     float: left;
     width: 50%;
}

.search-form {
     float: right;
     margin-top: 15px;
}

.gcse-form {
	float: left;
	margin-right: 10px;
}

.footer-content {
	width: 90%;
	background: #333;
	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 20px;
	color: #fff;
}

.get-connected h1 {
	float: left;
	margin-right: 1em;
	padding: 0;
}

.get-connected div {
	float: left;
	padding-top: 10px;
}

/***** Large Image Slides *****/
#item1 #item-image {
	background-image: url(../img/slides/large/2014-fall-qep-wtch.jpg); /* 1180 x 480 */
}

#item2 #item-image {
	background-image: url(../img/slides/large/2014-fall-picturethis.jpg); /* 1180 x 480 */
}
