@media only screen and (min-width : 992px) {


/* @phil addons
=============================================================================================================== */


/* @group typography
=============================================================================================================== */

    /* TYPOGRAPHY styles here */
	
/* @group headings
===================================== */

h2 {
	font-size: 36px;
}


/* @end headings
------------------------------------- */


/* @end typography
-------------------------------------------------------------------------- */



/* @group buttons
=============================================================================================================== */

	/* BUTTONS styles here */

/* @end buttons
-------------------------------------------------------------------------- */



/* @group MISC One-offs
=============================================================================================================== */

	/* MISC styles here */

/* @end MISC One-offs
-------------------------------------------------------------------------- */



/* @group page
=============================================================================================================== */

.layout-primary {
	padding: 60px 0;
}

.layout-callout {
	padding: 60px 0;
}

.callout-anchored-image {
	/* margin: 0 auto; */
	margin-left: -485px;
	margin-right: -485px;
	max-width: 970px;
}

.layout-callout .anchored-image-holder {
	/* max-width: 970px; */
	
	max-width: 485px;
}

/* @end page
-------------------------------------------------------------------------- */



/* @group home hero
=============================================================================================================== */

/* @group flexslider
===================================== */

.flexslider {
	height: inherit;
}

.flexslider-holder {
	height: 490px;
	padding: 0;
}

.flexslider .flex-viewport {
	height: inherit;
}

.flexslider .flex-controls {
	bottom: 30px;
}

.flexslider .slides {
	height: inherit;
}

.flexslider .slides li {
	height: inherit;
}

.flexslider .slide-copy {
	width: 50%;
	position: absolute;
	bottom: 70px;
	z-index: 2;
	
	padding-top: 0;
}

.flexslider .slide-copy.position-left {
	left: 15px;
}

.flexslider .slide-copy.position-right {
	right: 15px;
	text-align: right;
}

.flexslider .slides li .slide-visual {
	height: 100%;
}

.flexslider .slides li .slide-visual::before {
	background-image: url('../img/blend-hero.png');
	background-repeat: repeat-x;
	height: inherit;
	background-position: bottom left;
}

.flexslider h2 {
	font-size: 64px;
}

.flexslider .tag {
	font-size: 13px;
}

.flexslider p {
	font-size: 15px;
}

/* @end flexslider
------------------------------------- */

/* @end home hero
-------------------------------------------------------------------------- */



/* @group quick links
=============================================================================================================== */

.quick-links .quick-links-group nav ul {}

.quick-links .quick-links-group + .quick-links-group::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,.15);
	width: 1px;
	top: 15px;
	bottom: 15px;
	
	margin-left: -8px;
}

.quick-links .quick-links-group nav {
	padding: 0;
}

.quick-links .quick-links-group > * {
	margin-bottom: 0;
}

.quick-links .quick-links-group:nth-of-type(odd) > * {
	float: left;
	clear: none;
}

.quick-links .quick-links-group:nth-of-type(even) > * {
	float: left;
	clear: none;
}


/* @end quick links
-------------------------------------------------------------------------- */



/* @group lead in
=============================================================================================================== */

.lead-in .lead-in-background {
	max-width: 1170px;
	margin-left: -585px;
	margin-right: -585px;
}

.lead-in h1 {
	font-size: 50px;
}

/* (tall lead in) */
.lead-in.lead-in-tall {
	padding: 80px 0;
}

.lead-in .layout-horizontal {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* @end lead in
-------------------------------------------------------------------------- */


/* @group feature sections
=============================================================================================================== */

/* (landing page sections - padding) */
section.feature {
	padding: 0 0 80px;
}

/* (landing page sections - padding and top border on consecutive sections) */
section.feature + section.feature {
	padding-top: 80px;
}

/* (extra left padding) */
section.feature .feature-visual {
	padding-left: 10px;
	margin-bottom: 0;
}

.bottomsection{
     padding: 0 0 0px;
}
/* (center image in the visual area) */
section.feature .feature-visual img {
	margin: 0 auto;
}

/* (2-up layout of features) */
.feature-set {}

/* (2-up layout divider) */
.feature-set::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	
	width: 1px;
	
	background: #e2e2e2;
}

/* (2-up layout item) */
.feature-set .feature-item {}

/* (2-up layout - extra right spacing) */
.feature-set .feature-left {
	padding-right: 40px;
}

/* (2-up layout - extra left spacing) */
.feature-set .feature-right {
	padding-left: 40px;
}

/* @end feature sections
-------------------------------------------------------------------------- */


/* @group jumbotron
=============================================================================================================== */

.jumbotron-with-visual .jumbotron-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 15%;
	background: rgba(2,72,48,0.9);
	padding: 30px;
}

/* @end jumbotron
-------------------------------------------------------------------------- */



/* @group event listings
=============================================================================================================== */

.event .dl-horizontal dt {
	width: 30%;
}

.event .dl-horizontal dd {
	margin-left: 30%;
}


/* @end event listings
-------------------------------------------------------------------------- */



/* @group spotlight
=============================================================================================================== */

#spotlight .jumbotron-with-visual {
	margin: 0;
}

/* @group teaser
===================================== */

.teaser {
	display: block;
}

.teaser h4 {
}

.teaser p {
}

.teaser .visual {
	display: block;
}

.teaser .details {
	display: block;
	padding: 30px;
}

/* @end teaser
------------------------------------- */

/* @group news item
===================================== */

.news-item {
	margin: 0;
}

.news-item .tag {
	margin-left: 30px;
	font-size: 12px;
	padding: 10px 20px;
}

.news-item .details {
	padding: 20px 30px;
}

.news-item .details p:last-child {
	font-size: 13px;
}

/* @end news item
------------------------------------- */


/* @end spotlight
-------------------------------------------------------------------------- */

}


@media only screen and (min-height : 800px) and (min-width : 992px) {
	.flexslider-holder {
		height: 540px;
	}
	
}
