@media only screen and (max-width : 767px) {

/* @group typography
=============================================================================================================== */

    /* TYPOGRAPHY styles here */
	
/* @group headings
===================================== */

/* @end headings
------------------------------------- */


/* @end typography
-------------------------------------------------------------------------- */



/* @group buttons
=============================================================================================================== */

.button-group.layout-horizontal::before,
.button-group.layout-horizontal::after {
	content: "";
	display: table;
}

.button-group.layout-horizontal::after {
	clear: both;
}

.button-group.layout-horizontal .btn {
	display: block;
	float: left;
}

.layout-primary .button-group.layout-horizontal .btn + .btn {
	margin-left: 0;
	margin-top: 20px;
	clear: left;
}

/* @end buttons
-------------------------------------------------------------------------- */



/* @group MISC One-offs
=============================================================================================================== */

/* @end MISC One-offs
-------------------------------------------------------------------------- */



/* @group page
=============================================================================================================== */

/* @end page
-------------------------------------------------------------------------- */

/* @group headings
===================================== */

h2 {
    font-size: 18px;
}


/* @group home hero
=============================================================================================================== */

.flexslider .slide-copy {
	text-align: center;
}

.flexslider .slide-copy p {
	display: none;
}

.flexslider .flex-controls .flex-control-nav li {
	margin: 0 4px;
}

.flexslider .flex-controls .flex-control-nav a {
	height: 5px;
	width: 5px;
}

.flexslider .flex-controls .flex-control-nav a.flex-active {
	height: 9px;
	width: 9px;
}

.flexslider .flex-controls .flex-pauseplay a {
	height: 9px;
	width: 9px;
	
	font-size: 9px;
}

.flexslider .flex-controls .flex-pauseplay a::before {
	height: 9px;
	width: 9px;
}

/* @end home hero
-------------------------------------------------------------------------- */



/* @group quick links
=============================================================================================================== */

.quick-links-group h3 {
	margin-top: 10px;
}

.quick-links h3 a {
	display: block;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.quick-links nav.is-toggled ul {
	display: block;
	margin-bottom: 10px;
}

.quick-links nav.is-toggled ul li {
	margin-bottom: .5em;
}

.quick-links nav.is-toggled ul li a {
	padding: 3px;
	display: inline-block;
}

.quick-links h3 a::after {
	content: none;
}

.quick-links-group + .quick-links-group nav {
	border-top: 1px solid #024830;
}

/* @end quick links
-------------------------------------------------------------------------- */



/* @group lead in
=============================================================================================================== */

/* @end lead in
-------------------------------------------------------------------------- */


/* @group feature sections
=============================================================================================================== */

/* @end feature sections
-------------------------------------------------------------------------- */


/* @group jumbotron
=============================================================================================================== */

/* @end jumbotron
-------------------------------------------------------------------------- */



/* @group event listings
=============================================================================================================== */

/* @end event listings
-------------------------------------------------------------------------- */



/* @group spotlight
=============================================================================================================== */

/* @end spotlight
-------------------------------------------------------------------------- */

}