/* colors
original crimson: #b00b3;
firebrick crimson: #a60c35;
darker crimson: #7E0928;
*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

/*  Superfish menu */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-vertical {
  width: 100%;
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

.sf-vertical li ul li {
  min-width: 15em;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}


/****************************************************/

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
input[type=radio].radio-button {
	display:none;
}
input[type=radio].radio-button + label.radio-label {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}
input[type=radio].radio-button:checked + label.radio-label {
	background-position: 0 -25px;
}
label.radio-label {
	background-image:url(/images/radio-buttons.png);

}

header, section, footer, nav {
	display: block;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: -90px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	margin: 15px 0px;
}
h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

a {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

p, dt, dd {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 26px;
}

p.center {
	text-align: center;
}
td{
	padding: 8px 20px;
}
th {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding: 8px 20px;
}

/*--- COLORS
-----------------------------*/

p, table, li, td, span, dt {
	color: #656565;
}

dd {
	font-weight: bold;
}

a {
	color: #a60c35;
}


/*--- Clearfix ----*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#background-container1 {
	background: url(images/body-bg.jpg) no-repeat center top;
}
#background-container2 {
	background: url(images/bottom-texture.png) repeat-x center bottom;
}

#wrapper {
	background: #fff;
	position: relative;
	z-index:1;
	max-width: 1010px;
	border-left: 5px solid #d4d4d4;
	border-right: 5px solid #d4d4d4;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
	box-shadow: 0 0 7px 3px rgba(0,0,0,.3);
	min-height: 966px;
	padding: 0;
}



header {
	background: url(images/header-bg.jpg) no-repeat center top;
	height: 151px;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
}

header .logo {
	text-indent:-9999px;
	white-space: nowrap;
	overflow:hidden;
	display: inline-block;
	vertical-align: top;
	width: 667px;
	height:113px;
	background:url(images/logo.png) no-repeat;
}

header div {
	max-width: 1000px;
	margin: 0 auto;
}

nav {
	text-align: center;
}


.shadow {
	-moz-box-shadow:    0px 0px 6px 3px rgba(0,0,0,.7);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,.7);
	box-shadow:         0px 0px 6px 3px rgba(0,0,0,.7);
}
.no-padding
{
    padding:0px;
}

/*- Navigation
-------------------------------------------------------------------------*/

#main-menu {
	display: inline-block;
	background: #494949;
	border-bottom: 4px solid #676666;

}
#mobile-main-menu {
	display:none;
}
.mobile-menu-trigger {
	display:none;
}
#jPanelMenu-menu .donate-button{
	display:none;
}
#main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main-menu li {
	float: left;
}

#main-menu a:hover, #main-menu a:focus {
	text-decoration: underline;
}

#main-menu a {
	padding: 8px 15px 6px;
	display: block;
	font-size: 13px;
	font-weight: normal;

	border-right: 1px solid #676666;

	/* ORIGINAL DESIGN
	margin: 0 1px 0 0;
	background: -webkit-linear-gradient(#676666, #969595); 
	background: -o-linear-gradient(#676666, #969595);
	background: -moz-linear-gradient(#676666, #969595); 
	background: linear-gradient(#676666, #969595); 
	border: 1px #969595 solid;
	border-radius: 2px;*/
}
#main-menu li:last-child a {
	border-right: 0;
}
#main-menu li:hover > a, #main-menu li:focus > a {

	background: #888;
	/* ORIGINAL DESIGN
	background: -webkit-linear-gradient(#808080, #ccc); 
	background: -o-linear-gradient(#808080, #ccc);
	background: -moz-linear-gradient(#808080, #ccc); 
	background: linear-gradient(#808080, #ccc); */
}
/*#main-menu li ul {
	position: relative;
	width: 10em;
	display: none;
	padding-top: 6px;
	z-index: 9999;

}*/

#main-menu li:hover ul {

}

#main-menu .nav-arrow {
	display: inline-block;
	width: 12px;
	height: 6px;
	background: url(images/nav-arrow.png) no-repeat 0 0;
	margin: 0 0 2px 10px;

}

#main-menu ul li ul.submenu > li {
	display: block;
	float: left;
	width: auto;
}

#main-menu .sub-menu li a {
	background: #a60c35;
	border: 0;
	width: 210px;
	border-bottom: 1px solid #c13865;
	border-radius: 0;
	text-align: left;
	padding: 8px 30px;
}
#main-menu .sub-menu li a:hover, #main-menu .sub-menu li a:focus {
	background: #fff;
	color: #a60c35;
	text-decoration: underline;
}
#main-menu .sub-menu li:first-child a {
	/* ORIGINAL DESIGN
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0; */
}
#main-menu .sub-menu li:last-child a {
	border: 0;
	/* ORIGINAL DESIGN
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px; */
}
#slideshow-container {
	clear:both;
	text-align: center;
	/* border-bottom: 30px #7b7b7b solid; ORIGINAL DESIGN */
	padding-bottom: 44px;
	background: #494949 url(images/grey-bg2.png) repeat;
	width: 100%;
}
#slideshow {
	max-width: 1000px;
	margin: 0 auto;
	z-index: 50;
	position: relative;
	overflow: hidden;
}


.rotator-control {
	position: absolute;
	z-index:400;
	width: 762px;
	top: 15px;
	height: 30px;
}
.flex-control-nav {
	position:static;
	margin: 10px 0 0 -2px;
}
.flex-control-paging li a {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
	box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
}
.flex-control-paging li a:hover { 
	background: rgba(166,12,53,1);
}
.flex-control-paging li a.flex-active { 
	background: rgba(166,12,53,1);
	color: #ffffff;
}
.rotator-control .flex-direction-nav {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 430px;
	margin-left: -308px;

}

.rotator-control .flex-direction-nav a {
	background: url(images/slide-nav-arrows.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	z-index:999;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin-top: -27px;
	webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;

}
.rotator-control .flex-direction-nav a.flex-next:before {
	content: none;
}
.rotator-control .flex-direction-nav .flex-prev {
	left: 197px;
	background-position: 12px -73px;
}
.rotator-control .flex-direction-nav .flex-prev:hover, .rotator-control .flex-direction-nav .flex-prev:active {
	background-position: 12px -113px;
}
.rotator-control .flex-direction-nav .flex-next {
	right: 15px;
	background-position: 12px 7px;
}
.rotator-control .flex-direction-nav .flex-next:hover, .rotator-control .flex-direction-nav .flex-next:active {
	background-position: 12px -33px;
}

#slideshow ul {
	max-width: 1000px;
	margin: 0 auto;

}
#slideshow img {
	z-index: 1;
	width: 100%;
	display: block;
}

#floating-menu {
	background: url(images/floating-menu-bg.png) transparent left top repeat;
	width: 180px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 151px;
	padding: 10px 0 0;
	z-index: 300;
	height: 500px;
}


#floating-menu nav {
	border-top: 1px #969595 solid;
}

nav a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

#floating-menu nav a {
	display: block;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px #969595 solid;
	padding: 10px;
	background: #494949;
	color: #FFFFFF;
}

#floating-menu nav a:hover, #floating-menu nav a:focus {
	background: #a60c35;
	text-decoration: underline;
}

.donate-button-container {
	margin: 16px auto 27px;
	text-align: center;
	height: 52px;
	position: absolute;
	top: 305px;
	left: 0;
	width: 100%;
}
.button, .donate-button {
	display: inline-block;
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 35px;
	text-align: center;
	border: 1px solid #fff;
	/* ORIGINAL DESIGN
	border: 1px #7B7B7B solid;
	border-radius: 3px; */
	font-size: 18px;
	font-weight: normal;
}
.home .donate-button  {
	border:0;
}
.button.red, .donate-button.red {
	background-color: #a60c35;
	color: #fff;
	border-color: #a60c35;
}
.button.red:hover, .donate-button.red:hover {
	background-color: #fff;
	color: #a60c35;
}
.donate-button.white {
	background-color: #fff;
	color: #a60c35;
}
.donate-button.white:hover {
	background-color: #a60c35;
	color: #fff;
}
#menu-logo {
	background: url(images/script-a.png) #a60c35 right top no-repeat;
	margin: 20px 0 20px 0;
	height: 30px;
}
#menu-logo-home {
	margin: 20px 0 20px 0;
	height: 30px;
}

#home-content-container {
	background: transparent;
}
#home-content-container h1,
#home-content-container h2,
#home-content-container h3,
#home-content-container h4,
#home-content-container h5,
#home-content-container h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
}
#home-content {
	width: 825px;
	min-height: 400px;
	margin: -90px auto 0;
	background: #7b7b7b url(images/grey-bg-fade.png) repeat-x center top;
	padding: 70px 30px 30px;
	position: relative;
	z-index: 300;
	overflow: hidden;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-top: 5px solid #424242;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#home-content p {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

a.video {
	position: relative;
	display: block;
}

#inspire1, #inspire2 {
	width: 380px;
	float: left;
}

#inspire1 {
	padding-right: 30px;
	border-right: 1px #696868 solid;
}

#inspire2 {
	padding-left: 30px;
}
.inspire-video-popup {
	display: none;
	max-width: 640px;
}


#inform-panels {
	text-align: center;
	margin: 0 0 60px 33px;
	position: relative;
	clear: both;
}

.inform {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	width: 33%;
}
.inform a {
	position: absolute;
	display: block;
	width: 180px;
	height: 40px;
	background: #a60c35;
	color: #fff;
	text-align: left;
	padding: 0 0 0 47px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.inform a:after {
	content: "";
	position: absolute;
	right: -28px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 28px;
	border-color: transparent transparent transparent #a60c35;
}
.inform a .right-arrow {
	width: 27px;
	height: 27px;
	background: url(images/right-arrow-sm.png) no-repeat;
	display: block;
	position: absolute;
	left: 10px;
	top: 8px;
}
.inform a:hover {
	width: 190px;
}
.inform h6 {
	text-align: left;
}

.play-button {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url(images/play-button-white.png) no-repeat 0 0;
}
.inspire a:hover span.play-button {
	background-position: 0 -80px;
}


/*- Internal Pages
-------------------------------------------------------------------------*/

.internal #slideshow-container {
	border-width: 45px;
	position: relative;

}
.internal #slideshow {
	max-height: 400px;
	border: 0;
}
.internal .rotator-control {
	bottom: 5px;
	top: auto;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}
.internal .rotator-control .flex-control-nav {
	margin-top: 8px;
}

.internal #floating-menu {
	height: 400px;
}

.internal .donate-button-container {
	background: #a60c35;
	padding: 6px 0;
}

.internal .flex-control-nav {
	bottom: 10px;
}

.generic-page-header .donate-button {
	position:relative;
	z-index: 400;
	border: 1px solid #fff;
	padding: 5px 25px;
}

.mobile-page-header {
	display: none;
}
.internal-page-header {
	position: absolute;
	z-index: 200;
	top: 457px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

.internal-page-header h1 {
	position: relative;
	display: inline-block;
	margin-left: 179px;
	background: #a60c35;
	padding: 0 50px;
	height: 52px;
	color: white;
	font-size: 24px;
	line-height: 52px;
	margin-bottom: 0;
}
.internal-page-header h1:after {
	content: "";
	position: absolute;
	right: -43px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52px 0 0 43px;
	border-color: transparent transparent transparent #a60c35;
}




/*- Internal Sub Pages
-------------------------------------------------------------------------*/
.internal.subpage header{
	height: 437px;
}

.internal.subpage #floating-menu {
	height: 285px;
	padding-top: 14px;
}
.generic-page-header {
	position: relative;
}
.generic-page-header h1 {
	position: absolute;
	z-index: 400;
	bottom: 17px;
	left:0;
	display: inline-block;
	margin: 0;
	background: #a60c35;
	padding: 0 50px 0 250px;
	height: 52px;
	color: white;
	font-size: 24px;
	line-height: 52px;
}
.generic-page-header h1:after {
	content: "";
	position: absolute;
	right: -43px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52px 0 0 43px;
	border-color: transparent transparent transparent #a60c35;
}
.generic-page-header h1 .donate-button {
	position: absolute;
	left: 68px;
	line-height: 26px;
	top: 7px;
	background: #a60c35;
	color: #fff;
}
.generic-page-header h1 .donate-button:hover {
	background: #fff;
	color: #a60c35;
}



/*- Main Body
-------------------------------------------------------------------------*/


.body-container {
	width: 1000px;
	margin: 0 auto;
}
.body-container:before {
	content: " ";
	display: table;

}
.body-container:after {
	clear: both;
	content: " ";
	display: table;
}
.main-content {
	width: 640px;
	padding: 50px 40px 40px;
	float: left;
	color: black;
}
.common-message {
	width: 100%;
	padding: 0 40px 40px;
	float: left;
	color: black;
}
.body-container.wide .main-content {
	width: 100%;
}
.main-content h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}
.main-content h2 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}
.main-content img {
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.main-content p, .main-content ul, dd, dt {
	margin-bottom: 26px;
}
.main-content li {
	font-size: 14px;
	line-height: 26px;
}
.main-content li ul {
	margin-bottom: auto;
}
.main-content .content-block {
	margin-bottom: 60px;
}

.main-content .subpage-block {
	text-align: center;
}
.subpage-block a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 80%;
	background: #f2f2f2;
	clear: both;
	margin: 10px 0;
	padding: 20px 25px;
	border-left: 5px solid #a60c35;
	-webkit-box-shadow:inset 0 -5px 0 0 #e2e2e2;
	box-shadow:inset 0 -5px 0 0 #e2e2e2;
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	color: #a60c35;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.common-message .subpage-block a {
	margin: 0 auto;
	display: block;
}
.subpage-block a:hover, .subpage-block a:active {
	background: #a60c35;
	color: #fff;
	-webkit-box-shadow:inset 0 -5px 0 0 #a60c35;
	box-shadow:inset 0 -5px 0 0 #a60c35;
}
.subpage-block a .arrow {
	display: inline-block;
	margin-left: 12px;
	width: 10px;
	height: 19px;
	background: url(images/red-arrow-right.png) no-repeat;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.subpage-block a:hover .arrow, .subpage-block a:active .arrow {
	opacity: 0;

}
.subpage-block a .white-arrow {
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-left: -5px;
}
.subpage-block a:hover .white-arrow, .subpage-block a:active .white-arrow {
	opacity: 1;
	display: inline-block;
	margin-left: 5px;
	width: 10px;
	height: 19px;
	background: url(images/white-arrow-right.png) no-repeat;
}

.main-content th {
	padding-bottom: 5px;
	border-bottom: 2px solid #a60c35;
	color: #000;
}
.main-content th.telephone {
	min-width: 175px;
	margin-bottom: 20px;
}
.main-content table .top td {
	padding-top: 25px;
}
.main-content table tr:hover {
	background: #f2f2f2;
}
.main-content .gallery img {
	max-width: 560px;
}

.sidebar {
	float: right;
	width: 360px;
	padding: 50px 40px 40px 0;
}
.sidebar-content {
	background: #f2f2f2 url(images/grey-bg-fade2.png) repeat-x center top;
	padding: 26px 22px;
	-webkit-box-shadow: 0 3px 5px 2px rgba(0,0,0,.3);
	box-shadow: 0 3px 5px 2px rgba(0,0,0,.3);
	border-top: 5px solid #a60c35;
}

.sidebar-content h2{
	color: #a60c35;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 22px;
}

.sidebar-content  h4 {
	color: white;
}
.sidebar-block {
	text-align: center;
	position: relative;
	margin: 35px 0;
}
.sidebar-block:first-child {
	margin-top: 0;
}
.sidebar-block img {
	max-width: 268px;
	display:block;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.sidebar-content .first {
	margin-top: 0;
}
.sidebar-block h4 {
	position: absolute;
	bottom: 5px;
	z-index: 200;
	text-align: center;
	width: 97%;
	background: rgba(166,12,53,.4);
	padding: 6px 0;
	left: 0px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.sidebar-block h4:hover, .sidebar-block:hover a > h4 {
	background: rgba(166,12,53,.8);
}

.sidebar-block .addresses {
	text-align: left;
}
.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
}
.sidebar-menu li  {
	text-align: left;
	padding: 6px 0;
}
.sidebar-menu a {
	position: relative;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
.sidebar-menu a:before {
	content: "";
	display: block;
	width: 12px;
	height: 11px;
	position: absolute;
	left: -21px;
	top:5px;
	background: url(images/sidebar-menu-right-arrow.png) no-repeat 0 0;
}
.sidebar-menu a:hover {
	color: #a60c35;
}
.sidebar-menu a:hover:before {
	background-position: 0 -20px;
}

.body-container .main-content.otherlinks {
	width: 100%;
	padding: 40px;
	float: left;
}
.main-content.otherlinks table {
	width: 100%;
}
.lifetime-giving h2, .donor-endowments h2 {
	font-size: 21px;
	color: #a60c35;
	clear:both;
}
.lifetime-giving .columns, .donor-endowments .columns {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.columns .column1, .columns .column2 {
	float: left;
	width: 45%;
}
.columns .column1 {
	margin-right: 10%;
}

/*- Forms	
-------------------------------------------------------------------------*/
input, textarea, select {
	padding: 8px;
	color: black;
	width: 100%;
}
select {
	cursor: pointer;
}
label {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 7px;
	display: inline-block;
	text-align: left;
}
input[type='checkbox'] {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	margin-right: 4px;
}
.main-content .contact-form {
	margin-bottom: 0;
}
.main-content #contact-form {
	width: 80%;
	margin: 0 auto;
}
.form-row {
	position: relative;
	text-align: left;
	margin: 0 0 24px;
}
.error {
	color: red;

} 
#contact-form #lblDescription {
	margin: 25px 0 5px;
	text-transform: none;
}
.button {
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 16px;
	border: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #a60c35;
}
.sidebar .button {
	background: #a60c35;
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	margin: 10px 0;
	font-size: 18px;
	border: 1px solid #a60c35;
}
.sidebar .button:hover {
	background: #fff;
	color: #a60c35;
	border: 1px solid #bbb;
}

/*- Staff Page	
-------------------------------------------------------------------------*/
#staff h2 {
	margin-bottom: 30px;
}
#staff h3 {
	margin-bottom: 7px;
}
#staff .staff-member {
	padding: 20px;
}
#staff .staff-member.last {
	margin-bottom: 30px;
}
#staff .staff-member:nth-child(even) {
	background: #fff;
}
#staff .staff-member:nth-child(odd) {
	background: #f2f2f2;
}
#staff .headshot {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
#staff .headshot img {
	max-width: 160px;
}
#staff .name-and-title {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	max-width: 260px;
}
#staff h3 {
	color: #a60c35;
}
#staff .name-and-title ul {
	list-style: none;
	margin-top: 0;
	padding: 0 0 0 10px;
}
#staff .name-and-title li {
	font-size: 13px;
}



/*- Videos (Masonry)	
-------------------------------------------------------------------------*/
.gutter-sizer {
	width: 5%;
}
#videos .item {

	margin-bottom: 5%;
	width: 30%;
	height: 420px;
	background: #f2f2f2;
	padding: 5px;
	border: 1px solid #e9e9e9;

}

#videos .item img {
	max-width: 265px;
	max-height: 153px;
	padding:0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
#videos h3 {
	color: #a60c35;
	font-size: 17px;
	margin:12px 0 8px;
	padding: 0 10px;
}
#videos p {
	font-size: 13px;
	line-height: 23px;
	padding: 0 10px;
}
#videos .item.w2 {

}
#videos .play-button {
	top: 25%;
}
#videos a:hover span.play-button {
	background-position: 0 -80px;
}


.item iframe,
.item object,
.item embed {
    width: 100%;
    height: 100%;
}

#video-code {
	display: none;
}

.videopopup {
}

/*- Footer
-------------------------------------------------------------------------*/

footer {
	min-height: 333px;
	text-align: center;
	color: #4e4d4d;
	clear: both;
	width: 100%;
}
footer:before {
	content: " ";
	display: table;

}
footer:after {
	clear: both;
	content: " ";
	display: table;
}

footer a {
	color: #4e4d4d;
}

#slideshow .skdslider ul.slide-navs {
	top: 80%;
}

#slideshow .skdslider a.prev, #slideshow .skdslider a.next, #slideshow .skdslider a.pause, #slideshow .skdslider a.play {
	top: 210px;
}

h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
}

/*- Endowed Scholarships
-------------------------------------------------------------------------*/
#page-last-updated p {
	margin: -25px 0 10px;
	text-align: right;
}
#endowment-chart {
	width: 100%;
	border-top: 5px solid #a60c35;
	background: #fff url(images/grey-bg-fade2-long.png) repeat-x center top;
	padding-top: 20px;
}
#endowment-chart h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #a60c35;
	padding-left: 20px;
	margin-bottom: 35px;
}
#endowment-chart .chart-switches {
	float: right;
	margin-right: 15px;
	margin-top: -20px;
}
#endowment-chart .chart-switches .switch {
	display: inline-block;
	margin: 0 15px;
	text-align: center;
}
#endowment-chart .chart-switches span {
	color: #000;
}
#endowment-chart .chart-switches span.active {
	background: #a60c35;
	padding: 13px 12px 15px;
	color: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#endowment-chart .chart-switches a {
	color: #000;
	text-decoration: none;
}
#endowment-chart .chart-switches a:hover {
	color: #a60c35;
}
#endowment-chart .chart-switches .icon {
	background: url(images/chart-selector-icons.png) no-repeat;
	display: block;
	width: 27px;
	height: 26px;
	margin: 0 auto 7px;
}
#endowment-chart .chart-switches .chart-view .icon {
	background-position: 0 -60px;
}
#endowment-chart .chart-switches .chart-view .icon:hover, #endowment-chart .chart-switches a.chart-view:hover > .icon {
	background-position: 0 -0px;
}
#endowment-chart .chart-switches .chart-view.active .icon {
	background-position: 0 -30px;
}
#endowment-chart .chart-switches .sport-view .icon {
	background-position: 0 -150px;
}
#endowment-chart .chart-switches .sport-view .icon:hover, #endowment-chart .chart-switches a.sport-view:hover > .icon {
	background-position: 0 -90px;
}
#endowment-chart .chart-switches .sport-view.active .icon {
	background-position: 0 -120px;
}
#endowment-chart table {
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
#endowment-chart tr.header {
	background: #fff;
}
#endowment-chart tr.header th {
	background: #fff;
	border: 0;
	font-size: 22px;
	font-family: 'Fjalla One', Helvetca, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px 0;	
	text-align: center;
}
#endowment-chart .aside {
	background: #fff;
	border: 1px solid #b2b2b2;
	padding: 14px 40px;
	width: 80%;
	margin: 30px auto 50px;
	text-align: center;
}
#endowment-chart .aside h3 {
	display: inline-block;
	color: #a60c35;
	font-size: 18px;
	font-family: 'Fjalla One', Helvetca, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 20px;
}
#endowment-chart .aside h3 .alt {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Open Sans';
	text-transform: none;
}
#endowment-chart .sport-col {
	width: 250px;
}
#endowment-chart .scholarships-col {
	width: 160px;
}
#endowment-chart .goal-col {
	width: 200px;
}
#endowment-chart .percent-col {
	width: 200px;
}
#endowment-chart .give-col {
	width: 100px;
}
#endowment-chart table td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	color: #000;
	font-size: 16px;
	padding: 10px 0;
}
#endowment-chart #totals td {
	font-weight: bold;
}
#endowment-chart table td:first-child {
	border-left: 0;
}
#endowment-chart table td:last-child {
	border-right: 0;
}
#endowment-chart tr:hover {
	background: #eee;
}
#endowment-chart tr:last-child td {
	border-bottom: 0;
}
#endowment-chart .tooltipstered:hover {
	cursor: pointer;
}
.tooltipster-default {
	color: #a60c35;
	background: #fff;
	border: 0;
	border-radius: 0;
	-wekbit-border-radius: 0;
	-moz-box-shadow:    0px 0px 7px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,.5);
	box-shadow:         0px 0px 7px 3px rgba(0,0,0,.5);
}

.tooltipster-default .tooltipster-content {
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 20px;
	font-size: 16px;
}

/*- Homepage Infographics
-------------------------------------------------------------------------*/
#Stage_Group:hover, #Stage_Group2:hover, #Stage_Group3:hover, #Stage_Group4:hover, #Stage_Group5:hover, #Stage_Group6:hover, #Stage_Group7:hover {
	cursor: pointer;
}
/*#Stage_Group:hover > #Stage_scholarship_circle, #Stage_endowments_circle:hover, #Stage_honorary_gifts_circle:hover, #Stage_gifts_circle:hover, #Stage_naming_opportunities_circle:hover, #Stage_bequests_circle:hover, #Stage_pledges_circle:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);

}
#Stage_scholarship_circle, #Stage_endowments_circle, #Stage_honorary_gifts_circle, #Stage_gifts_circle, #Stage_naming_opportunities_circle, #Stage_bequests_circle, #Stage_pledges_circle {

}*/

/*- Fancybox
-------------------------------------------------------------------------*/
.fancybox-skin {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f2f2f2;
	border-top: 5px solid #a60c35;
}
.fancybox-close {
	top: 6px;
	right: 5px;
	z-index: 999;
}
.fancybox-title {
	position: relative;
	top: -16px;
	left: 13px;
	font-size: 22px;
	font-family: 'Fjalla One', Helvetca, Arial, sans-serif;
	color: #a60c35;
	text-transform: uppercase;
	z-index: 900;
}


/*- Donate Page
-------------------------------------------------------------------------*/
#donate {
	padding: 0 25px 25px;
	text-align: center;
}
#donate .content-block {
	margin-bottom: 40px;
}
#donate h1 {
	color: #a60c35;
	margin: 0 0 15px;
	text-align: left;
}
#donate h3 {
	display: inline-block;
	padding: 0 40px 7px;
	color: #333;
	border-bottom: 3px solid #333;
	margin: 0;
	position: relative;
	clear:both;
}
#donate h3:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: url(/images/right-arrow-red-sm.png) no-repeat;
	position: absolute;
	left:-2px;
	top:2px;
}
#donate h4 .small {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}
#donate .drive-selector {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}
#donate .drive-selector li {
	display: inline-block;
	width: 28%;
	margin: 2%;
	vertical-align: top;
}
#donate #priority-drives li:first-child, #donate #priority-drives li:nth-child(2) {
	width: 44%;
}
#donate .drive-selector li a {
	display: block;
	padding: 35px 5px;
	text-align: center;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #aaa;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	min-height: 124px;
}
#donate .drive-selector li a:hover {
	background: #d9d9d9;
	color: #a60c35;
}
#donate .drive-selector li a.selected, #donate .drive-selector li a:active {
	background: #d9d9d9;
}
#donate #azlistings, #donate #sportlistings {
	font-size: 16px;
	cursor: pointer;
}
#donate #azlistings:hover {
	cursor: pointer;
}
#donate #azselector, #donate #sportselector {
	display: none;
	width: 700px;
	margin: 30px auto 0;

}
#donate #azselector .leftcol {
	float: left;
	width: 320px;
	margin-right: 40px;
	text-align: left;
}
#donate #azselector .rightcol {
	float: left;
	width: 320px;
	text-align: left;
	margin-bottom: 50px;
}
#donate .pledge-selector {
	margin-left: 88px;
}
#donate .pledge-information .form-row {
    width:300px;   
}
#donate .pledge-selector input {
	color: #000;
}
#donate .pledge-selector label a {
	display: inline-block;
	font-size: 14px;
	color: #a60c35;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	width: 185px;
	text-align: left;
}
#donate .pledge-selector label a:hover {
	text-decoration: underline;
}
#pledge-descriptions {
	display: none;
}
.pledge-description {
	padding: 25px 40px;
	max-width: 700px;
}
#pledge-security table {
	background: #e2e2e2;
	padding: 20px;
	width: 100%;
}
#pledge-security td, #pledge-security th {
	border: 1px solid #333;.
}
#pledge-security th {
	text-align: center;
}
#pledge-security td {
	width: 49%;
}
#pledge-security td.firstcol {
	text-align: right;
}
#pledge-security td.secondcol {
	text-align: left;
}
#donate .fund-amount {
	display: block;
	margin: 30px auto 5px auto;
	width: 217px;
}
#donate .button {
	background: #a60c35;
	color: #fff;
	width: 25%;
	border: 1px solid #a60c35;
}
#donate .button:hover {
	background: #fff;
	color: #a60c35;
}


#donate li.drive-selected a
{
    background:#a60c35;
    color: #FFFFFF;
}
#donate li.drive-selected a:hover
{
    background:#656565;
    color: #FFFFFF;
}
#donate li.method-selected a
{
    background:#a60c35;
    color: #FFFFFF;
}
#donate li.method-selected a:hover {
    background:#656565;
    color: #FFFFFF;
}

#city
{
    padding:0px;
    width:150px;
}

#state
{
    padding:0px;
    width:75px;
}

#zip
{
    padding:0px;
    width:75px;
}
.donate-amt .form-row
{
    width:217px;
}
.form-row {
	color: black;
}

/*- coverflow (Endowed Scholarhips)
-------------------------------------------------------------------------*/
.endowment-sports {
	padding-top: 45px;
	position: relative;
}
.endowment-sports .prev button, .endowment-sports .next button {
	position: absolute;
	z-index: 9999;
	display: block;
	width: 100px;
	height: 80px;
	background: transparent url(/images/sport-arrows.png) no-repeat;
	border: 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	outline: 0;
}
.endowment-sports .prev button {
	left: 109px;
	top: 0px;
	background-position: 25px 1px
}
.endowment-sports .next button {
	right: 114px;
	top: 0;
	background-position: 35px -100px
}

#coverflow-wrapper {
	height: 600px;
}
#coverflow .item {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
	box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
	width: 430px;
	padding-bottom: 25px;
	text-align: center;
}
#endowment-chart #coverflow h1 {
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	background: #a60c35;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: left;
}
#coverflow .stats {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 5px 20px;
}
#coverflow .stats li {
	border-bottom: 1px solid #d9d9d9;
	padding: 12px 0;
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#coverflow .stats li:last-child {
	border-bottom: 0;
}
#coverflow .stats h3 {
	display: inline-block;
	color: #a60c35;
	font-family: 'Open Sans', sans-serif;
	margin: 0; 	
	font-size: 20px;
	font-weight: bold;
	width: 235px;
}
#coverflow .item.active {
	cursor: auto;
}
#coverflow .item p {
	padding: 5px 20px;
	text-align: left;
	margin: 0 0 10px;
}

.endowment-sports .all-sports {
	margin-top: 50px;
}
.all-sports {
	text-align: center;
}
.all-sports h2 {
	color: #a60c35;
}
.all-sports .sport-select {
	outline: 0;
	padding: 8px 26px;
	color: #000;
	background: #d9d9d9;
	display: inline-block;
	margin: 10px 12px;
	border: 0;
	font-family: "Fjalla One", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid #b9b9b9;
}
.all-sports .sport-select:hover {
	background: #f2f2f2;
}
.thermometer {
	margin: 0 20px 20px 20px;
}
.thermometer .ui-progressbar .ui-widget-header {
	background: url("images/thermometer-bg.png") repeat-x scroll 50% 50% #A60C35;
	margin: 0;
}
.content .ui-state-active a, .content .ui-state-active a:link, .content .ui-state-active a:visited {
	color: #A60C35;
	text-decoration: underline;
}
.cut-in {
	font-weight: bold;
	font-size: 1.5em;
	color: #a60c35;
	text-align: justify;
	font-style: italic;
}
.cut-in img {
	margin: 0 15px 15px 0;
	float: left;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/*-------------------- RETINA DISPLAYS -----------------------*/
@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(mijavascript:;n-resolution: 192dpi) { 

	.inform a .right-arrow {
		background: url(images/right-arrow-sm@2x.png) no-repeat;
		background-size: 27px 27px;
	}
	#donate h3:before {
		background: url(/images/right-arrow-red-sm@2x.png) no-repeat;
		background-size: 27px 27px;
	}
}

@media only screen and (max-width: 1020px) {
	
	#background-container1 {
		background: #fff;
	}
	#background-container2 {
		background: #fff;
	}
	header {
		height: 146px;
	}
	#main-menu a {
		padding: 5px 20px;
		font-size: 12px;
	}
	#floating-menu {
		margin-left: 0;
		left: 0;
		top: 143px;
		height: 444px;
	}
	.mobile-page-header {
		display: block;
		position: absolute;
		z-index: 200;
		bottom: 10px;
		left: 0;
	}
	.internal-page-header {
		display: none;
	}
	.mobile-page-header h1 {
		position: relative;
		display: inline-block;
		margin-left: 0;
		background: #a60c35;
		padding: 0 50px 0 100px;
		height: 52px;
		color: white;
		font-size: 24px;
		line-height: 52px;
	}
	.mobile-page-header h1:after {
		content: "";
		position: absolute;
		right: -43px;
		top: 0px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 52px 0 0 43px;
		border-color: transparent transparent transparent #a60c35;
	}
	.internal #floating-menu {
		display: none;
	}

	/*- Internal Sub Pages
	-------------------------------------------------------------------------*/
	.internal.subpage header{
		height: 255px;
	}

	/*- Rotator
	--------------------------------------*/
	#slideshow .flex-direction-nav {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		margin:0;
	}
	#slideshow .flex-direction-nav .flex-prev {
		left: 15px;
	}
	.flex-control-paging li a {
		text-indent:9999px;
		background: #fff;
		-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
		box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
	}

	/*- Content
	--------------------------------------*/
	.body-container {
		width: 100%;
		margin: 10px auto 25px;
	}
	.main-content {
		width: 100%;
		padding: 25px 40px 40px;
		float: none;
	}
	.main-content img {
		margin: 0 auto;
		text-align: center;
		width: 100%;

	}
	.sport-program .content-image {
		width: auto;
		margin: 0 10px 10px 0;
	}
	.sidebar {
		clear:both;
		float: none;
		width: 80%;
		margin: 0 auto;
		padding: 25px 0;
	}
	.sidebar-block {
		max-width: 268px;
		margin-left: auto;
		margin-right: auto;
	}
	.sidebar-block img {
		width: 100%;
	}

}

@media only screen and (max-width: 870px) {

	header {
		height:90px;
	}
	header .logo {
		height:42px;
		width: 240px;
		float: left;
		background-size: 240px 41px;
		margin: 24px 0 24px 10px;

	}

	/*- Menu
	--------------------------------------*/
	#main-menu {
		display:none;
	}
	.mobile-menu-trigger {
		display:block;
		position: absolute;
		right:25px;
		top:29px;
		width: 29px;
		height:25px;
		background: url(images/mobile-menu-trigger.png) no-repeat;

		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#jPanelMenu-menu .mobile-menu-trigger-inside {
		display:block;
		position: absolute;
		left:25px;
		top:29px;
		width: 29px;
		height:25px;
		background: url(images/mobile-menu-trigger-inside.png) no-repeat;
		border:0;

		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#jPanelMenu-menu .mobile-menu-trigger-inside:hover {
		background: url(images/mobile-menu-trigger-inside.png) no-repeat;
	}
	#jPanelMenu-menu {
		background:#a60c35;
	/*	-webkit-box-shadow:inset 7px 0 10px 0 rgba(0,0,0,.5);
		box-shadow:inset 7px 0 10px 0 rgba(0,0,0,.5);*/
		padding-top:29px;
	}
	#jPanelMenu-menu ul {
		margin:0;
		padding:0;
		list-style: none;
	}
	#jPanelMenu-menu .mobile-menu-logo {
		display:block;
		text-indent: 100%;
		white-space: nowrap;
		overflow:hidden;
		width: 40px;
		height: 30px;
		background: url(images/script-a.png) no-repeat;
		border-bottom: 0;
		padding-bottom: 27px;
		margin: 0 auto;

	}
	#jPanelMenu-menu a{
		display:block;
		padding:16px 0 16px 30px;
		text-align:left;
		font-size: 16px;
		border-bottom: 1px solid #c13865;
	}
	#jPanelMenu-menu a.has-children {
		border: 0;
		padding-bottom: 10px;
	}
	#jPanelMenu-menu .sub-menu a{
		font-size: 14px;
		padding: 8px 0 8px 60px;
		border: 0;
	}
	#jPanelMenu-menu .sub-menu li:last-child {
		padding-bottom: 25px;
		border-bottom: 1px solid #c13865;
	}
	#jPanelMenu-menu .sub-menu li li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	#jPanelMenu-menu li:last-child a {
		border-bottom: 0;
	}
	#jPanelMenu-menu a:active {
		background: #fff;
		color: #a60c35;
	}
	#jPanelMenu-menu .mobile-menu-logo:hover {
		background: url(images/script-a.png) no-repeat;
	}
	#jPanelMenu-menu .donate-button {
		display: inline-block;
		margin-top: 40px;
		padding: 12px 30px;
		background: #fff;
		border: 0;
		color: #a60c35;
		font-size: 20px;
		border: 1px #fff solid;
	/*  ORIGINAL DESIGN
		border-radius: 3px; */
		margin-bottom: 45px;
		font-weight: normal;
		font-size: ;
	}
	#jPanelMenu-menu .donate-button:hover {
		background: #a60c35;
		color: #fff;
	}
	#floating-menu {
		display: none;
	}

	/*- Internal Sub Pages
	-------------------------------------------------------------------------*/
	.internal.subpage header{
		height: 190px;
	}

	/*- Rotator
	--------------------------------------*/
	#home-content {
		padding-top: 18px;
		margin-top: -60px;
	}
	#home-content .rotator-control {
		position:relative;
		width: 100%;
		top: 1px;
		height: 30px;
		display: block;
		padding:0;
		margin:0;
	}
	.flex-control-nav {
		margin: 0 0 0 -3px;
		padding-top: 9px;
	}
	.internal .flex-control-nav {
		margin: 10 0 0 2px;
		padding-top: 0;
	}

	/*- Home Bottom Content
	--------------------------------------*/
	#home-content {
		width: 80%;	
		text-align:center;
	}
	#home-content img {
		max-width:100%;
	}
	#home-content video {
		max-width: 350px;
	} 
	#home-content div:first-child {
		margin-top: 0;
	}
	#home-content div:last-child {
		border-bottom: 0;
	}
	#home-content .inspire {
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px 0 35px;
	}
	#home-content #inspire1 {
		border-right: 0;
		border-bottom: 1px #696868 solid;
	}
	#home-content p {
		max-width: 350px;
		margin: 0 auto;
	}
	#home-content #inform-panels {
		display: block;
		text-align: center;
		margin-left: -20px;
		margin-bottom: 30px;
	}

	#home-content .inform {
		display: block;
		margin-top: 50px;
		position: relative;
		padding: 20px 0 60px;
		margin: 0 auto;
		width: 200px;
	}
	#home-content .inform a {
		width: 200px;
	}
	#home-content .inform a:hover {
		width: 220px;
	} 

	/*- Videos (Masonry)	
	--------------------------------------*/
	.gutter-sizer {
		width: 2.5%;
	}
	#videos .item {
		margin-bottom: 5%;
		width: 47.5%;
		height: 300px;
	}
	#videos .item img {
		max-width: 330px;
		max-height: 182px;
	}
	#videos .play-button {
		top: 23%;
	}
	footer img {
		max-width: 100%;
	}
	
}	

@media only screen and (max-width: 600px) {

	/*- Rotator
	--------------------------------------*/
	#home-content {
		margin-top: -44px;
	}
	.flex-control-nav {
		bottom: 15px;
	}

	/*- Page Title
	--------------------------------------*/
	.mobile-page-header {
		bottom: 0;
	}
	.mobile-page-header h1 {
		padding: 10px 20px 10px 25px;
		font-size: 18px;
		height: 42px;
		line-height: 24px;
	}
	.mobile-page-header h1:after {
		right: -36px;
		border-width: 42px 0 0 36px;
	}
	.generic-page-header h1 {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.generic-page-header h1:after {
		content: none;
	}
	.generic-page-header h1 .donate-button {
		display:none;
	}


	/*- Home Bottom Content
	--------------------------------------*/

	#home-content #inspire2 {
		border-bottom: 1px #696868 solid;
	}
	#home-content #inform-panels {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#home-content .inform {

	}
	#home-content .inform h6 {
		text-align: center;
		margin-bottom: 0;
	}
	#home-content #inform2 {
		max-width: 100%;
	}

	/*- Staff Page
	--------------------------------------*/
	#staff .name-and-title, #staff .headshot {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	#staff .name-and-title {
		width: 100%;		
	}
	#staff .name-and-title h3 {
		margin-top: 15px;
	}
	#staff .name-and-title ul {
		padding: 0;
	}

	/*- Videos (Masonry)	
	--------------------------------------*/
	.gutter-sizer {
		width: 0;
	}
	#videos .item {
		margin-bottom: 6%;
		width: 100%;
		height: 375px;
	}
	#videos .item img {
		max-width: 481px;
		max-height: 265px;
	}
	#videos .play-button {
		top: 34%;
	}

	/*-- Donate
	--------------------------------------*/
	#donate .fund-amount {
		width: 90%;
	}
	#donate .button {
		width: 90%;
	}
	#donate .drive-selector li {
		width: 85%;
		margin: 4%;
	}
		#donate .pledge-selector {
		margin-left: 0;
	}

}

@media only screen and (max-width: 480px) {

	#wrapper {
		border: 0;
	}

	/*- Menu
	--------------------------------------*/

	.mobile-menu-trigger {
		display:block;
		position: absolute;
		right:25px;
		top:29px;
		width: 29px;
		height:25px;
		background: url(images/mobile-menu-trigger.png) no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#home-content {
		width: 100%;
	}

	/*- Videos (Masonry)	
	--------------------------------------*/
	#videos .item {
		height: 300px;
	}
	#videos .play-button {
		top: 25%;
	}


}

.sport-program {
	clear: both;
	overflow: auto;
	margin-bottom: 40px;
}

.content-image {
	float: left;
	margin: 0 10px 10px 10px;
}
.widecol {
	text-align: left;
}

.small {
	font-size: 50%;
}

#sports th {
	vertical-align: top;
}


.progress-label {
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 4px;
}

.ui-progressbar {
	position: relative;
}

.flex-direction-nav li {
	color: #ffffff;
}

.flex-direction-nav li a {
	text-shadow: none;
}

/***************** 1979 Season ****************/

.gallery-container {display: flex; flex-wrap: wrap;}
.gallery-column {flex-basis: 450px; flex-direction: column; display: flex;}
.gallery-item {padding: 5px; border: 1px solid #ddd; box-shadow: 0 0 5px 0 rgba(0,0,0,.2);}
.gallery-container .gallery-item img {border: none; padding: 0; box-shadow: none; width: 100%; max-width: 450px;}
.quote {color: #a60c35; font-weight: bold;}

/***************** End 1979 Season ****************/