/* Fonts */

@font-face {
  font-family: 'helveticaneuemedium';
  src: url("../fonts/18926_helveticaneuemed-webfont.eot");
  src: url("../fonts/18926_helveticaneuemed-webfont.eot@#iefix") format("embedded-opentype"),
       url("../fonts/18926_helveticaneuemed-webfont.woff") format("woff"),
       url("../fonts/18926_helveticaneuemed-webfont.ttf") format("truetype"),
       url("../fonts/18926_helveticaneuemed-webfont.svg.xml#helveticaneuemedium") format("svg");
  font-weight: normal;
  font-style: normal;
};

@font-face {
  font-family: 'Avenir-Light';
  src: url("../fonts/avenir_35_light-webfont.eot");
  src: url("../fonts/avenir_35_light-webfont.eot@#iefix") format("embedded-opentype"),
       url("../fonts/avenir_35_light-webfont.woff") format("woff"),
       url("../fonts/avenir_35_light-webfont.ttf") format("truetype"),
       url("../fonts/avenir_35_light-webfont.svg.xml#Avenir-Light") format("svg");
  font-weight: normal;
  font-style: normal;
};

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("../fonts/avenit85heavy.eot");
  src: url("../fonts/avenit85heavy.eot@#iefix") format("embedded-opentype"),
       url("../fonts/avenit85heavy.woff") format("woff"),
       url("../fonts/avenit85heavy.ttf") format("truetype"),
       url("../fonts/avenit85heavy.svg.xml#avenit85heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* Base */

html {
  background-color: #ffffff;
}

body {
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 16px;
}

p, ul, ol, table {
  margin: 0 0 20px 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0 none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:link, a:active, a:visited, a:hover {
  color: #185f97;
  cursor: pointer;
}
a:hover {
  color: #67c3db;
}
a:hover, a:active {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir-Light';
  color: #000000;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0 0 11px 0;
}
h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Avenir-Heavy';
  margin: 0 0 10px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Page Template */
.BodyBackground {
  margin: 0px;
  min-width: 1015px;
  background: #ffffff url("../images/homeshadow.jpg") scroll 0 500px repeat-x!important;
}

.PageDefault {
  min-height: calc(100vh - 105px);
  background: #FFFFFF url("../images/inner-background-top-v3.jpg") scroll 0 -42px repeat-x!important;
}

.LayoutDefault {
  background-size: cover;
  background: url("../images/pcipattern.png") 0 208px repeat-x;
}


/* Header */
.HeaderContainer {
  width: 960px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index:100!important;
}

.ClientLogo {
  float: left;
  clear: none;
  padding-top: 6px;
}

.NavMenuButton {
  background-color:transparent;
  color: white;
  margin-left: 24px;
  margin-top: 40px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.NavMenuButton:hover, .NavMenuButton:focus {
  color: #ff731f;
}
.NavArrow {
  font-size: 10px;
  pointer-events: none;
}

.NavMenu {
 position: relative;
 display: inline-block;
}
.NavMenuList {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  margin-left: 32px;
  margin-top: 4px;
  box-shadow: 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.NavMenuList a {
  color: #ffffff;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  background-color: rgba(0, 0, 0, 0.8)
}
.NavMenuList a:hover {
  color: #ff731f;
}

.show {
  display:block;
}


/* Footer */

.FooterContainer {
  bottom: 0;
  width: 100%;
  background: #000 url("../images/fbg.png") 0 0 repeat-x;
  color: #fff;
  padding-top: 40px;
  line-height: 20px;
  min-height: 120px;
}

.FooterRow {
  width: 960px;
  position: relative;
  margin: 8px auto;
}

.BaseballPolicy {
  font-size:14px;
  margin:0;
  padding:0 0 10px 0;
}
.BaseballPolicy a {
  color:#ffffff;
}

.Copyright, .PrivacyPolicyLink {
  display: inline;
  font-size: 14px;
  color: #ddd;
}
.PrivacyPolicyLink a {
  color: #ddd;
}


/* Content */

.ContentContainer {
  padding: 20px 0 30px 0;
  width: 960px;
  display: block;
  margin: 0 auto;
  zoom: 1;
  clear: both;
}
.ContentContainer a:hover {
  text-decoration: underline;
}
.ContentContainer:after, .ContentContainer:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ContentContainer:after {
  clear: both;
}


.PageTitle {
  width: 100%;
  margin: 0 4px;
  display: inline-block;
  position: relative;
}
.PageTitle h1 {
  font-size: 50px;
  padding-top: 67px;
  line-height: 55px;
  color: #ffffff;
  min-height: 80px;
}
.PageTitle h1 span {
  font-family: 'Avenir-Heavy';
}

.Breadcrumb {
  float: inherit;
  margin-top: -20px;
  margin-left: 10px;

  position: absolute;
  text-transform: uppercase;
  color: #504f4f;
  font-size: 11px;
  line-height: 20px!important;
}
.Breadcrumb a {
  color: #7e7e7e;
}
.BreadcrumbSeparator {
  margin: 0 4px;
}

.PaneLeft {
  width: 160px;
  height: 160px;
  float: left;
  padding: 0 60px 0 0;
}
.NoLeftPane .MainContent {
  width:100%;
}

.MainContent {
  width: 600px;
  float: left;
  padding: 0 0 0 0;
  margin-top: 20px;
}
.MainContent li {
  list-style: disc outside none;
}

.PaneRight {
  width: 600px;
  float: right;
  padding: 0 0 0 0;
}


/* Home */

.PageHome {
   background: #FFFFFF url("../images/greyscale.jpg") scroll 0 -24px repeat-x!important;
}
.LayoutHome {
  background: url("../images/pcipattern.png") scroll 0 85px repeat-x;
  background-size: cover;
}
.PageHome .ContentContainer {
  display: block;
  width: 960px;
  
  background: transparent none;
  position: relative;
  z-index: 20;
}
.PageHome .MainContent {
  padding: 0px;
  width: 100%;
}
.PageHome .MainContent img {
  margin: 0 auto;
  display: block;
  padding: 100px 0;
}


/* Header Images */

.PageNews .ContentContainer {
  background: transparent url('../images/banner-sports-football-2.jpg') scroll center 0 no-repeat;
}
.PageContactUs .ContentContainer {
  background: transparent url("../images/banner-sports-football-3.jpg") scroll center 0 no-repeat;
}
.PagePrivacyPolicy .ContentContainer {
  background: transparent url("../images/banner-sports-stadium.jpg") scroll center 0 no-repeat;
}
.PageSECFilings .ContentContainer {
  background: transparent url("../images/banner-sports-stadium_lights.jpg") scroll center 0 no-repeat;
}
.PageBaseballPolicy .ContentContainer {
  background: transparent url("../images/banner-sports-cleats.jpg") scroll center 0 no-repeat;
}


/* Divident History */

.DividendContent {
  width: 700px;
  margin-right: -100px;
}


/* Tables */

.CustomTable {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1;
}
.CustomTable th, .CustomTable td {
  padding: 10px;
  text-align: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.CustomTable th[align="center"], .CustomTable td[align="center"] {
  text-align: center;
}
.CustomTable th[align="right"], .CustomTable td[align="right"] {
  text-align: right;
}
