@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('fonts/myriadproregular.eot');
  src: url('fonts/myriadproregular.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/myriadproregular.woff') format('woff'), 
  		url('fonts/myriadproregular.ttf') format('truetype'), 
  		url('fonts/myriadproregular.svg#myriadproregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('fonts/myriadprosemibold.eot');
  src: url('fonts/myriadprosemibold.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/myriadprosemibold.woff') format('woff'), 
  		url('fonts/myriadprosemibold.ttf') format('truetype'), 
  		url('fonts/myriadprosemibold.svg#myriadprosemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-SemiboldIt';
  src: url('fonts/myriadprosemiboldit.eot');
  src: url('fonts/myriadprosemiboldit.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/myriadprosemiboldit.woff') format('woff'), 
  		url('fonts/myriadprosemiboldit.ttf') format('truetype'), 
  		url('fonts/myriadprosemiboldit.svg#myriadprosemiboldit') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadWebPro-Italic';
  src: url('fonts/myriadwebproitalic.eot');
  src: url('fonts/myriadwebproitalic.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/myriadwebproitalic.woff') format('woff'), 
  		url('fonts/myriadwebproitalic.ttf') format('truetype'), 
  		url('fonts/myriadwebproitalic.svg#myriadwebproitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tdobl';
  src: url('fonts/ieTradeGothic/tdobl.eot');
  src: url('fonts/ieTradeGothic/tdobl.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/tdobl.woff') format('woff'), 
  		url('fonts/tdobl.ttf') format('truetype'), 
  		url('fonts/tdobl.svg#tdobl') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TradeGothicLTStd-Cn18';
  src: url('fonts/ieTradeGothic/tradegothic-condeighteen-webfont.eot');
  src: url('fonts/ieTradeGothic/tradegothic-condeighteen-webfont.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/tradegothicltstdcn18.woff') format('woff'), 
  		url('fonts/tradegothicltstdcn18.ttf') format('truetype'), 
  		url('fonts/tradegothicltstdcn18.svg#tradegothicltstdcn18') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TradeGothic-BoldCondTwenty';
  src: url('fonts/ieTradeGothic/tradegothic-boldcondtwenty-webfont.eot');
  src: url('fonts/ieTradeGothic/tradegothic-boldcondtwenty-webfont.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/tradegothicboldcondtwenty.woff') format('woff'), 
  		url('fonts/tradegothicboldcondtwenty.ttf') format('truetype'), 
  		url('fonts/tradegothicboldcondtwenty.svg#tradegothicboldcondtwenty') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TradeGothic-CondEighteenObl';
  src: url('fonts/ieTradeGothic/tdobl18.eot');
  src: url('fonts/ieTradeGothic/tdobl18.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/ieTradeGothic/tdobl18.woff') format('woff'), 
  		url('fonts/tradegothiccondeighteenobl.ttf') format('truetype'), 
  		url('fonts/tradegothiccondeighteenobl.svg#tradegothiccondeighteenobl') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Selection & Placeholder */
::selection {
  color: #fff;
  background: #007eaf;
}
::-moz-selection {
  color: #fff;
  background: #007eaf;
}
::-webkit-selection {
  color: #fff;
  background: #007eaf;
}
::-webkit-input-placeholder {
  color: #aeaeae;
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
input:-moz-placeholder {
  color: #aeaeae;
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
input:-ms-input-placeholder {
  color: #aeaeae;
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
*:-moz-placeholder:focus {
  color: transparent !important;
}
/* Firefox's outline */
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
a:focus {
  outline: none;
}
/* Anchor */
a {
  color: #007eaf;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:visited {
  color: #007eaf;
}
a:hover {
  color: #0090c9;
  text-decoration: none;
}
a.more {
  display: inline-block;
  background: #003a60;
  padding: 3px;
  font: 12px 'tdobl', Helvetica, Arial;
  text-transform: uppercase;
  padding: 3px 30px 0 4px;
  margin-top: 3px;
  line-height: 12px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
a.more:hover {
	color: #083b5f !important;
	background: #1c7fad !important;
}

a.more:hover + .more-block {
  background: url('../images/site/more_background_small_hover.png') top left no-repeat;
}

/* Alignment */
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

/* Common Function */
/* Html & Body */
body, html {
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  font-weight: 400;
  font-size: 13px;
  height: 100%;
  background-color: #000;
}
/* All Wrapper */
#wrapper {
  display: block;
  min-width: 1280px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}
#wrapper.body-background {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/relativity/backgroundsize.min.htc);
}
.wrapper {
  display: block;
  width: 1256px;
  margin: 0 auto;
}
.more-block {
  display: inline-block !important;
  width: 10px !important;
  height: 15px;
  background: url('../images/site/more_background_small.png') top left no-repeat;
  content: '';
  position: relative;
  top: 3px;
}
.line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: url('../images/site/bottomnews_line.png') top center no-repeat;
  top: -1px;
}
/* Header */
header {
  display: block;
  padding-top: 13px;
}
header .wrapper {
  position: relative;

}
header #top-navigation {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  position: relative;
  top: 13px;
  left: -13px;
}
header #top-navigation li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  background: url('../images/site/menu_separator.png') 100% 45% no-repeat;
}
header #top-navigation li:last-child {
  //background: none;
}
header #top-navigation li:hover > .submenu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
header #top-navigation li a {
  font-family: 'tdobl', Helvetica, Arial;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url('../images/site/menu_background_transparent.png') center center no-repeat;
}
header #top-navigation li a.sports {
  width: 74px;
  padding-left: 15px;
}
header #top-navigation li a.sports:hover, header #top-navigation li a.sports.active {
  background: url('../images/site/menu_background_sports.png') center center no-repeat;
}
header #top-navigation li a.services {
  width: 121px;
  text-align: center;
  margin-right: 10px;
  padding-right: 2px;
}
header #top-navigation li a.services:hover, header #top-navigation li a.services.active {
  background: url('../images/site/menu_background_services.png') center center no-repeat;
}
header #top-navigation li a.media {
  width: 62px;
  text-align: center;
  padding-right: 2px;
  margin-right: 5px;
}
header #top-navigation li a.media:hover, header #top-navigation li a.media.active {
  background: url('../images/site/menu_background_media.png') center center no-repeat;
}
header #top-navigation li a.news {
  width: 62px;
  text-align: center;
  padding-right: 2px;
  margin-right: 5px;
}
header #top-navigation li a.news:hover, header #top-navigation li a.news.active {
  background: url('../images/site/menu_background_news.png') center center no-repeat;
}
header #top-navigation li a.about {
  width: 88px;
  text-align: center;
  padding-right: 2px;
  margin-right: 5px;
}
header #top-navigation li a.about:hover, header #top-navigation li a.about.active {
  background: url('../images/site/menu_background_about.png') center center no-repeat;
}
header #top-navigation li a.staff {
  width: 62px;
  text-align: center;
  padding-right: 2px;
  margin-right: 5px;
}
header #top-navigation li a.staff:hover, header #top-navigation li a.staff.active {
  background: url('../images/site/menu_background_staff.png') center center no-repeat;
}
header #top-navigation li a.contact {
  width: 105px;
  text-align: center;
  padding-right: 3px;
}
header #top-navigation li a.contact:hover, header #top-navigation li a.contact.active {
  background: url('../images/site/menu_background_contact.png') center center no-repeat;
}
header #top-navigation li .submenu {
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
  position: absolute;
  width: 200px;
  height: 156px;
  background: url('../images/site/submenu_background2.png') top left no-repeat;
  left: -33px;
  top: 30px;
  margin: 0;
  z-index: 50;
}
header #top-navigation li .submenu.submenu-staff {
  background: url('../images/site/submenu_background_small.png') top left no-repeat;
  left: -21px;
}
header #top-navigation li .submenu li {
  display: block;
  background: none;
  padding: 0;
  line-height: 20px;
}
header #top-navigation li .submenu li:first-child {
  margin-left: 44px;
}
header #top-navigation li .submenu li:nth-child(2) {
  margin-left: 38px;
}
header #top-navigation li .submenu li:nth-child(3) {
  margin-left: 32px;
}
header #top-navigation li .submenu li:nth-child(4) {
  margin-left: 26px;
}
header #top-navigation li .submenu li:nth-child(5) {
  margin-left: 21px;
}
header #top-navigation li .submenu li:nth-child(6) {
  margin-left: 14px;
}
header #top-navigation li .submenu li:nth-child(7) {
  margin-left: 8px;
}

header #top-navigation li .submenu.submenu-staff li:first-child {
  margin-left: 26px;
}
header #top-navigation li .submenu.submenu-staff li:nth-child(2) {
  margin-left: 20px;
}
header #top-navigation li .submenu.submenu-staff li:nth-child(3) {
  margin-left: 15px;
}
header #top-navigation li .submenu.submenu-staff li:nth-child(4) {
  margin-left: 10px;
}

header #top-navigation li .submenu li a {
  font-size: 15px;
  font-family: 'TradeGothic-CondEighteenObl', Helvetica, Arial;
  font-style: normal;
  padding: 0;
  width: auto;
  text-transform: none;
  color: #007eaf;
}
header #top-navigation li .submenu li a:hover, header #top-navigation li .submenu li a.active, header #top-navigation li .submenu li a.allroster:hover {
  color: #ffffff!important;
}
header #top-navigation li .submenu li a.allroster {
  color: #003a60;
  position: relative;
  top: -1px;
}
header #socmed-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 17px;
}
header #socmed-wrapper ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
header #socmed-wrapper ul li {
  float: left;
  margin-right: 5px;
  list-style-type: none;
}
header #socmed-wrapper .search-wrapper {
  position: relative;
  left: -3px;
  display: inline-block;
  vertical-align: top;
  clear: both;
  width: 316px;
  background: url('../images/site/search_background.png') top left no-repeat;
  color: #ffffff;
  font-family: 'TradeGothicLTStd-Cn18', Helvetica, Arial;
  font-size: 10px;
  text-transform: uppercase;
}
header #socmed-wrapper .search-wrapper a {
  color: #ffffff;
  padding-left: 8px;
}
header #socmed-wrapper .search-wrapper form {
  display: inline-block;
  height: 20px;
  margin: 0 0 0 38px;
  line-height: 10px;
  vertical-align: top;
}
header #socmed-wrapper .search-wrapper form input {
  width: 160px;
  background: transparent url('../images/site/search_icon.png') center right no-repeat;
  border: 0;
  padding: 0;
  font-family: 'TradeGothicLTStd-Cn18', Helvetica, Arial;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
  padding-right: 15px;
}
header #socmed-wrapper .search-wrapper form input.topsearchinput::-webkit-input-placeholder {
  font-family: 'TradeGothicLTStd-Cn18', Helvetica, Arial;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
header #socmed-wrapper .search-wrapper form input.topsearchinput:-moz-placeholder {
  font-family: 'TradeGothicLTStd-Cn18', Helvetica, Arial;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
header #socmed-wrapper .search-wrapper form input.topsearchinput:-moz-placeholder:focus {
	color: transparent !important;
	content: ' ';
	color: #fff;
}
header #socmed-wrapper .search-wrapper form input.topsearchinput:-ms-input-placeholder {
  font-family: 'TradeGothicLTStd-Cn18', Helvetica, Arial;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
header #socmed-wrapper .search-wrapper form input.topsearchinput:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
/* Content */
.content {
  min-height: 600px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 50px;
  /*position: absolute;*/
}
.content.media-styling {
	height: 900px
}
.content.media-staff-styling {
	height: 900px
}
.content.small-content-styling {
	height: 900px
}
.content .tagline {
  display: block;
  margin: 100px 0 0 158px;
  color: #acacac;
  font-size: 17px;
  /* font-family: 'MyriadPro-Semibold', Helvetica, Arial; */
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  width: 470px;
  font-weight: normal;
  min-height: 500px;
}
.content .tagline p {
  margin-bottom: 20px;
}
.content .tagline h1 {
  margin: 0;
  font-size: 28px;
  font-family: 'tdobl', Helvetica, Arial;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.content .tagline.search-page {
  width: 603px;
  height: 645px;
  margin-top: -40px;
  margin-left: 350px;
  background: url('../images/site/search-results-bg.png') top left repeat-x;
}
.content .tagline.search-page .search-page-wrapper {
  display: block;
  width: 575px;
  height: 570px;
  margin: 0 auto;
}
.content .tagline.search-page .search-result-item {
  display: block;
  font-size: 13px;
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  padding: 22px 0 15px;
  background: url('../images/site/search-line.png') top left no-repeat;
}
.content .tagline.search-page .search-result-item .span-image {
  margin: 0 0 0 20px;
  display: inline-block;
  float: none;
}
.content .tagline.search-page .search-result-item .span-text {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 395px;
  float: none;
}
.content .tagline.search-page .search-result-item .span-text h1 {
  font-family: 'MyriadPro-Semibold', Helvetica, Arial;
  font-size: 17px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 17px;
  text-transform: none;
  font-weight: normal;
}
.content .tagline.search-page h1.search-result{
  padding: 5px 0 0 15px;
}
.content .tagline.staff {
  width: 600px;
  margin: 128px 0 0 210px;
}
.content .tagline.staff .staff-type {
  display: block;
  color: #ffffff;
  margin-top: 5px;
}
.content .tagline.staff ul {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}
.content .tagline.staff ul li {
  list-style-type: none;
}
.content .tagline.staff ul li span {
  display: inline-block;
  width: 235px;
}
.content .tagline.sports {
  margin-top: 120px;
  width: 400px;
  height: 600px;
}
.content .tagline.sports.coaches {
  margin-top: -10px;
  height: 700px;
}
.content .tagline.sports .more {
  padding-right: 4px;
  min-width: 134px;
  margin: 10px 0;
}
.content .tagline.services {
  width: 430px;
  margin-top: 100px;
  margin-left: 120px;
  height: 600px;
}
.content .tagline.services h1 {
  line-height: 25px;
  font-weight: normal;
}
.content .tagline.services p {
  margin-bottom: 20px;
}
.content .tagline.services ul {
  margin-left: 35px;
  margin-top: 20px;
}
.content .tagline.services ul li {
  margin-bottom: 10px;
}
.content .tagline.about {
  width: 510px;
  margin-top: 75px;
  margin-left: 135px;
}
.content .tagline.about h1 {
  line-height: 25px;
  font-weight: normal;
}
.content .tagline.about p {
  margin-bottom: 20px;
}
.content .tagline.about ul {
  margin-left: 35px;
  margin-top: 20px;
}
.content .tagline.about ul li {
  margin-bottom: 10px;
}
.content .tagline.contact {
  width: 510px;
  margin-top: 135px;
  margin-left: 210px;
  line-height: 30px;
}
.content .tagline.contact h1 {
  line-height: 25px;
  font-weight: normal;
}
.content .tagline.contact p {
  margin-bottom: 20px;
}
.content .tagline.contact ul {
  margin: 0;
  padding: 0;
  margin-top: -20px;
}
.content .tagline.contact ul li {
  list-style-type: none;
  line-height: 30px;
}
.content .tagline.contact ul li span {
  display: inline-block;
  width: 65px;
}
.content .tagline.contact ul li a {
  color: #acacac;
}
.content .tagline.contact ul li a:hover {
  color: #007eaf;
}
.content.bottom-news-wrapper {
  position: absolute;
  /*bottom: 24px;*/
  bottom: 44px;
  width: 100%;
  min-height: 147px;
  padding-bottom: 0;
}
.content .bottom-news {
  display: block;
  height: 147px;
  background: url('../images/site/bottomnews_background.png') top left repeat-x;
}
.content .bottom-news .wrapper {
  position: relative;
}
.content .bottom-news .left-arrow {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 148px;
  background: url('../images/site/arrow_bottomnews_left.png') center center no-repeat;
  margin: 0 65px 0 13px;
}
.content .bottom-news .right-arrow {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 148px;
  background: url('../images/site/arrow_bottomnews_right.png') center center no-repeat;
  position: absolute;
  right: 13px;
}
.content .bottom-news ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 16px;
}
.content .bottom-news ul#slider-data {
  display: none;
}
.content .bottom-news #slider-wrapper-content {
  width: 1080px;
  display: inline-block;
  overflow: hidden;
}
.content .bottom-news #slider-content {
  width: 99999999px;
  position: relative;
}
.content .bottom-news ul li {
  list-style-type: none;
  display: inline-block;
  font-family: 'MyriadPro-Semibold', Helvetica, Arial;
  font-size: 13px;
  line-height: 16px;
  color: #707070;
  width: 360px;
}
.content .bottom-news ul li span {
  vertical-align: top;
  display: inline-block;
}
.content .bottom-news ul li span.image-news {
  width: 147px;
  border: 1px solid #003a60;
}
.content .bottom-news ul li span.text-news {
  width: 200px;
  margin-left: 5px;
  margin-top: -17px;
}
.content .bottom-news ul li span.text-news span {
  display: block;
  width: 160px;
  line-height: 15px;
}
.content .bottom-news ul li span.text-news span a {
  font: 12px 'tdobl', Helvetica, Arial;
  text-transform: uppercase;
  width: 68px;
  padding: 3px 4px 0;
  margin-top: 3px;
  line-height: 12px;
}
.content .bottom-news ul li span h2 {
  margin: 15px 0 5px;
  color: #ffffff;
  font: 20px 'TradeGothic-BoldCondTwenty', Helvetica, Arial;
  text-transform: uppercase;
  font-weight: normal;
}
.content .sports-carousel {
  display: block;
  margin-top: 45px;
}
.content .sports-carousel .carousel-nav {
  font-family: 'tdobl', Helvetica, Arial;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: url('../images/site/bottomnews_background.png') top left repeat-x;
  height: 44px;
  position: relative;
  text-align: center;
  padding-top: 7px;
}
.content .sports-carousel .carousel-nav .line {
  left: 0;
}
.content .sports-carousel .carousel-nav ul {
  margin: 0;
  padding: 0;
}
.content .sports-carousel .carousel-nav ul li {
  list-style-type: none;
  display: inline-block;
  font-family: 'TradeGothic-CondEighteenObl', Helvetica, Arial;
  font-style: normal;
  margin-right: 32px;
}
.content .sports-carousel .carousel-nav ul li:last-child {
  margin-right: 0;
}
.content .sports-carousel .carousel-nav ul li a {
  color: #acacac;
  padding:0 3px;
}
.content .sports-carousel .carousel-nav ul li a:hover, .content .sports-carousel .carousel-nav ul li a.active {
  color: #007eaf;
}
.content .sports-carousel .carousel {
  display: block;
  margin-top: 180px;
  position: relative;
  height: 180px;
}
.content .sports-carousel .carousel .arrow-wrapper {
  width: 1280px;
  position: relative;
  margin: 0 auto;
}
.content .sports-carousel .carousel .carousel-arrow-left {
  position: absolute;
  top: 135px;
  cursor: pointer;
  left: 223px;
}
.content .sports-carousel .carousel .carousel-arrow-right {
  position: absolute;
  top: 135px;
  cursor: pointer;
  left: 1012px;
}
.content .sports-carousel .carousel ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1000px;
}
.content .sports-carousel .carousel ul li {
  cursor: pointer;
  overflow: hidden;
  list-style-type: none;
  display: block;
  width: 713px;
  height: 354px;
  max-height: 320px;
  background-size: cover;
  background: url('../images/site/carousel_background.jpg') center center no-repeat;
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  font-size: 20px;
  color: #808080;
  border: 1px solid #007eaf;
}
.content .sports-carousel .carousel ul li.football {
  background: url('../images/site/carousel_football_background.jpg') center center no-repeat;
}
.content .sports-carousel .carousel ul li.baseball {
  background: url('../images/site/carousel_baseball_background.jpg') center center no-repeat;
}
.content .sports-carousel .carousel ul li.basketball {
  background: url('../images/site/carousel_basketball_background.jpg') center center no-repeat;
}
.content .sports-carousel .carousel ul li.managers {
  background: url('../images/site/carousel_managers_background.jpg') center center no-repeat;
}
.content .sports-carousel .carousel ul li.roundabout-moveable-item.roundabout-in-focus,
.content .sports-carousel .carousel ul li.carousel-center {
  cursor: default;
  height: 354px !important;
  max-height: 354px !important;
  border: 1px solid #007eaf;
}
.content .sports-carousel .carousel ul li.roundabout-moveable-item{
  border: 1px solid rgba(0, 126, 175, .6);
}
.content .sports-carousel .carousel ul li.roundabout-moveable-item.roundabout-in-focus .player-image,
.content .sports-carousel .carousel ul li.carousel-center .player-image {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 335px;
  overflow: hidden;
  text-align: left;
  width: 300px;
}
.content .sports-carousel .carousel ul li.roundabout-moveable-item.roundabout-in-focus .player-image img,
.content .sports-carousel .carousel ul li.carousel-center .player-image img {
  max-width: 349px;
  margin-left: -26px;
}
.content .sports-carousel .carousel ul li.roundabout-moveable-item.roundabout-in-focus .player-details,
.content .sports-carousel .carousel ul li.carousel-center .player-details {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.content .sports-carousel .carousel ul li .player-image {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  display: inline-block;
  vertical-align: top;
  width: 43%;
  height: 100%;
  position: relative;
  left: -16px;
  top: 10px;
}

.content .sports-carousel .carousel ul li .player-image img {
  /*
							width: 458px;
							height: 345px;
							max-width: 458px;
							*/
}

.content .sports-carousel .carousel ul li .player-details {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  margin-top: 50px;
}
.content .sports-carousel .carousel ul li.roundabout-moveable-item.roundabout-in-focus .player-details h1,
.content .sports-carousel .carousel ul li.carousel-center .player-details h1 {
  font-family: 'MyriadPro-Semibold', Helvetica, Arial;
  font-size: 33px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 33px;
  color: #ffffff;
  font-weight: normal;
}

.content .sports-carousel .carousel ul li.roundabout-moveable-item .player-details h1,
.content .sports-carousel .carousel ul li .player-details h1 {
  font-family: 'MyriadPro-Semibold', Helvetica, Arial;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #ffffff;
  font-weight: normal;
}

.content .sports-carousel .carousel ul li.roundabout-moveable-item .player-details h1.club,
.content .sports-carousel .carousel ul li .player-details h1.club {
  color: #0097d6;
  font-weight: normal;
  font-size: 1.3em;
}

.content .sports-carousel .carousel ul li .player-details span {
  display: block;
  line-height: 24px;
}

.content .sports-carousel .carousel ul li .player-details span a img {
  -moz-opacity: .7;
  -khtml-opacity: .7;
  -webkit-opacity: .7;
  opacity: .7;
}

.content .sports-carousel .carousel ul li .player-details span a img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.content .sports-carousel .carousel ul li .player-details span.birth-date {
  margin-top: 20px;
}

.content .sports-carousel .carousel ul li .player-details span.college {
  margin-bottom: 10px;
}

.content .sports-carousel .carousel ul li .player-details span.socmed {
  margin-top: 5px;
}

.content .sports-carousel .carousel ul li .player-details .more {
   height: auto;
	line-height: 1;
	margin: 0;
	min-width: 110px;
	padding: 3px 30px 0 3px;
	vertical-align: top;
}

.content .sports-carousel .carousel ul li .player-details span.more-block {
	top: 0;
	vertical-align: top;
}

.content .media {
  display: block;
  margin: 0 auto;
  width: 960px;
  height: 800px;
  margin-left: 160px;
  position: relative;
  top: -25px;
}

.content .media.staff-list-styling {
  top: 0;
  margin-top: 70px;
  height: 500px;
}

.content .media #media-list {
  margin: 0;
  padding: 0;
}

.content .media #media-list li {
  list-style-type: none;
  display: inline-block;
  width: 308px;
  height: 285px;
  background: url('../images/site/media_item_background.png') top left no-repeat;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content .media #media-list.staff-list li {
  min-height: 85px;
  margin-bottom: 25px;
  height: auto;
}

.content .media #media-list li:hover {
  background: url('../images/site/media_item_background_hover.png') top left no-repeat;
}

.content .media #media-list li:nth-child(3n) {
  margin-right: 0;
}

.content .media #media-list li h4 {
  width: 95%;
  margin-left: 15px;
  font-size: 16px;
  color: #ffffff;
  min-height: 40px;
  font-weight: normal;
}

.content .media #media-list.staff-list li h4 {
  min-height: 0px;
  margin-bottom: 0;
  font-weight: bold;
}

.content .media #media-list.staff-list li .more-bio {
  margin-left: 15px;
  padding: 0 10px 10px 0;
}

.content .media #media-list.staff-list li .more-bio span,
.ajax-article-position {
  color: #9b9b9b;
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
}

.content .media #media-list.staff-list li .more-bio .position {
  display:block;
  height: 34px;
}

.content .media #media-list li img {
  display: block;
  margin: 0 auto;
}


/* Popup */
.media-article {
  display: block;
  background: #000000 url('../images/site/popup_background.png') top left repeat-x;
  width: 568px;
  height: 406px;
  max-width: 604px;
  max-height: 446px;
  color: #acacac;
  font-size: 13px;
  line-height: 16px;
  font-family: 'MyriadPro-Regular', Helvetica, Arial;
  overflow: hidden;
  padding: 20px 18px;
}

.media-article.staff-article { 
  height: 350px;
}

.media-article h1 {
  color: #ffffff;
  font-family: 'MyriadPro-Semibold', Helvetica, Arial;
  font-size: 17px;
  line-height: 17px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
}

.media-article.staff-article h1 {
	margin-bottom: 5px;
}
.media-article .content-article {
  width: 580px;
  height: 400px;
}
.media-article .content-article .content {
  display: block;
  padding-right: 30px;
  min-height: 50px;
}
.media-article .content-article .content p {
  margin: 0 0 2em;
}
/*
.media-video-article .content-video-article {
  width: 690px;
  height: 400px;
}
*/
/* Footer */
footer {
  display: block;
  color: #007eaf;
  font-family: 'TradeGothicLTStd-Cn18', Helvetica, Arial;
  font-size: 10px;
  background: #003a60;
  text-align: center;
  padding: 2px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
}
footer a {
  color: #007eaf !important;
  padding-left: 5px;
}
footer ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
}
footer ul li a {
  padding-left: 0;
}
#infscr-loading {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.bio-photo {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	margin-top: 13px;
	margin-left: 10px;
	border: 1px solid #003A60;
}

.bio-text {
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	max-width: 230px;
}

.article-bio-photo {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 140px;
	border: 1px solid #003A60;
	margin-right: 10px;
}

.article-bio-text {
	display: inline-block;
	vertical-align: top;
	width: 380px;
}

.home .tagline .title-page {  display:none; }

.carousel-item-single {
background: url("../images/site/carousel_background.jpg") no-repeat scroll center center transparent;
    border: 1px solid #007EAF;
    color: #808080;
    cursor: pointer;
    display: block;
    font-family: 'MyriadPro-Regular',Helvetica,Arial;
    font-size: 20px;
    height: 354px;
    list-style-type: none;
    max-height: 320px;
    overflow: hidden;
    width: 713px;
}

#index_video
{
	color:white;
	/*display:none;*/
}

.vjs-loading-spinner
{
	display:none;
}






/* /////////////////  background slider  /////////////////// */

#background-container {
	display: block;
	height: 100%;
	width: 100%;
	min-width: 1280px;
	min-height: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:0;
}

/* .slidesjs-control img */
#slides, .slidesjs-container, .slidesjs-control {
height: 100% !important;
width: 100% !important;
}

.slidesjs-control img {}

.content { position:relative; }

/* Prevent the slideshow from flashing on load */
#slides { display: none; }




/* /////////////////  entire roster list  /////////////////// */

/*.content.roster-list { top:80px; }*/

.roster-list-wrapper { 
color: #fff;
margin: 0 auto;
margin-top: 70px;
width:1360px;
}

.roster-list-wrapper section { 
position: relative;
width: 1120px !important;
}

.roster-column h1 { 
font-size:20px; 
font-family: 'tdobl', Helvetica, Arial;
font-size: 15px;
text-transform: uppercase;
margin:0;
padding:0;
padding-left: 4px;
line-height: 30px;
background: url('../images/site/roster_heading_bg.png') top right no-repeat;
}
.roster-column:first-child h1, .roster-column:nth-child(3) h1 { width:252px; }
.roster-column:last-child h1  { width:140px; }

.roster-column { float:left; width:10%; margin-right:20px; line-height:16px; margin-bottom:20px; }

.roster-column.second { position:relative; top:30px; }

.roster-column .name { margin:0; padding:0; }




/* /////////////////  twitter feed  /////////////////// */

#tweets { }

.newsticker_wrapper {
font-family:'MyriadPro-Regular', Helvetica, Arial;
}
.newsticker_wrapper, .newsticker_scroller, #newsticker_1 { height:24px !important; }
.newsticker_wrapper, { width:80% !important; }

