/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #fff; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #231f20; }
a:hover { color: #d25613; }

ul, ol { list-style-type: none; margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } */

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.clearfix:after, p.theme:after, .item:after, .filters:after, #dashboard:after, .column-intro:after, .tabs:after, html:after, #content-wrapper:after, .nav:after, .section:after, .two-col:after, .copy:after, #main-content:after, #navigation:after, .nav:after, .callout:after, ul.news li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, #dashboard, .filters, .item, p.theme, .column-intro, .tabs, html, #content-wrapper, .nav, .section, .two-col, .copy, #main-content, #navigation, .nav, .callout, ul.news li { zoom: 1; }


body {
	/*font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif; */
	font-family: myriad-pro, Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff8f0;
	font-size: 14px;
	color: #231f20;
	text-align: left;
}

div.clearer {
	clear: both;
}

p, ul, ol, dl, dd, blockquote, pre, code, table { 
	margin: 0 0 20px 0;
	line-height: 20px;
}

/* lists should be a half-size less than the main margin */

li { 
	margin: .5em 0 .5em 0; 
	padding-left: 12px;
}

li ul {
	margin-bottom: .5em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

h2 {
	font-size: 24px;
	margin-top: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}

.h4 {
	display: block;
	font-size: 20px;
	margin: 10px 0 5px 0;
}

h4 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
}

 /* Primary Styles
    Author: 
 */

.no-bullet {
	margin-left: 0;
	padding-left: 0;
}

.no-bullet li {
	padding-left: 0;
	background: none;
}



#wrapper {
	margin: 0 auto;
	width: 970px;
	text-align:left;
}

#header-wrapper {
	background: #fff  url(/_res/images/common/divider.png) top left repeat-x;
	text-align: left;
}

#header {
	position: relative;
	height: 135px;
	margin: 0 auto;
	width: 970px;
}

#header img#logo{
	position: absolute;
	top: 30px;
	left: 20px;
}

#header img#logo-text{
	position: absolute;
	top: 50px;
	left: 145px;
}

#navigation-wrapper {
	background: #fff;
	padding-bottom: 20px;
	text-align: left;
}

div.nav {
	background: url(/_res/images/bg/nav-bar-bottom.png) bottom left no-repeat;
	padding-bottom: 6px;
}

#navigation {
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding: 0 10px;
}

#navigation ul {
	margin: 0;
	padding: 15px 0 9px 0;
	background: url(/_res/images/bg/nav-bar-top.png) top left no-repeat;
	width: 950px;
	float: left;
}

#navigation ul li {
	float: left;
	font-size: 14px;
	margin: 0 10px;
	line-height: 16px;
}

.wf-active #navigation ul li {
	font-size: 16px;
}

#navigation ul li a {
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	text-decoration: underline;
	color: #231f20;
}

#navigation ul li.current a {
	color: #fff;
	font-weight: bold;
}


#intro {
	position: relative;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 10px;
}

body.home #intro {
	margin-left: 0;
	margin-right: 0;
	min-height: 260px;
}



.intro-badge {
	position: relative;
	z-index: 1000;
}

.intro-badge img {
	display: block;
}

.home .intro-badge {
	float: left;
}

.hero-text {
	position: absolute;
	top: 0px;
	left: 320px;
	padding: 20px;
	z-index: 99999;
	width: 580px;
	height: 250px;
}

.hero-text {
	top: -15px;
}

.hero-text h2, .hero-text p, .hero-text a {
	color: #fff;
}

.hero-text p.fade {	
	background: rgba(8, 68, 113, 0.4);
	padding: 10px 25px 10px 25px;
	margin-left: -25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 8px;
}

.hero-text a { 
	background: #006dbe;
	margin-bottom: 5px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	padding: 12px 15px;
	margin-left: -10px;
}

.hero-text a:hover {
	background: #2592e4;
}
	

.hero-text h2 {
	font-size: 38px;
}

.hero-text p {
	font-size: 24px;
	line-height: 28px;
}

.intro-images img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	display: block;
}

.raffle-wrapper {
	clear: both;
}

.raffle-wrapper.wide {
	
}


.raffle-wrapper.wide h3.raffle-h3 {
	margin-bottom: 0;
}

.raffle-wrapper.wide .raffle-item.first {
	width: auto;
	border-right: 0;
	height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.raffle-wrapper.wide .raffle-item .content {
	height: auto;
}

.raffle-wrapper.wide div.content p {
	font-size: 15px;
	line-height: 20px;
}

.raffle-wrapper.wide a.awesome {
	margin-right: 10px;
}

.raffle-wrapper.wide p.winners {
	text-align: center;
}

.obscure img {
	display: none;
}

.intro-images img.not-abs {
	position: relative;
	top: auto;
	right: auto;
}

img.float-left {
	margin-right: 20px;
	float: left;
	margin-bottom: 40px;
}

.raffle-item-wrap div.content h3 {
	margin-top: 0;
}

p.question {
	clear: left;
}

body.basketball-gala #intro {
	background: #000;
}

body.basketball-gala .intro-images img {
	top: auto;
	bottom: 0;
}


#message {
	position: relative;
	width: 970px;
	margin-top: 3px;
	height: 58px;
}

#content-wrapper {
	background: #fff;
	text-align: left;
}

#centering-content-wrapper {
	margin: 0 auto;
	width: 970px;
}

#intro {
min-height: 300px;
	margin-bottom: 15px;
}

.leadin-image {
	margin-bottom: 20px;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float-left img {
	border: 1px solid #ccc;
	padding: 3px;
}

p.abstract {
	overflow: hidden;
	padding-right: 10px;
}

.read-more {
	display: block;
	font-size: 13px;
}

.primary {
	float: left;
	width: 630px;
	padding-right: 40px;
	padding-left: 10px;	
}

.secondary {
	float: left;
	width: 310px;
}

.main-copy {
	font-size: 18px;
}

.main-copy p {
	line-height: 24px;
}	

.badges img {
	display: block;
}

.badges li {
	zoom: 1;
}

#callout {
}

.callout {
	clear: left;
	margin-bottom: 10px;
}

.callout div.media {
	float: left;
}

.callout-content {
	padding: 0px 20px 5px 10px;
	overflow: hidden;
}

.callout-content p {
	margin-top: 0;
	line-height: 18px;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 955px;
	padding-left: 15px;
	padding-bottom: 30px;
}	

div.section {
	background: url(/_res/images/common/divider.png) bottom left repeat-x;
	padding-bottom: 30px;
	margin-top: 20px;
}

div.divider {
	background: url(/_res/images/common/divider.png) bottom left repeat-x;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-right: 10px;
}


div.section.no-divider {
	background: none;
}


div.top-section {
	background: url(/_res/images/common/divider.png) top left repeat-x;
	padding-top: 40px;
	margin-top: 0px;
}

div.section-divider {
	background: url(/_res/images/common/divider.png) top left repeat-x;
	padding-top: 20px;
	margin-bottom: 20px;
	height: 5px;
	font-size: 1px;
}

div.divider {
	height: 4px;
	font-size: 0;
	background: url(/_res/images/common/divider.png) bottom left repeat-x;
	margin-bottom: 20px;
}


h3 a, h4 a {
	text-decoration: none;
}

div.last {
	background: none;
}

p.more {
	margin-top: -10px;
	line-height: 18px;
}

p.no-content {
	margin-top: 5px;
}

div.copy p.more {
	margin-bottom: 0;
}
	

p.more a {
	font-weight: bold;
}


div.donate {
	position: absolute;
	right: 20px;
	top: 35px;
}
	
div.social {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

div.social p, div.donate p {
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-size: 18px;
}

div.social p {
	font-weight: 400;
	vertical-align: middle;
	font-size: 16px;
}

div.social span.follow {
	margin-right: 10px;
}

div.social img {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 2px;
}

a.donate-box {
	background: url(/_res/images/common/donate-present.png) top left no-repeat;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-weight: 700;
	zoom: 1;
}


p.donate, h3.donate {
	background: url(/_res/images/common/donate-present.png) top left no-repeat;
	text-decoration: none;
	padding-left: 45px;
	min-height: 35px;
	padding-top: 5px;
}

span.donate  {
	display: block;
	background: url(/_res/images/common/donate-present.png) top left no-repeat;
	text-decoration: none;
	padding-left: 45px;
	min-height: 35px;
	padding-top: 5px;
}

.section-content ul.no-col li {
	padding-left: 24px !important;
	background: url(/_res/images/bullets/bullet.png) 0 3px no-repeat;
}


ul.with-bullets li {
	padding-left: 24px !important;
	margin-bottom: 15px;
	background: url(/_res/images/bullets/bullet.png) 0 5px no-repeat;
	line-height: 1.3em;
}

.banner-container {
	position: relative;
	margin-bottom: 10px;
}

.banner-container div.media {
	float: left;
}

.banner-container div.media img {
	display: block;
}

.banner-basketball-gala div.media img {
	width: 150px;
	margin: 10px 0 0 10px;
}

.banner-basketball-gala div.copy div.bottom-align {
	width: auto;
}

.banner-container div.copy {
	overflow: hidden;
	padding: 15px 20px 10px 20px;
}

.banner-container div.copy h3 {
	font-size: 35px;
	line-height: 37px;
	margin-top: 20px;
}

.banner-container {
	background: #ffe1bf;
	border: 2px solid #fbbb6b;
}

.banner-ticketmaster {
	background: #ab0534;
	border: none;
}

.banner-ticketmaster div.media img {
	margin: 10px 0 0 10px;
}

.banner-ticketmaster p {
 	margin: 0 0 10px 0;
 }
 
.banner-ticketmaster div.copy p {
 	display: none;
}
 
.banner-ticketmaster div.copy p.more {
 	display: block;
}
 
.banner-ticketmaster p.more a {
 	font-weight: normal;
 	line-height: 24px;
 	text-decoration: underline;
 }

 .banner-ticketmaster p.more a:hover {
 	text-decoration: underline;
 }

p.center {
	text-align: center;
}

.banner-ticketmaster, .banner-ticketmaster a {
	color: #fff;
}

.two-col {
	margin: 20px 0 5px 0;
}

div.col {
	float: left;
	width: 315px;
}

div.col div.media {
	float: left;
}

div.col div.copy  {
	overflow: hidden;
	padding: 10px 10px 0 5px;
	zoom: 1;
}

div.col div.copy a {
	text-decoration: none;
}

div.col div.copy a:hover {
	text-decoration: underline;
}


div.bottom-align {
	/*position: absolute;*/
	bottom: 0px;
	padding-right: 10px;
}

div.copy div.bottom-align {
	width: 295px;
}

p.action {
	margin: 0;
	font-size: 24px;
}

p.supporting {
	margin-top: 2px;
	font-size: 14px;
	line-height: 18px;
}

.header {
	background: url(/_res/images/bg/header-bottom.png) bottom left no-repeat;
	width: 288px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.header h2 {
	background: url(/_res/images/bg/header-top.png) top left no-repeat;
	padding: 13px 5px 3px 5px;
	text-align: center;
	margin-bottom: 0;
	line-height: 20px;
}


.main-copy .header {
	background: url(/_res/images/bg/nav-bar-bottom.png) bottom left no-repeat;
	padding: 0 0 6px 0;
	width: 900px;
	margin-bottom: 30px;
}

.main-copy .header h2  {
	background: url(/_res/images/bg/nav-bar-top.png) top left no-repeat;
	margin: 0;
	padding: 20px 0 10px 0;
}

div.supporters {
}

div.supporters img {
	max-height: 150px;
	max-width: 200px;
	margin-bottom: 20px;
}

.main-copy div.supporters p {
	float: left;
	width: 300px;
	height: 150px;
}

span.valign {
	display: block;
}

span.cap {
	display: block;
	font-size: 14px;
}



div.supporters p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer-wrapper {
	background: url(/_res/images/common/divider.png) top left repeat-x;
	padding-top: 20px;
}

.subnav ul {
	margin: 0;
	padding: 0;
	width: 314px;
}

.subnav ul li {
	margin: 0;
	padding: 0;
	line-height: 1.1em;

}

.subnav ul li.current a {
	color: #e1e1e1;
	background: #231f20 !important;
}

.subnav ul li a {
	display: block;
	background: #b63847;
	padding: 8px 20px;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.subnav ul li a:hover {
	color: #fff;
}


.subnav ul li.subnav-0 a {
	background: #ac0636;
}

.subnav ul li.subnav-1 a {
	background: #b63847;
}

.subnav ul li.subnav-2 a, .subnav ul li.subnav-5 a  {
	background: #c56365;
}

.subnav ul li.subnav-3 a {
	background: #d2817f;
}

.subnav ul li.subnav-4 a {
	background: #b63847;
}

body.about-us .subnav ul li.current a {
	color: #fff;
	background: #e1480b !important;
}

body.about-us .subnav ul li a {
	color: #fff;
}

body.about-us .subnav ul li.subnav-0 a {
	background: #f8981c;
}

body.about-us .subnav ul li.subnav-1 a {
	background: #faa53f;
}

body.about-us .subnav ul li.subnav-2 a, body.about-us .subnav ul li.subnav-4 a  {
	background: #fbb96c;
}

body.about-us .subnav ul li.subnav-3 a {
	background: #fdc889;
}


body.basketball-gala .subnav ul li a {
	color: #000;
}

body.about-us .subnav ul li.subnav-4 a  {
	background: #fdcc8e;
}


body.basketball-gala .subnav ul li.current a {
	color: #fff;
	background: #000 !important;
}

body.basketball-gala .subnav ul li.subnav-0 a {
	background: #ab0534;
	color: #fff;
}

body.basketball-gala .subnav ul li.subnav-1 a {
	background: #c0063b;
	color: #fff;
}

body.basketball-gala .subnav ul li.subnav-2 a  {
	background: #df0643;
	color: #fff;
	
}

body.basketball-gala .subnav ul li.subnav-3 a {
	background: #eb0748;
	color: #fff;
}





h1 {
	/*border-left: 10px solid #f7971c;
	padding-left: 10px;*/
	margin-top: 20px;
}

.basketball-gala h1 {
	border-color: #fcb356;
}

.about-us h1 {
	border-color: #fdc889;
}

.bbandt-classic h1, .home h1 {
	border-color: #a80c37;
}

.coats-for-kids h1 {
	border-color: #01416a;
}

.golf-tournament h1 {
	border-color: #8bc53e;
}

h3.raffle-h3 {
	font-size: 24px;
}

h4.raffle-h4 {
	font-weight: 400;
	font-size: 22px;
	margin-top: -6px;
	margin-bottom: 15px;
	text-transform: uppercase;
}



#footer p.copyright {
	margin: 0 0 20px 0;
}

#footer {
	text-align: left;
}

#footer ul {
	margin: 0;
	display: block;
}

#footer ul li {
	float: left;
	margin: 0;
	line-height: 1.1em;
	margin-right: 10px;
	padding-left: 0;
}

#footer p {
	text-align: left !important;
	padding-top: 20px;
}

table.scores {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
	width: 100%;
}

table.scores th, table.scores td {
	padding: 8px 5px;
	border-right: 1px solid #ccc;
}

table.scores th {
	border-bottom: 1px solid #ccc;
	text-align: left;
}

td.date {
	font-weight: bold;
}

tr.alt td {
	background: #fff8f0;
	border-bottom: 1px solid #ccc;
}

table.general {
	margin: 20px 0;
	width: 100%;
	border: 1px solid #e5b680;
	border-bottom: 0;
}

table.general td {
	padding: 10px 12px;
	border-bottom: 1px solid #e5b680;
}

table.general tr:nth-child(odd) {
	background: #fffaf4;
}

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 95%;
	
}

#main-content .admin ul {
	margin: 0 0 10px 0;
}

#main-content .admin ul li, .edit {
	margin: 0;
	padding: 0;
	background: none;
	background: #fff;
	padding: 1px 6px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
}

#main-content  .page-edit ul li {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#main-content .admin ul li a {
	text-decoration: none;
}

.bottom-admin {
	float: left;
}

.section-content ul, .callout-content ul {
	margin-left: 0;
}

.section-content ul li, .callout-content ul li {
	margin-left: 0;
	padding-left: 0;
}

.callout-content ul li a.download {
 	text-decoration: none;
}
 	
 .callout-content ul li a.download:hover {
 	text-decoration: underline;
 }

p.lead {
	font-size: 13px;
	margin-bottom: 10px !important;
	line-height: 18px;
}

p.date {
	margin-bottom: 0;
}

ul.news {
	font-size: 15px;
}

ul.news p.date {
	font-weight: bold;
}

ul.news p {
	margin-bottom: 2px;
}

ul.news li {
	margin-bottom: 20px;
	clear: left;
	padding: 1px 0;
}

p.abstract {
}

div.callout div.info p.date {
	font-weight: bold;
}

div.callout div.info p.abstract {
	margin-top: 0;
}

div.callout div.info p {
	line-height: 18px;
}

div.callout div.info p.link {
	margin-bottom: 2px;
}

div.callout div.yt {
	margin-right: 10px;
}

p.news-source {
	font-size: 14px;
	font-style: italic;
}

p.news-source a {
	text-decoration: none;
}

p.news-source a:hover {
	text-decoration: underline;
}

ul.news li div.media {
	float: left;
	margin-right: 15px;
}

ul.news li div.info {
	overflow: hidden;
}

li.video p {
	margin-top: 5px;
}

ul.callout-downloads li a {
	background: url(/_res/images/common/pdf_icon_mini.gif) top left no-repeat;
	padding-left: 26px;
}

div.basketball-gala-2 ul.no-col, div.table-sponsorships-1 ul.no-col {
	margin-left: 40px;
	clear: left;
}

div.basketball-gala-2 ul.no-col ul div.table-sponsorships-1 ul.no-col ul {
	margin-left: 0;
}

span.reserve {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	border: 1px solid #ccc;
	margin: 5px 5px 10px 0;
	padding: 5px;
	float: left;
	text-decoration: none;
}

#torch {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 20px 0 0px;
}

span.reserve a {
	text-decoration: none;
}

p.tighter {
	font-size: 14px;
	line-height: 16px;
}

p.donate + .li_container {
	margin-top: -15px;
}

.raffle-items div.media, .raffle-item-wrap div.media {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

.raffle-items div.media img, .raffle-item-wrap div.media img {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
}

div.content {
	overflow: hidden;
	padding-top: 10px;
}

p.button {
	margin: 20px 0px 20px 0px;
}


p.button a {
	text-decoration: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
line-height: 18px;
}


button.css3button {
	
}

p.question {
	margin-top: 20px;
	margin-bottom: 5px;
}

p.answer {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.raffle-items .media img {
	max-width: 80px;
}


.raffle-items h4 {
	margin-bottom: 0px;
}

.raffle-items .raffle-item {
	width: 294px;
	float: left;
}

.raffle-items .raffle-item.first {
	border-right: 1px solid #ccc;
	padding-right: 20px;
	margin-right: 20px;
}

span.xtra {
	display: inline-block;
	margin-top: 10px;
	margin-left: 3px;
	font-size: 14px;
	line-height: 16px;
	color: #618db5;
	margin-bottom: 0;
}


.raffle-items span.xtra {
	margin-left: 0;
	margin-top: 5px;
	text-align: center;
}



span.xtra a:hover {
	text-decoration: underline;
}

.raffle-items div.content {
	height: 220px;
}

.soon span {
	visibility: hidden;
}

.soon .orange.awesome, .soon .orange.awesome:visited		{ background-color: #ccc; }
	.soon .orange.awesome:hover							{ background-color: #ccc; }

.raffle-items p.button {
	text-align: center;
	margin-bottom: 10px;
}

.raffle-items div.content p {
	margin-bottom: 0;
}

span.xtra a, span.xtra a:visited {
	color: #618db5;
	line-height: 14px;
}

.raffle-items p {
	font-size: 13px;
	line-height: 15px;
}

table.scores {
	font-size: 16px;
	width: auto;
}

table.scores td {
	background: none;
}

.game-1, .game-2 {
	float: left;
	width: 250px;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	margin-right: 20px;
}

.game-1 {
	margin-left: 20px;
	margin-bottom: 30px;
}

.game-1 img, .game-2 img {
	vertical-align: middle;
	margin-right: 15px;
}

.game-2 {
	
}

.game-1 span, .game-2 span {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;

	vertical-align: middle;
}


.awesome, .awesome:visited {
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 17px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #aa0534; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover {}


div.twenty-years {
	position: absolute;
	top: 0;
	left: 700px;
}

div.twenty-years a {
	width: 81px;
	height: 130px;
	display: block;
	text-indent: -999999px;
	background: url(/_res/images/common/20-years-90.png) top left no-repeat;
}

.logo-callout {
	width: 250px;
	margin: 0 20px 0 20px;
	float: right;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.logo-callout p {
	margin: 0 !important;
	white-space: nowrap;
}

.logo-callout p.caption {
	font-size: 13px;
}

.badge-stamps {
	margin-left: -120px;
}

.badge-stamps img {
	max-width: 240px;
	display: inline;
}


.badge-stamps p {
	margin: 0;
}

.badge-stamps {
	text-align: center;
}

p.with-button {
	margin: 30px 0 40px 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 30px 0;
}

a.button {
	display: inline-block;
	background: #f8981c;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.1em;
	padding: 20px 30px;
	font-size: 24px;
	color: #000;
}

a.button:hover {
	background: #fdc889;
}

ul.donors li {
	font-size: 20px;
	margin: 20px 0;
}

.one-col .primary {
	float: none;
	width: auto;
	padding: 40px 0 80px 0;
}

.one-col .primary .section:last-child {
	background: none;
}

.center {
	text-align: center;
}

.image-callout {
	float: right;
	margin: 0px 0px 20px 40px;
	width: 400px;
}

.image-callout img {
	border-radius: 10px;
	max-width: 100%
}

.donors img {
	max-width: 200px;
}

.caption {
	font-size: 80%;
	display: block;
	margin-top: 10px;
	font-style: italic;
	text-align: center;
}

.donate-button-wrapper {

}

.donate-button {
	margin-top: 20px;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-weight: 700;
	zoom: 1;
	font-size: 20px;

	background: #FFF8F0;
background: linear-gradient(180deg, rgba(255, 248, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
	

}

.donate-button a {

}

.donate-button:hover {
	background: #FEFBF7;
background: linear-gradient(180deg, rgba(254, 251, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);


}

.donate-button img {
	margin-right: 10px;
}

.donate-button span {
	padding-top: 4px;
}

.primary .donate-button-wrapper {

	/*margin: 40px 0;*/

}

.secondary {
	position: relative;
	overflow: visible;
}

.secondary-content-wrapper {
	position: sticky;
	top: 20px;
}

#main-content {
	display: flex;
}

.primary, .secondary {
	float: none;
}

#badges h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}


.donation-row {
	text-align: center;
	/*background: #d6e7f2;
	border-top: 1px solid #aacde3;
	padding: 20px;
	border-radius: 10px;*/
	margin: -15px 0 -30px 0;
	padding: 10px 0;
}

.donation-row h2 {
	font-size: 32px;
	text-transform: none;
	margin-top: 0px;
}

.donations {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: stretch;
}

.donations .donation-wrapper {
	width: 50%;
	background: #0173bc;
	padding: 20px 20px 70px 20px;
	border-radius: 10px;
	position: relative;
	display: table;
	color: #fff;

	box-sizing: border-box;
}

.donation-row.golf .donation-wrapper {
	background: #8dc641;
}

.donation-row.about .donation-wrapper {
	background: #faa53f;
	/*background: #e89c3f;*/
}

.donation-row.coats .donation-wrapper {
	background: #0173bc;
}

.donation-row.involved .donation-wrapper {
	/*background: #ab0535;*/
	background: #e1480b;
}

.donations .donation-wrapper .donation { 
}

.donation p {
	font-size: 20px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
	text-wrap: pretty;
}

.donation .donate-button-wrapper {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
}


.donate-button-v2 {
	
	font-size: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 10px 24px;
	
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;

	background: #FFF8F0;
background: linear-gradient(180deg, rgba(255, 248, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);

	display: inline-block;	

}



.donate-button-v2 img {
	display: none;
}

.donate-button-v2:hover {
	background: #FEFBF7;
background: linear-gradient(180deg, rgba(254, 251, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
color: #000;
text-decoration: underline;

}

.donate-button img {
	margin-right: 10px;
}

.donate-button span {
	padding-top: 4px;
}

.video-wrapper-wrapper {
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	 margin: 0px 0px 30px 0px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 96%;
    padding-top: 25px;
    height: 0;
    max-width: 100%;
   
}

.video-wrapper.widescreen {
	position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    max-width: 100%;
    margin-bottom: 10px;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
