@charset "utf-8";
/* CSS Document */

@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/* Temporary fix for https://jira.gracenote.com/browse/SOS-10324 - Hiding team names on MLS team pages  */
.gns-league-mls .team-content {
    display: none;
}

/* **********  Modified CBC Styles  ********** */

body {
    font-size: 16px;
    margin: 0;
    /*min-width: 20em;*/
}

iframe.gn-cbc-header {
    height: 96px !important;
}

.content {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    max-width: 80rem;
    margin: 0 auto;
    padding: 16px;
    /*transition: max-width .3s ease-out;*/
}

.pageContentWrap .contentAreaWrap {
    -moz-box-align: start;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    margin-top: 1.5rem;
    width: 100%;
}

.pageContentWrap .contentAreaWrap .contentArea {
    -moz-box-flex: 3;
    flex: 3 1 40rem;
	margin-bottom: 20px;
}

.pageContentWrap .contentAreaWrap .sidebar {
    margin-left: 0;
    width: 100%;
}

.viewportLarge .pageContentWrap .contentAreaWrap .sidebar, .viewportMedium .pageContentWrap .contentAreaWrap .sidebar, .viewportXLarge .pageContentWrap .contentAreaWrap .sidebar {
    -moz-box-flex: 0;
    flex: 0 0 300px;
    margin-left: 1rem;
}

.gn-cbc-leaderboard-ad {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.gn-cbc-bigbox-ad {
	text-align: center;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 1rem;
	width: 100%;
	overflow: hidden;
}

.gn-cbc-bigbox-ad iframe {
	margin-left: -14px;
	margin-top: -14px;
}

/*.sidebar .ad-bigbox {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 3rem;
}

.sidebar .ad-placeholder {
    background: url(https://s0.2mdn.net/dynamic/2/1398429/s3.amazonaws.com/portermarketing/GoogleDCM/dynamic/destination/DCM_Dyn_Dest_YOW_Animated_300x250.png_1492014551960_DCM_Dyn_Dest_YOW_Animated_300x250.png) 0 0 transparent;
	height: 250px;
	margin: 0 auto;
    width: 300px;
}

.ad-bigbox {
    background: rgba(0, 0, 0, 0) url("data:image/gif;base64,R0lGODlhVQAJAIABAKqqqv///yH5BAEAAAEALAAAAABVAAkAAAJZjI+py+0Po5y0WgTyyTqAbXCfx4ViaHbn6KUfO4psAqNo3WKgfSuzpsLEdA0Z77UruYg2JWmIfPZ+Dpw1hz3ueE3mMEktgjvcExZ3c67G0ezsAo/L5/S6pQAAOw==") no-repeat scroll center 5px;
    height: 250px;
    margin: 0 auto 1rem;
    padding: 1.2rem 0;
}*/

.selectedNav {
    background-color: #545454;
    clear: both;
    color: #fff;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1rem;
    font-weight: 700;
    margin: -3px 0 0 0;
    padding: 0.5rem 0;
    text-align: center;
}

div[class*="gn-quicklinks"] {
    max-width: 80rem;
    text-align: left;
    margin: 0 auto;
    padding: 0 16px;
}

.selectedNav .selectedNavTitle {
    display: inline;
    margin: 0.1rem;
	padding: 0 3rem 0 0.5rem;
	text-transform: uppercase;
}

.selectedNav .selectedNavTitle a {
    color: #fff;
	text-decoration: none;
}

.selectedNav .selectedNavTitle a:hover {
	text-decoration: underline;
}

.gn-insport-links {
    border-left: 1px solid #8c8c8c;
    line-height: 32px;
}

.iframe-header, .iframe-footer {
	height:85px;
	width:100%;
	border:none;
	overflow:hidden;
}

.iframe-footer {
	height:510px;
}

/* **********  Modified CBC Styles  ********** */


.gn-accessibilitySkipLink {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    transition: top 0.2s ease-out;
    width: 1px;
}

.gn-accessibilitySkipLink:focus, .gn-accessibilitySkipLink:active {
    background: #ffffff;
    color: #0550c8;
    height: auto;
    left: 0;
    padding-left: 1rem;
    width: 100%;
    z-index: 99999;
}

.submenu_li_a {
    font-weight: bold;
    padding-right: 20px;
}

.submenu_li {
    float: left;
}

.submenu {
    list-style-type:none
}

.team-name {
    font-size:20px;
    color:grey;
    font-weight:bold;
    float:left;
    margin: 20px 10px 0px 0px;
}

.team-content{
    display:inline-block;
    list-style-type:none
}
.team-logo{
    float:left;
}

.team_list_img{
    float:left;
}

.team_list_name{
    float:left;
}

.team{
    display:inline-block;
}

.division-mlb {
    float:left;
    width:33%;
}

.division-cfl {
    float:left;
    width:100%;
}

.division-nba{
    float:left;
    width:100%;
}

.division-nfl {
    float:left;
    width:100%;
}

.division-nba {
    float:left;
    width:100%
}

.division-ncaab {
    float:left;
    width:100%
}

.block-header{
    background-color:black;
    color:white;
    display:block;
}

div  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div:before, div:after {
    content: " ";
    display: table;
}

div:after {
    clear: both;
}

.gn-rail-content a:link, .gn-rail-content a:visited {
    color: #222;
    text-decoration: none;
    transition: background-color .25s linear;
}

.gn-rail-content a:hover, .gn-rail-content a:active, .gn-rail-content a:focus {
    background-color: #d8d8d8;
    color: #0550c8;
    text-decoration: none;
}

.gn-widgets iframe {
    width: 100%;
}

.gn-logo {
    float: right;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: -5px;
}

.gn-logo img {
    display: none;
}

.gn-logo a {
    background: transparent url("https://assets.sports.gracenote.com/shared/images/powered-by-gn-colour-122x35.png") no-repeat scroll 0 0;
    display: block;
    height: 35px;
    width: 122px;
}

h2.gn-page-title {
	border-bottom: 1px solid #000;
    clear: both;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 0.5em;
    padding: 0.1em 0.5em 0.1em 0;
	text-transform: uppercase;
}

.sectionTitle {
    border-bottom: 1px solid #000;
    clear: both;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 0.5em;
    padding: 0 0.4em 0 0;
}

.sectionTitle .sectionTitleText {
    background-color: #fff;
    color: #000;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    padding: 0.1em 0.5em 0.1em  0;
    text-transform: uppercase;
}

.team-content, .gn-team-content {
	min-height: 65px;
    margin-bottom: 0;
    margin-top: -10px;
    padding-left: 0;
}

.team-name, .gn-team-name {
    float: right;
    font-size: 25px;
    margin: 15px 10px 0 9px;
}

.team-logo, .gn-team-logo {
    float: left;
    margin-left: 0px;
}

.gn-ad-leaderboard {
    display: none;
}

/* **********  Navigation  ********** */

.gn-hnavigation-holder {
	font-size: 10px;
    left: 0;
	opacity: 0;
	padding-bottom: 0px;
    position: absolute;
    top: 210px;
    z-index: 10;
	display: none;
}

.gn-hnavigation-holder:hover {
	opacity: 0.2;
}

.gn-hnavigation-holder ul {
    padding: 0;
}

.gn-hnavigation {
    padding: 0px 0px 2px 0px;
    text-align: left;
    width: 100%;
}

.gn-insport-links {
    display: inline;
    font-size: 16px;
    font-weight: normal;
}

.gn-insport-links span {
    display: inline-block;
    padding: 0 1.5rem;
}

.gn-insport-links a:link, .gn-insport-links a:visited {
    color: #fff;
    text-decoration: none;
    transition: background-color 0.25s linear 0s;
}

.gn-insport-links a:hover, .gn-insport-links a:active {
	color: #fff;
    text-decoration: underline;
}




.gn-rail-content {
    float: left;
    margin: 0 auto;
	min-width: 285px;
    width: 100%;
}

.gn-widgets iframe {
    margin-bottom: 20px;
}

.gn-rail-sidebar {
    clear: both;
    margin: 0 auto;
    max-width: 300px;
    text-align: right;
    position: absolute;
    right: 10px;
    width: 100%;
}

.gn-ad-leaderboard {
    margin: 0 auto 20px ;
    max-height: 90px;
    max-width: 728px;
    text-align: center;
    width: 100%;
}

.gn-ad-rectangle {
    min-height: 250px;
    margin: 0 0 20px 0;
    width: 300px;
}


/* **********  TEAM Dropdown  ********** */

.gn-sport-ncaaf li#teams,
.gn-sport-ncaab li#teams {
	display: none;
}

.gn-sport-ncaaf #teamroster.submenu_li::after,
.gn-sport-ncaab #roster.submenu_li::after {
	content: "";
	padding-left: 0;
}

.submenu_li_a {
    font-weight: bold;
    padding-right: 20px;
}

.submenu_li {
    float: left;
}

.submenu {
	font-size: 14px;
    list-style-type:none
}

.team-name {
    font-size:24px;
    color:#333;
    font-weight:bold;
    margin: 18px 10px 0px 0px;
}

.team-content{
    display:inline-block;
    list-style-type:none
}

.team-logo {
    float:left;
	margin-top: 5px;
}

.team-content img { /* the margin is on the image, rather than its container, so that if the image is hidden the margin will be too */
	margin-right: 8px;
	max-width: 60px;
}

.team_list_img{
    float:left;
    overflow: hidden;
}

.team_list_name{
    float:left;
}

.team{
    display:inline-block;
}

.division-mlb {
    float:left;
    width:33%;
}

.division-cfl {
    float:left;
    width:100%;
}

.division-nba{
    float:left;
    width:100%;
}

.division-nfl {
    float:left;
    width:100%;
}

.division-ncaaf {
    float:left;
	min-height: 270px;
    width:100%
}

.division-ncaab {
    float:left;
    width:100%
}

.block-header{
    background-color:black;
    color:white;
    display:block;
}

.team-content.mls, .team-content.mls + div {
}

#submenus {
	min-height: 35px;
    position: relative;
}

#submenus-nav-list {
    display: block !important;
}

.submenu {
    margin: 0 0 15px 0;
    padding: 0;
}

.submenu_li {
    margin-right: 10px;
}

.submenu_li:after {
    content: "|";
	padding-left: 6px;
}

.submenu_li:last-child:after {
    content: "";
}

.submenu_li_a {
    padding-right: 0px;
}

a.dropbtn, a.gn-dropbtn {
    color: #333;
    font-size: inherit;
    padding: 0;
}

.dropbtn:after, .gn-dropbtn:after, .gn-hnav-more > a:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #e60505;
    content: "";
    height: 0;
    margin-left: 5px;
    padding-left: 1px;
    position: absolute;
    top: 40%;
    width: 0;
}

/* Dropdown Button */
.dropbtn, .gn-dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus,
.gn-dropbtn:hover, .gn-dropbtn:focus {
    background-color: white;
}

/* The container <div> - needed to position the dropdown content */
.gn-dropdown {
    display: inline-block;
    font-weight: bold;
    position: relative;
}

/* Dropdown Content (Hidden by Default) */

div[class*="dropdown-content-"] {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: none;
    font-size: 13px;
    margin-top: 5px;
    max-width: 825px;
    padding: 0px 5px 10px 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show, .gn-show {
    display:block !important;
}

div[class*="division-"] {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
}

/* Under 600, all sports show teams in 2 columns */
.division-nfl,
.division-cfl,
.division-nhl,
.division-mlb,
.division-nba,
.division-ncaaf,
.division-ncaab  {
    width: 48%;
}

.division-nfl:nth-child(2n+1),
.division-cfl:nth-child(2n+1),
.division-nhl:nth-child(2n+1),
.division-mlb:nth-child(2n+1),
.division-nba:nth-child(2n+1),
.division-ncaaf:nth-child(2n+1),
.division-ncaab:nth-child(2n+1) {
    clear: left;
}

.division-ncaaf {
	min-height: auto;
}

.submenu .block-header {
    background-color: #545454;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 1px 3px 3px;
    text-transform: uppercase;
}

.team.clickable {
    display: block;
	margin: 10px 0 0;
}

.team.clickable .team_list_name {
    margin-top: 2px;
	line-height: normal;
}

.team.clickable img {
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}

.division-ncaaf .team.clickable img,
.division-ncaab .team.clickable img {
    display: none;
}

.team-content img[src*="ncaab"],
.team-content img[src*="ncaaf"] {
	display: none;
}

.team.clickable .team {
    clear: left;
    float: left;
    margin: 0px;
    line-height: 25px;
}


@media (min-width: 600px) {

    div[class*="dropdown-content-"] {
        min-width: 90%;
        position: absolute;
        right: 0;
    }

/* Over 600, sports with 4 or 8 teams show 4 columns, while sports with 6 teams show 3 */
.division-mlb,
.division-nba {
        width: 31%;
}

.division-nhl,
.division-nfl,
.division-ncaaf,
.division-ncaab {
        width: 23%;
    }

.division-nfl:nth-child(2n+3),
.division-cfl:nth-child(2n+3),
.division-nhl:nth-child(2n+3),
.division-mlb:nth-child(2n+3),
.division-nba:nth-child(2n+3),
.division-ncaaf:nth-child(2n+3),
.division-ncaab:nth-child(2n+3) {
    clear: none;
}

    .division-cfl {
        width: 48%;
    }

}




/* **********  Individual Iframe Styles ********** */

@media (min-width: 600px) and (max-width: 768px) {

 /*   .playerpage.profile, .playerpage.keystats {
        float: left;
        min-width: inherit !important;
        width: 48%;
    }

    .playerpage.keystats {
        float: right;
    }*/

    .gn-clearboth {
        clear: both;
    }

}

@media (min-width: 992px) {

 /*   .playerpage.profile, .playerpage.keystats {
        float: left;
        min-width: inherit !important;
        width: 48%;
    }

    .playerpage.keystats {
        float: right;
    }*/

    .gn-clearboth {
        clear: both;
    }

}


/* **********  Other Responsiveness ********** */

@media (max-width: 1068px) and (min-width: 641px) {

.pageContentWrap .contentAreaWrap .sidebar, .pageContentWrap.viewportLarge .contentAreaWrap .sidebar, .pageContentWrap.viewportMedium .contentAreaWrap .sidebar {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0;
	max-width: none;
    padding: 0 .5rem;
}

.gn-rail-content {
	min-height: initial;
	padding-right: 0px;
}
	
.gn-hnavigation {
	max-width: none;
}

}

@media (min-width: 1069px) {

.pageContentWrap .contentAreaWrap .sidebar {
    margin-left: 0;
	max-width: 300px;
    width: 100%;
}
	
.gn-cbc-bigbox-ad {
	width: 300px;
}
	
.pageContentWrap .contentAreaWrap .contentArea {
    padding-right: 20px;
}

}

@media (min-width: 768px) and (max-width: 992px) {

div[class*="dropdown-content-"] {
    font-size: 12px;
}

.team.clickable img {
    display: none;
}

/* From 768-992, sports with 4 or 8 teams show 2 columns again, while sports with 6 teams are still good with 3 (so use min 600 styles) */
.division-nhl {
    width: 48%;
}

.division-nhl:nth-child(2n+1) {
    clear: left;
}

.division-nfl {
    width: 48%;
}

.division-nfl:nth-child(2n+1) {
    clear: left;
}

}

@media (max-width: 640px) {

.gn-midsection {
    margin: 0;
    padding: 0;
    width: 100%;
}
	
.gn-rail-content {
    padding: 0;
}

div[class*="dropdown-content-"] {
    font-size: 12px;
}

.team.clickable img {
    display: none;
}

.submenu .block-header {
    font-size: 9px;
	line-height: normal;
}
	
.submenu {
    line-height: 1.8em;
}

.selectedNav .selectedNavTitle {
    display: block;
}
	
.gn-insport-links {
    border-left: 0 none; 
    display: inline-block;
	margin-left: .6rem;
	width: 100%;
}
	
.gn-insport-links span {
    padding: 0 1% 0 0;
	width: 31%;
}
	
}

@media (max-width: 400px) {
	
.gn-insport-links span {
    padding: 0 1% 0 0;
	width: 48%;
}
	
}



