header, nav, main, footer, aside {display: block;}
* {box-sizing: border-box;}

#main-container {
    width: 100%;
    margin: 0px auto;
    font-family: Tahoma, sans-serif;
    font-size:16px;     
    color:  #DCA04C;

    background-color:#D3CEC4;
    background-image: url('../images/Background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#header {
    background-color: black;
    width: 100%;
    height: 100px;
    position: relative;
    clear:both;
    overflow:visible;        
}

#main-body-container {
	margin: 0 auto; 
    margin-top: 60px;
    margin-bottom: 60px;
	width: 990px;
    height: 555.75px;
}
#main-body-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-body-phone-container {
	display: none;
}


/* NAV BAR */
.mobile-header {
    display: none;
}

.mobile-body {
    display: none;
}

.nav_logo {
    margin-top: 15px;
    float: left;
    display:inline-block;
}

.nav-bar {
    padding: 0;
    position:relative;
    height: 100px;
}

.menu-item-big{
    display: inline;
}

.menu-item-last{
    margin-right: 40px;
}


.top-level-menu
{
    list-style-type: none;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    margin-top: 35px;;
    padding-left: 15px;
    padding-right: 15px; 
}

.top-level-menu > li:hover { 
    background: rgba(128, 128, 128, .8);
}

.top-level-menu li:hover > ul
{
    display: inline;
}

.top-level-menu a 
{
    color: #DCA04C;
    font-family: Tahoma, sans-serif;
    font-size:16px; 
    display: block;
    line-height: 30px;
}

.top-level-menu a:hover { 
    color:white;
}

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999998;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    /*background: rgba(128, 128, 128, .8);*/
    background: rgba(211, 211, 211, .8);
}

.second-level-menu a 
{
    color:black;
    font-size:14px; 
    min-width: 55px;
    margin-left: 10px;
    margin-right: 10px;
}
.second-level-menu a:hover { 
    color:white;
}

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999999;
}

.third-level-menu > li
{
    height: 35px;
    background: rgba(128, 128, 128, .8);
    
}

/* FOOTER */
.footer-distributed{
	background: black;
	width: 100%;
	text-align: left;
}

.footer-distributed .footer-left{
	width: 40%;
    margin-left: 40px;
    margin-bottom: 20px;
}

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-center{
	width: 25%;
}


.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed h3{
	margin: 0;
    font-family: 'Courier New', Courier, monospace; 
    font-size:60px; 
    color:#DCA04C; 
    font-weight: 900; 
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
}


.footer-distributed .footer-links a{
	display:inline-block;
    color: white;
}

.footer-links a:hover {
	color:  #DCA04C;
}


.footer-distributed .footer-company-name{
	color:darkgray;
	font-size: 13px;
    margin-top: 10px;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:darkgray;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
    margin-top: 10px;
}

.footer-distributed .footer-company-about span{
	display: block;
	color: #DCA04C;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


/* NEWSPAPER */
#article-container {
    position: relative;
    overflow: hidden;
    width: 990px;
    height: 556px;
    background-image: url('../images/old-newspaper-background-blank-paper-990-556.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.newspaper-table {
    width: 100%;
    Height: 100%;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;

}

.newspaper-head-1 {
    width: 3%;
}
.newspaper-head-2 {
    width: 17%;
}
.newspaper-head-3 {
    width: 30%;
}
.newspaper-head-4 {
    width: 50%;
}

.newspaper-page-fold {

}
.newspaper-line-page-fold {
    padding-left: 5px;
    height: 100%;
    width: 100%;
    position:relative;
}
.newspaper-line-page-fold:after{
    content:"";
    position:absolute;
    border-top:2px solid #404040;
    width:556px;
    transform: rotate(89deg);
    transform-origin: 0% 0%;
}

.newspaper-coaches-image {
    min-height: 176px;
}

.newspaper-headline {
    font-family: 'Courier New', Courier, monospace;
    font-size:50px;     
    color: #404040;
    font-weight: 900;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
    padding: 15px;
 }

.newspaper-players-image {
    vertical-align: bottom;
}


.newspaper-article {
    font-family: 'Courier New', Courier, monospace;
    font-size:14px;     
    text-align:justify;
    color: #404040;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
}
.newspaper-article p a {
    color: #DCA04C;
    font-weight: bold;
}
.newspaper-article p a:hover {
    color:blue;
}
.newspaper-article h1 {
    font-size:30px;
}

/* IFRAME */
.iframe-container {
    display: none;
    position: relative;
    overflow: hidden;
    width: 990px;
    /*height: 556px;*/
    padding-top: 56.25%;
  }

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:100%;
    height:100%;
  }

  .percentile-table {
    width:100%; 
    border-collapse: collapse;
  }

  .percentile-table th {
    font-weight:900; 
    font-size: 115%; 
    background-color: black; 
    color: lightgray;
  }
  
  .percentile-table tr:nth-child(odd) {
    background:grey; 
    opacity: 0.6; 
    font-weight:bold; 
    color: black;
  }
  

  .percentile-table-column-first {
    width: 15.5%;
  }
  
  .percentile-table-column {
    width: 6.5%;
  }

  .Grid {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    }
    
    .Grid tr {
    border-top: 1px solid #f1f2f3;
    }
    
    .Grid td {
    padding: 2px;
    border: 1px solid #efefef;
    color: #515151;
    font-size: 12px;
    }
    
    .Grid th {
    padding: 3px;
    color: #fff;
    background: #333;
    font-size: 12px;
    text-align: left;
    }
    
    .Grid td:first-child {
    border-left: #fff;
    }
    
    .Grid td:last-child {
    border-right: #fff;
    }
    
    .Grid .left {
    text-align: left;
    }
    
    .Grid .right {
    text-align: right;
    }
    
    .Grid .center {
    text-align: center;
    }
    
    .Grid th a {
    color: #fff;
    }
    
    .Grid td a, .Grid td a:active, .Grid td a:visited {
    color: #515151;
    }
    
    .Grid .alt {
    background: #fbfbfb;
    }
    
    .Grid .pgr {
    background: #333;
    }
    
    .Grid .pgr table {
    margin: 5px 0;
    }
    
    .Grid .pgr td {
    border-width: 0;
    padding: 2px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
    font-size: 12px;
    }
    
    .Grid .pgr a {
    color: #666;
    text-decoration: none;
    }
    
    .Grid .pgr a:hover {
    color: #000;
    text-decoration: none;
    }