@media only screen and (min-width : 768px) {

/* @group typography
=============================================================================================================== */

    /* TYPOGRAPHY styles here */
	
/* @group headings
===================================== */

/* @end headings
------------------------------------- */


/* @end typography
-------------------------------------------------------------------------- */



/* @group buttons
=============================================================================================================== */

	/* BUTTON styles here */

/* @end buttons
-------------------------------------------------------------------------- */

.juicer-feed .feed-item + .feed-item {
	display: inline-block;
}

.juicer-feed .feed-item:nth-of-type(n+6) {
	display: none !important;
}


/* @end MISC One-offs
-------------------------------------------------------------------------- */



/* @group page
=============================================================================================================== */

	/* PAGE styles here */

/* @end page
-------------------------------------------------------------------------- */



/* @group home hero
=============================================================================================================== */

.flexslider .slides li .slide-visual {
	height: 300px;
}

.flexslider .slide-copy {
	padding-top: 320px;
}

/* @end home hero
-------------------------------------------------------------------------- */



/* @group quick links
=============================================================================================================== */

.quick-links {
	padding: 30px 20px;
	
	margin-bottom: 48px;
}

.quick-links nav i {
	display: none;
}


.quick-links .quick-links-group nav h3 {
	padding-right: 0;
}

.quick-links .quick-links-group nav h3 a {
	padding-right: 20px;
}

.quick-links .quick-links-group nav ul {
	display: block;
}

.quick-links ul li {
	font-size: 13px;
	margin-bottom: .25em;
}

.quick-links ul li a {
	color: #AEC4BD;
}

.quick-links .quick-links-group > * {
	margin-bottom: 3em;
}

.quick-links .quick-links-group:nth-of-type(odd) > * {
	float: left;
	clear: left;
}

.quick-links .quick-links-group:nth-of-type(even) > * {
	float: right;
	clear: right;
}

/* @end quick links
-------------------------------------------------------------------------- */



/* @group lead in
=============================================================================================================== */

.lead-in .lead-in-background {
	max-width: 992px;
	
	margin-left: -496px;
	margin-right: -496px;
}

/* @end lead in
-------------------------------------------------------------------------- */


/* @group feature sections
=============================================================================================================== */

	/* FEATURE SECTION styles here */

/* @end feature sections
-------------------------------------------------------------------------- */



/* @group jumbotron
=============================================================================================================== */

	/* JUMBOTRON styles here */

/* @end jumbotron
-------------------------------------------------------------------------- */



/* @group event listings
=============================================================================================================== */

.event .dl-horizontal dt {
	width: 15%;
}

.event .dl-horizontal dd {
	margin-left: 15%;
}

/* @end event listings
-------------------------------------------------------------------------- */



/* @group spotlight
=============================================================================================================== */

section#spotlight {
	padding: 54px 0;
}

/* @group teaser
===================================== */

.teaser {
}

.teaser .visual {
}

.teaser .details {
}

/* @end teaser
------------------------------------- */

/* @end spotlight
-------------------------------------------------------------------------- */



}