@charset "utf-8";
/* CSS Document */
body {
	background-color:#dddddd;
}
#skip {
background-color: #fff;
}
#skip a
{ 
position:absolute; 
left:-10000px; 
top:-100px; 
overflow:hidden;
font-size:20px;
padding:10px;
background-color:#fff;
} 
 
#skip a:focus 
{ 
z-index:999;
position:absolute; 
left:0px;
top:0px;
background:#fff;
outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
#icons {
	text-align: center;
}
#icons img {
	width:40px;
	height:40px;
	margin:2px;
}
#banner {
	background-color:#ED1B24;
	background-image: url("/gcsvp/_img/banner25.jpg");
}

#address {
	background-color:#666666;
	color:#ffffff;
	font-size:12px;
}
#mainnav {
   background-color: #FFFFFF;
}
.nav-link {
	font-size: 1.3em;
	color:#333333;
}
.nav-link:hover {
	color:#000000;
}
#maincontent,#announcements {
	background-color:#fff;
}
#maincontent {
	min-height: 480px;
	padding-bottom:20px;
}
#calendar {
	border-width:0;
	width:100%;
	border:none;
	height: 400px;
}
footer a{
	color:#eee;
	text-decoration:underline;
}
footer a:hover,footer a:focus {
	color:#fff;
}
footer {
	color:#eee;
	background-color:#666;
}
#bottomfooter {
	text-align:center;
	background-color:#111;
}
.toggleopacity img {
		opacity:0.9;
}

.toggleopacity:hover img {
		opacity:1;
} 
.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}
.staffpics:hover {
		opacity:1;
}
.vpbtn {
    background-color: #4c9239!important;
    color:#ffffff;
        
}
.vpbtn:hover{ background-color: #438133!important;color:#ffffff; }
.vpbtn:active{
    background-color: #438133!important;color:#ffffff;
}
.vpbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #4c9239;
    color:#4c9239;
        
}
.vpbtn-outline:hover{ background-color: #4c9239!important;color:#ffffff; }
.vpbtn-outline:active{
    background-color: #4c9239!important;color:#ffffff;
}
.vp {
	background-color:#4c9239;
}
.vp2btn {
    background-color: #c86c1f!important;
    color:#ffffff;
        
}
.vp2btn:hover{ background-color: #af5f1c!important;color:#ffffff; }
.vp2btn:active{
    background-color: #af5f1c!important;color:#ffffff;
}
.vp2btn-outline {
    background-color: #ffffff!important;
    border:thin solid #c86c1f;
    color:#c86c1f;
        
}
.vp2btn-outline:hover{ background-color: #c86c1f!important;color:#ffffff; }
.vp2btn-outline:active{
    background-color: #c86c1f!important;color:#ffffff;
}
.vp2 {
	background-color:#c86c1f;
}
@media(max-width:767px){
#banner {
	background-size:100%;
	background-repeat: no-repeat;
	min-height: 120px;
	background-position: bottom;
	width:100%;
}
 .portfolio>.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
#mainnav {
   background-color: #f8f8f8;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:768px){
#banner {
	background-image: url("/gcsvp/_img/banner25.jpg");
	background-size:100%;
	height:100px;
	background-repeat: no-repeat;
	background-position:bottom;
}
#icons img {
	width:27px;
	height:27px;
}
#webslider {
	height:438px;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
#banner {
	height:100px;
}
#icons img {
	width:27px;
	height:27px;
}
#webslider {
	width:100%;
	height:378px;
}
#calendar {
	height:215px;
}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media(min-width:1200px){
#banner {
	height:115px;
}
#icons img {
	width:35px;
	height:35px;
}
#webslider {
	width:100%;
	height:452px;
}
#calendar {
	height:280px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
}
@media (min-width: 1400px) { 
#banner {
	height:133px;
}
#icons img {
	width:40px;
	height:40px;
}
#webslider {
	width:100%;
	height:520px;
}

#calendar {
	height:345px;
}
}