body {
	margin:0px;
	padding:0px;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color:#ffffff;
	background-image: url(images/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a, a:link, a:visited {
	color: #6a27ba;
	text-decoration: none;
}

a:hover {
	color: #23b4a5;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5{ font-weight: normal; }

h1 { font-size: 36px; color: #000; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #ccc; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #000; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #000; } 

.button a{
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(images/button.png) no-repeat;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(images/button_hover.png) no-repeat;
}

.button2 a{
	clear: both;
	display: block;
	width: 250px;
	height: 40px;
	padding: 4px 0 0 0;
	background: url(images/button2.png) no-repeat;

	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button2 a:hover {
	background: url(images/button2_hover.png) no-repeat;
}

.button3 {
   border-top: 1px solid #a566ed;
   background: #8041c9;
   background: -webkit-gradient(linear, left top, left bottom, from(#451779), to(#8041c9));
   background: -webkit-linear-gradient(top, #451779, #8041c9);
   background: -moz-linear-gradient(top, #451779, #8041c9);
   background: -ms-linear-gradient(top, #451779, #8041c9);
   background: -o-linear-gradient(top, #451779, #8041c9);
   padding: 5px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button3:hover {
   border-top-color: #1c7b7d;
   background: #1c7b7d;
   color: #ccc;
   font-family: Arial, Helvetica, sans-serif;
   }
.button3 a:hover {
   font-family: Arial, Helvetica, sans-serif;
   }   
.button3:active {
   border-top-color: #1c7b7d;
   background: #1c7b7d;
   font-family: Arial, Helvetica, sans-serif;
   }

.btn { font-size: 18px; text-transform: uppercase; font-weight: 700; padding: 12px 22px; margin-bottom: 4px; letter-spacing: 2.2px; border-radius: 0px; border: 2px solid #555555; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important; }
.btn-primary { font-size: 18px; text-transform: uppercase; font-weight: 700; padding: 12px 22px; margin-bottom: 4px; letter-spacing: 2.2px; border-radius: 0px; border-style: solid; border-width: 5px; border-color: #555555; word-wrap: break-word; white-space: normal !important; background-color: transparent; border: 2px solid #1c7b7d; color: #1c7b7d; }
.btn-primary:hover { background-color: #1c7b7d; border: 2px solid #1c7b7d; color: #fff; }
.btn-primary.focus, .btn-primary:focus { background-color: #441779; border: 2px solid #441779; color: #fff; }

.testbutton {
  font-family: arial;
  font-weight: bold;
  color: #1C7B7D !important;
  font-size: 20px;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #441779;
  background: #FFFFFF;
}
.testbutton:hover {
  color: #FFFFFF !important;
  background: #441779;
}

.btn2 {
	background-color: #3bc492;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 4px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px;
}
.btn2:hover, .btn2:focus {
	background-color: #3d3d3d;
	color: #fff;
	
}

#header_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}

#header {
	width: 100%;
	height: 100px;
	padding: 0 30px;
	
	display: block;
	
	z-index: 999;
	
}

#header  #site_title {
	float: left;
	width: 275px;
	padding: 5px 0 0 0;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	letter-spacing: 12px;
}

#header #search_box {
	float: right;
	width: 280px;
	height: 30px;
	margin-top: 30px;
	background: url(images/templatemo_search.png) no-repeat;
}

#search_box form {
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 15px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	color: #bcbcbc;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: #161b1f;
	border: 1px solid #0b0e10;	
}

#searchbutton {
 	height: 28px;
	width: 80px;
	padding-bottom: 3px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #333;
}

/* menu */

#menu {
	clear: both;
	height: 39px;
	padding: 11px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	width: 103px;
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #21272d;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #fff;
	background: url(images/menu_hover.png);
}

/* end of menu */

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Dropdown Menu */
/* Style The Dropdown Button */
.dropbtn {
  background: none;
  color: #000000;
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.dropbtn a:hover, #menu li .current {
	color: #fff;
	background-color: #000; 
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn  {
  background-color: #000;
  color: white;
  text-decoration: none;
	
}
/* END Dropdown Menu */

/* banner*/

#banner {
	clear: both;
	width: 920px;
	height: 200px;
	padding: 50px 30px;
	background: url(images/banner.jpg) no-repeat;
	overflow: hidden;
}

#banner h3 {
	color: #99CCFF;
	font-size: 42px;
}

#banner p {
	color: #FFFFFF;
	font-size: 16px;
}

/* end of banner */

/* banner2*/

#banner2 {
	clear: both;
	width: 920px;
	height: 100px;
	padding: 20px 20px;
	background: url(images/banner2.jpg) no-repeat;
	overflow: hidden;
}

#banner2 h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#banner2 p {
	color: #FFFFFF;
	font-size: 14px;
}

/* end of banner2 */

/* bannerVSRS*/

#bannerVSRS {
	clear: both;
	width: 920px;
	height: 200px;
	padding: 50px 30px;
	background: url(images/bannerVSRS.jpg) no-repeat;
	overflow: hidden;
}

#bannerVSRS h3 {
	color: #99CCFF;
	font-size: 42px;
}

#bannerVSRS p {
	color: #FFFFFF;
	font-size: 16px;
}

/* end of bannerVSRS */

/* bannerTour*/

#bannerTour {
	clear: both;
	width: 920px;
	height: 100px;
	padding: 20px 20px;
	background: url(images/bannerTour.jpg) no-repeat;
	overflow: hidden;
}

#bannerTour h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#bannerTour p {
	color: #FFFFFF;
	font-size: 14px;
}

/* end of banner2 */

/* bannerTeam*/

#bannerTeam {
	clear: both;
	width: 920px;
	height: 100px;
	padding: 20px 20px;
	background: url(images/bannerTeam.jpg) no-repeat;
	overflow: hidden;
}

#bannerTeam h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#bannerTeam p {
	color: #FFFFFF;
	font-size: 14px;
}

/* end of bannerTeam */

/* bannerPride*/

#bannerPride {
	clear: both;
	width: 920px;
	height: 100px;
	padding: 20px 20px;
	background: url(images/bannerPride.jpg) no-repeat;
	overflow: hidden;
}

#bannerPride h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#bannerPride p {
	color: #FFFFFF;
	font-size: 14px;
}

/* end of bannerPride */

#content_wrapper_outer {
	width: 100%;
	background: url(images/content_top.jpg) top repeat-x;
	border-top: 1px solid #004e85;
	
}

#content_wrapper_inner {
	width: 100%;
	background: url(images/content_bottom.jpg) bottom repeat-x;	
}

#content_wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
}

#content {
	width: 620px;
	float: left;
}

.service_box {
	width: 280px;
}

.service_image {
	float: left;
	width: 64px;
	margin: 3px 0 0 0;
}

.service_box .service_text {
	float: right;
	width: 200px;
	text-align: justify;
}

.services_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/templatemo_divider.jpg) bottom repeat-x;	
}

.services_section h4 {
	margin-bottom: 20px;
}

.services_section .right {
	float: right; 
	width: 120px;
}

.services_section .right img {
}

.services_sectio .services_content {
	clear: both;
	margin: 10px 0;
}

.services_section .left {
	float: left; 
	width: 470px;
}

.services_section .left p {
	text-align: justify;
}

/* SecNav */

ul#SecNav {
	position: absolute;
	top: -20px;
	right: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 500;
}
ul#SecNav li { float: left; color: #002d61; font-weight: bolder; padding: 0 5px;font-size: 12px;
font-family: 'Open Sans Condensed', sans-serif; font-weight: bolder;position: relative; }
ul#SecNav li:first-child { border-left: none; }
ul#SecNav li a { color: #002d61; text-decoration: none; font-weight: bold; display: block; padding: 0; }
ul#SecNav li a:hover, ul#sportnav li:hover>a { color:#ccc; text-shadow: none;font-weight: bolder;}
ul#SecNav li a:active { color: #d0af63; text-decoration: none; font-weight: bolder;}

ul#SecNav ul {
	left: -9999px;
	top: 16px;
	position:absolute;
    list-style: none;
}
ul#SecNav li { position: relative; }
ul#SecNav ul, ul#sportnav li li { width: 190px; border-left: none; } 
ul#SecNav li li, #sportnav li li a { height: auto; text-shadow: none; }
ul#SecNav li:hover ul, ul #sportnav a:hover ul { margin:0; padding: 0;left: -5px; /* left: -166px; */ }
ul#SecNav li:hover ul.nav-adjust-125, ul #sportnav a:hover ul.nav-adjust-125 { left: -145px; }
ul#SecNav li:hover ul.nav-adjust-100, ul #sportnav a:hover ul.nav-adjust-100 { left: -120px; }
ul#SecNav li:hover ul.nav-adjust-75, ul #sportnav a:hover ul.nav-adjust-75 { left: -95px; }
ul#SecNav li:hover ul.nav-adjust-50, ul #sportnav a:hover ul.nav-adjust-50 { left: -70px; }
ul#SecNav li:hover ul.nav-adjust-25, ul #sportnav a:hover ul.nav-adjust-25 { left: -45px; }
ul#SecNav li li a { text-indent: 0; }
ul#SecNav li li a {
	background: #ccc;
	color: #002d61;
	display: block;
	padding: 4px 8px;
	text-decoration:none;
	border-bottom: solid 1px #002d61;
	_width: 100%;
    font-size: 11px;font-weight:bold;
}

ul#SecNav li li a:hover { 
	background: #002d61; 
	color: #ccc 
}

/* end of SecNav */

.post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/templatemo_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	background: url(images/templatemo_header.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#recent_project {
		width: 620px;
	}
	#recent_project ul { list-style: none; margin: 0; padding: 0; }
	#recent_project ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 25px 25px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#recent_project ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}


/* gallery */
#gallery {
		width: 610px;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 20px 20px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#gallery ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}
/* end of gallery */

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 310px;
	height: 150px;
}

#contact_form form .submit_btn {
	float: left;
	margin-right: 110px;
	width: 103px;
	height: 27px;
	padding: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(images/button.png) no-repeat;
}

.Top {
	PADDING-RIGHT: 30px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px; 
	TEXT-TRANSFORM: uppercase;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	LETTER-SPACING: 3px;
	TEXT-ALIGN: right;
	text-decoration: none;
	color: #431778;
}

.Top a{
	color: #431778;
}

.boxPurple {
margin:0 0 10px 0;
padding:5px;
border:1px solid #6e018f;
background-color:#f8daff;
color:#505050;
line-height:1.3em;
}
.boxPurple2 {
margin:0 0 10px 0;
border:1px solid #401570;
background-color:#401570;
color:#fff;
line-height:1.3em;
}
.boxWhite {
margin:0 0 20px 0;
padding:10px;
border:1px solid #cece00;
background-color:#ffffff;
color:#505050;
line-height:1.3em;
}
.boxGreen {
margin:0 0 20px 0;
padding:10px;
border:1px solid #006600;
background-color:#e2ffe3;
color:#505050;
line-height:1.3em;
}
.boxBlue {
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#e2f1ff;
color:#505050;
line-height:1.3em;
}
.boxRed {
margin:0 0 10px 0;
padding:5px;
border:1px solid #F00;
background-color: #FFF;
color: #900;
line-height:1.3em;
}
.boxContact {
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fff1ea;
color:#505050;
line-height:1.3em;
}

.boxYellow {
margin:0 0 20px 0;
padding:10px;
border:1px solid #cece00;
background-color:#ffffcc;
color:#505050;
line-height:1.3em;
}

/* sidebar */

#sidebar {
	float: right;
	width: 240px;
}

.section_social {
	width: 240px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.social a{
	display: block;
	width: 240px;
	color: #333;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.social a:hover {
	text-decoration: none;	
}

.social a span {
	font-size: 15px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}

.twitter a{

	background: url(images/rss.png) right bottom no-repeat;
}

.facebook a{

	background: url(images/facebook.png) right bottom no-repeat;
}

.BRYC a{
	display: block;
	width: 220px;
	color: #FFF;
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/BRYCmagnet.png) right bottom no-repeat;
	float: right;
	margin-top: 15px;
}

.BRYC a:hover {
	text-decoration: none;	
}

.BRYC a span {
	font-size: 11px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}
.house a{

	background: url(images/BRYCmagnet.png) right bottom no-repeat;
	float: right;
	width: 280px;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
	display: block;
	color: #FFF;
	padding: 20px 0 0 0;
}


#sidebar_featured_project {
	margin: 0 0 40px 0;
	padding: 0;
}

#sidebar_featured_project .left {
	float: left;
	width: 64px;
}

#sidebar_featured_project .right {
	float: right;
	width: 170px;
}

#sidebar_featured_project h6 a{
	color: #fff;
}

#news_section {
	margin: 0 0 40px 0;
	padding: 0;
}

#news_section h3 {
	color: #FFF;
	background-color: #431778;
	padding: 5px;
}

.news_box a {
	font-weight: bold;
	text-decoration: underline;
	color: #431778;
}

.news_box  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #431778;
}

#news_section_Pride {
	margin: 0 0 40px 0;
	padding: 0;
}

#news_section_Pride h3 {
	color: #FFF;
	background-color: #022976;
	padding: 5px;
	border-bottom: 1px solid #F00;
}

.news_box_Pride a {
	font-weight: bold;
	text-decoration: underline;
	color: #022976;
}

.news_box_Pride  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #F00;
}

/* end of sidebar */

/* sponsor section */
#sponsor_section {
	margin: 0 0 20px 0;
	padding: 0;
}

#sponsor_section h3 {
	color: #014ca4;
	padding: 5px;
}
.sponsor_box a {
	font-weight: bold;
	text-decoration: underline;
	color: #014ca4;
}
.sponsor_box  {
	margin-bottom: 3px;
	border-style: dotted;
	border-color: #039;
	border-width: 1px;
	background-color: #FFF;
}
.sponsor_box2  {
	margin-bottom: 3px;
	font-size: 9px;
	font-style: italic;
	color: #999;
}
/* end of sponsor section */

/*block quote*/
figure.blockquote blockquote{
    position: relative;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 13px auto 13px auto;
}
figure.blockquote.wide blockquote{
    width: 850px;
    margin: 45px 0 15px 0;
    padding: 0px 0px;
}
figure.blockquote blockquote .text{
    z-index: 2;
    position: relative;
    color:#1f1f1f;
    font:italic 22px/30px Arial, Helvetica, sans-serif;
}
figure.blockquote.FP{
     width: 550px;
    margin: 45px 0 15px 0;
    padding: 0px 0px;
}

figure.blockquote blockquote .right-quote,
figure.blockquote blockquote .left-quote{
    position: absolute;
    width:72px;
    height:53px;
    background: url(images/sprite.png) no-repeat 0 0;
}
figure.blockquote blockquote .left-quote{
    top : -12px;
    left: 3px;
    background-position: -599px -5px;
}
figure.blockquote blockquote .right-quote{
    bottom: -13px;
    right: 3px;
    background-position: -681px -5px;
}
/*block quote*/


/* footer */

#footer_wrapper {
	clear: both;
	width: 100%;
	background: url(images/footer.png) repeat-x

}

#footer {
	width: 960px;
	height: 240px;
	padding: 40px 0 0;
	margin: 0 auto;
	color: #fff;
}

.footer_box {
	float: left;
	width: 210px;
	margin-right: 30px;
}

.footer_box a {
		color: #431778;
}

.footer_box h4 {
	color: #1c7b7d;
	font-size: 24px;
	margin-bottom: 20px
}

.footer_logos {
	float: left;
	width: 960px;
	margin-right: 30px;
}

.footer_list { margin: 0; padding: 0; list-style: none }
.footer_list li { margin: 0 0 5px; padding: 0 0 5px; border-bottom: 1px solid #a998d9; color: #fff }
.footer_list li a { color: #fff }

#footer_menu_box { clear: both; width: 960px; height: 37px; margin: 0 auto; text-align: center }
.footer_menu { margin: 0; padding: 10px 0; list-style: none }
.footer_menu li { margin: 0 30px; padding: 0; display: inline }
.footer_menu li a { color: #431778 }
.footer_menu li a:hover { color: #fff }

#copyright {
	clear: both;
	width: 960px;
	height: 35px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
#copyright a { color: #fff }

/* end of footer */

/* Rostetrs */

div.rosterTable {
  width: 100%;
  text-align: left;
  
  border-collapse: collapse;	
}
.divTable.rosterTable .divTableCell, .divTable.rosterTable .divTableHead {
  border: 0px solid #AAAAAA;
}
.divTable.rosterTable .divTableBody .divTableCell {
  font-size: 12px;
}
.divTable.rosterTable .divTableRow:nth-child(even) {
  background: #E3CCFF;
}
.divTable.rosterTable .divTableHeading {
  background: #441779;
  background: -moz-linear-gradient(top, #73519a 0%, #562e86 66%, #441779 100%);
  background: -webkit-linear-gradient(top, #73519a 0%, #562e86 66%, #441779 100%);
  background: linear-gradient(to bottom, #73519a 0%, #562e86 66%, #441779 100%);
  border-bottom: 2px solid #444444;
}
.divTable.rosterTable .divTableHeading .divTableHead {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.divTableCell {
padding:  10px;
}
.rosterTable .tableFootStyle {
  font-size: 14px;
}
.rosterTable .tableFootStyle .links {
	 text-align: right;
}
.rosterTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.rosterTable.outerTableFooter {
  border-top: none;
}
.rosterTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row;}
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
.PlayerName {
font-size: 22px;
font-weight: bold;

		}
.ClassOf {
font-size: 14px;
font-weight: bold;
color: #1c7b7d;
}
.School a, a:visited {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.School a:hover {
color: #1c7b7d;
text-decoration: underline;

}
.divTableCell1 {display: table-cell;}
.divTableHead1 {display: table-cell;}

/* end of Rosters */

/* Accomplishments */

div.AccomplishmentsTable {
  width: 100%;
  text-align: left;
  
  border-collapse: collapse;	
}
.divTable.AccomplishmentsTable .divTableCell, .divTable.rosterTable .divTableHead {
  border: 0px solid #AAAAAA;
}
.divTable.AccomplishmentsTable .divTableBody .divTableCell {
  font-size: 11px;
}
.divTable.AccomplishmentsTable .divTableRow:nth-child(even) {
  background: #E3CCFF;
}
.divTable.AccomplishmentsTable .divTableHeading {
  background: #441779;
  background: -moz-linear-gradient(top, #73519a 0%, #562e86 66%, #441779 100%);
  background: -webkit-linear-gradient(top, #73519a 0%, #562e86 66%, #441779 100%);
  background: linear-gradient(to bottom, #73519a 0%, #562e86 66%, #441779 100%);
  border-bottom: 2px solid #444444;
}
.divTable.AccomplishmentsTable .divTableHeading .divTableHead {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.divTableCell {
padding:  3px 3px 3px 15px;
}
.AccomplishmentsTable .tableFootStyle {
  font-size: 12px;
}
.AccomplishmentsTable .tableFootStyle .links {
	 text-align: right;
}
.AccomplishmentsTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 2px;
  border-radius: 5px;
}
.AccomplishmentsTable.outerTableFooter {
  border-top: none;
}
.AccomplishmentsTable.outerTableFooter .tableFootStyle {
  padding: 1px 1px; 
}

.EventName {font-size: 12px; font-weight: bold;}

.divTableCell1 {display: table-cell;}
.divTableHead1 {display: table-cell;}

/* end of Accomplishments */

.TourneyTitle {
font-size: 18px;
color: #441779;
font-weight: bold;
margin: 30px 0 15px 0;
}
.PreviousSeasons {
font-size: 14px;
color: #777;
font-weight: bold;
margin: 30px 0 15px 0;
}

/* VSRS sponsor section */
#VSRSsponsor_section {
	margin: 0 0 20px 0;
	padding: 0;
}

#VSRSsponsor_section h3 {
	color: #014ca4;
	padding: 5px;
}
.VSRSsponsor_box a {
	font-weight: bold;
	text-decoration: underline;
	color: #014ca4;
}
.VSRSsponsor_box  {
	margin-bottom: 3px;
	border-style: dotted;
	border-color: #039;
	border-width: 1px;
	background-color: #FFF;
}
.VSRSsponsor_box2  {
	margin-bottom: 3px;
	font-size: 9px;
	font-style: italic;
	color: #999;
}
/* end of VSRS Sponsor section */

/* Photo Gallery */

body {
  font-family: $body;
  margin: 0;
}

button {
  cursor: pointer;
}

#portfolio {
  width: 100%;
  min-height: 100vh;
  background: $white;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-template-rows: 1fr 1fr;
  grid-gap: 2px;
}

.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: center;
  }
.grid img {
  border: 2px solid #6a27ba; 
  max-width: 100%;
}
/* First the Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1.5rem;
  justify-items: center;
  margin: 0;
  padding: 0;
}

/* The Picture Frame */
.gallery-frame {
  padding: .5rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: #d9d9d9;
  color: #d9d9d9;
  
}

/* The Images */
.gallery-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
  border: 2px solid #6a27ba; 
}
.gallery-img:hover {
  opacity: .7;
  
}
figcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6600cc;
}
.project {
  position: relative;
  background: $primary;
  overflow: hidden;
  img {
    position: absolute;
    opacity: 0.9;
  }
  p {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 3;
  }
  .grid__title {
    position: absolute;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    bottom: 0;
    font-weight: 100;
    font-size: 0.8em;
    z-index: 3;
    text-transform: uppercase;
    color: $dark;
    letter-spacing: 2px;
  }
}

// project hover overlay
.project:hover .grid__overlay {
  transform: translateY(0%);
}

.grid__overlay {
  background: rgba(darken($primary, 10%), .9);
  height: 100%;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  transform: translateY(101%);
  transition: $ease;
  button {
    background: none;
    outline: none;
    font-weight: 100;
    letter-spacing: 2px;
    border: 1px solid $white;
    color: $white;
    text-transform: uppercase;
    padding: 10px;
    &:hover {
      transition: $ease;
      background: $white;
      color: $secondary;
      transform: scale(1.05);
    }
  }
}

//project popup overlay

.overlay {
  position: fixed;
  background: rgba($dark, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 3;
}
.overlay.open {
  display: grid;
  align-items: center;
  justify-items: center;
}

.overlay__inner {
  background: $white;
  width: 700px;
  padding: 20px;
  position: relative;
  opacity: 1;
}

.close {
  position: absolute;
  top: 3px;
  right: 10px;
  background: none;
  outline: 0;
  color: $dark;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  &:hover {
    color: $secondary;
  }
}

.project__image {
  margin-left: -50%;
}

/* end of Photo Gallery */