html, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	/*font-size: 18px;*/
	line-height: 1em;
	font-family: "acumin-pro",sans-serif;
	color: #3b3b3b; 
}

body {
	background: #fff; font-size: 18px;
}

img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

address {
	font-size: 16px;
	font-weight: 200;
	margin: 0;
	font-style: normal;
	margin-bottom: 3px;
}
address a { font-size:18px}

h1 {
	font-weight: 200;
	font-size: 28px;
}

h3 {
	font-weight: 700;
	font-size: 18px;
}

h1 span {
	font-weight: 700;
	font-size: 28px;
}

.box-shadow-menu {
	position: relative;
	padding-left: 1.25em;
	text-indent: -9000em;
	width: 16px;
}

.box-shadow-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 1.3em;
	height: 0.15em;
	background: black;
	box-shadow: 
	0 0.35em 0 0 black,
	0 0.7em 0 0 black;
}

.col1 {
	width: 8.33333333%;
}

.col2 {
	width: 16.66666667%;
}

.col3 {
	width: 25%;
}

.col4 {
	width: 33.33333333%;
}

.col5 {
	width: 41.66666667%;
}

.col6 {
	width: 50%;
}

.col7 {
	width: 58.33333333%;
}

.col8 {
	width: 66.66666667%;
}

.col9 {
	width: 75%;
}

.col10 {
	width: 83.33333333%;
}

.col11 {
	width: 91.66666667%;
}

.col12 {
	width: 100%;
}

[class^='col'], [class*=' col'] {
	float: left;
	padding: 0 10px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.table-block {
	display: table;
}

.table-cell {
	display: table-cell;
}

ul {
	list-style: none;
}

ul:after {
	content: '';
	display: block;
	clear: both;
}

a {
	text-decoration: none;
	font-style: normal;
	font-weight: 200;
}

.fl-lt {
	float: left;
}

.fl-rt {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	display: inline-block;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	display: inline-block;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	display: inline-block;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
	border-right: 5px solid; 
	display: inline-block;
}

.arrow-right.large {
	border-width: 15px;
}

.arrow-left.large {
	border-width: 15px;
}

.arrow-up.large {
	border-width: 15px;
}

.arrow-down.large {
	border-width: 15px;
}

.arrow-left.red {
	border-right-color: #ba0c2f;
}

.arrow-right.red {
	border-left-color: #ba0c2f;
}

.arrow-down.red {
	border-top-color: #ba0c2f;
}

.arrow-up.red {
	border-bottom-color: #ba0c2f;
}

.arrow-left.white {
	border-right-color: #fff;
}

.arrow-right.white {
	border-left-color: #fff;
}

.arrow-down.white {
	border-top-color: #fff;
}

.arrow-up.white {
	border-bottom-color: #fff;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}

.container.large {
	margin: 0 auto;
	max-width: none;
	padding: 0;
}

.btn {
	border: 2px solid #ba0c2f;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn:hover, .btn.active {
	background: #ba0c2f;
	color: #fff;
}

.fullWidth {
	padding: 15px;
	text-align: center;
	width: 100%;
}

.ico {
	display: block;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}

.logo {
	background-position: 0 -68px;
	width: 134px;
	height: 79px;	
}

.search {
	background-position: 0 -168px;
	width: 13px;
	height: 13px;
}

.facebook {
	background-position: 0 -200px;
	width: 43px;
	height: 42px;
}

.twitter {
	background-position: 0 -263px;
	width: 43px;
	height: 42px;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

::-webkit-input-placeholder {
   color: #837b7b;
   font-size: 12px;
   font-weight: 200;
}

:-moz-placeholder { /* Firefox 18- */
   color: #837b7b;  
   font-size: 12px;
   font-weight: 200;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #837b7b;  
   font-size: 12px;
   font-weight: 200;
}

header .logo {
	margin: 15px 25px 0 25px;
}

header .logo h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.mobile-nav {
	width: 100%;
	display: none;
	background: #f4f4f4;
}

.mobile-nav li {
	float: left;
}

.mobile-nav li:first-child {
	width: 90%;
}

.mobile-nav li:first-child input[type="text"] {
	width: 100%;
}

.mobile-nav li:last-child {
	width: 56px;
	float: right;
	padding: 5px 15px 0 15px;
}

.top-nav {
	background: #f4f4f4;
	padding-left: 10px;
	max-width: 800px;
}

.top-nav ul {
	margin: 0;
	padding: 0;
}

.top-nav li {
	float: left;
	padding: 0 12px;
}

.top-nav .search-form {
	float: right;
	padding-right: 0; margin-bottom:0px
}

.top-nav a {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	padding: 12px 0;
	text-decoration: none;
	color: #000;
}

.top-nav a:hover {
	color: #ba0c2f;
}

.search-form input[type="text"] {
	padding: 11px 15px 11px 35px;
	font-size: 12px;
	color: #837b7b;
	border: 1px solid #eeecec;
	min-width: 225px;
	display: inline-block; border-right:0px
}

form .search {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 15px;	
}

.search-form form input[type="submit"] {
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 0;
	top: 0;
	left: 0;
	border: none;
	width: 0;
}

.mm-menu {
	background: #0e0809;
}

.mm-menu * {
	color: #fff;
}

.mm-listview > li:not(.mm-divider):after {
	border-color: #fff;
	width: 90%;
	left: 4% !important;
}

#menu .search-form input[type="text"] {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#menu form .search {
	left: 35px;
}

.bottom-nav {
	border-bottom: 4px solid #ba0c2f;
	padding: 20px 10px;
}

.bottom-nav ul.table {
	margin-bottom: 0;
}

.bottom-nav li {	
	padding: 0 26px;
	border-right: 1px solid #e6e6e6;
	vertical-align: middle;
	padding-bottom: 2px;
}

.bottom-nav li:last-child {
	border: none;
}

.bottom-nav a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	max-width: 75%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 200;
}

.bottom-nav a:hover {
	color: #ba0c2f;
}

.bottom-nav a.apply span {
	color: #ba0c2f;
	font-size: 14px;
	font-weight: 700;
	max-width: none;
}

.bottom-nav a.apply:hover span {
	color: #000;
}

.bottom-nav a.apply {
	max-width: none;
}

.bottom-nav a.apply .arrow-right {
	margin-left: 5px;
	margin-top: 2px;
}

.bottom-nav a.apply:hover .arrow-right {
	border-left-color: #000;	
}

.banner.home {
	background-image: url(../images/gazebo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 335px 0 75px 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner.home .content {
	background: rgba(0, 0, 0, .75);
	border-left: 8px solid #ba0c2f;
	padding-left: 40px;
	padding-top: 65px;
	padding-bottom: 65px;
	width: 100%;
	max-width: 1050px;
	position: relative;
}

.banner .logo-banner h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 0;
}

.banner .logo-banner img {
	margin: 0;
}

.banner blockquote {
	border: none;
	padding: 20px 0 0 65px;
}

.banner blockquote h1 {
	color: #fff;
	margin-top: 0;
}

.banner blockquote h1 span {
	color: #fff;
}

.banner blockquote p {
	margin-top: 45px;
	color: #fff;
	font-weight: 200;
}

.banner .banner-links {
	padding: 0 35px;
}

.banner .banner-links li {
	padding: 5px 0;
}

.banner .banner-links li:first-child {
	padding-top: 0;
}

.banner .banner-links li:last-child {
	padding-bottom: 0;
}

.banner .content .arrow-right {
	position: absolute;
	left: 0;
	top: 45%;
}

.news {
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.news * {
	color: #fff;
}

.news h1 {
	margin-top: 0;
}

.news .more-news {
	font-weight: 700;
	margin-top: 13px;
}

.news .more-news span {
	font-size: 14px;
}

.news .arrow-right {
	margin-left: 5px;
	margin-top: 5px;
}

.news .more-news:hover span {
	color: #000;
}

.news .more-news:hover .arrow-right {
	border-left-color: #000;
}

.news-list {
	margin-top: 45px;
	margin-left: -10px;
	margin-right: -10px;
}

.news-list li {
	float: left;	
	width: 25%;
	padding: 0 10px
}

.news-list .news-container {
	background: rgba(0, 0, 0, .85);	
}

.news-list li * {
	color: #fff;
}

.news-list .date {
	width: 100%;
}

.news-list .day {
	width: 62px;
	height: 57px;
	background: #a10b29;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
}

.news-list .content {
	padding: 0 38px 38px 38px;
}

.news-list .month-year {
	font-size: 18px;
	font-weight: 200;
	padding: 16px;	
}

.news h2 {
	height: 100px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 35px;	
}

.resources {
	background-image: url(../images/stem.jpg);
	background-repeat: no-repeat;
	padding: 80px 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.resources * {
	color: #fff;
}

.resources .content {
	background: rgba(0, 0, 0, .75);
	border-right: 8px solid #ba0c2f;
	padding-right: 40px;
	padding-top: 65px;
	padding-left: 55px;
	padding-bottom: 65px;
	width: 100%;
	max-width: 525px;
	position: relative;
}

.resources h1 {
	margin-top: 0;
}

.resources .arrow-left {
	position: absolute;
	right: 0;
}

.resources .content ul {
	margin-top: 30px;
}

.resources .content li {
	padding-bottom: 10px;
}

.resources .content li:last-child {
	padding-bottom: 0;
}

.locations {
	height: 585px;
	background: #000;
}

#map {
	height: 585px;
}

.locations .content {
	width: 100%;	
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
}

.locations .content .col4, .locations .content .col3 {
	height: 585px;
	padding-top: 95px;
	padding-bottom: 95px;
}

.locations .content .col3 {
	background: rgba(0, 0, 0, .85);
}

.locations * {
	color: #fff;
}

.locations .map-container {
	padding: 0;
	position: relative;
}

.locations .address {
	height: 585px;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 99;
	background: rgba(0,0,0,.75);
	padding: 95px 35px;
}

.locations h1 {
	margin-top: 0;
	margin-bottom: 40px;
}

.locations li {
	padding-bottom: 10px;
}

.locations li:last-child {
	padding-bottom: 0;
}

.directions * {
	font-size: 14px;
	font-weight: 700;
}

.directions .arrow-right {
	margin-top: 3px;
	margin-left: 5px;
}

.locations .address h1 {
	display: none;
}

.locations .address ul {
	margin-top: 30px;
}

.mobile-locations {
	display: none;
}

.inner-banner {
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0 35px 0;
}

.inner-banner h1 {
	font-weight: 700;
	color: #fff;
}

.main-content {
	padding: 100px 0;
}

.main-content h1 {
	margin-bottom: 15px;
}

.main-content .content {
	padding: 0 100px;
	width: 75%;
}

.main-content .content h1 {
	font-weight: 700;
}

.sidebar {
	background: #f4f4f4;
	padding: 60px;
	max-width: 25%;
}

.sidebar h2 {
	color: #d31145;
	font-size: 18px;
	font-weight: 700;
}

.sidebar li {
	border-bottom: 1px solid #cecece;
	padding: 15px 0;
}

.sidebar li:last-child {
	border-bottom: none;
}

.sidebar a {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.contact {
	background: #ba0c2f;
	padding: 55px 0;
}

.contact * {
	color: #fff;
}

.social p {
	font-weight: 200;
	font-size: 16px;
}

.social ul {
	margin-top: 15px;
}

.social .ico {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.social li {
	margin-right: 10px;
}

.social li:last-child {
	margin-right: 0;
}

footer {
	background: #000;
}

footer  * {
	color: #fff;
}

.footer-nav {
	padding: 95px 0;
}

.footer-nav h3 {
	margin-top: 0;
}

.footer-nav ul {
	padding-right: 45px;
}

.footer-nav ul:last-child {
	padding-right: 0;
}

.footer-nav a {
	font-size: 14px;
	font-weight: 200;
}

.copyright {
	background: #0e0809;
	color: #fff;
	text-align: center;
	padding: 20px 0;	
}

.copyright p {
	font-size: 12px;
	font-weight: 200;
}

.accordion .accordion-content {
	display: none;
}

.accordion li:first-child .accordion-content {
	display: block;
}

.mobile-img {
	display: none;
}

.address-block {
	display: none;
}

.address-block.active {
	display: block;
}
#user-login{margin: 0 auto; padding: 30px 0; width: 50%;}
#user-login input{padding: 8px 10px; border: 1px solid #ccc;}
#user-login label{ font-weight:normal; padding-bottom:10px}
#user-login .description{ padding-top:5px}
#user-login #edit-submit{ cursor:pointer}
/*.admin-menu .content-sidebar-wrap #content {
  background:#fff;
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
  box-shadow:0 0 3px #999;
}
.admin-menu .content-sidebar-wrap {
  float:left;
  width:100%;
}
.admin-menu #container {
  margin:1.76%;
}
.admin-menu #post-content {
    padding: 0 20px;
}
.admin-menu input {
    margin: 2px 0;
    padding: 4px;
}
.admin-menu label{ font-weight:normal}
.admin-menu{ font-size:12px}*/

/*gscc mods jdj */
.second_tier a {color:#C00;}
.second_tier a:hover {color:#F00; text-decoration:underline;}
.second_tier a:active {color:#C00; text-decoration:underline;}
.second_tier a:visited {color:#90F;}

.second_tier ul {list-style:inside; padding-left:1em;}
.second_tier ol {list-style:decimal; padding-left:2em;}

.second_tier tbody {border-top:none;}

.second_tier img {
	max-width: 100%;	
	margin: 0 0 0 0;
	display:inline;	
	vertical-align:text-top;
}

.second_tier_col1 {
	    float:left;
		margin-left:0;
		margin-right:0;		
		height:300px;
}
.second_tier_col2 {
	    float:left;
		margin-left:0;
		margin-right:0;
		height:300px;		
}
.second_tier_col3 {
	    float:left;
		margin-left:0;
		margin-right:0;
		height:300px;		
}
.second_tier_col4 {
	    float:left;
		margin-left:0;
		margin-right:0;		
		height:300px;
}

.second_tier_col5 {
	    float:left;
		margin-top: 2em;
		margin-left:0;
		margin-right:0;
		height:300px;		
}


.stFloatLeft {float:left; width:50%;}

.stFloatRight {float:right; width:50%}

.stGroup {margin-bottom:1em;}
.stSideMenu a {color:#C00;}
.stSideMenu a:hover {color:#F00; text-decoration:underline;}
.stSideMenu a:active {color:#C00; text-decoration:underline;}
.stSideMenu a:visited {color:#90F;}


@media all and (max-width: 1450px) {
	header nav {
		width: 100%;
		max-width: 80%;
	}

	.bottom-nav a.apply {
		position: relative;
	}

	.bottom-nav a.apply .arrow-right {
		position: absolute;
		right: 5px;
		top: 25%;
	}

	.bottom-nav a {
		width: 95%;
		max-width: inherit;
	}
}

@media all and (max-width: 1280px) {
	.bottom-nav li {
		padding: 0 10px;
	}
}

@media all and (max-width: 1024px) {
	.bottom-nav a.apply .arrow-right {
		display: none;
	}

	.banner.home {
		padding-top: 75px;
	}

	.container {
		padding: 0 15px;
	}

	.mobile-locations {
		display: block;
	}

	.locations .content {
		position: inherit;
		top: inherit;
		left: inherit;
		float: none;
		width: 100%;
	}

	.locations .fl-rt {
		float: none;
		width: 100%;
	}

	.locations {
		height: auto;
	}

	.locations .content {
		padding: 25px 0;
		display: none;
	}

	.locations .address-block {
		display: none;
	}

	.locations .address {
		width: 100%;
		padding: 0 15px;
		position: inherit;
		height: auto;
		padding: 25px 15px;
		text-align: center;
	}

	.locations .address h1 {
		display: inline-block;
	}

	.locations .address a {
		display: inline-block;
	}

	.locations .address ul:after, .locations .content .col4 ul:after {
		content: '';
		display: block;
		clear: both; 
	}

	.locations .content .col4 ul li {
		float: left;
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}

	#map {
		height: 335px;
	}

	.footer-nav {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.news {
		padding: 25px 0;
	}

	.locations .address a.active {
		margin-bottom: 15px;
	}

	.locations .accordion-content li {
		float: left;
		width: 33.33336%;
		padding: 0 5px;
	}

	.locations .accordion-content li .btn {
		font-size: 10px;
		padding: 12px 10px;
	}	

	.locations .address ul {
		margin-top: 0;
	}

	.locations .address .accordion-content ul {
		margin: 15px -5px;
	}

	.locations .address h1 {
		margin-bottom: 25px;
	}
}

@media all and (max-width: 1015px) {
	.news-list li {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer-nav .col8 {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.footer-nav .col8 ul {
		width: 33.3333%;
	}

	.mobile-nav {
		display: block;
	}

	.inner-banner h1 {
		text-align: center;
	}

	header nav {
		display: none;
	}

	header .logo {
		float: none;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	/*  jdj */
	.second_tier_col1 {
	    float:left;
		margin-left:0;
		margin-right:0;		
    }
   .second_tier_col2 {
	    float:left;
		margin-left:0;
		margin-right:0;		
    }  
    .second_tier_col3 {
	    float:left;
		margin-left:0;
		margin-right:0;		
    }
    .second_tier_col4 {
	    float:left;
		margin-left:0;
		margin-right:0;		
   }
   .second_tier_col5 {
	    float:left;
		margin-left:0;
		margin-right:0;		
   }
}

@media all and (max-width: 850px) {

	.col1, .col2, .col3, .col5, .col6 {
		width: 50%;
	}

	.col7, .col8, .col9, .col10, .col11 {
		width: 100%;
	}

	.sidebar {
		width: 100%;
		max-width: none;
		padding: 25px;
	}

	.main-content {
		padding: 0;
	}

	.main-content .content {
		width: 100%;
		padding: 25px 15px;
	}
}

@media all and (max-width: 768px) {
	.contact .col7 {
		margin-bottom: 15px;
	}

	.banner.home {
		background-image: none;
	}

	.banner.home .content {		
		background-color: #000;
	}

	.banner.home .content {
		border-left: none;
		border-top: 8px solid #ba0c2f;
	}

	.banner .content .arrow-right {
		top: -8px;
		left: 49%;
		-ms-transform: rotate(90deg); /* IE 9 */
	    -webkit-transform: rotate(90deg); /* Safari */
	    transform: rotate(90deg);
	}

	.mobile-img {
		display: block;
		width: 100%;
		height: auto;
	}	

	.resources .arrow-left {
		top: -8px;
		left: 49%;
		-ms-transform: rotate(-90deg); /* IE 9 */
	    -webkit-transform: rotate(-90deg); /* Safari */
	    transform: rotate(-90deg);
	}

	.resources {
		background-image: none;
		padding: 0;
	}

	.resources .content {
		background-color: #000;
		border-top: 8px solid #ba0c2f;
		border-right: none;
	}

	.resources h1 {
		text-align: center;
	}

	.resources h1 span {
		display: block;
		width: 100%;
	}

	.banner.home {
		text-align: center;
	}

	.banner blockquote p {
		margin-top: 25px;
	}

	.banner.home {
		padding: 0;
	}

	.banner.home .col6 {
		margin-bottom: 15px;
	}

	.banner blockquote {
		padding-left: 0;
	}

	.banner.home .content {
		padding: 25px;
	}

	.resources .content {
		max-width: inherit;
	}
}

@media all and (max-width: 690px) {
	.mobile-nav li:first-child {
		width: 85%;
	}

	.col5, .col6 {
		width: 100%;
	}

	.banner .banner-links {
		padding: 25px 0 0 0;
	}

	.news h1 {
		display: block;
		width: 100%;
	}

	.news .more-news {
		float: left;
	}

	.news-list {
		margin-top: 25px;
	}
}

@media all and  (max-width: 510px) {
	.logo {
	    display: none;
	}
	
	.news-list {
		margin-top: 25px;
	}

	.news-list li {
		width: 100%;
	}

	.resources .content {
		padding: 25px;
	}

	.locations .content .col4 ul li {
		width: 100%;
	}

	.locations .content .col4 ul {
		margin-bottom: 15px;
	}

	.footer-nav .col8 ul {
		width: 100%;
		margin-bottom: 15px;
		padding-right: 0;
	}

	.footer-nav .col8 ul a, .footer-nav .col8 ul li {
		text-align: center;
	}

	.col3 {
		width: 100%;
	}

	.contact .col3 {
		margin-bottom: 15px;
	}

	.news a.fl-rt {
		float: left;
		margin-top: 15px;
	}
}

@media all and  (max-width: 374px) {
	.logo {
	    display: none;
	}
	
	.mobile-nav li:first-child {
		width: 81%;
	}
    .stFloatLeft {float:left; width:100%}
	.stFloatRight {float:left; width:100%}
	
}

