#content_index {margin:0 auto;}
#bannerinner {position:relative; height:380px; z-index:1; width:100%; max-width:1280px; margin:-380px auto 0 auto;}
#twentythanniv {position:absolute; left:25px; bottom:19px;}
#20thannivimg {width:200px; height:198px;}
#stholder {position:absolute; border:4px solid #fff; /* overflow:hidden;*/ padding:0; bottom:25px; right:25px; width:45%; max-width:600px; border-radius:20px; background:#fff;}
	.stheader {background:#e2e2e2; font-size:23px; font-family:CalibriBold; font-variant:Small-Caps; border-radius:19px 19px 0 0; font-weight:normal; text-align:center; color:#666; /* text-transform:uppercase; */ padding:10px;}
	.stinner {padding:10px 0 10px 10px;}
	.stinner .tbl {width:100%;}
	.stinner .tbl .td {padding:4px;}
	.stinner .tbl .tr .td:first-child {color:#666;}
	.stinner .tbl .td select { border:1px solid #999; color:#666; padding:10px 1%; width:98%; font-size:14px;}
	.stinner .tbl .td input[type=text] {border:1px solid #666; color:#666; padding:10px 5px; font-size:14px;}
	.stinner .tbl .td input[type=submit] {background:#333; -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out; border:0; padding:10px 20px; color:#fff; text-transform:uppercase; font-family:CalibriBold; font-size:16px; border-radius:5px;}
	.stinner .tbl .td input[type=submit]:hover {cursor:pointer; color:#ddd; background:#444;}
	
#highlightrow {position:relative;}
	#highlightrowinner {position:relative; z-index:1; width:100%; margin:0 auto; max-width:1280px; justify-content: center; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap;  }
		#highlightrowinner a {
		 	padding:20px 2%; text-decoration:none; font-size:30px; display: -webkit-flex; display: flex;
			width:16%; height:100px; -webkit-transition: all 200ms linear; transition: all 200ms linear; -webkit-justify-content: center; justify-content: center;  -webkit-align-items: center; align-items: center;
			background: #015da1; /* Old browsers */
			background: -moz-linear-gradient(left, #015da1 0%, #0266b0 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #015da1 0%,#0266b0 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient( #015da1 0%,#0266b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015da1', endColorstr='#0266b0',GradientType=1 ); /* IE6-9 */
		}
		#highlightrowinner a:hover {
			background: #0261a7; /* Old browsers */
			background: -moz-linear-gradient(left, #0261a7 0%, #015796 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #0261a7 0%,#015796 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #0261a7 0%,#015796 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0261a7', endColorstr='#015796',GradientType=1 ); /* IE6-9 */
		} 
		#highlightrowinner a:hover .hlbigtext {color:#eee; text-decoration:underline; text-shadow:1px 1px 4px rgba(0,0,0,0.4);}
		#highlightrowinner a:hover .hlsmltext {color:#eee;}
		
		/* use both classes for red boxes */
		#highlightrowinner a.reditem {
			background: #e33d6c; /* Old browsers */
			background: -moz-linear-gradient(left, #e33d6c 0%, #d2242b 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #e33d6c 0%,#d2242b 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #e33d6c 0%,#d2242b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33d6c', endColorstr='#d2242b',GradientType=1 ); /* IE6-9 */
		}
		.hlrowiteminner {}
		.hlbigtext {text-align:center; -webkit-transition: all 200ms linear; transition: all 200ms linear; color:#fff; font-size:23px; margin:0 0 5px 0; line-height:23px; font-family:CalibriBold; font-weight:normal;}
		.hlsmltext {text-align:center; -webkit-transition: all 200ms linear; transition: all 200ms linear; color:#fff; opacity:0.8; font-size:18px; margin:0; line-height:18px;}
		
		#highlightrowinner a.reditem:hover {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6394c+0,bc2124+100 */
			background: #d6394c; /* Old browsers */
			background: -moz-linear-gradient(left, #d6394c 0%, #bc2124 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #d6394c 0%,#bc2124 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #d6394c 0%,#bc2124 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6394c', endColorstr='#bc2124',GradientType=1 ); /* IE6-9 */
		}
		
	#highlightlt {position:absolute; left:0; top:0; width:50%; height:100%; background:#015da1}
	#highlightrt {position:absolute; right:0; top:0; width:50%; height:100%; background:#D2242B;}
	#highlightrowgradient {
		width:100%;
		font-size:0; height:3px;
		background: #d2242b;
		background: -moz-linear-gradient(left, #d2242b 0%, #005899 25%, #2fb4c8 50%, #005899 75%, #d2242b 100%);
		background: -webkit-linear-gradient(left, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);
		background: linear-gradient(to right, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);
	}
#ipointsicon{width:85px; height:85px;}


/*#mapwrapper {position:relative; width:100%; box-shadow: -7px 0px 150px 0px rgba(0,0,0,0.2), 7px 0px 150px 0px rgba(0,0,0,0.2); max-width:1280px; margin:0 auto; height:580px;}*/
#mapwrapper {position:relative; width:100%; max-width:1280px; margin:0 auto; height:580px;}
	#infowindowContent {position:relative; width:300px; padding:0;}
		#infowindowContent h3 {font-size:18px; text-align:center; position:relative; z-index:500; background:#D5E6F0; color:#024991; font-family:CalibriBold; padding:5px 10px; margin-top:0; margin-bottom:5px;}
		#infowindowContent .info {font-size:14px; line-height:16px; font-family:Calibri;}
		
	#gmap {width:100%; height:580px; background:rgba(255,255,255,0.6);}
	#mapinfo {display:none}
	
	#gmapbg {
		position:absolute; 
		top:0;
		background:url(/vimages/diagonal_bg.png) repeat;
		height: 580px;
		width: 3480px;
		animation: slide 50s linear infinite;
	}
	
	@keyframes slide{
	  0%{
	    transform: translate3d(0, 0, 0);
	  }
	  100%{
	    transform: translate3d(-1160px, 0, 0);
	  }
	}	

	

